summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Resubmit "Add new EliminateAvailableExternally module pass" (r239480)Teresa Johnson2015-07-061-0/+1
* Revert commit r239480 as it causes https://code.google.com/p/chromium/issues/...Teresa Johnson2015-06-121-1/+0
* Add new EliminateAvailableExternally module pass, which is performed inTeresa Johnson2015-06-101-0/+1
* Introduce bitset metadata format and bitset lowering pass.Peter Collingbourne2015-02-201-0/+1
* Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.Zachary Turner2015-02-111-0/+4
* Move -verify-use-list-order into llvm-uselistorderDuncan P. N. Exon Smith2014-07-251-1/+0
* IPO: Add use-list-order verifierDuncan P. N. Exon Smith2014-07-251-0/+1
* Introduce a BarrierNoop pass, a hack designed to allow *some* controlChandler Carruth2012-10-181-0/+1
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-241-0/+2
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-11/+0
* build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar2011-11-121-0/+1
* Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling2011-08-031-1/+0
* Move methods in PassManagerBuilder offline.Rafael Espindola2011-08-021-0/+1
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+10
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-1/+0
* remove the StructRetPromotion pass. It is unused, not maintained andChris Lattner2011-04-111-1/+0
* remove the partial specialization pass. It is unmaintained and has bugs.Chris Lattner2011-01-161-1/+0
* Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes2010-09-281-2/+0
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-8/+1
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-1/+8
* IPO needs ScalarOpts and InstCombine in its libsTobias Grosser2010-04-141-0/+2
* Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez2009-10-241-1/+0
* remove the IndMemRemPass, which only made sense for when malloc/free were int...Chris Lattner2009-10-181-1/+0
* Update CMake files.Ted Kremenek2009-07-211-3/+4
* Fix CMake build. Patch from Ingmar Vanhassel.Torok Edwin2009-06-141-0/+1
* Rename AddReadAttrs to FunctionAttrs, and teach it howDuncan Sands2008-12-311-1/+1
* CMake: added a source file.Oscar Fuentes2008-11-021-0/+1
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+24
OpenPOWER on IntegriCloud