1. b51ff60 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  2. d9f3381 Resolve JIT runtime linking problems on Android. by Andrew Kaylor · 12 years ago
  3. 7aa695e0 This threads SectionName through the allocateCodeSection/allocateDataSection APIs, both in C++ and C land. by Filip Pizlo · 12 years ago
  4. e4fd5ed Fixed alignment of code sections in the JIT mode. Added a test to the JITMemoryManager. by Elena Demikhovsky · 12 years ago
  5. 2e7efed Minor changes to the MCJITTest unittests to use the correct API for finalizing by David Tweed · 12 years ago
  6. 9a38340 Remove exception handling support from the old JIT. by Rafael Espindola · 12 years ago
  7. 8e46d89 Fix More Casts by David Greene · 13 years ago
  8. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  9. a229186 Remove duplicate includes. by Roman Divacky · 13 years ago
  10. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  11. a342cb9 Interface changes to allow RuntimeDyld memory managers to set memory permissions after an object has been loaded. by Andrew Kaylor · 13 years ago
  12. 219fc0f Fixed a problem in the JIT memory allocator where by Sean Callanan · 13 years ago
  13. 0e2ac5b Fix some formatting, grammar and style issues and add a couple of missing comments. by Eli Bendersky · 14 years ago
  14. bfee542 Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager. by Danil Malyshev · 14 years ago
  15. e26dafe Revert a series of commits to MCJIT to get the build working in CMake by Chandler Carruth · 14 years ago
  16. 02fc6e8 Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20120305/138477.html by Danil Malyshev · 14 years ago
  17. eff0a40 MCJIT support for non-function sections. by Jim Grosbach · 14 years ago
  18. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago
  19. a676926 Use twines to simplify calls to report_fatal_error. For code size and readability. by Benjamin Kramer · 16 years ago
  20. 2104b8d rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 16 years ago
  21. 2baba96 Change errs() to dbgs(). by David Greene · 16 years ago
  22. ebbfbee Fix typo, cleanup whitespace. by Eric Christopher · 16 years ago
  23. 8483f12 Remove dlsym stubs, with Nate Begeman's permission. by Jeffrey Yasskin · 16 years ago
  24. 7e8017c Verify that the function and exception table have been allocated by Nicolas Geoffray · 16 years ago
  25. 27c6692 Move the Function*->allocated blocks map from the JITMemoryManager to the by Jeffrey Yasskin · 16 years ago
  26. fb3d84b Initialize the PoisonMemory member before initializing by Dan Gohman · 16 years ago
  27. 4dc3edd remove a few DOUTs here and there. by Chris Lattner · 16 years ago
  28. 48ca915 Fix a bug where the DWARF emitter in the JIT was not initializing alignment by Reid Kleckner · 16 years ago
  29. 1432ef8 This void is implicit in C++. by Dan Gohman · 16 years ago
  30. 956a864 In TrimAllocationToSize, if a block is below the minimum allocation size, by Nicolas Geoffray · 16 years ago
  31. 4b3a356 Re-committing r76828 with the JIT memory manager changes now that the build by Reid Kleckner · 16 years ago
  32. 9216732 Reverting r76825 and r76828, since they caused clang runtime errors and some build failure involving memset. by Reid Kleckner · 16 years ago
  33. 1a722d9 Make the JIT code emitter properly retry and ask for more memory when it runs by Reid Kleckner · 16 years ago
  34. ccb29cd Convert more assert(0)+abort() -> LLVM_UNREACHABLE, by Torok Edwin · 16 years ago
  35. 70415d9 Add an option to allocate JITed global data separately from code. By by Jeffrey Yasskin · 16 years ago
  36. 8a1be5e Use uint8_t and int32_t in {JIT,Machine}CodeEmiters by Bruno Cardoso Lopes · 16 years ago
  37. 2f04887 Revert 72650 by Bruno Cardoso Lopes · 16 years ago
  38. b922abb Use uint8_t and int32_t in {JIT,Machine}CodeEmiters by Bruno Cardoso Lopes · 16 years ago
  39. cff6953 Use CHAR_BIT instead of hard-coding 8 in several places where it by Dan Gohman · 17 years ago
  40. 26161cd Fix PR3724 by searching for the largest free block when by Chris Lattner · 17 years ago
  41. 18d85e7 Add support to the JIT for true non-lazy operation. When a call to a function by Nate Begeman · 17 years ago
  42. 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
  43. 26ff6f9 Add <cstdio> include where needed by gcc-4.4. Patch by Samuel Tardieu. by Duncan Sands · 17 years ago
  44. b22ef71 On Darwin ARM, memory needs special handling to do JIT. This patch expands by Jim Grosbach · 17 years ago
  45. 5cc53c3 Preliminary support for systems which require changing JIT memory regions privilege from read / write to read / executable. by Evan Cheng · 17 years ago
  46. b086d38 Rewrite JIT handling of GlobalVariables so they by Dale Johannesen · 17 years ago
  47. 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
  48. 1cf5af9 Use static_cast instead of reinterpret_cast for casting void*. by Dan Gohman · 17 years ago
  49. 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
  50. c1969de fix 80 col violations by Chris Lattner · 18 years ago
  51. 579f071 Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. by Anton Korobeynikov · 18 years ago
  52. 21ad494 Enable exception handling int JIT by Nicolas Geoffray · 18 years ago
  53. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  54. cc2a661 Adjust VStudio files to add JITMemoryManager files + include <cassert> from same. by Chuck Rose III · 18 years ago
  55. 55d8c3f split the JIT memory management code out from the main JIT logic into its by Chris Lattner · 18 years ago