index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
InstCombine
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2010-09-28
Removed a bunch of unnecessary target_link_libraries.
Oscar Fuentes
2010-09-13
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
2010-09-10
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
2010-01-05
split and/or/xor out into one overly-large (2000LOC) file. However, I think
Chris Lattner
2010-01-05
split instcombine of shifts out to its own file.
Chris Lattner
2010-01-05
split call handling out to InstCombineCalls.cpp
Chris Lattner
2010-01-05
split add/sub out to its own file. Eliminate use of
Chris Lattner
2010-01-05
split mul/div/rem instructions out to their own file.
Chris Lattner
2010-01-05
split select out to its own file.
Chris Lattner
2010-01-05
split out load/store/alloca.
Chris Lattner
2010-01-05
split vector stuff out to InstCombineVectorOps.cpp
Chris Lattner
2010-01-05
split PHI node stuff out to InstCombinePHI.cpp
Chris Lattner
2010-01-04
split 943 lines of instcombine out to a new InstCombineCasts.cpp
Chris Lattner
2010-01-04
split instcombine of compares (visit[FI]Cmp) out to
Chris Lattner
2010-01-04
update cmakefile
Chris Lattner
2010-01-04
forgot to svn add these.
Chris Lattner