aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/MCJIT/MCJIT.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-151-0/+9
* Fix build error from previous commit.Andrew Kaylor2012-11-061-1/+1
* Add interface for object-based JIT events.Andrew Kaylor2012-11-061-0/+35
* Add a method to indicate section address re-assignment is finished.Andrew Kaylor2012-11-051-0/+15
* Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor2012-11-011-2/+1
* Move TargetData to DataLayout.Micah Villmow2012-10-081-3/+3
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-021-13/+17
* MCJIT: getPointerToFunction() references target address space.Jim Grosbach2012-09-051-2/+10
* MCJIT: Tidy up the constructor.Jim Grosbach2012-08-211-10/+4
* Enable lazy compilation in MCJITAndrew Kaylor2012-08-071-7/+42
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-061-1/+1
* Fix some formatting, grammar and style issues and add a couple of missing com...Eli Bendersky2012-04-291-2/+2
* This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd2012-04-121-3/+3
* Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-281-0/+20
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-221-20/+0
* Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev2012-03-211-0/+20
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-2/+1
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-2/+0
* Fix MCJIT memory leak of owned TargetMachine.Jim Grosbach2012-01-171-0/+1
* ExecutionEngine: refactor interfaceDylan Noblesmith2011-12-121-5/+2
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-161-1/+1
* MCJIT initialization TargetDataDanil Malyshev2011-09-301-0/+1
* Fix the asserts in lib/Target/X86/X86ELFWriterInfo.cpp andRichard Trieu2011-09-101-1/+1
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-2/+2
* Avoid a Twine that referenced a tmp (which proceded to go out of scope beforeJim Grosbach2011-05-191-5/+3
* Restore sanity to 131601.Jim Grosbach2011-05-181-2/+3
* Objective C functions may use a magic '\1' on the name. Handle that whenJim Grosbach2011-05-181-1/+6
* ExecutionEngine: push TargetMachine creation into clients (v2)Dylan Noblesmith2011-05-131-14/+1
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)Dylan Noblesmith2011-05-131-1/+2
* The MCJIT memory manager needs to initialize its Module member.Jim Grosbach2011-05-121-1/+1
* Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen2011-05-071-1/+13
* ExecutionEngine: push TargetMachine creation into clientsDylan Noblesmith2011-05-061-14/+1
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplicationDylan Noblesmith2011-05-061-1/+2
* 80-col fix.Eric Christopher2011-04-221-1/+1
* MCJIT relocation resolution.Jim Grosbach2011-04-131-0/+2
* Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach2011-04-041-4/+7
* Instantiate a JITMemoryManager for MCJIT DyldJim Grosbach2011-03-291-1/+1
* Fix double-free of Module.Jim Grosbach2011-03-231-1/+0
* Make sure to report any errors from the runtime dyld.Jim Grosbach2011-03-231-1/+2
* Add simple arg passing to MC-JIT and support for exit() call.Jim Grosbach2011-03-221-4/+104
* Fix comment in header.Eric Christopher2011-03-221-1/+1
* Hook up the MCJIT to the RuntimeDyld library.Jim Grosbach2011-03-221-1/+11
* Silence a warning.Jim Grosbach2011-03-181-1/+1
* Beginnings of MC-JIT code generation.Jim Grosbach2011-03-181-5/+27
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.Daniel Dunbar2010-11-171-0/+92