aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/InstCombine/CMakeLists.txt
AgeCommit message (Expand)Author
2010-09-28Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer
2010-01-05split and/or/xor out into one overly-large (2000LOC) file. However, I thinkChris Lattner
2010-01-05split instcombine of shifts out to its own file.Chris Lattner
2010-01-05split call handling out to InstCombineCalls.cppChris Lattner
2010-01-05split add/sub out to its own file. Eliminate use ofChris Lattner
2010-01-05split mul/div/rem instructions out to their own file.Chris Lattner
2010-01-05split select out to its own file.Chris Lattner
2010-01-05split out load/store/alloca.Chris Lattner
2010-01-05split vector stuff out to InstCombineVectorOps.cppChris Lattner
2010-01-05split PHI node stuff out to InstCombinePHI.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-04update cmakefileChris Lattner
2010-01-04forgot to svn add these.Chris Lattner