aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/JIT/TargetSelect.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add new parameter Fast to createJIT to enable the fast codegen path.Evan Cheng2008-08-081-2/+2
* Use empty() instead of size().Dan Gohman2008-07-071-1/+1
* Add #includes to make some dependencies explicit.Dan Gohman2008-05-231-0/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* add a new ExecutionEngine::createJIT which can be used if you only want Chris Lattner2007-12-061-4/+5
* Switching TargetMachineRegistry to use the new generic Registry.Gordon Henriksen2007-10-171-2/+3
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+78