Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45418 | ||||
* | add a new ExecutionEngine::createJIT which can be used if you only want | Chris Lattner | 2007-12-06 | 1 | -4/+5 |
| | | | | | | | to create a JIT. This lets you specify JIT-specific configuration items like the JITMemoryManager to use. llvm-svn: 44647 | ||||
* | Switching TargetMachineRegistry to use the new generic Registry. | Gordon Henriksen | 2007-10-17 | 1 | -2/+3 |
| | | | | llvm-svn: 43094 | ||||
* | avoid mutating a global in an accessor | Chris Lattner | 2007-04-20 | 1 | -5/+6 |
| | | | | llvm-svn: 36289 | ||||
* | Deal with error handling better. | Reid Spencer | 2007-03-03 | 1 | -2/+9 |
| | | | | llvm-svn: 34887 | ||||
* | Removing even more <iostream> includes. | Bill Wendling | 2006-12-07 | 1 | -4/+3 |
| | | | | llvm-svn: 32320 | ||||
* | remove always-null IntrinsicLowering argument. | Chris Lattner | 2006-03-23 | 1 | -1/+1 |
| | | | | llvm-svn: 26971 | ||||
* | remove the intrinsiclowering hook | Chris Lattner | 2006-03-23 | 1 | -2/+2 |
| | | | | llvm-svn: 26970 | ||||
* | Shrinkify to match llc | Chris Lattner | 2005-10-23 | 1 | -3/+3 |
| | | | | llvm-svn: 23912 | ||||
* | Add help support for -mcpu and -mattr. | Jim Laskey | 2005-09-02 | 1 | -3/+3 |
| | | | | llvm-svn: 23222 | ||||
* | 1. Use SubtargetFeatures in llc/lli. | Jim Laskey | 2005-09-01 | 1 | -1/+24 |
| | | | | | | | | 2. Propagate feature "string" to all targets. 3. Implement use of SubtargetFeatures in PowerPCTargetSubtarget. llvm-svn: 23192 | ||||
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -2/+2 |
| | | | | llvm-svn: 21422 | ||||
* | The cleanup is done. Update comment. | Chris Lattner | 2004-07-11 | 1 | -5/+2 |
| | | | | llvm-svn: 14761 | ||||
* | Goodbye macro hell, hello nice clean simple extensible code. This change | Chris Lattner | 2004-07-11 | 1 | -55/+13 |
| | | | | | | | | also gives the JIT the ability to dynamically load targets. e.g. lli -load libparisc.so -march=parisc foo.bc llvm-svn: 14750 | ||||
* | Great sparc renaming fallout IV: Sparc --> SparcV9. | Brian Gaeke | 2004-02-25 | 1 | -1/+1 |
| | | | | llvm-svn: 11844 | ||||
* | Great renaming part II: Sparc --> SparcV9 (also includes command-line ↵ | Brian Gaeke | 2004-02-25 | 1 | -5/+5 |
| | | | | | | options and Makefiles) llvm-svn: 11827 | ||||
* | Pass around IntrinsicLowering instances as appropriate. | Chris Lattner | 2003-12-28 | 1 | -3/+4 |
| | | | | | | Reimplement the Interpreters implementation of va_* to be more direct. llvm-svn: 10627 | ||||
* | Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges the | Chris Lattner | 2003-12-20 | 1 | -0/+92 |
VM.cpp and JIT.cpp files into JIT.cpp. This also splits some nasty code out into TargetSelect.cpp so that people hopefully won't notice it. :) llvm-svn: 10544 |