Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Revert my last couple of patches. They appear to have broken bison. | Eric Christopher | 2010-01-29 | 1 | -36/+10 | |
| | | | | llvm-svn: 94841 | |||||
* | Add constant support to object size handling and remove default | Eric Christopher | 2010-01-29 | 1 | -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 Christopher | 2010-01-08 | 1 | -4/+4 | |
| | | | | llvm-svn: 93026 | |||||
* | Move the object size intrinsic optimization to inst-combine and make | Eric Christopher | 2010-01-06 | 1 | -0/+12 | |
| | | | | | | it work for any integer size return type. llvm-svn: 92853 | |||||
* | Move remaining stuff to the isInteger predicate. | Benjamin Kramer | 2010-01-05 | 1 | -1/+1 | |
| | | | | llvm-svn: 92771 | |||||
* | split call handling out to InstCombineCalls.cpp | Chris Lattner | 2010-01-05 | 1 | -0/+1130 | |
llvm-svn: 92707 |