index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
MC
/
MachObjectWriter.cpp
Age
Commit message (
Expand
)
Author
2010-11-28
Define generic 1, 2 and 4 byte pc relative relocations. They are common
Rafael Espindola
2010-11-27
macho-dump: Add support for dumping relocation entries.
Daniel Dunbar
2010-11-27
Fix a comment.
Daniel Dunbar
2010-11-27
Reduce nesting.
Daniel Dunbar
2010-11-27
MC/Mach-O: Migrate more constants into MachOFormat.h.
Daniel Dunbar
2010-11-27
MC/Mach-O: Introduce Object/MachOFormat for describing purely platform / machine
Daniel Dunbar
2010-11-17
make isVirtualSection a virtual method on MCSection. Chris' suggestion.
Rafael Espindola
2010-11-13
MC: Simplify Mach-O and ELF object writer implementations.
Daniel Dunbar
2010-11-11
Trailing whitespace.
Jim Grosbach
2010-11-05
Allow targets to specify the MachO CPUType/CPUSubtype information.
Jim Grosbach
2010-10-05
On ELF we need to know which symbols are used in relocations to decide if
Rafael Espindola
2010-10-02
This adds a Darwin x86_64 relocation encoding for a subtraction expression
Kevin Enderby
2010-09-30
Correctly produce R_X86_64_32 or R_X86_64_32S.
Rafael Espindola
2010-09-30
Make it possible for the MCObjectWriter to decide if a given fixup is fully
Rafael Espindola
2010-09-27
Remove unused argument.
Rafael Espindola
2010-09-17
MC/Mach-O/i386: Fix a crash in relocation handling.
Daniel Dunbar
2010-08-16
silence a vc2010 warning: " result of 32-bit shift implicitly converted to
Chris Lattner
2010-08-10
Revert "MC/MachO: Fix possible null pointer dereference."
Michael J. Spencer
2010-08-09
MC/MachO: Fix possible null pointer dereference.
Michael J. Spencer
2010-07-07
finish up support for callw: PR7195
Chris Lattner
2010-06-29
The variable "Value" is carefully set to Layout.getSymbolAddress,
Duncan Sands
2010-06-22
Get the addend correct for i386 pic.
Eric Christopher
2010-06-17
Update comment.
Eric Christopher
2010-06-16
In progress on 32-bit addends.
Eric Christopher
2010-06-16
MC: Simplify MCAssembler::isSymbolLinkerVisible to only take an MCSymbol.
Daniel Dunbar
2010-06-16
Fix indentation.
Eric Christopher
2010-06-15
Some more work on mach-o TLV relocations.
Eric Christopher
2010-05-27
Rearrange conditionals so we don't get caught with the correct type as wrong.
Eric Christopher
2010-05-26
MC: Eliminate MCAsmFixup, replace with MCFixup.
Daniel Dunbar
2010-05-26
MC: Use accessors for access to MCAsmFixup.
Daniel Dunbar
2010-05-26
Start adding mach-o tls reloc support.
Eric Christopher
2010-05-20
Reduce string trashing.
Benjamin Kramer
2010-05-18
MC/Mach-O: Implement support for setting indirect symbol table offset in sect...
Daniel Dunbar
2010-05-18
MC/Mach-O: Remove some FIXMEs.
Daniel Dunbar
2010-05-14
MC/Mach-O/x86_64: Darwin's special "signed_N" relocation types should only be
Daniel Dunbar
2010-05-11
MC/Mach-O/x86_64: Fix PCrel adjustment for x86_64, which was using the fixup
Daniel Dunbar
2010-05-11
MC/Mach-O: As Kevin pointed out, 'Address' is really an offset -- rename to c...
Daniel Dunbar
2010-05-11
MC/Mach-O: Fix a crash on invalid.
Daniel Dunbar
2010-05-10
MC/Mach-O: Fix another mismatch with .weak_definition, we shouldn't use a
Daniel Dunbar
2010-05-10
MC/Mach-O: Factor out doesSymbolRequireExternRelocation.
Daniel Dunbar
2010-05-07
Fix i386 relocations to Weak Definitions. The relocation entries should be
Kevin Enderby
2010-05-05
MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support for
Daniel Dunbar
2010-05-05
MC/Mach-O/x86_64: Relocations in debug sections should use local relocations
Daniel Dunbar
2010-04-08
Various MSVC warning fixes about truncated 64 bit shifts and const pointers p...
Benjamin Kramer
2010-04-07
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-03-29
MC/Mach-O/x86_64: Support @GOTPCREL on symbols, even for non-PCrel relocations!
Daniel Dunbar
2010-03-25
MC/Mach-O: Switch to MCSectionData::getOrdinal.
Daniel Dunbar
2010-03-25
Fix -Asserts warning.
Daniel Dunbar
2010-03-25
MC: Route access to SectionData offset and file size through MCAsmLayout.
Daniel Dunbar
2010-03-25
MC: Route access to Fragment offset and effective size through MCAsmLayout.
Daniel Dunbar
[next]