Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed files to have the `X86' prefix for uniqueness purposes. | Misha Brukman | 2004-07-26 | 1 | -124/+0 |
| | | | | | | All CVS history was renamed, the *,v were copied over. No worries. llvm-svn: 15238 | ||||
* | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer | 2004-07-04 | 1 | -1/+1 |
| | | | | llvm-svn: 14622 | ||||
* | Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering | Chris Lattner | 2003-12-28 | 1 | -2/+1 |
| | | | | | | implementation from the TargetMachine directly. llvm-svn: 10636 | ||||
* | implement support for the intrinsic lowering functionality | Chris Lattner | 2003-12-28 | 1 | -5/+3 |
| | | | | llvm-svn: 10629 | ||||
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -1/+4 |
| | | | | llvm-svn: 9903 | ||||
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
| | | | | | | Header files will be on the way. llvm-svn: 9298 | ||||
* | Adjust to new API, add expandCall stub | Chris Lattner | 2003-08-15 | 1 | -10/+10 |
| | | | | llvm-svn: 7873 | ||||
* | Factory methods for FunctionPasses now return type FunctionPass *. | Brian Gaeke | 2003-08-13 | 1 | -1/+1 |
| | | | | llvm-svn: 7823 | ||||
* | Add support for a pattern matching instruction selector. This is still in | Chris Lattner | 2003-08-11 | 1 | -0/+117 |
the early implementation phases, so it is disabled by default llvm-svn: 7719 |