summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JIT/JITMemoryManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-900/+0
* Fix typos in comments, NFCRobin Morisset2014-08-291-1/+1
* EE/JIT: unique_ptr-ifyDylan Noblesmith2014-08-251-7/+3
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-0/+904
* Nuke the old JIT.Rafael Espindola2014-08-071-904/+0
* [C++] Use 'nullptr'.Craig Topper2014-04-281-1/+1
* [C++] Use 'nullptr'.Craig Topper2014-04-241-8/+8
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [Allocator] Finally, finish nuking the redundant code that led me hereChandler Carruth2014-04-151-7/+7
* [Allocator] Make the underlying allocator a template instead of anChandler Carruth2014-04-141-14/+11
* [Allocator] Switch the BumpPtrAllocator to use a vector of pointers toChandler Carruth2014-04-141-9/+6
* [Allocator] Lift the slab size and size threshold into templateChandler Carruth2014-03-301-4/+4
* [cleanup] Hoist the initialization and constants for slab sizes to theChandler Carruth2014-03-281-20/+17
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-27/+27
* Resolve JIT runtime linking problems on Android.Andrew Kaylor2013-11-151-1/+1
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-021-2/+3
* Fixed alignment of code sections in the JIT mode. Added a test to the JITMemo...Elena Demikhovsky2013-07-021-2/+7
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-171-1/+1
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-071-26/+0
* Fix More CastsDavid Greene2013-01-141-3/+8
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Remove duplicate includes.Roman Divacky2012-12-211-1/+0
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-5/+5
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-151-1/+5
* Fixed a problem in the JIT memory allocator whereSean Callanan2012-08-151-0/+3
* Fix some formatting, grammar and style issues and add a couple of missing com...Eli Bendersky2012-04-291-1/+1
* Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-281-0/+150
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-221-153/+0
* Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev2012-03-211-0/+153
* MCJIT support for non-function sections.Jim Grosbach2012-01-161-0/+44
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Use twines to simplify calls to report_fatal_error. For code size and readabi...Benjamin Kramer2010-04-081-4/+2
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-071-1/+1
* Change errs() to dbgs().David Greene2010-01-051-1/+1
* Fix typo, cleanup whitespace.Eric Christopher2009-11-121-35/+35
* Remove dlsym stubs, with Nate Begeman's permission.Jeffrey Yasskin2009-11-091-11/+0
* Verify that the function and exception table have been allocatedNicolas Geoffray2009-10-221-2/+2
* Move the Function*->allocated blocks map from the JITMemoryManager to theJeffrey Yasskin2009-10-201-32/+12
* Initialize the PoisonMemory member before initializingDan Gohman2009-08-271-7/+7
* remove a few DOUTs here and there.Chris Lattner2009-08-231-1/+1
* Fix a bug where the DWARF emitter in the JIT was not initializing alignmentReid Kleckner2009-08-211-0/+4
* This void is implicit in C++.Dan Gohman2009-08-121-2/+2
* In TrimAllocationToSize, if a block is below the minimum allocation size,Nicolas Geoffray2009-07-291-1/+4
* Re-committing r76828 with the JIT memory manager changes now that the buildReid Kleckner2009-07-231-95/+269
* Reverting r76825 and r76828, since they caused clang runtime errors and some ...Reid Kleckner2009-07-231-269/+95
* Make the JIT code emitter properly retry and ask for more memory when it runsReid Kleckner2009-07-231-95/+269
* Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Torok Edwin2009-07-111-8/+5
* Add an option to allocate JITed global data separately from code. ByJeffrey Yasskin2009-07-081-16/+57
* Use uint8_t and int32_t in {JIT,Machine}CodeEmitersBruno Cardoso Lopes2009-06-041-28/+26
* Revert 72650Bruno Cardoso Lopes2009-06-031-26/+28
OpenPOWER on IntegriCloud