Unbreak cmake build with shared libraries enabled.
[oota-llvm.git] / tools / lto / CMakeLists.txt
2014-12-20 Matthias BraunUnbreak cmake build with shared libraries enabled.
2014-09-26 Richard SmithRemove definition of LLVM_VERSION_INFO; this macro...
2014-07-24 NAKAMURA Takumi[CMake] tools/lto: Prune redundant libdep(s).
2014-06-27 Rafael EspindolaDon't force the build of toos/lto as a static lib.
2014-02-21 NAKAMURA Takumi[CMake] llvm-c/lto.h should be installed if libLTO...
2014-02-21 NAKAMURA Takumi[CMake] libLTO: Use (SHARED|STATIC) to build both share...
2014-01-31 NAKAMURA TakumiRevert r200560, "LTO itself hasn't depended on MCDisass...
2014-01-31 NAKAMURA TakumiLTO itself hasn't depended on MCDisassembler any more.
2013-12-28 Nico WeberEXPORTED_SYMBOL_FILE support for cmake
2013-12-10 NAKAMURA Takumi[CMake] Add MCDisassembler to tools/lto. (has been...
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-10-08 Rafael EspindolaOnly modify lto.exports.def when contents have changed.
2013-10-02 Rafael EspindolaEnable building LTO on WIN32.
2013-09-30 Rafael EspindolaRevert "Enable building LTO on WIN32."
2013-09-30 Rafael EspindolaEnable building LTO on WIN32.
2013-09-24 Peter CollingbourneMove LTO support library to a component, allowing it...
2013-08-26 Hans WennborgCMake: move lto.h install to tools/lto/CMakeLists.txt
2013-08-23 NAKAMURA Takumilto/CMakeLists.txt: Cut the dep to intrinsics_gen....
2013-08-12 Shuxin YangRevert r188188 and r188200.
2013-08-12 Shuxin YangMisc enhancements to LTO:
2012-12-10 NAKAMURA Takumi[CMake] Update dependencies to intrinsics_gen correspon...
2012-11-24 Benjamin KramerlibLTO: Add a utility method to initialize the disassem...
2012-02-01 Hal FinkelAdd a basic-block autovectorization pass.
2011-04-01 Devang PatelUpdate CMakeLists.txt
2011-03-12 Oscar FuentesBuild LTO as a static library too.
2011-03-12 Oscar FuentesBuild LTO as a static library too.
2011-03-12 Oscar FuentesUpdate link components for llvm-dis and LTO.
2011-03-11 Oscar FuentesAdd LTO and gold plugin to the CMake build. Linux-only...