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
2011-07-25
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-23
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-06-24
Refactor MachO relocation generaration into the Target directories.
Jim Grosbach
2011-06-24
tidy up whitespace.
Jim Grosbach
2011-06-24
Fixup info for Thumb2 unconditional branch.
Jim Grosbach
2011-06-23
Tidy up.
Jim Grosbach
2011-06-23
80-column violations.
Bill Wendling
2011-06-22
Move class methods out-of-line. This reduces the indentation, and is more in
Bill Wendling
2011-04-29
MC/Mach-O: Update getSymbolAddress() to support evaluation of variables.
Daniel Dunbar
2011-04-29
MC/Mach-O: Allow emission of relocations for variables in some more cases.
Daniel Dunbar
2011-04-29
MC/Mach-O: Find section ordinal's by looking at the symbol, instead of assumi...
Daniel Dunbar
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-03-23
Fix a bug introduced by my patch yesterday: BL is a 4-byte instructions like ...
Owen Anderson
2011-03-22
RIT_ARM_ThumbBranch32Bit relocations are not used and should never be generated.
Owen Anderson
2011-03-15
Silence compiler warning about case values not being in the enumerated type
Duncan Sands
2011-03-01
Fixes warnings emitted by Visual Studio 2010 compiler.
Oscar Fuentes
2011-02-04
Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps.
Jason W Kim
2011-02-01
Fix bogus assert condition noticed by Csaba Raduly.
Evan Cheng
2011-01-14
Completed :lower16: / :upper16: support for movw / movt pairs on Darwin.
Evan Cheng
2010-12-27
MC/Mach-O/Thumb: Select appropriate relocation types for Thumb.
Daniel Dunbar
2010-12-24
Merge IsFixupFullyResolved and IsSymbolRefDifferenceFullyResolved. We now
Rafael Espindola
2010-12-24
MC/Mach-O/ARM: Start handling some Thumb branches.
Daniel Dunbar
2010-12-22
MC/Mach-O/ARM: Don't try to use scattered relocs for BR24 fixups.
Daniel Dunbar
2010-12-22
Fix another conditional expression mismatched enum type warning.
Matt Beaumont-Gay
2010-12-22
MC/Mach-O/ARM: We always use the SECTDIFF reloc type on ARM, which is
Daniel Dunbar
2010-12-22
MC/Mach-O/ARM: Clone off an ARM version of RecordScatteredRelocation until I ...
Daniel Dunbar
2010-12-22
MC/Mach-O: Return to reporting errors if we see unexpected fixup kinds.
Daniel Dunbar
2010-12-22
MC/Mach-O/ARM: Recognize generic _Data_N fixup kinds.
Daniel Dunbar
2010-12-22
MC/Mach-O/ARM: Add enough relocation logic to get BR24 relocations.
Daniel Dunbar
2010-12-22
MC/Mach-O/ARM: Fix thinko.
Daniel Dunbar
2010-12-22
MC/Mach-O/ARM: Stub out RecordARMRelocation, which is mostly a copy of
Daniel Dunbar
2010-12-22
Simplify.
Daniel Dunbar
2010-12-22
MC/Mach-O: Split out RecordARMRelocation for now, it is weird enough it isn't
Daniel Dunbar
2010-12-21
GCC objects to the two sides of a conditional expression having different enum
Matt Beaumont-Gay
2010-12-21
MC/Mach-O: Shuffle enums a bit to make it harder to inadvertently use the wrong
Daniel Dunbar
2010-12-18
Merge isAbsolute into IsSymbolRefDifferenceFullyResolved.
Rafael Espindola
2010-12-18
Remove the MCObjectFormat class.
Rafael Espindola
2010-12-17
MC/Mach-O: On second thought, use a custom hook for enabling aggressive
Daniel Dunbar
2010-12-17
MC/Mach-O: Implement IsSymbolRefDifferenceFullyResolved.
Daniel Dunbar
2010-12-17
MC/ObjectWriter: Add a new IsSymbolRefDifferenceFullyResolved target format s...
Daniel Dunbar
2010-12-17
MC/Assembler: Strip out object writer arguments, now that it is always available
Daniel Dunbar
2010-12-17
MC/Target: Remove HasScatteredSymbols target hook variable, which has been
Daniel Dunbar
2010-12-16
MC/Mach-O: Lift some MachObjectWriter arguments into the target specific
Daniel Dunbar
2010-12-16
MC/Mach-O: Stub out explicit MCMachObjectTargetWriter interface.
Daniel Dunbar
2010-12-16
MC/Mach-O: Move createMachObjectWriter into MCMachObjectWriter.h.
Daniel Dunbar
2010-12-16
MC/Mach-O: Use fixup info instead of hard coded list.
Daniel Dunbar
2010-12-07
Fix absolute recording of differences of symbols in two sections. Reduced fro...
Rafael Espindola
2010-12-07
Fix relocations with weak definitions.
Rafael Espindola
2010-12-07
Fix pcrel relocations that cross sections.
Rafael Espindola
2010-12-07
Fix a crash reduced from gcc produced assembly.
Rafael Espindola
[next]