Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove attributions from utils. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45419 | ||||
* | silence warning | Chris Lattner | 2006-11-03 | 1 | -0/+2 |
| | | | | llvm-svn: 31402 | ||||
* | For PR786: | Reid Spencer | 2006-11-02 | 1 | -1/+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 | ||||
* | Patches to make the LLVM sources more -pedantic clean. Patch provided | Chris Lattner | 2006-05-24 | 1 | -1/+1 |
| | | | | | | by Anton Korobeynikov! This is a step towards closing PR786. llvm-svn: 28447 | ||||
* | Fix a build failure on Vladimir's tester. | Chris Lattner | 2006-04-18 | 1 | -0/+1 |
| | | | | llvm-svn: 27785 | ||||
* | Encode a cost of zero as a cost of 1. | Chris Lattner | 2006-04-17 | 1 | -1/+3 |
| | | | | llvm-svn: 27745 | ||||
* | Really, I can count! | Chris Lattner | 2006-04-17 | 1 | -1/+1 |
| | | | | llvm-svn: 27743 | ||||
* | assign stable opcodes to the various altivec ops. | Chris Lattner | 2006-04-17 | 1 | -14/+33 |
| | | | | llvm-svn: 27741 | ||||
* | Rename BuildShuffleTable -> PerfectShuffle | Chris Lattner | 2006-04-17 | 1 | -1/+1 |
| | | | | llvm-svn: 27738 | ||||
* | rename the table | Chris Lattner | 2006-04-17 | 1 | -1/+1 |
| | | | | llvm-svn: 27737 | ||||
* | Initial checking of a perfect shuffle generation program for 4-element | Chris Lattner | 2006-04-17 | 1 | -0/+474 |
Altivec vectors. llvm-svn: 27736 |