Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use raw_ostream throughout the AsmPrinter. | Owen Anderson | 2008-08-21 | 1 | -1/+1 |
| | | | | llvm-svn: 55092 | ||||
* | Change target-specific classes to use more precise static types. | Dan Gohman | 2008-05-14 | 1 | -2/+2 |
| | | | | | | | This eliminates the need for several awkward casts, including the last dynamic_cast under lib/Target. llvm-svn: 51091 | ||||
* | Use PassManagerBase instead of FunctionPassManager for functions | Dan Gohman | 2008-03-11 | 1 | -2/+2 |
| | | | | | | | | that merely add passes. This allows them to be used with either FunctionPassManager or PassManager, or even with a custom new kind of pass manager. llvm-svn: 48256 | ||||
* | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 1 | -1/+1 |
| | | | | llvm-svn: 46930 | ||||
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -3/+2 |
| | | | | llvm-svn: 45418 | ||||
* | Updated source file headers to llvm coding standard. | Scott Michel | 2007-12-05 | 1 | -3/+2 |
| | | | | llvm-svn: 44597 | ||||
* | Main CellSPU backend files checked in. Intrinsics and autoconf files | Scott Michel | 2007-12-05 | 1 | -0/+95 |
remain. llvm-svn: 44595 |