Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-07 | 1 | -5/+3 |
* | Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and... | James Molloy | 2012-01-28 | 1 | -1/+1 |
* | Add support for the R_ARM_TARGET1 relocation, which should be given to reloca... | James Molloy | 2012-01-26 | 1 | -1/+4 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -1/+1 |
* | Fix incorrect relocation generation. Patch by Kristof Beyls. | Rafael Espindola | 2011-12-22 | 1 | -8/+1 |
* | Make the virtual methods in ARMELFObjectWriter public. | Rafael Espindola | 2011-12-22 | 1 | -7/+6 |
* | Fix name in comments. | Rafael Espindola | 2011-12-22 | 1 | -1/+1 |
* | Move the ARM specific parts of the ELF writer to Target/ARM. | Rafael Espindola | 2011-12-22 | 1 | -0/+286 |