Remove unused variable.
[oota-llvm.git] / cmake /
2014-02-09 Bob WilsonRemove shell comment in the middle of a single-line...
2014-02-09 NAKAMURA TakumiWhitespace.
2014-02-09 NAKAMURA TakumiProvide CMake package modules in install tree
2014-02-09 NAKAMURA TakumiLoad exported lib and exe targets from LLVMConfig
2014-02-09 NAKAMURA TakumiExport lib and exe build target names from build tree
2014-02-09 NAKAMURA TakumiExport lib and exe build target names from install...
2014-02-09 NAKAMURA TakumiProvide LLVMConfig in both build and install tree
2014-02-09 NAKAMURA TakumiTeach LLVMConfig to avoid modifying CMAKE_MODULE_PATH
2014-02-09 NAKAMURA TakumiDe-duplicate references to share/llvm/cmake path
2014-02-05 Todd FialaFix configure to find arc4random via header files.
2014-02-05 Jordan Rose[CMake] Deliberately get all LLVM library dependencies...
2014-02-05 Jordan Rose[CMake] Move -stdlib=libc++ handling into its own file.
2014-02-04 NAKAMURA Takumi[CMake] Get rid of llvm_config() to expand dependencies.
2014-02-04 NAKAMURA Takumi[CMake] LLVM-Config.cmake: Split explicit_map_component...
2014-02-04 NAKAMURA Takumi[CMake] add_llvm_loadable_module: Fixup r200762, I...
2014-02-04 NAKAMURA TakumiRevert r122395, "Fixes file extension for loadable...
2014-02-04 Alexey Samsonov[CMake] Revert r200695 and fix the problem with missing...
2014-02-04 Alexey Samsonov[CMake] Add -stdlib=libc++ to host Clang build flags...
2014-02-04 NAKAMURA TakumiRevert r200150, "[CMake] tablegen(): Use -I <dir> accor...
2014-02-03 Evgeniy StepanovDon't use -ffunction-sections if -fno-function-sections...
2014-02-02 NAKAMURA Takumi[CMake] Untabify.
2014-01-31 Peter CollingbourneIntroduce line editor library.
2014-01-31 NAKAMURA TakumiAddLLVM.cmake: Untabify.
2014-01-31 NAKAMURA TakumiHandleLLVMOptions.cmake: Typo, s/proerty/property/
2014-01-30 NAKAMURA Takumi[CMake] llvm_update_compile_flags: Honor LLVM_COMPILE_F...
2014-01-30 NAKAMURA TakumiHandleLLVMOptions.cmake: Typo in comment.
2014-01-29 Evgeniy StepanovRemove -arm-enable-ehabi from Android build rules....
2014-01-28 NAKAMURA Takumi[CMake] llvm_update_compile_flags(name) doesn't require...
2014-01-28 NAKAMURA Takumi[CMake] Prune CMAKE_CXX_FLAGS stuff in llvm_process_sou...
2014-01-28 NAKAMURA Takumi[CMake] Enhance llvm_update_compile_flags(name sources...
2014-01-28 NAKAMURA Takumi[CMake] Apply -ffunction-data-sectinos not only to...
2014-01-28 NAKAMURA Takumi[CMake] Move -ffunction-data-sections stuff to HandleLL...
2014-01-28 NAKAMURA Takumi[CMake] Let llvm_process_sources check not only *.cpp...
2014-01-27 NAKAMURA Takumi[CMake] Put *_exports into "Misc" folder.
2014-01-26 NAKAMURA Takumi[CMake] tablegen(): Use -I <dir> according to the list...
2014-01-26 NAKAMURA Takumi[CMake] Functionalize tblgen().
2014-01-26 NAKAMURA Takumi[CMake] configure_lit_site_cfg: ${SHLIBDIR} should...
2014-01-21 Chandler CarruthDon't clobber CMAKE_REQUIRED_FLAGS, it ends up being...
2014-01-21 Amara EmersonFix VS2012 ID/version check.
2014-01-21 Evgeniy StepanovFix libstdc++4.7 test on Android.
2014-01-20 NAKAMURA Takumi[CMake] LLVMProcessSources.cmake: Add include(CMakePars...
2014-01-20 NAKAMURA Takumi[CMake] llvm_process_sources: Introduce a parameter...
2014-01-19 NAKAMURA Takumi[CMake] Introduce new scheme of LLVM_TOOLS_BINARY_DIR...
2014-01-19 NAKAMURA Takumi[CMake] Prune deprecate usage of CMAKE_RUNTIME_OUTPUT_D...
2014-01-17 Chandler CarruthAdd the test for libstdc++ versions newer than 4.6...
2014-01-16 Quentin Colombet[cmake] Attempt to fix sanitizer buildbot.
2014-01-13 Chandler CarruthFactor the option and checking of compiler version...
2014-01-13 Chandler CarruthAdd a check that the host compiler is modern to CMake...
2014-01-12 NAKAMURA Takumi[CMake] Add a comment to tablegen's copy_if_different...
2014-01-08 Alp TokerCMake: Provide LLVM_PLUGIN_EXT definition
2014-01-07 NAKAMURA Takumi[CMake] Introduce llvm_update_compile_flags(target_name...
2014-01-06 Jean-Daniel DupasIntroduce a cmake LLVM_ENABLE_LIBCXX build parameter...
2014-01-05 Nico WeberAdd a FIXME.
2014-01-02 Jordan Rose[CMake] Add missing set_output_directory after Takumi...
2014-01-02 Douglas GregorCMake separate projects: use correct name for LIBRARY_O...
2014-01-02 Douglas GregorRemove CMake-Xcode hack that symlinked llvm-config...
2013-12-30 NAKAMURA Takumi[CMake][VS][XCode] Restruct the output directory layout...
2013-12-30 Yaron Keren Visual C++ does not support -ffunction-sections -fdata...
2013-12-30 Nico WeberPort r198087 and r198089 (strip dead code by default...
2013-12-29 Nico Weber[cmake] In add_llvm_loadable_module, don't clobber...
2013-12-29 NAKAMURA TakumiFix mis-merging in AddLLVM.cmake, take #2. LINK.EXE...
2013-12-29 NAKAMURA TakumiFix mis-merging in AddLLVM.cmake. Sorry.
2013-12-29 NAKAMURA Takumi[CMake] Fix add_llvm_loadble_module.
2013-12-29 NAKAMURA Takumi[CMake] add_llvm_symbol_exports: Use unique name for...
2013-12-29 NAKAMURA Takumi[CMake] add_llvm_symbol_exports: Use ${native_export_fi...
2013-12-29 Nico WeberYet another attempt at getting cmake-clang-i686-mingw32...
2013-12-29 Nico WeberWindows build fixes, hopefully last part.
2013-12-29 Nico WeberAnother windows build fix attempt.
2013-12-29 Nico WeberMore windows build fix attempts.
2013-12-29 Nico WeberThe same we do every commit, Pinky: Try to fix the...
2013-12-29 Nico WeberAnother windows build fix attempt after r198136.
2013-12-29 Nico WeberTry to fix windows build more after r198136.
2013-12-29 Nico WeberUse `${CMAKE_COMMAND}` instead of `cmake`.
2013-12-28 Nico WeberTry to fix windows build after r198136.
2013-12-28 Nico WeberTry to fix linux build after r198136.
2013-12-28 Nico WeberEXPORTED_SYMBOL_FILE support for cmake
2013-12-28 Nico WeberRemove windows newlines.
2013-12-20 Alp TokerFix documentation typos
2013-12-19 NAKAMURA TakumiRevert r197682, "[CMake] Introduce LIT in add_lit_target."
2013-12-19 NAKAMURA Takumi[CMake] Introduce LIT in add_lit_target.
2013-12-18 Jordan Rose[CMake] Don't put every project's tblgen executable...
2013-12-18 NAKAMURA Takumi[CMake] Prune LLVM_TOOLS_BINARY_DIR in LLVMConfig.cmake...
2013-12-16 NAKAMURA Takumi[CMake] ${LLVM_MAIN_SRC_DIR}/include can be represented...
2013-12-16 NAKAMURA Takumi[CMake] Introduce LLVM_RUNTIME_OUTPUT_INTDIR and LLVM_L...
2013-12-04 NAKAMURA Takumi[CMake] add_lit_target: Let lit.site.cfg free from...
2013-12-02 NAKAMURA Takumi[CMake] add_lit_target: Tests should be excluded from...
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target() provide intrin...
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target responsible...
2013-11-26 Arnaud A. de Grand... CMake : optionaly enable LLVM to be compiled with ...
2013-11-13 Hans WennborgRevert my CMake patches concerning building with /MT...
2013-11-13 Hans WennborgCMake: make building with /MT an option instead of...
2013-11-13 Hans Wennborgcmake: link release builds statically against run-time...
2013-10-19 Yaron KerenRemove NDBEUG from all release types compile flags.
2013-10-17 Hans WennborgCMake: set stack size for MSVC in just one place
2013-10-17 Hans WennborgCMake: set stack size to 2MB for MSVC builds
2013-10-07 Hans Wennborgcmake: don't set LLVM_COMPILER_IS_GCC_COMPATIBLE when...
2013-10-07 David MajnemerRevert "Revert "Windows: Add support for unicode comman...
2013-10-06 David MajnemerRevert "Windows: Add support for unicode command lines"
2013-10-06 David MajnemerWindows: Add support for unicode command lines
2013-10-01 Rafael EspindolaReverts commit r190808 and r190556.
next