1. 3e29671 Revert a series of commits to MCJIT to get the build working in CMake by Chandler Carruth · 12 years ago
  2. 7803ec3 Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20120305/138477.html by Danil Malyshev · 12 years ago
  3. 8581438 Convert assert(0) to llvm_unreachable by Craig Topper · 13 years ago
  4. 4d6ccb5 More dead code removal (using -Wunreachable-code) by David Blaikie · 13 years ago
  5. 893f486 Fix MCJIT memory leak of owned TargetMachine. by Jim Grosbach · 13 years ago
  6. 9ea4717 ExecutionEngine: refactor interface by Dylan Noblesmith · 13 years ago
  7. b95fc31 Sink codegen optimization level into MCCodeGenInfo along side relocation model by Evan Cheng · 13 years ago
  8. 0ba3c0a MCJIT initialization TargetData by Danil Malyshev · 13 years ago
  9. 81cbb0a Fix the asserts in lib/Target/X86/X86ELFWriterInfo.cpp and by Richard Trieu · 13 years ago
  10. db125cf land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 13 years ago
  11. c0ceedb Avoid a Twine that referenced a tmp (which proceded to go out of scope before by Jim Grosbach · 13 years ago
  12. e0b5863 Restore sanity to 131601. by Jim Grosbach · 13 years ago
  13. 3ec2c7c Objective C functions may use a magic '\1' on the name. Handle that when by Jim Grosbach · 13 years ago
  14. c5b2858 ExecutionEngine: push TargetMachine creation into clients (v2) by Dylan Noblesmith · 13 years ago
  15. 2ea29ba ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2) by Dylan Noblesmith · 13 years ago
  16. c154514 The MCJIT memory manager needs to initialize its Module member. by Jim Grosbach · 13 years ago
  17. 701529b Revert ExecutionEngine patches, they either failed to build or broke unit tests. by Jakob Stoklund Olesen · 13 years ago
  18. c06b511 ExecutionEngine: push TargetMachine creation into clients by Dylan Noblesmith · 13 years ago
  19. 71cbac6 ExecutionEngine: fix JIT/MCJIT selectTarget() duplication by Dylan Noblesmith · 13 years ago
  20. bb498ca 80-col fix. by Eric Christopher · 13 years ago
  21. 69e8132 MCJIT relocation resolution. by Jim Grosbach · 13 years ago
  22. fcbe5b7 Layer the memory manager between the JIT and the runtime Dyld. by Jim Grosbach · 13 years ago
  23. 5acfa9f Instantiate a JITMemoryManager for MCJIT Dyld by Jim Grosbach · 13 years ago
  24. 66978bd Fix double-free of Module. by Jim Grosbach · 13 years ago
  25. 8086f3b Make sure to report any errors from the runtime dyld. by Jim Grosbach · 13 years ago
  26. 34714a0 Add simple arg passing to MC-JIT and support for exit() call. by Jim Grosbach · 13 years ago
  27. d619067 Fix comment in header. by Eric Christopher · 13 years ago
  28. f922910 Hook up the MCJIT to the RuntimeDyld library. by Jim Grosbach · 13 years ago
  29. 7b6747e Silence a warning. by Jim Grosbach · 14 years ago
  30. 31649e6 Beginnings of MC-JIT code generation. by Jim Grosbach · 14 years ago
  31. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
  32. 6aec298 MCJIT: Stub out MCJIT implementation, still doesn't do anything useful. by Daniel Dunbar · 14 years ago