Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
76687083a5185cedc00fb8bb0d384b814492849a
/
lib
/
MC
/
MCAssembler.cpp
7668708
This is the second patch to allow x86 code to be aligned with optimal nops.
by Kevin Enderby
· 15 years ago
6e72048
This is the first patch to put the needed bits in place to eventually allow code
by Kevin Enderby
· 15 years ago
eb3804e
MC/Mach-O: Update fixup values for change to X86 offsets.
by Daniel Dunbar
· 15 years ago
9a7795c
Pacify gcc-4.5, which warns (correctly) that these switches have
by Duncan Sands
· 15 years ago
591047f
MCAssembler: Fix pcrel relocations. Oh and,
by Daniel Dunbar
· 15 years ago
f634676
MC/Mach-O: Start emitting fixups/relocations for instructions.
by Daniel Dunbar
· 15 years ago
2be2fd0
MCAssembler: Switch MCAsmFixup to storing MCFixupKind instead of just a size.
by Daniel Dunbar
· 15 years ago
0bcf074
MCAssembler: Sink fixup list into MCDataFragment.
by Daniel Dunbar
· 15 years ago
a4766d7
MCAssembler: Switch MCFillFragment to only taking constant values. Symbolic expressions can always be emitted as data + fixups.
by Daniel Dunbar
· 15 years ago
3a30b82
MCAssembler: Start applying fixups in the data section.
by Daniel Dunbar
· 15 years ago
b7c3a4b
MCAssembler: Add assorted dump() methods.
by Daniel Dunbar
· 15 years ago
cb7d743
MC: Move assembler-backend's fixup list into the fragment.
by Daniel Dunbar
· 15 years ago
27ade18
MC: Move MCSectionData::Fixup out to MCAsmFixup.
by Daniel Dunbar
· 15 years ago
6b71653
llvm-mc: Add --show-fixups option, for displaying the instruction fixup information in the asm comments.
by Daniel Dunbar
· 15 years ago
e1ec617
MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections.
by Daniel Dunbar
· 15 years ago
45f8c09
Add a new top-level MachO.h file for manifest constants, fixing
by Chris Lattner
· 15 years ago
60a1774
Remove this fixme, looking at the linker source, all targets pad to 4 bytes.
by Nate Begeman
· 15 years ago
2928c83
Pass StringRef by value.
by Daniel Dunbar
· 15 years ago
7eb8519
Minor formatting tweaks.
by Daniel Dunbar
· 15 years ago
1253a6f
MC: Switch assembler API to using MCExpr instead of MCValue.
by Daniel Dunbar
· 15 years ago
efbb533
llvm-mc: Store MCSymbolData value as a pointer (to make MSVC happy).
by Daniel Dunbar
· 15 years ago
cb579b3
llvm-mc: Make MCSymbolData symbol member const.
by Daniel Dunbar
· 15 years ago
a03a368
llvm-mc: Add MCContext to MCAssembler.
by Daniel Dunbar
· 15 years ago
8f4d146
llvm-mc: Support .comm emission.
by Daniel Dunbar
· 15 years ago
d5a8e98
llvm-mc: Support .zerofill emission.
by Daniel Dunbar
· 15 years ago
edc670f
llvm-mc: Tweak section alignment and size computation to match 'as' closer.
by Daniel Dunbar
· 15 years ago
6c31b05
llvm-mc: Fix thinko in emitting values.
by Daniel Dunbar
· 15 years ago
81e4000
Try to make MSVC just a little happier.
by Daniel Dunbar
· 15 years ago
959fd88
llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.
by Daniel Dunbar
· 15 years ago
6009db4
llvm-mc/Mach-O: Set .subsections_via_symbols flag properly.
by Daniel Dunbar
· 15 years ago
3f6a960
llvm-mc/Mach-O: Add support for relocations.
by Daniel Dunbar
· 15 years ago
be96355
llvm-mc/Mach-O: Move symbol indices into the MCSymbolData structure.
by Daniel Dunbar
· 15 years ago
6742e34
llvm-mc/Mach-O: Add section padding where needed (to align the next section).
by Daniel Dunbar
· 15 years ago
5e83596
llvm-mc/Mach-O: Set addresses for symbols.
by Daniel Dunbar
· 15 years ago
ad7c3d5
llvm-mc: Improve indirect symbol support (add the indirect index table).
by Daniel Dunbar
· 15 years ago
0adcd35
llvm-mc: Add statistic for number of fragments emitted by the assembler.
by Daniel Dunbar
· 15 years ago
0c7761b
llvm-mc/Mach-O: Preliminary support for indirect symbols.
by Daniel Dunbar
· 15 years ago
6aff2fb
llvm-mc/Mach-O: Support symbol attributes.
by Daniel Dunbar
· 15 years ago
50e48b3
llvm-mc: Tweak undefined symbol handling.
by Daniel Dunbar
· 15 years ago
23132b1
prune the #includes in raw_ostream.h by moving a
by Chris Lattner
· 15 years ago
bea2c95
tweak #includes
by Chris Lattner
· 15 years ago
3edd9bb
llvm-mc/Mach-O: Improve symbol table support: - Honor .globl.
by Daniel Dunbar
· 15 years ago
f3d2ef0
llvm-mc/Mach-O: Sketch symbol table support.
by Daniel Dunbar
· 15 years ago
2ae58f2
llvm-mc/Mach-O: Move more logic for writing the Mach-O file into the writer
by Daniel Dunbar
· 15 years ago
a5441fe
llvm-mc: Rename / redefine MCFragment::FileOffset to MCFragment::Offset (the
by Daniel Dunbar
· 15 years ago
d6f761e
llvm-mc/Mach-O: Support .o emission for .org and .align.
by Daniel Dunbar
· 15 years ago
0705fbf
llvm-mc/Mach-O: Support byte and fill value emission.
by Daniel Dunbar
· 15 years ago
fb4a6b3
llvm-mc: Start MCAssembler and MCMachOStreamer.
by Daniel Dunbar
· 15 years ago