1. 4b25467 Removed "static" from "__jit_debug_descriptor" because "static" adds C++ mangling prefix to this symbol. by Elena Demikhovsky · 12 years ago
  2. 38b0602 Remove duplicate includes. by Roman Divacky · 12 years ago
  3. 7882213 Query section for whether it should be executable. by Tim Northover · 12 years ago
  4. e1fd317 Adjust JIT target triple on OS X to match the current architecture. by Bob Wilson · 12 years ago
  5. a1514e2 Sort includes for all of the .h files under the 'lib' tree. These were by Chandler Carruth · 12 years ago
  6. 4af1ca5 RuntimeDyld: Fix up r169178. MSVC doesn't like "or". by NAKAMURA Takumi · 12 years ago
  7. ade0474 Runtime dynamic linker for MCJIT should support MIPS BigEndian architecture. by Akira Hatanaka · 12 years ago
  8. d04a8d4 Use the new script to sort the includes of every file under lib. by Chandler Carruth · 12 years ago
  9. 84bcf93 Move the InstVisitor utility into VMCore where it belongs. It heavily by Chandler Carruth · 12 years ago
  10. bacc825 MCJIT depends on JIT. by Benjamin Kramer · 12 years ago
  11. 6e1c456 Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT and RuntimeDyld by Andrew Kaylor · 12 years ago
  12. 927ba6a Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it. by Andrew Kaylor · 12 years ago
  13. f6dae76 IntelJITEventsWrapper.h: Prune two members, FinalizeThreadFunc and FinalizeProcessFunc, for now. [-Wunused-private-field] by NAKAMURA Takumi · 12 years ago
  14. 34519fc Implementing basic function-level profiling support in IntelJITEventListener. by Andrew Kaylor · 12 years ago
  15. 098d6d5 Add R_ARM_TARGET1 relocation to MCJIT and ensure that the runtime dyld reads by Amara Emerson · 12 years ago
  16. 53608a3 Interface changes to allow RuntimeDyld memory managers to set memory permissions after an object has been loaded. by Andrew Kaylor · 12 years ago
  17. de7c853 Remove DOS line endings. by Jakub Staszak · 12 years ago
  18. a082892 Fix build error from previous commit. by Andrew Kaylor · 12 years ago
  19. 776054d Add interface for object-based JIT events. by Andrew Kaylor · 12 years ago
  20. 2898988 Add a method to indicate section address re-assignment is finished. by Andrew Kaylor · 12 years ago
  21. a307a1c Change resolveRelocation parameters so the relocations can find placeholder values in the original object buffer. by Andrew Kaylor · 12 years ago
  22. 5fc8c7c Fixed format string to avoid pointer truncation during 64-bit debugging. by Andrew Kaylor · 12 years ago
  23. 426c2bf Revert the majority of the next patch in the address space series: by Chandler Carruth · 12 years ago
  24. 647d6d7 Streamlined memory manager hierarchy for MCJIT and RuntimeDyld. by Andrew Kaylor · 12 years ago
  25. bbc6e67 Fix regression in old-style JIT. by Eli Friedman · 12 years ago
  26. f00677d Make use of common-symbol alignment info in ELF loader. by Tim Northover · 12 years ago
  27. 6e8946c PowerPC: Initial support for PowerPC64 MCJIT by Adhemerval Zanella · 12 years ago
  28. b52fb87 Add some cleanup to the DataLayout changes requested by Chandler. by Micah Villmow · 12 years ago
  29. bf261f1 Grammar. by Eric Christopher · 12 years ago
  30. 2c39b15 Resubmit the changes to llvm core to update the functions to support different pointer sizes on a per address space basis. by Micah Villmow · 12 years ago
  31. fa8cd9d Check section type rather than assuming it's code when emitting sections while processing relocations. by Andrew Kaylor · 12 years ago
  32. a7ca3c2 Indenting. by Eric Christopher · 12 years ago
  33. ed84062 Remove unnecessary classof()'s by Sean Silva · 12 years ago
  34. 8ac1995 Remove buggy classof(). by Sean Silva · 12 years ago
  35. fb384d6 Revert 165732 for further review. by Micah Villmow · 12 years ago
  36. f3840d2 Add in the first iteration of support for llvm/clang/lldb to allow variable per address space pointer sizes to be optimized correctly. by Micah Villmow · 12 years ago
  37. 3c9019d Adding comments to clarify the reason for non-standard style in these files. by Andrew Kaylor · 12 years ago
  38. 3574eca Move TargetData to DataLayout. by Micah Villmow · 12 years ago
  39. 565ebde Implement .rel relocation for R_ARM_ABS32 in MCJIT. by Tim Northover · 12 years ago
  40. 3f23cef Clean-up of memory buffer and object ownership model in MCJIT by Andrew Kaylor · 12 years ago
  41. 7bbd6e3 Support for generating ELF objects on Windows. by Andrew Kaylor · 12 years ago
  42. 770b97b Removing dependency on third party library for Intel JIT event support. by Andrew Kaylor · 12 years ago
  43. 44aebe8 Fix of hang during Intel JIT profiling Committed on behalf of Kirill Uhanov by Andrew Kaylor · 12 years ago
  44. c2945e4 Mark unimplemented copy constructors and copy assignment operators as LLVM_DELETED_FUNCTION. by Craig Topper · 12 years ago
  45. e940c1b Better const handling for RuntimeDyld and MCJIT. by Jim Grosbach · 12 years ago
  46. 7639f98 MCJIT: relocation addends encoded in the target aren't quite so easy. by Jim Grosbach · 12 years ago
  47. 01e1a97 MCJIT: Make sure to mask off non-type-field bits. by Jim Grosbach · 12 years ago
  48. ba9ba9f MCJIT: Pass the i386 MachO relocation type properly. by Jim Grosbach · 12 years ago
  49. 2c38a66 [Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni! by Michael J. Spencer · 12 years ago
  50. 5932429 Stop casting away const qualifier needlessly. by Roman Divacky · 12 years ago
  51. 35ed842 MCJIT: getPointerToFunction() references target address space. by Jim Grosbach · 12 years ago
  52. 5229741 Fix comment for function RuntimeDyldImpl.resolveRelocation() by Danil Malyshev · 12 years ago
  53. 96601ca Add a getName function to MachineFunction. Use it in places that previously did getFunction()->getName(). Remove includes of Function.h that are no longer needed. by Craig Topper · 12 years ago
  54. 8005bcd MCJIT: Tidy up the constructor. by Jim Grosbach · 12 years ago
  55. b862f09 Fix coding style violations in 162135 and 162136. by Akira Hatanaka · 12 years ago
  56. b889e0c Correct MCJIT functionality for MIPS32 architecture. by Akira Hatanaka · 12 years ago
  57. f92bbcd Fixed a problem in the JIT memory allocator where by Sean Callanan · 12 years ago
  58. ea708d1 Enable lazy compilation in MCJIT by Andrew Kaylor · 12 years ago
  59. 847a32b JIT::runFunction(): add a fast path for functions with a single argument that is a pointer. by Nuno Lopes · 12 years ago
  60. d83a547 Fixing problems with X86_64_32 relocations and making the assertions more readable. by Andrew Kaylor · 12 years ago
  61. e2e73bd Test commit, clean up comment by Andrew Kaylor · 12 years ago
  62. 2e31987 Test commit, clean up comment by Andrew Kaylor · 12 years ago
  63. 9402be9 You cannot call removeModule on a JIT with no modules. Patch by Verena by Chad Rosier · 12 years ago
  64. c8e41c5 Fix a typo (the the => the) by Sylvestre Ledru · 12 years ago
  65. 956994c ExecutionEngine/TargetSelect.cpp: Override default triple as LLVM_HOSTTRIPLE. by NAKAMURA Takumi · 12 years ago
  66. 96cb112 Remove tabs. by Bill Wendling · 12 years ago
  67. 0bcbd1d Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and by Bill Wendling · 12 years ago
  68. d5c407d llvm/lib: [CMake] Add explicit dependency to intrinsics_gen. by NAKAMURA Takumi · 12 years ago
  69. 47cbc4e Optimized usage of new SwitchInst case values (IntegersSubset type) in Local.cpp, Execution.cpp and BitcodeWriter.cpp. by Stepan Dyatkovskiy · 12 years ago
  70. e04690e Disable the right instance of TheJIT, this one is only used in asserts. by Benjamin Kramer · 12 years ago
  71. a978366 Guard private fields that are unused in Release builds with #ifndef NDEBUG. by Benjamin Kramer · 12 years ago
  72. 95a9d93 Round 2 of dead private variable removal. by Benjamin Kramer · 12 years ago
  73. d9b0b02 Fix typos found by http://github.com/lyda/misspell-check by Benjamin Kramer · 12 years ago
  74. 43eb31b PR1255: case ranges. by Stepan Dyatkovskiy · 12 years ago
  75. f8d14c4 PR1255: case ranges. by Stepan Dyatkovskiy · 12 years ago
  76. 0aa32d5 ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSubsetMapping. by Stepan Dyatkovskiy · 12 years ago
  77. 484fc93 PR1255: Case Ranges by Stepan Dyatkovskiy · 12 years ago
  78. 5b2d81b Make it so that the MArch, MCPU, MAttrs passed to EngineBuilder are actually used. by Owen Anderson · 12 years ago
  79. 1c8f4b8 PR1255 (case ranges: work with ConstantRangesSet instead of ConstantInt) related changes for Execution and Verifier. by Stepan Dyatkovskiy · 12 years ago
  80. 068c65b Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT instead of DefaultJIMMemoryManager. by Danil Malyshev · 12 years ago
  81. 77966fa ExecutionEngine: Check for NULL ErrorStr before using it. by Jim Grosbach · 12 years ago
  82. 7549354 Make IntelJITEvents and OProfileJIT as optional libraries and add by Preston Gurd · 12 years ago
  83. c201e6e RuntimeDyld cleanup: by Eli Bendersky · 12 years ago
  84. d98c9e9 RuntimeDyld code cleanup: by Eli Bendersky · 12 years ago
  85. 37bc5a2 It doesn't make sense to move symbol relocations to section relocations when by Eli Bendersky · 12 years ago
  86. 6d15e87 Code cleanup in RuntimeDyld: by Eli Bendersky · 12 years ago
  87. 5fe0198 Fix some formatting, grammar and style issues and add a couple of missing comments. by Eli Bendersky · 12 years ago
  88. ab42733 Fix incorrect call of resolveRelocation() for ARM ELF stub relocations. by Danil Malyshev · 12 years ago
  89. 482f878 Add files which were not included by commit 154868. by Preston Gurd · 12 years ago
  90. 689ff9c Implement GDB integration for source level debugging of code JITed using by Preston Gurd · 12 years ago
  91. c68dda8 This patch improves the MCJIT runtime dynamic loader by adding new handling by Preston Gurd · 12 years ago
  92. 0f55449 EngineBuilder::create is expected to take ownership of the TargetMachine passed to it. Delete it on error or when we create an interpreter that doesn't need it. by Benjamin Kramer · 12 years ago
  93. d9182d6 Removing a file that's no longer being used after the recent refactorings by Eli Bendersky · 12 years ago
  94. 0e4fa5f Re-factored RuntimeDyLd: by Danil Malyshev · 12 years ago
  95. 288967d Revert r153694. It was causing failures in the buildbots. by Bill Wendling · 12 years ago
  96. 4b0b8ef Re-factored RuntimeDyld. Added ExecutionEngine/MCJIT tests. by Danil Malyshev · 12 years ago
  97. 30b9e32 Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager. by Danil Malyshev · 12 years ago
  98. b38aae4 Made RuntimeDyldMachO support vanilla i386 by Sean Callanan · 12 years ago
  99. 8e1fc56 Make it feasible for clients using EngineBuilder to capture the TargetMachine that is created as part of selecting the appropriate target. by Owen Anderson · 12 years ago
  100. 3e29671 Revert a series of commits to MCJIT to get the build working in CMake by Chandler Carruth · 13 years ago