1. 8a1be5e Use uint8_t and int32_t in {JIT,Machine}CodeEmiters by Bruno Cardoso Lopes · 17 years ago
  2. 2f04887 Revert 72650 by Bruno Cardoso Lopes · 17 years ago
  3. b922abb Use uint8_t and int32_t in {JIT,Machine}CodeEmiters by Bruno Cardoso Lopes · 17 years ago
  4. cff6953 Use CHAR_BIT instead of hard-coding 8 in several places where it by Dan Gohman · 17 years ago
  5. 26161cd Fix PR3724 by searching for the largest free block when by Chris Lattner · 17 years ago
  6. 18d85e7 Add support to the JIT for true non-lazy operation. When a call to a function by Nate Begeman · 17 years ago
  7. 94844e2 fix a tricky bug in the JIT global variable emitter, that was triggered when JITing a variable independently of a function. This lead to sharing memory memory between functions and GVs thus changing the value of a GV could change the code in execution. more details on the ML. by Nuno Lopes · 17 years ago
  8. 26ff6f9 Add <cstdio> include where needed by gcc-4.4. Patch by Samuel Tardieu. by Duncan Sands · 17 years ago
  9. b22ef71 On Darwin ARM, memory needs special handling to do JIT. This patch expands by Jim Grosbach · 17 years ago
  10. 5cc53c3 Preliminary support for systems which require changing JIT memory regions privilege from read / write to read / executable. by Evan Cheng · 17 years ago
  11. b086d38 Rewrite JIT handling of GlobalVariables so they by Dale Johannesen · 17 years ago
  12. bf83579 Fix for PR2578. Do not split off a block whose size is less than FreeRangeHeader::getMinBlockSize(). Patch by Damien. by Evan Cheng · 17 years ago
  13. 1cf5af9 Use static_cast instead of reinterpret_cast for casting void*. by Dan Gohman · 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. c1969de fix 80 col violations by Chris Lattner · 18 years ago
  16. 579f071 Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. by Anton Korobeynikov · 18 years ago
  17. 21ad494 Enable exception handling int JIT by Nicolas Geoffray · 18 years ago
  18. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  19. cc2a661 Adjust VStudio files to add JITMemoryManager files + include <cassert> from same. by Chuck Rose III · 18 years ago
  20. 55d8c3f split the JIT memory management code out from the main JIT logic into its by Chris Lattner · 18 years ago