Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For PR786: | Reid Spencer | 2006-11-02 | 1 | -2/+0 |
| | | | | | | | | | | Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting fall out by removing unused variables. Remaining warnings have to do with unused functions (I didn't want to delete code without review) and unused variables in generated code. Maintainers should clean up the remaining issues when they see them. All changes pass DejaGnu tests and Olden. llvm-svn: 31380 | ||||
* | Change the prototype for TargetLowering::isOperandValidForConstraint | Chris Lattner | 2006-10-31 | 1 | -5/+8 |
| | | | | llvm-svn: 31318 | ||||
* | Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode. | Evan Cheng | 2006-10-13 | 1 | -0/+1 |
| | | | | llvm-svn: 30945 | ||||
* | Naming consistency. | Evan Cheng | 2006-10-11 | 1 | -4/+4 |
| | | | | llvm-svn: 30878 | ||||
* | Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes. | Evan Cheng | 2006-10-09 | 1 | -9/+12 |
| | | | | llvm-svn: 30844 | ||||
* | initialize ivar | Chris Lattner | 2006-10-06 | 1 | -0/+1 |
| | | | | llvm-svn: 30780 | ||||
* | Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an | Evan Cheng | 2006-10-04 | 1 | -13/+25 |
| | | | | | | extra operand to LOADX to specify the exact value extension type. llvm-svn: 30714 | ||||
* | Change the default to 0, which means 'default'. | Chris Lattner | 2006-09-05 | 1 | -1/+1 |
| | | | | llvm-svn: 30114 | ||||
* | forgot this | Duraid Madina | 2006-09-04 | 1 | -0/+2 |
| | | | | llvm-svn: 30097 | ||||
* | Add some advice | Chris Lattner | 2006-07-27 | 1 | -0/+1618 |
llvm-svn: 29324 |