Start converting to new error handling API.
[oota-llvm.git] / lib / Target / ARM / ARMJITInfo.cpp
2009-07-08 Torok EdwinStart converting to new error handling API.
2009-05-30 Bruno Cardoso LopesFirst patch in the direction of splitting MachineCodeEm...
2009-01-16 Evan ChengARMCompilationCallback should not save / restore vfp...
2008-11-13 Evan ChengLazy compilation callback save / restore VFP registers.
2008-11-12 Evan ChengRemove the incorrect assertion. We don't have enough...
2008-11-12 Evan ChengVFP fld / fst immediate field is multiplied by 4.
2008-11-10 Evan ChengCorrect PIC function stub codegen.
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.