aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/InstCombine/InstCombineCasts.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer2010-01-051-1/+1
* move some more cast-related stuffChris Lattner2010-01-041-0/+125
* move the [Can]EvaluateInDifferentType functions out to InstCombineCasts.cppChris Lattner2010-01-041-1/+209
* split 943 lines of instcombine out to a new InstCombineCasts.cppChris Lattner2010-01-041-0/+943