summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JIT/JIT.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-694/+0
* Use range based for loops to avoid needing to re-mention SmallPtrSet size.Craig Topper2014-08-241-5/+3
* Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola2014-08-191-19/+19
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-0/+696
* Nuke the old JIT.Rafael Espindola2014-08-071-696/+0
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-5/+6
* Revert "Replace Execution Engine's mutex with std::recursive_mutex."Zachary Turner2014-06-201-19/+19
* Replace Execution Engine's mutex with std::recursive_mutex.Zachary Turner2014-06-181-19/+19
* Cleanup more unreferenced MutexGuard parameters on functions.Zachary Turner2014-06-161-22/+22
* [C++] Use 'nullptr'.Craig Topper2014-04-241-10/+10
* [ExecutionEngine] Allow JIT clients to enable/disable module verification.Lang Hames2014-04-181-3/+3
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-3/+2
* Use DataLayout from the module when easily available.Rafael Espindola2014-02-251-3/+7
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-251-3/+3
* Remove dead code.Rafael Espindola2013-10-071-156/+0
* Fix the build issue under ia64. Close bug #5715Sylvestre Ledru2013-08-271-1/+1
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-221-1/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-6/+6
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-10/+10
* Move TargetData to DataLayout.Micah Villmow2012-10-081-7/+7
* JIT::runFunction(): add a fast path for functions with a single argument that...Nuno Lopes2012-08-021-2/+7
* You cannot call removeModule on a JIT with no modules. Patch by VerenaChad Rosier2012-07-251-1/+1
* Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-281-3/+27
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-221-25/+3
* Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev2012-03-211-3/+25
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-3/+2
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+0
* ExecutionEngine: refactor interfaceDylan Noblesmith2011-12-121-3/+2
* ExecutionEngine: honor optimization levelDylan Noblesmith2011-12-011-3/+3
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-4/+4
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-151-2/+1
* ExecutionEngine: move createJIT() definition (v2)Dylan Noblesmith2011-05-131-19/+0
* ExecutionEngine: push TargetMachine creation into clients (v2)Dylan Noblesmith2011-05-131-16/+7
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)Dylan Noblesmith2011-05-131-2/+9
* Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen2011-05-071-4/+25
* ExecutionEngine: move createJIT() definitionDylan Noblesmith2011-05-061-19/+0
* ExecutionEngine: push TargetMachine creation into clientsDylan Noblesmith2011-05-061-16/+7
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplicationDylan Noblesmith2011-05-061-2/+9
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Trailing whitespae.Jim Grosbach2011-03-151-34/+34
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Fix some more 80-col violas.Daniel Dunbar2010-11-131-4/+11
* Fix the cleanup process of exception information in JIT. Now JITDuncan Sands2010-10-211-0/+6
* When creating a JIT, try to load the program so that we can resolve symbolsNick Lewycky2010-08-171-0/+3
* Stop the JIT from refusing to work just because the program it was compiled intoNick Lewycky2010-08-091-5/+0
* Don't call __register_frame from the JIT on systems that use setjmp/longjmpBob Wilson2010-07-261-2/+2
* first part of JIT support for address of labels, part of PR7264,Chris Lattner2010-07-111-8/+46
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-071-6/+6
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-161-3/+3
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-151-4/+4
OpenPOWER on IntegriCloud