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