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
/
Utils
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2013-01-05
Sink the AddressingModeMatcher helper class into an anonymous namespace
Chandler Carruth
2012-10-13
Implement new LibCallSimplifier class
Meador Inge
2012-09-18
New utility for expanding integer division for targets that don't support it.
Michael Ilseman
2012-09-11
llvm/lib/Transforms/Utils/CMakeLists.txt: Update.
NAKAMURA Takumi
2012-09-04
Generic Bypass Slow Div
Preston Gurd
2012-06-24
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-03-15
Remove the basic inliner. This was added in 2007, and hasn't really
Chandler Carruth
2011-12-17
Refactor code used in InstCombine::FoldAndOfICmps to new file.
Pete Cooper
2011-12-09
Add -unroll-runtime for unrolling loops with run-time trip counts.
Andrew Trick
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-10-31
Add utility to append a function to the list of global constructors.
Devang Patel
2011-08-10
Update CMake build.
Benjamin Kramer
2011-07-29
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-06
Introduce "expect" intrinsic instructions.
Jakub Staszak
2011-06-15
Fix cmake build.
Rafael Espindola
2010-12-20
Add a new convenience pass for testing InstructionSimplify. Previously
Duncan Sands
2010-10-07
Next step on the getting-rid-of-static-ctors train: begin adding per-library
Owen Anderson
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-08-28
remove the ABCD and SSI passes. They don't have any clients that
Chris Lattner
2010-03-05
Update CMake build.
Ted Kremenek
2009-11-03
Alphabetize.
Ted Kremenek
2009-10-31
Update CMakeLists for recent renames.
Dan Gohman
2009-10-26
Remove FreeInst.
Victor Hernandez
2009-10-13
Update CMake file.
Ted Kremenek
2009-10-10
Implement an efficient and fully general SSA update mechanism that
Chris Lattner
2009-08-27
remove CloneTrace, which appears to be dead since 2004.
Chris Lattner
2009-07-21
Update CMake files.
Ted Kremenek
2009-07-03
Fix build.
Mike Stump
2009-06-26
Fix linking of llvm-ld and lli with CMake, from Xerxes RĂ„nby
Douglas Gregor
2009-02-21
Add AddrModeMatcher.cpp
Evan Cheng
2008-11-19
CMake: Removed source file.
Oscar Fuentes
2008-11-12
CMake: Remove removed source file.
Oscar Fuentes
2008-11-11
CMake: Updated list of source files for lib/Transforms/Utils.
Oscar Fuentes
2008-11-11
Update CMakeLists.txt
Cedric Venet
2008-09-22
Initial support for the CMake build system.
Oscar Fuentes