Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Target / ARM / MCTargetDesc / ARMELFObjectWriter.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-09 Anton KorobeynikovAdd ARM TARGET2 relocation. The testcase will follow...
2012-09-01 Logan ChienFix Thumb2 fixup kind in the integrated-as.
2012-06-19 Jan Wen VoungHave ARM ELF use correct reloc for "b" instr.
2012-03-30 James MolloyEnsure conditional BL instructions for ARM are given...
2012-03-26 Craig TopperPrune some includes and forward declarations.
2012-02-27 Jim GrosbachARM BL/BLX instruction fixups should use relocations.
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-28 James MolloyEnsure .AliasedSymbol() is called on all uses of getSym...
2012-01-26 James MolloyAdd support for the R_ARM_TARGET1 relocation, which...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2011-12-22 Rafael EspindolaFix incorrect relocation generation. Patch by Kristof...
2011-12-22 Rafael EspindolaMake the virtual methods in ARMELFObjectWriter public.
2011-12-22 Rafael EspindolaFix name in comments.
2011-12-22 Rafael EspindolaMove the ARM specific parts of the ELF writer to Target...