| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+78 |