1. 02771dc Correct PIC function stub codegen. by Evan Cheng · 17 years ago
  2. 9f3058f Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used. by Evan Cheng · 17 years ago
  3. 98161f5 Tell ARMJITInfo if codegen relocation is PIC. It changes how function stubs are generated. by Evan Cheng · 17 years ago
  4. ffdd91e Handle ARM machine constantpool entry with non-lazy ptr. by Evan Cheng · 17 years ago
  5. 454ff53 Use ARMFunctionInfo to track number of constpool entries and jumptables. by Evan Cheng · 17 years ago
  6. ef4d78b More code clean up. by Evan Cheng · 17 years ago
  7. 7095cd2 Jump table JIT support. Work in progress. by Evan Cheng · 17 years ago
  8. 9340be4 For some targets, it's not possible to place GVs in the same memory buffer as the MachineCodeEmitter allocated memory. Code and data has different read / write / execution privilege requirements. by Evan Cheng · 17 years ago
  9. 6dd08b6 Handle ARM machine constantpool entries. by Evan Cheng · 17 years ago
  10. 83bf3de Add comment. by Evan Cheng · 17 years ago
  11. 20dbb3b Use better data structure for ConstPoolId2AddrMap. by Evan Cheng · 17 years ago
  12. 19d64ba Correct way to handle CONSTPOOL_ENTRY instructions. by Evan Cheng · 17 years ago
  13. ff2b494 Support for constant islands in the ARM JIT. by Jim Grosbach · 17 years ago
  14. 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
  15. c60c67f Add explicit keywords. by Dan Gohman · 18 years ago
  16. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  17. 396156e no email addrs in file headers by Chris Lattner · 18 years ago
  18. 9546a5c Initial ARM JIT support by Raul Fernandes Herbster. by Evan Cheng · 18 years ago