1. ea68423 Lazy compilation callback save / restore VFP registers. by Evan Cheng · 17 years ago
  2. 287a25d Remove the incorrect assertion. We don't have enough information before relocation to set U bit. by Evan Cheng · 17 years ago
  3. bfcee5b VFP fld / fst immediate field is multiplied by 4. by Evan Cheng · 17 years ago
  4. 02771dc Correct PIC function stub codegen. by Evan Cheng · 17 years ago
  5. 9f3058f Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used. by Evan Cheng · 17 years ago
  6. 436bdcd Moved InvalidateInstructionCache to ARMJITInfo::emitFunctionStub which knows size of stub. by Evan Cheng · 17 years ago
  7. b31a717 Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ptr. by Evan Cheng · 17 years ago
  8. ffdd91e Handle ARM machine constantpool entry with non-lazy ptr. by Evan Cheng · 17 years ago
  9. ef4d78b More code clean up. by Evan Cheng · 17 years ago
  10. 8467e24 Get PIC jump table working. by Evan Cheng · 17 years ago
  11. 7095cd2 Jump table JIT support. Work in progress. by Evan Cheng · 17 years ago
  12. 2299c99 Stylistic change. by Evan Cheng · 17 years ago
  13. 6dd08b6 Handle ARM machine constantpool entries. by Evan Cheng · 17 years ago
  14. 19d64ba Correct way to handle CONSTPOOL_ENTRY instructions. by Evan Cheng · 17 years ago
  15. 1ecf1fd remove extraneous #ifdef's by Jim Grosbach · 17 years ago
  16. cfebc18 use pre-UAL mnemonics for push/pop for compilaton callback function by Jim Grosbach · 17 years ago
  17. 9396051 Update the stub and callback code to handle lazy compilation. The stub by Jim Grosbach · 17 years ago
  18. df8cdc3 Add Mac OS X compatible JIT callback routine. by Evan Cheng · 17 years ago
  19. a7557df Correlate stubs with functions in JIT: when emitting a stub, the JIT tells the memory manager which function by Nicolas Geoffray · 18 years ago
  20. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  21. ae1b924 JITInfo now resolves function addrs and also relocations. It always emits a stub. by Raul Herbster · 18 years ago
  22. f7c6eff Initial JIT support for ARM by Raul Fernandes Herbster. by Evan Cheng · 18 years ago
  23. 396156e no email addrs in file headers by Chris Lattner · 18 years ago
  24. 9546a5c Initial ARM JIT support by Raul Fernandes Herbster. by Evan Cheng · 18 years ago