aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-4/+8
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+20
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-3/+5
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+7
* Update to LLVM 3.5a.Stephen Hines2014-04-241-112/+51
* This patch reworks how llvm targets set Jack Carter2013-01-301-6/+0
* Add ARM NONE and PREL31 relocation types.Logan Chien2012-12-121-1/+8
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.Anton Korobeynikov2012-11-091-0/+3
* Fix Thumb2 fixup kind in the integrated-as.Logan Chien2012-09-011-0/+4
* Have ARM ELF use correct reloc for "b" instr.Jan Wen Voung2012-06-191-5/+3
* Ensure conditional BL instructions for ARM are given the fixup fixup_arm_cond...James Molloy2012-03-301-1/+2
* Prune some includes and forward declarations.Craig Topper2012-03-261-0/+1
* ARM BL/BLX instruction fixups should use relocations.Jim Grosbach2012-02-271-0/+2
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-5/+3
* Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...James Molloy2012-01-281-1/+1
* Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy2012-01-261-1/+4
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+1
* Fix incorrect relocation generation. Patch by Kristof Beyls.Rafael Espindola2011-12-221-8/+1
* Make the virtual methods in ARMELFObjectWriter public.Rafael Espindola2011-12-221-7/+6
* Fix name in comments.Rafael Espindola2011-12-221-1/+1
* Move the ARM specific parts of the ELF writer to Target/ARM.Rafael Espindola2011-12-221-0/+286