aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/InstCombine/InstructionCombining.cpp
AgeCommit message (Expand)Author
2010-01-04move the [Can]EvaluateInDifferentType functions out to InstCombineCasts.cppChris Lattner
2010-01-04split 943 lines of instcombine out to a new InstCombineCasts.cppChris Lattner
2010-01-04split instcombine of compares (visit[FI]Cmp) out toChris Lattner
2010-01-04move the 'SimplifyDemandedFoo' methods out to their own file, cutting 1K line...Chris Lattner
2010-01-04split the instcombine class definition out to a header shared Chris Lattner
2010-01-04remove a ton of unneeded LLVMContext stuff.Chris Lattner
2010-01-04move InstCombineWorklist out to its own header.Chris Lattner
2010-01-04move instcombine to its own library, it's past time.Chris Lattner