summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lto/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* cmake: Add INSTALL_WITH_TOOLCHAIN option to add_*_library macrosTom Stellard2019-07-121-1/+1
* Break false dependencies on target librariesDaniel Sanders2019-05-231-1/+5
* [CMake] LTO depends on intrinsics_genChris Bieneman2016-11-181-1/+1
* Fix libdeps in r275125. LTO tools require BitReader.NAKAMURA Takumi2016-07-121-0/+1
* [CMake] Assigning the LTO component to lto.hChris Bieneman2016-02-261-1/+2
* [CMake] Add LLVM_VERSION_PATCH to the -current_version flag for libLTO and li...Chris Bieneman2015-10-141-1/+1
* [CMake] Add compatibility and current versioning to libLTO to match autoconf ...Chris Bieneman2015-10-131-0/+10
* add missing dependency on Target lib for toolsSanjay Patel2015-06-031-0/+1
* Unbreak cmake build with shared libraries enabled.Matthias Braun2014-12-201-0/+1
* Remove definition of LLVM_VERSION_INFO; this macro is not used by any of theRichard Smith2014-09-261-2/+0
* [CMake] tools/lto: Prune redundant libdep(s).NAKAMURA Takumi2014-07-241-1/+0
* Don't force the build of toos/lto as a static lib.Rafael Espindola2014-06-271-5/+1
* [CMake] llvm-c/lto.h should be installed if libLTO.a is built.NAKAMURA Takumi2014-02-211-4/+2
* [CMake] libLTO: Use (SHARED|STATIC) to build both shared LTO and LTO_static.NAKAMURA Takumi2014-02-211-15/+3
* Revert r200560, "LTO itself hasn't depended on MCDisassembler any more."NAKAMURA Takumi2014-01-311-0/+1
* LTO itself hasn't depended on MCDisassembler any more.NAKAMURA Takumi2014-01-311-1/+0
* EXPORTED_SYMBOL_FILE support for cmakeNico Weber2013-12-281-19/+3
* [CMake] Add MCDisassembler to tools/lto. (has been removed since r196908)NAKAMURA Takumi2013-12-101-0/+1
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-101-1/+5
* Only modify lto.exports.def when contents have changed.Rafael Espindola2013-10-081-3/+9
* Enable building LTO on WIN32.Rafael Espindola2013-10-021-3/+17
* Revert "Enable building LTO on WIN32."Rafael Espindola2013-09-301-14/+2
* Enable building LTO on WIN32.Rafael Espindola2013-09-301-2/+14
* Move LTO support library to a component, allowing it to be testedPeter Collingbourne2013-09-241-3/+1
* CMake: move lto.h install to tools/lto/CMakeLists.txtHans Wennborg2013-08-261-0/+5
* lto/CMakeLists.txt: Cut the dep to intrinsics_gen. LTO doesn't depend on it a...NAKAMURA Takumi2013-08-231-2/+0
* Revert r188188 and r188200.Shuxin Yang2013-08-121-2/+0
* Misc enhancements to LTO:Shuxin Yang2013-08-121-0/+2
* [CMake] Update dependencies to intrinsics_gen corresponding to r169711.NAKAMURA Takumi2012-12-101-0/+2
* libLTO: Add a utility method to initialize the disassemblers.Benjamin Kramer2012-11-241-0/+1
* Add a basic-block autovectorization pass.Hal Finkel2012-02-011-1/+1
* Update CMakeLists.txtDevang Patel2011-04-011-1/+1
* Build LTO as a static library too.Oscar Fuentes2011-03-121-4/+12
* Build LTO as a static library too.Oscar Fuentes2011-03-121-4/+8
* Update link components for llvm-dis and LTO.Oscar Fuentes2011-03-121-1/+3
* Add LTO and gold plugin to the CMake build. Linux-only, support forOscar Fuentes2011-03-111-0/+13
OpenPOWER on IntegriCloud