summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT/TargetSelect.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-05-13ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)Dylan Noblesmith1-91/+0
2011-05-07Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen1-0/+91
2011-05-06ExecutionEngine: delete duplicated filesDylan Noblesmith1-91/+0
2011-03-22Trailing whitespace.Jim Grosbach1-1/+1
2010-11-29Merge System into Support.Michael J. Spencer1-1/+1
2010-02-05Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp.Jeffrey Yasskin1-17/+5
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin1-5/+2
2009-09-08Improve JIT error message for users crazy enough to use -march with JIT, andDaniel Dunbar1-2/+4
2009-09-02Fix PR4845: r77946 completely broke x86_64 Darwin (or any situation where theEvan Cheng1-10/+32
2009-08-04No really, it's unused.Daniel Dunbar1-2/+1
2009-08-03Remove now unused arguments from TargetRegistry::lookupTarget.Daniel Dunbar1-4/+1
2009-08-03Pass target triple string in to TargetMachine constructor.Daniel Dunbar1-28/+24
2009-07-25Simplify JIT target selection.Daniel Dunbar1-1/+1
2009-07-18Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner1-15/+4
2009-07-16Remove unused header.Daniel Dunbar1-1/+1
2009-07-16Switch llc and createJIT to use simpler command line parsing for -march.Daniel Dunbar1-9/+22
2009-07-15Reapply TargetRegistry refactoring commits.Daniel Dunbar1-9/+13
2009-07-15Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings1-7/+6
2009-07-15Migrate llc and the JIT to using the TargetRegistry for lookups.Daniel Dunbar1-6/+7
2009-07-08Add an option to allocate JITed global data separately from code. ByJeffrey Yasskin1-2/+3
2009-04-29Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling1-1/+2
2009-04-29The second part of the change from -fast to -O#. This changes the JIT to acceptBill Wendling1-2/+2
2009-01-16Registry.h should not depend on CommandLine.h.Mikhail Glushenkov1-1/+2
2009-01-16Delete trailing whitespace.Mikhail Glushenkov1-2/+2
2008-08-08Add new parameter Fast to createJIT to enable the fast codegen path.Evan Cheng1-2/+2
2008-07-07Use empty() instead of size().Dan Gohman1-1/+1
2008-05-23Add #includes to make some dependencies explicit.Dan Gohman1-0/+1
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-12-06add a new ExecutionEngine::createJIT which can be used if you only want Chris Lattner1-4/+5
2007-10-17Switching TargetMachineRegistry to use the new generic Registry.Gordon Henriksen1-2/+3
2007-04-20avoid mutating a global in an accessorChris Lattner1-5/+6
2007-03-03Deal with error handling better.Reid Spencer1-2/+9
2006-12-07Removing even more <iostream> includes.Bill Wendling1-4/+3
2006-03-23remove always-null IntrinsicLowering argument.Chris Lattner1-1/+1
2006-03-23remove the intrinsiclowering hookChris Lattner1-2/+2
2005-10-23Shrinkify to match llcChris Lattner1-3/+3
2005-09-02Add help support for -mcpu and -mattr.Jim Laskey1-3/+3
2005-09-011. Use SubtargetFeatures in llc/lli.Jim Laskey1-1/+24
2005-04-21Remove trailing whitespaceMisha Brukman1-2/+2
2004-07-11The cleanup is done. Update comment.Chris Lattner1-5/+2
2004-07-11Goodbye macro hell, hello nice clean simple extensible code. This changeChris Lattner1-55/+13
2004-02-25Great sparc renaming fallout IV: Sparc --> SparcV9.Brian Gaeke1-1/+1
2004-02-25Great renaming part II: Sparc --> SparcV9 (also includes command-line options...Brian Gaeke1-5/+5
2003-12-28Pass around IntrinsicLowering instances as appropriate.Chris Lattner1-3/+4
2003-12-20Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges theChris Lattner1-0/+92