Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and MIPS...
[oota-llvm.git] / lib / Target / ARM / MCTargetDesc / ARMELFObjectWriter.cpp
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...