summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMRelocations.h
Commit message (Collapse)AuthorAgeFilesLines
* [MCJIT] Nuke MachineRelocation and MachineCodeEmitter. Now that the old JIT isLang Hames2014-09-231-62/+0
| | | | | | gone they're no longer needed. llvm-svn: 218320
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
| | | | | | | | | | Add header guards to files that were missing guards. Remove #endif comments as they don't seem common in LLVM (we can easily add them back if we decide they're useful) Changes made by clang-tidy with minor tweaks. llvm-svn: 215558
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, ↵Jia Liu2012-02-181-1/+1
| | | | | | MSP430, PPC, PTX, Sparc, X86, XCore. llvm-svn: 150878
* Add support to MOVimm32 using movt/movw for ARM JITZonr Chang2010-05-251-1/+7
| | | | llvm-svn: 104587
* VFP fld / fst immediate field is multiplied by 4.Evan Cheng2008-11-121-0/+4
| | | | llvm-svn: 59100
* Jump table JIT support. Work in progress.Evan Cheng2008-11-071-0/+7
| | | | llvm-svn: 58836
* Handle ARM machine constantpool entries.Evan Cheng2008-11-041-0/+4
| | | | llvm-svn: 58671
* Correct way to handle CONSTPOOL_ENTRY instructions.Evan Cheng2008-10-291-0/+11
| | | | llvm-svn: 58409
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
| | | | llvm-svn: 45418
* Unused relocation type reloc_arm_absolute removed.Raul Herbster2007-08-301-2/+0
| | | | llvm-svn: 41628
* Initial JIT support for ARM by Raul Fernandes Herbster.Evan Cheng2007-08-071-0/+4
| | | | llvm-svn: 40887
* no email addrs in file headersChris Lattner2007-07-171-3/+2
| | | | llvm-svn: 39962
* Initial ARM JIT support by Raul Fernandes Herbster.Evan Cheng2007-07-051-0/+29
llvm-svn: 37926
OpenPOWER on IntegriCloud