summaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/JIT/TargetSelect.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp.Jeffrey Yasskin2010-02-051-17/+5
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-5/+2
* Improve JIT error message for users crazy enough to use -march with JIT, andDaniel Dunbar2009-09-081-2/+4
* Fix PR4845: r77946 completely broke x86_64 Darwin (or any situation where theEvan Cheng2009-09-021-10/+32
* 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
* avoid mutating a global in an accessorChris Lattner2007-04-201-5/+6
* Deal with error handling better.Reid Spencer2007-03-031-2/+9
* Removing even more <iostream> includes.Bill Wendling2006-12-071-4/+3
* remove always-null IntrinsicLowering argument.Chris Lattner2006-03-231-1/+1
* remove the intrinsiclowering hookChris Lattner2006-03-231-2/+2
* Shrinkify to match llcChris Lattner2005-10-231-3/+3
* Add help support for -mcpu and -mattr.Jim Laskey2005-09-021-3/+3
* 1. Use SubtargetFeatures in llc/lli.Jim Laskey2005-09-011-1/+24
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* The cleanup is done. Update comment.Chris Lattner2004-07-111-5/+2
* Goodbye macro hell, hello nice clean simple extensible code. This changeChris Lattner2004-07-111-55/+13
* Great sparc renaming fallout IV: Sparc --> SparcV9.Brian Gaeke2004-02-251-1/+1
* Great renaming part II: Sparc --> SparcV9 (also includes command-line options...Brian Gaeke2004-02-251-5/+5
* Pass around IntrinsicLowering instances as appropriate.Chris Lattner2003-12-281-3/+4
* Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges theChris Lattner2003-12-201-0/+92