summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2012-10-18Introduce a BarrierNoop pass, a hack designed to allow *some* controlChandler Carruth1-0/+1
2012-06-24llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi1-0/+2
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar1-11/+0
2011-11-12build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar1-0/+1
2011-08-03Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling1-1/+0
2011-08-02Move methods in PassManagerBuilder offline.Rafael Espindola1-0/+1
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth1-0/+10
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner1-1/+0
2011-04-11remove the StructRetPromotion pass. It is unused, not maintained andChris Lattner1-1/+0
2011-01-16remove the partial specialization pass. It is unmaintained and has bugs.Chris Lattner1-1/+0
2010-09-28Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes1-2/+0
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer1-8/+1
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer1-1/+8
2010-04-14IPO needs ScalarOpts and InstCombine in its libsTobias Grosser1-0/+2
2009-10-24Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez1-1/+0
2009-10-18remove the IndMemRemPass, which only made sense for when malloc/free were int...Chris Lattner1-1/+0
2009-07-21Update CMake files.Ted Kremenek1-3/+4
2009-06-14Fix CMake build. Patch from Ingmar Vanhassel.Torok Edwin1-0/+1
2008-12-31Rename AddReadAttrs to FunctionAttrs, and teach it howDuncan Sands1-1/+1
2008-11-02CMake: added a source file.Oscar Fuentes1-0/+1
2008-09-22Initial support for the CMake build system.Oscar Fuentes1-0/+24