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