Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
66c939a2ca5d5f6176ccd014f3a946a814b87d12
/
llvm
/
lib
/
MC
/
MachObjectWriter.cpp
7c3e230
Reduce string trashing.
by Benjamin Kramer
· 16 years ago
d5563f4
MC/Mach-O: Implement support for setting indirect symbol table offset in section header.
by Daniel Dunbar
· 16 years ago
f16c12d
MC/Mach-O: Remove some FIXMEs.
by Daniel Dunbar
· 16 years ago
2493ddf
MC/Mach-O/x86_64: Darwin's special "signed_N" relocation types should only be
by Daniel Dunbar
· 16 years ago
53ce0e1
MC/Mach-O/x86_64: Fix PCrel adjustment for x86_64, which was using the fixup
by Daniel Dunbar
· 16 years ago
7c6f0e3
MC/Mach-O: As Kevin pointed out, 'Address' is really an offset -- rename to clarify.
by Daniel Dunbar
· 16 years ago
795baa1
MC/Mach-O: Fix a crash on invalid.
by Daniel Dunbar
· 16 years ago
7577898
MC/Mach-O: Fix another mismatch with .weak_definition, we shouldn't use a
by Daniel Dunbar
· 16 years ago
7de3106
MC/Mach-O: Factor out doesSymbolRequireExternRelocation.
by Daniel Dunbar
· 16 years ago
51bed9c
Fix i386 relocations to Weak Definitions. The relocation entries should be
by Kevin Enderby
· 16 years ago
f3a53ba
MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support for
by Daniel Dunbar
· 16 years ago
027fa5f
MC/Mach-O/x86_64: Relocations in debug sections should use local relocations
by Daniel Dunbar
· 16 years ago
53dd088
Various MSVC warning fixes about truncated 64 bit shifts and const pointers passed to free.
by Benjamin Kramer
· 16 years ago
2104b8d
rename llvm::llvm_report_error -> llvm::report_fatal_error
by Chris Lattner
· 16 years ago
c951562
MC/Mach-O/x86_64: Support @GOTPCREL on symbols, even for non-PCrel relocations!
by Daniel Dunbar
· 16 years ago
9514597
MC/Mach-O: Switch to MCSectionData::getOrdinal.
by Daniel Dunbar
· 16 years ago
eaa792f
Fix -Asserts warning.
by Daniel Dunbar
· 16 years ago
5b07334
MC: Route access to SectionData offset and file size through MCAsmLayout.
by Daniel Dunbar
· 16 years ago
2522dd1
MC: Route access to Fragment offset and effective size through MCAsmLayout.
by Daniel Dunbar
· 16 years ago
7c96955
MC: Direct all {fragment,section,symbol} address access through the MCAsmLayout object.
by Daniel Dunbar
· 16 years ago
a75f01a
Add a FIXME.
by Daniel Dunbar
· 16 years ago
a0ab4bf
MC: Change MCObjectWriter::RecordRelocation to take an MCFragment (instead of a MCDataFragment). Object files should only need the generic MCFragment features.
by Daniel Dunbar
· 16 years ago
5ea5fab
Better fix for r98994, MachObjectWriterImpl wasn't intended to be virtual.
by Daniel Dunbar
· 16 years ago
07b4f8c
Fix -Wnon-virtual-dtor warning.
by Rafael Espindola
· 16 years ago
1a81ad3
MC/Mach-O/x86_64: Add relocation support.
by Daniel Dunbar
· 16 years ago
79e0e5a
MC/Mach-O: Move to MachObjectWriter.{h,cpp}.
by Daniel Dunbar
· 16 years ago