Remove getSubtargetImpl calls from FastISel, we can get it from
[oota-llvm.git] / cmake /
2014-10-08 Alexey SamsonovRevert r219354. It seems to break some buildbots.
2014-10-08 Alexey SamsonovUse llvm-symbolizer to symbolize LLVM/Clang crash dumps.
2014-09-26 Richard SmithAdd LLVM_ENABLE_MODULES flag to CMake to enable buildin...
2014-09-26 Richard SmithFix CMake warning CMP0054: don't quote a variable name...
2014-09-26 Richard SmithFix misinterpretation of CMake rule found by a CMake...
2014-09-12 Evgeniy StepanovAdd CMake check for libatomic.
2014-09-10 Dan LiewDon't attempt to run llvm-config in cmake/modules/Makef...
2014-09-10 Dan LiewAttempt to fix PR20884
2014-09-05 Alexey Samsonov[CMake] Add -fno-sanitize=function to UBSan bootstrap
2014-09-03 Chris BienemanEnabling LLVM & Clang to be cross-compiled using CMake...
2014-09-02 Matt Arsenaultcmake: Don't reject unknown cpp files that start with .
2014-08-29 Alexey SamsonovIntroduce -DLLVM_USE_SANITIZER=Undefined CMake option...
2014-08-23 Dylan Noblesmithcmake: actually test -Wcomment
2014-08-23 Dylan Noblesmithcmake: disable -Wnon-virtual-dtor when it gives false...
2014-08-18 Aaron BallmanDisabling an MSVC warning ('var' : definition from...
2014-08-14 Dan LiewMake message about building sphinx documentation with...
2014-08-14 Dan LiewAdd SPHINX_WARNINGS_AS_ERRORS CMake option to allow...
2014-08-08 Josh KlontzFix for #20408 - CMake LLVM_ENABLE_FFI=ON build fails...
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
next