Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.
[oota-llvm.git] / lib / Target / ARM / ARMJITInfo.cpp
2008-11-10 Evan ChengRename isGVNonLazyPtr to isIndirectSym to reflect how...
2008-11-08 Evan ChengMoved InvalidateInstructionCache to ARMJITInfo::emitFun...
2008-11-08 Evan ChengRename startFunctionStub to startGVStub since it's...
2008-11-08 Evan ChengHandle ARM machine constantpool entry with non-lazy...
2008-11-07 Evan ChengMore code clean up.
2008-11-07 Evan ChengGet PIC jump table working.
2008-11-07 Evan ChengJump table JIT support. Work in progress.
2008-11-04 Evan ChengStylistic change.
2008-11-04 Evan ChengHandle ARM machine constantpool entries.
2008-10-29 Evan ChengCorrect way to handle CONSTPOOL_ENTRY instructions.
2008-10-22 Jim Grosbachremove extraneous #ifdef's
2008-10-21 Jim Grosbachuse pre-UAL mnemonics for push/pop for compilaton callb...
2008-10-20 Jim GrosbachUpdate the stub and callback code to handle lazy compil...
2008-09-02 Evan ChengAdd Mac OS X compatible JIT callback routine.
2008-04-16 Nicolas GeoffrayCorrelate stubs with functions in JIT: when emitting...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-08-30 Raul HerbsterJITInfo now resolves function addrs and also relocation...
2007-08-07 Evan ChengInitial JIT support for ARM by Raul Fernandes Herbster.
2007-07-17 Chris Lattnerno email addrs in file headers
2007-07-05 Evan ChengInitial ARM JIT support by Raul Fernandes Herbster.