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