Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |