Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / MC / MachObjectWriter.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-18 Jim GrosbachTidy up. 80 columns.
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-09-13 Jim GrosbachMachO: Correctly mark symbol-difference variables as...
2012-08-22 Benjamin KramerReduce duplicated hash map lookups.
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-03-26 Craig TopperPrune some includes and forward declarations.
2012-01-24 Jim GrosbachARM Darwin symbol ref differences w/o subsection-via...
2012-01-18 Jim GrosbachMCAssembler tweak for determining when a symbol differe...
2012-01-17 Jim GrosbachMC tweak symbol difference resolution for non-local...
2011-12-07 Jim GrosbachDarwin assembler improved relocs when w/o subsections_v...
2011-12-06 Jim GrosbachTidy up. Hard tabs.
2011-12-06 Jim GrosbachSwitch MCAssembler to method names starting w/ lower...
2011-09-08 Eric ChristopherFormatting and typo.
2011-09-08 Kevin EnderbyFix a Darwin x86_64 special case of a jmp to a temporar...
2011-08-12 Benjamin KramerMachOWriter: Don't crash on fixups with arithmetic...
2011-08-09 Jim GrosbachDon't truncate MachO addresses.
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-06-24 Jim GrosbachRefactor MachO relocation generaration into the Target...
2011-06-24 Jim Grosbachtidy up whitespace.
2011-06-24 Jim GrosbachFixup info for Thumb2 unconditional branch.
2011-06-23 Jim GrosbachTidy up.
2011-06-23 Bill Wendling80-column violations.
2011-06-22 Bill WendlingMove class methods out-of-line. This reduces the indent...
2011-04-29 Daniel DunbarMC/Mach-O: Update getSymbolAddress() to support evaluat...
2011-04-29 Daniel DunbarMC/Mach-O: Allow emission of relocations for variables...
2011-04-29 Daniel DunbarMC/Mach-O: Find section ordinal's by looking at the...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-03-23 Owen AndersonFix a bug introduced by my patch yesterday: BL is a...
2011-03-22 Owen AndersonRIT_ARM_ThumbBranch32Bit relocations are not used and...
2011-03-15 Duncan SandsSilence compiler warning about case values not being...
2011-03-01 Oscar FuentesFixes warnings emitted by Visual Studio 2010 compiler.
2011-02-04 Jason W KimTeach ARM/MC/ELF to handle R_ARM_JUMP24 relocation...
2011-02-01 Evan ChengFix bogus assert condition noticed by Csaba Raduly.
2011-01-14 Evan ChengCompleted :lower16: / :upper16: support for movw /...
2010-12-27 Daniel DunbarMC/Mach-O/Thumb: Select appropriate relocation types...
2010-12-24 Rafael EspindolaMerge IsFixupFullyResolved and IsSymbolRefDifferenceFul...
2010-12-24 Daniel DunbarMC/Mach-O/ARM: Start handling some Thumb branches.
2010-12-22 Daniel DunbarMC/Mach-O/ARM: Don't try to use scattered relocs for...
2010-12-22 Matt Beaumont-GayFix another conditional expression mismatched enum...
2010-12-22 Daniel DunbarMC/Mach-O/ARM: We always use the SECTDIFF reloc type...
2010-12-22 Daniel DunbarMC/Mach-O/ARM: Clone off an ARM version of RecordScatte...
2010-12-22 Daniel DunbarMC/Mach-O: Return to reporting errors if we see unexpec...
2010-12-22 Daniel DunbarMC/Mach-O/ARM: Recognize generic _Data_N fixup kinds.
2010-12-22 Daniel DunbarMC/Mach-O/ARM: Add enough relocation logic to get BR24...
2010-12-22 Daniel DunbarMC/Mach-O/ARM: Fix thinko.
2010-12-22 Daniel DunbarMC/Mach-O/ARM: Stub out RecordARMRelocation, which...
2010-12-22 Daniel DunbarSimplify.
2010-12-22 Daniel DunbarMC/Mach-O: Split out RecordARMRelocation for now, it...
2010-12-21 Matt Beaumont-GayGCC objects to the two sides of a conditional expressio...
2010-12-21 Daniel DunbarMC/Mach-O: Shuffle enums a bit to make it harder to...
2010-12-18 Rafael EspindolaMerge isAbsolute into IsSymbolRefDifferenceFullyResolved.
2010-12-18 Rafael EspindolaRemove the MCObjectFormat class.
2010-12-17 Daniel DunbarMC/Mach-O: On second thought, use a custom hook for...
2010-12-17 Daniel DunbarMC/Mach-O: Implement IsSymbolRefDifferenceFullyResolved.
2010-12-17 Daniel DunbarMC/ObjectWriter: Add a new IsSymbolRefDifferenceFullyRe...
2010-12-17 Daniel DunbarMC/Assembler: Strip out object writer arguments, now...
2010-12-17 Daniel DunbarMC/Target: Remove HasScatteredSymbols target hook varia...
2010-12-16 Daniel DunbarMC/Mach-O: Lift some MachObjectWriter arguments into...
2010-12-16 Daniel DunbarMC/Mach-O: Stub out explicit MCMachObjectTargetWriter...
2010-12-16 Daniel DunbarMC/Mach-O: Move createMachObjectWriter into MCMachObjec...
2010-12-16 Daniel DunbarMC/Mach-O: Use fixup info instead of hard coded list.
2010-12-07 Rafael EspindolaFix absolute recording of differences of symbols in...
2010-12-07 Rafael EspindolaFix relocations with weak definitions.
2010-12-07 Rafael EspindolaFix pcrel relocations that cross sections.
2010-12-07 Rafael EspindolaFix a crash reduced from gcc produced assembly.
2010-12-07 Rafael EspindolaSorry for such a large commit. The summary is that...
2010-12-06 Rafael Espindolause getSymbolOffset.
2010-12-06 Rafael EspindolaAnother use of getSymbolOffset.
2010-12-02 Jim GrosbachAdd support for binary encoding of ARM 'adr' instructio...
2010-11-28 Rafael EspindolaDefine generic 1, 2 and 4 byte pc relative relocations...
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping relocation entries.
2010-11-27 Daniel DunbarFix a comment.
2010-11-27 Daniel DunbarReduce nesting.
2010-11-27 Daniel DunbarMC/Mach-O: Migrate more constants into MachOFormat.h.
2010-11-27 Daniel DunbarMC/Mach-O: Introduce Object/MachOFormat for describing...
2010-11-17 Rafael Espindolamake isVirtualSection a virtual method on MCSection...
2010-11-13 Daniel DunbarMC: Simplify Mach-O and ELF object writer implementations.
2010-11-11 Jim GrosbachTrailing whitespace.
2010-11-05 Jim GrosbachAllow targets to specify the MachO CPUType/CPUSubtype...
2010-10-05 Rafael EspindolaOn ELF we need to know which symbols are used in reloca...
2010-10-02 Kevin EnderbyThis adds a Darwin x86_64 relocation encoding for a...
2010-09-30 Rafael EspindolaCorrectly produce R_X86_64_32 or R_X86_64_32S.
2010-09-30 Rafael EspindolaMake it possible for the MCObjectWriter to decide if...
2010-09-27 Rafael EspindolaRemove unused argument.
2010-09-17 Daniel DunbarMC/Mach-O/i386: Fix a crash in relocation handling.
2010-08-16 Chris Lattnersilence a vc2010 warning: " result of 32-bit shift...
2010-08-10 Michael J. SpencerRevert "MC/MachO: Fix possible null pointer dereference."
2010-08-09 Michael J. SpencerMC/MachO: Fix possible null pointer dereference.
2010-07-07 Chris Lattnerfinish up support for callw: PR7195
2010-06-29 Duncan SandsThe variable "Value" is carefully set to Layout.getSymb...
2010-06-22 Eric ChristopherGet the addend correct for i386 pic.
2010-06-17 Eric ChristopherUpdate comment.
2010-06-16 Eric ChristopherIn progress on 32-bit addends.
2010-06-16 Daniel DunbarMC: Simplify MCAssembler::isSymbolLinkerVisible to...
2010-06-16 Eric ChristopherFix indentation.
2010-06-15 Eric ChristopherSome more work on mach-o TLV relocations.
2010-05-27 Eric ChristopherRearrange conditionals so we don't get caught with...
2010-05-26 Daniel DunbarMC: Eliminate MCAsmFixup, replace with MCFixup.
next