]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - cmake
Cleanup collectChangingRegs
[opencl/llvm.git] / cmake /
2014-07-28 Dan LiewEmit a warning if llvm_map_components_to_libraries...
2014-07-22 Dan LiewAdd LLVM_TOOLS_BINARY_DIR variable to LLVMConfig.cmake...
2014-07-22 Dan LiewExport LLVM_ENABLE_RTTI and LLVM_ENABLE_EH in LLVMConfi...
2014-07-22 Dan LiewAdded LLVM_ENABLE_RTTI and LLVM_ENABLE_EH options that...
2014-07-21 Dan LiewExport LLVM_ENABLE_ASSERTIONS in LLVMConfig.cmake so...
2014-07-15 Alp TokerCMake: avoid a reconfigure loop from r213091
2014-07-15 Alp TokerCMake: fix cross-compilation with external source direc...
2014-07-14 Alp TokerRevert "Revert "Move clang feature flags settings out...
2014-07-14 Alp TokerRevert "Move clang feature flags settings out of LLVM...
2014-07-14 Alp TokerMove clang feature flags settings out of LLVM core...
2014-07-14 NAKAMURA Takumi[CMake][Win32.DLL] Let llvm_add_library(SHARED) link...
2014-07-14 NAKAMURA Takumi[CMake] LINK_COMPONENTS: Add also corresponding MCTarge...
2014-07-13 NAKAMURA Takumi[CMake] Enable loadable modules, aka plugins, with...
2014-07-13 NAKAMURA Takumi[CMake] Introduce moddir for MODULE -- corresponding...
2014-07-11 NAKAMURA Takumi[CMake] add_llvm_library: Add "RUNTIME DESTINATION...
2014-07-09 Alp TokerProspective -fsanitize=memory build fix following r212586
2014-07-09 Alp TokerCMake: make __DATE__, __TIME__ etc. macro usage an...
2014-07-09 Alp TokerCMake: fix compiler feature detection
2014-07-04 NAKAMURA Takumi[CMake] Introduce LLVM_ENABLE_PLUGINS as an internal...
2014-07-04 NAKAMURA Takumi[CMake] Introduce LLVM_SHLIB_OUTPUT_INTDIR.
2014-07-04 NAKAMURA Takumi[CMake] Fix set_output_directory to do nothing if ...
2014-06-27 Reid Klecknercmake: Don't do anything for LLVM_ENABLE_ASSERTIONS=OFF
2014-06-06 Alp TokerRemove clang-specific libxml2 check from CMake
2014-06-02 Alp TokerGraphWriter: detect graph viewer programs at runtime
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-21 Greg FitzgeraldUse llvm-lit if LLVM source tree is unavailable.
2014-05-19 Reid Klecknercmake: Remove -D NDEBUG from CFLAGS as well as CXXFLAGS
2014-05-06 Evgeniy StepanovDisable -Wcomment when building with GCC.
2014-04-28 Dan LiewTeach add_sphinx_target() to respect the LLVM_INSTALL_T...
2014-04-28 Dan LiewIf building with LLVM_ENABLE_DOXYGEN and using CMake...
2014-04-18 Reid KlecknerAdded Sphinx documentation generation to CMake build...
2014-04-16 Eric ChristopherTeach LLVMConfigVersion.cmake to behave as find_package...
2014-04-16 Eric ChristopherAdd support for a patch version to the cmake system.
2014-04-10 NAKAMURA TakumiAddLLVM: Mute the prefix "lib" in SHARED on win32.
2014-04-09 Viktor KutuzovAdd support for building LLVM on FreeBSD 9.2
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-27 Hans WennborgWin installer: provide a pretty icon
2014-03-25 Yaron KerenRemove cmake module support for Visual C++ 2010 (MSVC10)
2014-03-25 Yaron KerenDisable Visual C++ warning 4722 about aborting a destru...
2014-03-16 NAKAMURA Takumi[CMake][cygming] Disable --out-implib from executables.
2014-03-13 Alexey Samsonov[CMake] Put -Werror to CMAKE_CXX_FLAGS instead of using...
2014-03-13 Ted Kremenek[CMake] Enable a bunch of Xcode build settings that...
2014-03-12 Rafael EspindolaUse -std=gnu++11 on cygwin and mingw.
2014-03-04 NAKAMURA Takumi[CMake] add_llvm_target(): No need to include TABLEGEN_...
2014-03-01 Chandler Carruth[C++11] Switch the CMake option from LLVM_ENABLE_CXX11...
2014-02-28 Rafael EspindolaWith rpaths being set correctly, SHLIBPATH_VAR is not...
2014-02-28 NAKAMURA Takumi[CMake] llvm_add_library(SHARED|STATIC): Fix broken...
2014-02-26 NAKAMURA Takumi[CMake] Work around to use target_link_libraries(PUBLIC...
2014-02-26 NAKAMURA Takumi[CMake] Move LLVMBUILD_LIB_DEPS stuff from add_llvm_lib...
2014-02-26 NAKAMURA Takumi[CMake] Use target_link_libraries(INTERFACE|PRIVATE...
2014-02-23 NAKAMURA TakumiTableGen.cmake: Functionalize and reformat.
2014-02-23 NAKAMURA TakumiSimplify linking to system libraries
2014-02-22 NAKAMURA TakumiPrune debug message in AddLLVM.cmake.
2014-02-21 NAKAMURA Takumi[CMake] llvm_add_library: Add dependencies also to...
2014-02-21 NAKAMURA Takumi[CMake] Introduce "llvm_add_library(SHARED STATIC)...
2014-02-21 NAKAMURA TakumiTeach LLVM-Config to use logical target names (2/2)
2014-02-21 NAKAMURA TakumiTeach LLVM-Config to use logical target names (1/2)
2014-02-20 NAKAMURA Takumi[CMake] Move intrinsics_gen to lib/Target out of add_pu...
2014-02-20 Evgeniy StepanovUnconditionally include msan_interface.h when building...
2014-02-19 Evgeniy StepanovBuild PIE binaries when cross-compiling to Android.
2014-02-16 NAKAMURA TakumiLLVMExports.cmake: Add System libs $(LIBS) to LLVMSuppo...
2014-02-16 NAKAMURA TakumiLLVMExports.cmake: Exclude gtest since they are not...
2014-02-13 NAKAMURA Takumi[CMake] Let llvm_add_library(MODULE) check capability...
2014-02-13 NAKAMURA Takumi[CMake] Move the target property PREFIX from add_llvm_l...
2014-02-13 NAKAMURA Takumi[CMake] llvm_add_library(MODULE) may use CMAKE_MODULE_L...
2014-02-13 NAKAMURA Takumi[CMake] LLVM_PLUGIN_EXT: Use CMAKE_SHARED_LIBRARY_SUFFI...
2014-02-13 NAKAMURA Takumi[CMake] llvm_add_library: Add handling of the parameter...
2014-02-12 NAKAMURA TakumiTeach tablegen() macro to check needed variables
2014-02-10 Reid Klecknercmake: Do not export targets when installing toolchain...
2014-02-10 NAKAMURA Takumi[CMake] LLVMSupport should be responsible to provide...
2014-02-10 NAKAMURA Takumi[CMake] Introduce llvm_add_library().
2014-02-10 NAKAMURA Takumi[CMake] LLVMProcessSources.cmake: Prune add_file_depend...
2014-02-10 NAKAMURA Takumi[CMake] Re-apply r200765, "Get rid of llvm_config(...
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....
next