aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/JIT/TargetSelect.cpp
Commit message (Expand)AuthorAgeFilesLines
* No really, it's unused.Daniel Dunbar2009-08-041-2/+1
* Remove now unused arguments from TargetRegistry::lookupTarget.Daniel Dunbar2009-08-031-4/+1
* Pass target triple string in to TargetMachine constructor.Daniel Dunbar2009-08-031-28/+24
* Simplify JIT target selection.Daniel Dunbar2009-07-251-1/+1
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-181-15/+4
* Remove unused header.Daniel Dunbar2009-07-161-1/+1
* Switch llc and createJIT to use simpler command line parsing for -march.Daniel Dunbar2009-07-161-9/+22
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-151-9/+13
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-151-7/+6
* Migrate llc and the JIT to using the TargetRegistry for lookups.Daniel Dunbar2009-07-151-6/+7
* Add an option to allocate JITed global data separately from code. ByJeffrey Yasskin2009-07-081-2/+3
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-1/+2
* The second part of the change from -fast to -O#. This changes the JIT to acceptBill Wendling2009-04-291-2/+2
* Registry.h should not depend on CommandLine.h.Mikhail Glushenkov2009-01-161-1/+2
* Delete trailing whitespace.Mikhail Glushenkov2009-01-161-2/+2
* 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