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
/
Scalar
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2013-01-28
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...
Michael Gottesman
2012-09-14
Introduce a new SROA implementation.
Chandler Carruth
2012-07-20
move the bounds checking pass to the instrumentation folder, where it belongs...
Nuno Lopes
2012-06-24
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-05-22
hopefully fix the CMake build. sorry for breakage
Nuno Lopes
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-10-17
Fix CMake build.
Michael J. Spencer
2011-08-30
Remove the old tail duplication pass. It is not used and is unable to update
Rafael Espindola
2011-07-29
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-06-15
The ARC language-specific optimizer. Credit to Dan Gohman.
John McCall
2011-02-28
Unbreak CMake build.
Ted Kremenek
2011-02-28
update cmake
Chris Lattner
2011-01-03
CMake: Add missing source file.
Michael J. Spencer
2011-01-03
Add a new loop-instsimplify pass, with the intention of replacing the instance
Cameron Zwarich
2010-12-26
Start of a pass for recognizing memset and memcpy idioms.
Chris Lattner
2010-10-08
Update CMake.
Daniel Dunbar
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-31
Rename file to something more descriptive.
Owen Anderson
2010-08-28
remove the ABCD and SSI passes. They don't have any clients that
Chris Lattner
2010-08-28
Update CMake build. Add newline at end of file.
Benjamin Kramer
2010-08-03
Add an atomic lowering pass
Peter Collingbourne
2010-05-07
Update CMake build.
Ted Kremenek
2010-04-13
Remove SCCVN from the CMake build system.
Owen Anderson
2010-02-09
Pull these back out, they're a little too aggressive and time
Eric Christopher
2010-02-09
Add file in here too.
Eric Christopher
2010-01-04
move instcombine to its own library, it's past time.
Chris Lattner
2009-11-11
remove the now dead condprop pass, PR3906.
Chris Lattner
2009-10-31
Update CMakeLists for recent renames.
Dan Gohman
2009-10-31
Remove CodeGenLICM. It's largely obsoleted by MachineLICM's new ability
Dan Gohman
2009-10-28
Update CMake file.
Benjamin Kramer
2009-10-27
VS build fix, patch by Marius Wachtler.
Mike Stump
2009-10-26
Update CMake files.
Ted Kremenek
2009-10-06
Update CMake file.
Ted Kremenek
2009-10-01
Remove GVNPRE.cpp from the CMake makefile
Douglas Gregor
2009-09-17
Update CMake.
Daniel Dunbar
2009-06-26
Fix linking of llvm-ld and lli with CMake, from Xerxes RĂ„nby
Douglas Gregor
2008-11-05
CMake: updated list of source files.
Oscar Fuentes
2008-09-22
Initial support for the CMake build system.
Oscar Fuentes