summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/ConstantExprFold.llx
Commit message (Collapse)AuthorAgeFilesLines
* rename *.llx -> *.llChris Lattner2008-04-191-30/+0
| | | | llvm-svn: 49969
* Implement PR2206.Chris Lattner2008-04-191-0/+4
| | | | llvm-svn: 49967
* this line was commented out.Chris Lattner2008-02-171-1/+1
| | | | llvm-svn: 47228
* Removing llvm upgrade, so remove tests specific to llvm-upgrade and update ↵Tanya Lattner2008-02-161-18/+18
| | | | | | the tests that used it. llvm-svn: 47225
* Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp.Chris Lattner2007-12-101-3/+0
| | | | | | | | Reimplement the xform in Analysis/ConstantFolding.cpp where we can use targetdata to validate that it is safe. While I'm in there, fix some const correctness issues and generalize the interface to the "operand folder". llvm-svn: 44817
* For PR1319:Reid Spencer2007-04-161-2/+1
| | | | | | Fix syntax of tests to ensure grep pattern is properly quoted. llvm-svn: 36134
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+30
llvm-svn: 33296
OpenPOWER on IntegriCloud