aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT/TargetSelect.cpp
AgeCommit message (Expand)Author
2009-07-08Add an option to allocate JITed global data separately from code. ByJeffrey Yasskin
2009-04-29Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling
2009-04-29The second part of the change from -fast to -O#. This changes the JIT to acceptBill Wendling
2009-01-16Registry.h should not depend on CommandLine.h.Mikhail Glushenkov
2009-01-16Delete trailing whitespace.Mikhail Glushenkov
2008-08-08Add new parameter Fast to createJIT to enable the fast codegen path.Evan Cheng
2008-07-07Use empty() instead of size().Dan Gohman
2008-05-23Add #includes to make some dependencies explicit.Dan Gohman
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-06add a new ExecutionEngine::createJIT which can be used if you only want Chris Lattner
2007-10-17Switching TargetMachineRegistry to use the new generic Registry.Gordon Henriksen
2007-04-20avoid mutating a global in an accessorChris Lattner
2007-03-03Deal with error handling better.Reid Spencer
2006-12-07Removing even more <iostream> includes.Bill Wendling
2006-03-23remove always-null IntrinsicLowering argument.Chris Lattner
2006-03-23remove the intrinsiclowering hookChris Lattner
2005-10-23Shrinkify to match llcChris Lattner
2005-09-02Add help support for -mcpu and -mattr.Jim Laskey
2005-09-011. Use SubtargetFeatures in llc/lli.Jim Laskey
2005-04-21Remove trailing whitespaceMisha Brukman
2004-07-11The cleanup is done. Update comment.Chris Lattner
2004-07-11Goodbye macro hell, hello nice clean simple extensible code. This changeChris Lattner
2004-02-25Great sparc renaming fallout IV: Sparc --> SparcV9.Brian Gaeke
2004-02-25Great renaming part II: Sparc --> SparcV9 (also includes command-line options...Brian Gaeke
2003-12-28Pass around IntrinsicLowering instances as appropriate.Chris Lattner
2003-12-20Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges theChris Lattner