summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/CMakeLists.txt
Commit message (Expand)AuthorAge
* Introduce a BarrierNoop pass, a hack designed to allow *some* controlChandler Carruth2012-10-18
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-24
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar2011-11-12
* Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling2011-08-03
* Move methods in PassManagerBuilder offline.Rafael Espindola2011-08-02
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* remove the StructRetPromotion pass. It is unused, not maintained andChris Lattner2011-04-11
* remove the partial specialization pass. It is unmaintained and has bugs.Chris Lattner2011-01-16
* Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes2010-09-28
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* IPO needs ScalarOpts and InstCombine in its libsTobias Grosser2010-04-14
* Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez2009-10-24
* remove the IndMemRemPass, which only made sense for when malloc/free were int...Chris Lattner2009-10-18
* Update CMake files.Ted Kremenek2009-07-21
* Fix CMake build. Patch from Ingmar Vanhassel.Torok Edwin2009-06-14
* Rename AddReadAttrs to FunctionAttrs, and teach it howDuncan Sands2008-12-31
* CMake: added a source file.Oscar Fuentes2008-11-02
* Initial support for the CMake build system.Oscar Fuentes2008-09-22