aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/Interpreter/Interpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
* The second part of the change from -fast to -O#. This changes the JIT to acceptBill Wendling2009-04-291-1/+1
* Add new parameter Fast to createJIT to enable the fast codegen path.Evan Cheng2008-08-081-1/+2
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-0/+4
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-0/+1
* 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-12/+4
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+106