summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert my last couple of patches. They appear to have broken bison.Eric Christopher2010-01-291-36/+10
| | | | llvm-svn: 94841
* Add constant support to object size handling and remove defaultEric Christopher2010-01-291-10/+36
| | | | | | | | | lowering. We'll either figure it out, or not and be lowered by SelectionDAGBuild. Add test. llvm-svn: 94775
* Remove unnecessary dyn_cast and add a comment. Part of a WIP.Eric Christopher2010-01-081-4/+4
| | | | llvm-svn: 93026
* Move the object size intrinsic optimization to inst-combine and makeEric Christopher2010-01-061-0/+12
| | | | | | it work for any integer size return type. llvm-svn: 92853
* Move remaining stuff to the isInteger predicate.Benjamin Kramer2010-01-051-1/+1
| | | | llvm-svn: 92771
* split call handling out to InstCombineCalls.cppChris Lattner2010-01-051-0/+1130
llvm-svn: 92707
OpenPOWER on IntegriCloud