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