Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Regression is gone, don't try to find it on clean target. | Reid Spencer | 2007-01-17 | 1 | -16/+0 |
| | | | | llvm-svn: 33296 | ||||
* | Alter these tests to ensure they match a "test $1, X" X86 instruction that | Reid Spencer | 2006-11-27 | 1 | -1/+1 |
| | | | | | | is now generated by the LLVM backend for "trunc to bool" instructions. llvm-svn: 31935 | ||||
* | For PR950: | Reid Spencer | 2006-11-27 | 1 | -0/+16 |
The long awaited CAST patch. This introduces 12 new instructions into LLVM to replace the cast instruction. Corresponding changes throughout LLVM are provided. This passes llvm-test, llvm/test, and SPEC CPUINT2000 with the exception of 175.vpr which fails only on a slight floating point output difference. llvm-svn: 31931 |