summaryrefslogtreecommitdiff
path: root/lib/MC/MachObjectWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-09-18Tidy up. 80 columns.grosbach1-2/+6
2012-09-14Fix Doxygen issues:gribozavr1-2/+2
2012-09-13MachO: Correctly mark symbol-difference variables as N_ABS.grosbach1-5/+30
2012-08-22Reduce duplicated hash map lookups.Benjamin Kramer1-4/+2
2012-05-18Refactor data-in-code annotations.Jim Grosbach1-2/+51
2012-03-26Prune some includes and forward declarations.Craig Topper1-1/+1
2012-01-24ARM Darwin symbol ref differences w/o subsection-via-symbols.Jim Grosbach1-1/+2
2012-01-18MCAssembler tweak for determining when a symbol difference is resolved.Jim Grosbach1-1/+2
2012-01-17MC tweak symbol difference resolution for non-local symbols.Jim Grosbach1-2/+2
2011-12-07Darwin assembler improved relocs when w/o subsections_via_symbols.Jim Grosbach1-1/+6
2011-12-06Tidy up. Hard tabs.Jim Grosbach1-1/+1
2011-12-06Switch MCAssembler to method names starting w/ lower-case.Jim Grosbach1-1/+1
2011-09-08Formatting and typo.Eric Christopher1-2/+3
2011-09-08Fix a Darwin x86_64 special case of a jmp to a temporary symbol from an atomKevin Enderby1-0/+10
2011-08-12MachOWriter: Don't crash on fixups with arithmetic, emit a relocation instead...Benjamin Kramer1-2/+6
2011-08-09Don't truncate MachO addresses.Jim Grosbach1-1/+1
2011-07-25Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng1-1/+1
2011-07-23Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng1-1/+1
2011-06-24Refactor MachO relocation generaration into the Target directories.Jim Grosbach1-985/+19
2011-06-24tidy up whitespace.Jim Grosbach1-1/+1
2011-06-24Fixup info for Thumb2 unconditional branch.Jim Grosbach1-0/+1
2011-06-23Tidy up.Jim Grosbach1-1/+1
2011-06-2380-column violations.Bill Wendling1-12/+17
2011-06-22Move class methods out-of-line. This reduces the indentation, and is more inBill Wendling1-1289/+1410
2011-04-29MC/Mach-O: Update getSymbolAddress() to support evaluation of variables.Daniel Dunbar1-0/+27
2011-04-29MC/Mach-O: Allow emission of relocations for variables in some more cases.Daniel Dunbar1-19/+19
2011-04-29MC/Mach-O: Find section ordinal's by looking at the symbol, instead of assumi...Daniel Dunbar1-4/+8
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner1-2/+2
2011-03-23Fix a bug introduced by my patch yesterday: BL is a 4-byte instructions like ...Owen Anderson1-3/+2
2011-03-22RIT_ARM_ThumbBranch32Bit relocations are not used and should never be generated.Owen Anderson1-6/+2
2011-03-15Silence compiler warning about case values not being in the enumerated typeDuncan Sands1-1/+1
2011-03-01Fixes warnings emitted by Visual Studio 2010 compiler.Oscar Fuentes1-2/+2
2011-02-04Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps.Jason W Kim1-1/+2
2011-02-01Fix bogus assert condition noticed by Csaba Raduly.Evan Cheng1-2/+2
2011-01-14Completed :lower16: / :upper16: support for movw / movt pairs on Darwin.Evan Cheng1-9/+126
2010-12-27MC/Mach-O/Thumb: Select appropriate relocation types for Thumb.Daniel Dunbar1-9/+11
2010-12-24Merge IsFixupFullyResolved and IsSymbolRefDifferenceFullyResolved. We nowRafael Espindola1-124/+33
2010-12-24MC/Mach-O/ARM: Start handling some Thumb branches.Daniel Dunbar1-0/+14
2010-12-22MC/Mach-O/ARM: Don't try to use scattered relocs for BR24 fixups.Daniel Dunbar1-1/+1
2010-12-22Fix another conditional expression mismatched enum type warning.Matt Beaumont-Gay1-1/+2
2010-12-22MC/Mach-O/ARM: We always use the SECTDIFF reloc type on ARM, which isDaniel Dunbar1-6/+1
2010-12-22MC/Mach-O/ARM: Clone off an ARM version of RecordScatteredRelocation until I ...Daniel Dunbar1-4/+68
2010-12-22MC/Mach-O: Return to reporting errors if we see unexpected fixup kinds.Daniel Dunbar1-6/+3
2010-12-22MC/Mach-O/ARM: Recognize generic _Data_N fixup kinds.Daniel Dunbar1-0/+16
2010-12-22MC/Mach-O/ARM: Add enough relocation logic to get BR24 relocations.Daniel Dunbar1-3/+26
2010-12-22MC/Mach-O/ARM: Fix thinko.Daniel Dunbar1-1/+1
2010-12-22MC/Mach-O/ARM: Stub out RecordARMRelocation, which is mostly a copy ofDaniel Dunbar1-1/+78
2010-12-22Simplify.Daniel Dunbar1-6/+5
2010-12-22MC/Mach-O: Split out RecordARMRelocation for now, it is weird enough it isn'tDaniel Dunbar1-0/+15
2010-12-21GCC objects to the two sides of a conditional expression having different enumMatt Beaumont-Gay1-2/+2