| Commit message (Expand) | Author | Age | Files | Lines |
* | Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp. | Jeffrey Yasskin | 2010-02-05 | 1 | -17/+5 |
* | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin | 2010-01-27 | 1 | -5/+2 |
* | Improve JIT error message for users crazy enough to use -march with JIT, and | Daniel Dunbar | 2009-09-08 | 1 | -2/+4 |
* | Fix PR4845: r77946 completely broke x86_64 Darwin (or any situation where the | Evan Cheng | 2009-09-02 | 1 | -10/+32 |
* | No really, it's unused. | Daniel Dunbar | 2009-08-04 | 1 | -2/+1 |
* | Remove now unused arguments from TargetRegistry::lookupTarget. | Daniel Dunbar | 2009-08-03 | 1 | -4/+1 |
* | Pass target triple string in to TargetMachine constructor. | Daniel Dunbar | 2009-08-03 | 1 | -28/+24 |
* | Simplify JIT target selection. | Daniel Dunbar | 2009-07-25 | 1 | -1/+1 |
* | Add EngineBuilder to ExecutionEngine in favor of the five optional argument E... | Reid Kleckner | 2009-07-18 | 1 | -15/+4 |
* | Remove unused header. | Daniel Dunbar | 2009-07-16 | 1 | -1/+1 |
* | Switch llc and createJIT to use simpler command line parsing for -march. | Daniel Dunbar | 2009-07-16 | 1 | -9/+22 |
* | Reapply TargetRegistry refactoring commits. | Daniel Dunbar | 2009-07-15 | 1 | -9/+13 |
* | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings | 2009-07-15 | 1 | -7/+6 |
* | Migrate llc and the JIT to using the TargetRegistry for lookups. | Daniel Dunbar | 2009-07-15 | 1 | -6/+7 |
* | Add an option to allocate JITed global data separately from code. By | Jeffrey Yasskin | 2009-07-08 | 1 | -2/+3 |
* | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling | 2009-04-29 | 1 | -1/+2 |
* | The second part of the change from -fast to -O#. This changes the JIT to accept | Bill Wendling | 2009-04-29 | 1 | -2/+2 |
* | Registry.h should not depend on CommandLine.h. | Mikhail Glushenkov | 2009-01-16 | 1 | -1/+2 |
* | Delete trailing whitespace. | Mikhail Glushenkov | 2009-01-16 | 1 | -2/+2 |
* | Add new parameter Fast to createJIT to enable the fast codegen path. | Evan Cheng | 2008-08-08 | 1 | -2/+2 |
* | Use empty() instead of size(). | Dan Gohman | 2008-07-07 | 1 | -1/+1 |
* | Add #includes to make some dependencies explicit. | Dan Gohman | 2008-05-23 | 1 | -0/+1 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | add a new ExecutionEngine::createJIT which can be used if you only want | Chris Lattner | 2007-12-06 | 1 | -4/+5 |
* | Switching TargetMachineRegistry to use the new generic Registry. | Gordon Henriksen | 2007-10-17 | 1 | -2/+3 |
* | avoid mutating a global in an accessor | Chris Lattner | 2007-04-20 | 1 | -5/+6 |
* | Deal with error handling better. | Reid Spencer | 2007-03-03 | 1 | -2/+9 |
* | Removing even more <iostream> includes. | Bill Wendling | 2006-12-07 | 1 | -4/+3 |
* | remove always-null IntrinsicLowering argument. | Chris Lattner | 2006-03-23 | 1 | -1/+1 |
* | remove the intrinsiclowering hook | Chris Lattner | 2006-03-23 | 1 | -2/+2 |
* | Shrinkify to match llc | Chris Lattner | 2005-10-23 | 1 | -3/+3 |
* | Add help support for -mcpu and -mattr. | Jim Laskey | 2005-09-02 | 1 | -3/+3 |
* | 1. Use SubtargetFeatures in llc/lli. | Jim Laskey | 2005-09-01 | 1 | -1/+24 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -2/+2 |
* | The cleanup is done. Update comment. | Chris Lattner | 2004-07-11 | 1 | -5/+2 |
* | Goodbye macro hell, hello nice clean simple extensible code. This change | Chris Lattner | 2004-07-11 | 1 | -55/+13 |
* | Great sparc renaming fallout IV: Sparc --> SparcV9. | Brian Gaeke | 2004-02-25 | 1 | -1/+1 |
* | Great renaming part II: Sparc --> SparcV9 (also includes command-line options... | Brian Gaeke | 2004-02-25 | 1 | -5/+5 |
* | Pass around IntrinsicLowering instances as appropriate. | Chris Lattner | 2003-12-28 | 1 | -3/+4 |
* | Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges the | Chris Lattner | 2003-12-20 | 1 | -0/+92 |