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