Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / tools / llvm-config / CMakeLists.txt
2016-01-12 Andrew WilkinsRevert r257003
2016-01-07 Andrew Wilkinstools/llvm-config: improve shared library support
2015-11-09 Richard DiamondFix `llvm-config` to adapt to the install environment.
2015-11-04 Tom Stellardllvm-config: Add --has-rtti option
2015-09-09 Tom Stellardllvm-config: Add --build-system option
2015-08-14 Chris Bieneman[CMake] Fix PR14200, llvm-config output misses -fno...
2015-08-05 Richard DiamondRevert "Fix `llvm-config` to emit the linker flag for...
2015-07-27 JF BastienFix `llvm-config` to emit the linker flag for the combi...
2015-07-14 JF BastienRevert "Fix `llvm-config` to emit the linker flag for...
2015-07-10 JF BastienFix `llvm-config` to emit the linker flag for the combi...
2015-03-12 Chris BienemanRefactoring CMake CrossCompile module.
2014-09-03 Chris BienemanEnabling LLVM & Clang to be cross-compiled using CMake...
2014-04-25 Reid KlecknerChange llvm-config --ldflags to report ${CMAKE_CXX_LINK...
2014-02-23 NAKAMURA TakumiSimplify linking to system libraries
2013-12-03 NAKAMURA Takumillvm-config: With --build-mode, show ${CMAKE_CFG_INTDIR...
2013-08-28 Hans Wennborgcmake: Prevent semicolon separated lists in llvm-config...
2013-08-23 Hans WennborgCMake: build llvm-config on Windows.
2011-12-16 Daniel Dunbarllvm-config: Fix --targets-built, I changed this to...
2011-12-01 Daniel Dunbarllvm-config: Replace with C++ version (was llvm-config-2).
2011-12-01 Duncan SandsRevert commit 145449 (ddunbar) since it is breaking...
2011-11-29 Daniel Dunbarllvm-config: Replace with C++ version (was llvm-config-2).
2011-11-10 Daniel DunbarRevert r144300 "llvm-config: Replace with C++ version...
2011-11-10 Daniel Dunbarllvm-config: Replace with C++ version (was llvm-config-2).
2011-11-02 Chandler CarruthAdd back the top-level target for 'llvm-config' and...
2011-11-02 Daniel Dunbarbuild/CMake: Remove llvm-config.target used to serializ...
2011-10-28 Peter CollingbourneHave llvm-config --cppflags print correct flags when...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-04-05 Oscar FuentesRename LLVMConfig.cmake to LLVM-Config.cmake. The ...
2011-04-01 Oscar FuentesCMake: remove debug code from previous commit.
2011-04-01 Oscar FuentesFix assignment of -fPIC to CMAKE_C_FLAGS. Configure...
2011-03-19 Oscar FuentesMake llvm-config.in configuration more MSYS-friendly.
2011-03-19 Oscar FuentesCMake: store TARGET_TRIPLE on llvm-config.in.
2011-02-22 Oscar FuentesCMake: remove unnecessary variable.
2011-02-18 Oscar FuentesMove library stuff out of the toplevel CMakeLists.txt...
2011-01-27 Oscar FuentesDon't show -pedantic, -W and -Wall on the output of
2010-10-02 Oscar FuentesStop the build if cyclic library dependecies found.
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-08-15 Oscar FuentesCMake: Improved COMMENT on a custom command
2010-02-23 Daniel DunbarKill off LLVMGCCARCH and LLVMGCC_VERSION make variables.
2010-02-23 Daniel DunbarKill off LLVMGCC_MAJVERS make variable.
2009-11-07 Daniel DunbarStop running get_target_triple more than we need to.
2009-10-04 Oscar FuentesCMake: remove .so file extension from library names...
2009-09-22 Daniel DunbarFix llvm-config --src-root and --obj-root for CMake...
2009-09-16 Xerxes RanbyMake cmake generated llvm-config output correct JIT...
2009-08-14 Oscar FuentesCMake: Automatic regeneration of the library dependenci...
2009-08-14 Oscar FuentesCMake: propagate to the parent scope LLVM_COMMON_DEPEND...
2009-08-14 Oscar FuentesCMake: build llvm-config before the other tools.
2009-08-12 Oscar FuentesCMake: Localized dependency on Perl.
2009-08-12 Oscar FuentesCMake: Re-enabled build of llvm-config. Removed recursi...
2009-06-03 Oscar FuentesCMake: Implements and documents option LLVM_ENABLE_ASSERTS.
2009-05-27 Oscar FuentesCMake: Set LIBS on llvm-config so we can query the...
2009-04-08 Ted KremenekAccommodate empty string for build type. This was previ...
2009-04-04 Oscar FuentesCMake: defines and uses macro add_llvm_definitions...
2009-04-03 Oscar FuentesCMake: tools/llvm-config/CMakeLists.txt: Use ! instead...
2009-03-16 Douglas GregorCMake: Build system fixes for XCode. llvm-config still...
2009-01-07 Oscar FuentesCMake: replace `rm' with portable invocations of cmake.
2008-11-15 Oscar FuentesCMake: Removed some cruft.
2008-11-15 Oscar FuentesCMake: Recursively invokes cmake using the right direct...
2008-11-11 Oscar FuentesCMake: forces rebuild of llvm-config's library dependen...
2008-11-09 Oscar FuentesCMake: Corrected detection of `nm'.
2008-11-09 Oscar FuentesCMake: Support for cross-compiling. For now, requires...
2008-10-26 Oscar FuentesCMake: GetTargetTriple: new module for determining...
2008-10-22 Oscar FuentesCMake: `make install' for libraries, executables and...
2008-09-26 Oscar FuentesCMake: Builds all targets.
2008-09-22 Oscar FuentesCMake build system: support for parallel builds.
2008-09-22 Oscar FuentesInitial support for the CMake build system.