aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMJITInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes2009-05-301-24/+24
* ARMCompilationCallback should not save / restore vfp registers if vfp is not ...Evan Cheng2009-01-161-2/+2
* Lazy compilation callback save / restore VFP registers.Evan Cheng2008-11-131-0/+9
* Remove the incorrect assertion. We don't have enough information before reloc...Evan Cheng2008-11-121-2/+1
* VFP fld / fst immediate field is multiplied by 4.Evan Cheng2008-11-121-16/+26
* Correct PIC function stub codegen.Evan Cheng2008-11-101-7/+32
* Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.Evan Cheng2008-11-101-2/+2
* Moved InvalidateInstructionCache to ARMJITInfo::emitFunctionStub which knows ...Evan Cheng2008-11-081-22/+21
* Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...Evan Cheng2008-11-081-5/+5
* Handle ARM machine constantpool entry with non-lazy ptr.Evan Cheng2008-11-081-4/+11
* More code clean up.Evan Cheng2008-11-071-5/+1
* Get PIC jump table working.Evan Cheng2008-11-071-9/+7
* Jump table JIT support. Work in progress.Evan Cheng2008-11-071-5/+19
* Stylistic change.Evan Cheng2008-11-041-2/+2
* Handle ARM machine constantpool entries.Evan Cheng2008-11-041-7/+26
* Correct way to handle CONSTPOOL_ENTRY instructions.Evan Cheng2008-10-291-1/+11
* remove extraneous #ifdef'sJim Grosbach2008-10-221-4/+0
* use pre-UAL mnemonics for push/pop for compilaton callback functionJim Grosbach2008-10-211-2/+2
* Update the stub and callback code to handle lazy compilation. The stubJim Grosbach2008-10-201-62/+90
* Add Mac OS X compatible JIT callback routine.Evan Cheng2008-09-021-5/+29
* Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...Nicolas Geoffray2008-04-161-4/+6
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* JITInfo now resolves function addrs and also relocations. It always emits a s...Raul Herbster2007-08-301-30/+43
* Initial JIT support for ARM by Raul Fernandes Herbster.Evan Cheng2007-08-071-1/+19
* no email addrs in file headersChris Lattner2007-07-171-3/+2
* Initial ARM JIT support by Raul Fernandes Herbster.Evan Cheng2007-07-051-0/+132