Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is | Chris Lattner | 2011-06-18 | 1 | -444/+444 |
| | | | | | | | | | for pre-2.9 bitcode files. We keep x86 unaligned loads, movnt, crc32, and the target indep prefetch change. As usual, updating the testsuite is a PITA. llvm-svn: 133337 | ||||
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
| | | | | llvm-svn: 81290 | ||||
* | Re-apply r73718, now that the fix in r73787 is in, and add a | Dan Gohman | 2009-06-19 | 1 | -1/+0 |
| | | | | | | | hand-crafted testcase which demonstrates the bug that was exposed in 254.gap. llvm-svn: 73793 | ||||
* | Revert 73718. It's breaking 254.gap. | Evan Cheng | 2009-06-19 | 1 | -0/+1 |
| | | | | llvm-svn: 73783 | ||||
* | Generalize LSR's OptimizeSMax to handle unsigned max tests as well | Dan Gohman | 2009-06-18 | 1 | -0/+461 |
as signed max tests. Along with r73717, this helps CodeGen avoid emitting code for a maximum operation for this class of loop. llvm-svn: 73718 |