Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
15a16def6e70c8f7df1023da80ceb89887203b40
/
lib
/
MC
/
MachObjectWriter.cpp
2ae4bfd
MC/Mach-O: Implement support for setting indirect symbol table offset in section header.
by Daniel Dunbar
· 15 years ago
56279f4
MC/Mach-O: Remove some FIXMEs.
by Daniel Dunbar
· 15 years ago
f0f6cdb
MC/Mach-O/x86_64: Darwin's special "signed_N" relocation types should only be
by Daniel Dunbar
· 15 years ago
db4c7e6
MC/Mach-O/x86_64: Fix PCrel adjustment for x86_64, which was using the fixup
by Daniel Dunbar
· 15 years ago
640e948
MC/Mach-O: As Kevin pointed out, 'Address' is really an offset -- rename to clarify.
by Daniel Dunbar
· 15 years ago
ef4591e
MC/Mach-O: Fix a crash on invalid.
by Daniel Dunbar
· 15 years ago
a8251fa
MC/Mach-O: Fix another mismatch with .weak_definition, we shouldn't use a
by Daniel Dunbar
· 15 years ago
e9460ec
MC/Mach-O: Factor out doesSymbolRequireExternRelocation.
by Daniel Dunbar
· 15 years ago
a6eeb6e
Fix i386 relocations to Weak Definitions. The relocation entries should be
by Kevin Enderby
· 15 years ago
2d7fd61
MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support for
by Daniel Dunbar
· 15 years ago
ae7fb0b
MC/Mach-O/x86_64: Relocations in debug sections should use local relocations
by Daniel Dunbar
· 15 years ago
454c4ce
Various MSVC warning fixes about truncated 64 bit shifts and const pointers passed to free.
by Benjamin Kramer
· 15 years ago
75361b6
rename llvm::llvm_report_error -> llvm::report_fatal_error
by Chris Lattner
· 15 years ago
1de558b
MC/Mach-O/x86_64: Support @GOTPCREL on symbols, even for non-PCrel relocations!
by Daniel Dunbar
· 15 years ago
8fb0403
MC/Mach-O: Switch to MCSectionData::getOrdinal.
by Daniel Dunbar
· 15 years ago
b026d64
Fix -Asserts warning.
by Daniel Dunbar
· 15 years ago
5d42851
MC: Route access to SectionData offset and file size through MCAsmLayout.
by Daniel Dunbar
· 15 years ago
432cd5f
MC: Route access to Fragment offset and effective size through MCAsmLayout.
by Daniel Dunbar
· 15 years ago
207e06e
MC: Direct all {fragment,section,symbol} address access through the MCAsmLayout object.
by Daniel Dunbar
· 15 years ago
35b0657
Add a FIXME.
by Daniel Dunbar
· 15 years ago
b751418
MC: Change MCObjectWriter::RecordRelocation to take an MCFragment (instead of a MCDataFragment). Object files should only need the generic MCFragment features.
by Daniel Dunbar
· 15 years ago
873decb
Better fix for r98994, MachObjectWriterImpl wasn't intended to be virtual.
by Daniel Dunbar
· 15 years ago
a407fa8
Fix -Wnon-virtual-dtor warning.
by Rafael Espindola
· 15 years ago
602b40f
MC/Mach-O/x86_64: Add relocation support.
by Daniel Dunbar
· 15 years ago
2df4ceb
MC/Mach-O: Move to MachObjectWriter.{h,cpp}.
by Daniel Dunbar
· 15 years ago