Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert r151816 as Jim has the appropriate fix. | Chad Rosier | 2012-03-01 | 1 | -2/+2 |
| | | | | llvm-svn: 151818 | ||||
* | Fix testcases from r151807. | Chad Rosier | 2012-03-01 | 1 | -2/+2 |
| | | | | llvm-svn: 151816 | ||||
* | Add missing triple for tests. | Jim Grosbach | 2012-03-01 | 1 | -1/+1 |
| | | | | | | Make darwin bots happier. llvm-svn: 151813 | ||||
* | Fix a codegen fault in which log2 or exp2 could be dead-code eliminated even ↵ | James Molloy | 2012-03-01 | 1 | -0/+15 |
though they could have sideeffects. Only allow log2/exp2 to be converted to an intrinsic if they are declared "readnone". llvm-svn: 151807 |