aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/CMakeLists.txt
AgeCommit message (Expand)Author
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-12build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar
2011-08-03Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling
2011-08-02Move methods in PassManagerBuilder offline.Rafael Espindola
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2011-04-11remove the StructRetPromotion pass. It is unused, not maintained andChris Lattner
2011-01-16remove the partial specialization pass. It is unmaintained and has bugs.Chris Lattner
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-04-14IPO needs ScalarOpts and InstCombine in its libsTobias Grosser
2009-10-24Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez
2009-10-18remove the IndMemRemPass, which only made sense for when malloc/free were int...Chris Lattner
2009-07-21Update CMake files.Ted Kremenek
2009-06-14Fix CMake build. Patch from Ingmar Vanhassel.Torok Edwin
2008-12-31Rename AddReadAttrs to FunctionAttrs, and teach it howDuncan Sands
2008-11-02CMake: added a source file.Oscar Fuentes
2008-09-22Initial support for the CMake build system.Oscar Fuentes