aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/Interpreter/Interpreter.h
Commit message (Expand)AuthorAgeFilesLines
* Fix an ancient FIXME.Dan Gohman2010-05-011-3/+1
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-2/+2
* add interpreter support for indirect goto / blockaddress. The interpreterChris Lattner2009-10-291-0/+2
* Remove FreeInst.Victor Hernandez2009-10-261-1/+0
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su...Victor Hernandez2009-10-231-1/+1
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-231-4/+4
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-181-3/+1
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Edwin Török2009-07-141-2/+2
* assert(0) -> LLVM_UNREACHABLE.Edwin Török2009-07-111-2/+5
* Add an option to allocate JITed global data separately from code. ByJeffrey Yasskin2009-07-081-1/+2
* Get rid of unnecessary global variables.Owen Anderson2009-06-261-1/+1
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-1/+1
* The second part of the change from -fast to -O#. This changes the JIT to acceptBill Wendling2009-04-291-1/+1
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-1/+0
* Add new parameter Fast to createJIT to enable the fast codegen path.Evan Cheng2008-08-081-1/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* simplify creation of the interpreter, make ExecutionEngine ctor protected,Chris Lattner2007-12-061-1/+1
* More explicit keywords.Dan Gohman2007-07-301-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+241