summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JIT/JIT.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make JIT::runFunction clean up the generated stub function.Jeffrey Yasskin2010-02-121-2/+6
* Make it possible to create multiple JIT instances at the same time, by removingJeffrey Yasskin2010-02-111-2/+51
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp.Jeffrey Yasskin2010-02-051-4/+13
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-79/+20
* Move remaining stuff to the isInteger predicate.Benjamin Kramer2010-01-051-1/+1
* Convert a ton of simple integer type equality tests to the new predicate.Benjamin Kramer2010-01-051-3/+3
* Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer2010-01-051-3/+2
* Fix a crash in JIT::recompileAndRelinkFunction(). It doesn't pass the MCIJeffrey Yasskin2009-12-221-2/+4
* Don't codegen available_externally functions. Fixes http://llvm.org/PR5735.Jeffrey Yasskin2009-12-171-27/+39
* Formatting.Eric Christopher2009-12-151-1/+1
* Reinstate r91208 to fix available_externally linkage for globals, withJeffrey Yasskin2009-12-131-1/+1
* Revert r91208. Something on Linux prevents the JIT from looking up a symbolJeffrey Yasskin2009-12-121-1/+1
* Fix available_externally linkage for globals. It's probably still notJeffrey Yasskin2009-12-121-1/+1
* Add ability to set code model within the execution engine buildersEric Christopher2009-11-171-3/+6
* Remove dlsym stubs, with Nate Begeman's permission.Jeffrey Yasskin2009-11-091-8/+2
* Change the JIT to compile eagerly by default as agreed inJeffrey Yasskin2009-10-271-2/+2
* Automatically do the equivalent of freeMachineCodeForFunction(F) when F isJeffrey Yasskin2009-10-271-2/+2
* fix PR5186: the JIT shouldn't try to codegen available_externallyChris Lattner2009-10-251-1/+1
* Implement the JIT side of the GDB JIT debugging interface. To enable thisReid Kleckner2009-09-201-1/+1
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-10/+14
* Move types back to the 2.5 API.Owen Anderson2009-07-291-2/+1
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-291-1/+1
* Move ConstantFP construction back to the 2.5-ish API.Owen Anderson2009-07-271-3/+3
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-241-3/+3
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-9/+9
* Simplify / normalize some uses of Value::getName.Daniel Dunbar2009-07-211-1/+1
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-181-6/+23
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-141-8/+10
OpenPOWER on IntegriCloud