aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ExecutionEngine/ExecutionEngine.h
Commit message (Expand)AuthorAgeFilesLines
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-4/+6
* ExecutionEngine interface to re-map addresses for engines that support it.Jim Grosbach2012-01-161-0/+8
* A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca...Danil Malyshev2012-01-051-0/+11
* ExecutionEngine: refactor interfaceDylan Noblesmith2011-12-121-3/+2
* EngineBuilder: support for custom TargetOptions. Fixes thePeter Collingbourne2011-12-071-0/+11
* ExecutionEngine: honor optimization levelDylan Noblesmith2011-12-011-0/+1
* Tidy up. Formatting.Jim Grosbach2011-09-291-8/+5
* The code model of JIT should default to JITDefault.Nicolas Geoffray2011-08-301-1/+1
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-201-2/+4
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-0/+12
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-2/+2
* ExecutionEngine: push TargetMachine creation into clients (v2)Dylan Noblesmith2011-05-131-8/+2
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)Dylan Noblesmith2011-05-131-0/+8
* Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen2011-05-071-10/+8
* ExecutionEngine: push TargetMachine creation into clientsDylan Noblesmith2011-05-061-8/+2
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplicationDylan Noblesmith2011-05-061-0/+8
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* EngineBuilder setter method for UseMCJIT was missing return value.Jim Grosbach2011-04-061-1/+2
* Tidy up. Whitespace and 80-columns.Jim Grosbach2011-03-301-17/+19
* Support unregistering exception frames of functions when they are removed.Eric Christopher2011-03-041-3/+17
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* lli: Add stub -use-mcjit option, which doesn't currently do anything.Daniel Dunbar2010-11-171-2/+20
* JIT: More nitty style tweakage, aka territory marking.Daniel Dunbar2010-11-131-56/+67
* Fix the cleanup process of exception information in JIT. Now JITDuncan Sands2010-10-211-6/+17
* Convert some tab stops into spaces.Duncan Sands2010-07-121-2/+2
* Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp.Jeffrey Yasskin2010-02-051-6/+34
* r94686 changed all ModuleProvider parameters to Modules, which made theJeffrey Yasskin2010-02-031-5/+0
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-34/+21
* Add ability to set code model within the execution engine buildersEric Christopher2009-11-171-2/+14
* Remove dlsym stubs, with Nate Begeman's permission.Jeffrey Yasskin2009-11-091-10/+1
* add interpreter support for indirect goto / blockaddress. The interpreterChris Lattner2009-10-291-0/+6
* Revert the API changes from r85295 to make it easier for people to buildJeffrey Yasskin2009-10-271-3/+8
* Change the JIT to compile eagerly by default as agreed inJeffrey Yasskin2009-10-271-7/+18
* Automatically do the equivalent of freeMachineCodeForFunction(F) when F isJeffrey Yasskin2009-10-271-3/+2
* Fix http://llvm.org/PR4822: allow module deletion after a function has beenJeffrey Yasskin2009-10-231-26/+13
* Make the ExecutionEngine automatically remove global mappings on when theirJeffrey Yasskin2009-10-131-21/+44
* ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverseJeffrey Yasskin2009-10-091-0/+3
* To catch bugs like the one fixed inJeffrey Yasskin2009-08-071-4/+5
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-181-4/+99
* Switch llc and createJIT to use simpler command line parsing for -march.Daniel Dunbar2009-07-161-0/+3
* Add an option to allocate JITed global data separately from code. ByJeffrey Yasskin2009-07-081-4/+16
* Remove unused parameter.Bill Wendling2009-07-071-2/+2
* Add a JITEventListener interface that gets called back when a new function isJeffrey Yasskin2009-06-251-4/+12
* Remove unused parameter warnings.Bill Wendling2009-06-111-1/+1
* Allow the JIT ExecutionEngine to report details about the generated machine c...Argyrios Kyrtzidis2009-05-181-0/+4
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-7/+8
* The second part of the change from -fast to -O#. This changes the JIT to acceptBill Wendling2009-04-291-3/+3
* improve documentation around memory lifetimes, Chris Lattner2009-04-251-5/+17
* Add support to the JIT for true non-lazy operation. When a call to a functionNate Begeman2009-02-181-0/+8
* Add support for deleting a module provider from a JIT in such a way that it d...Nate Begeman2009-01-231-1/+7