aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMJITInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Handle ARM machine constantpool entry with non-lazy ptr.Evan Cheng2008-11-081-0/+6
* Use ARMFunctionInfo to track number of constpool entries and jumptables.Evan Cheng2008-11-081-3/+5
* More code clean up.Evan Cheng2008-11-071-6/+1
* Jump table JIT support. Work in progress.Evan Cheng2008-11-071-8/+36
* For some targets, it's not possible to place GVs in the same memory buffer as...Evan Cheng2008-11-041-0/+11
* Handle ARM machine constantpool entries.Evan Cheng2008-11-041-5/+33
* Add comment.Evan Cheng2008-10-311-0/+2
* Use better data structure for ConstPoolId2AddrMap.Evan Cheng2008-10-311-10/+13
* Correct way to handle CONSTPOOL_ENTRY instructions.Evan Cheng2008-10-291-12/+16
* Support for constant islands in the ARM JIT.Jim Grosbach2008-10-281-1/+24
* Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...Nicolas Geoffray2008-04-161-1/+2
* Add explicit keywords.Dan Gohman2008-03-251-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* no email addrs in file headersChris Lattner2007-07-171-3/+2
* Initial ARM JIT support by Raul Fernandes Herbster.Evan Cheng2007-07-051-0/+51