[Target/ARM] Only enable OptimizeBarrierPass at -O1 and above.
[oota-llvm.git] / cmake /
2015-05-19 Reid KlecknerTry to fix the build with MSVC 2015 by disabling sized...
2015-05-19 Yaron KerenUse cat and not type Under MSYS, same as Cygwin.
2015-05-14 Justin Bognercmake: Use -fno-sanitize-recover=all - the old spelling...
2015-05-12 Eric FiselierAllow the CMake option 'LLVM_ABI_BREAKING_CHECKS' to...
2015-05-08 Kostya Serebryany[lib/Fuzzer] use -fsanitize-coverage=trace-cmp when...
2015-05-07 Alexey SamsonovUpdate CMake flags, LibFuzzer comments and docs for...
2015-05-01 Niels Ole Salscheider[CMake] Also search for prefixed versions of ld.gold
2015-04-27 Rafael EspindolaAllow building the gold plugin even if the gold binary...
2015-04-24 Chris Bieneman[CMake] Fix for PR 23328: LLVM_OPTIMIZED_TABLEGEN broken
2015-04-22 Reid Kleckner[cmake] Quote the path to the target exports file,...
2015-04-21 Andrew KaylorSilence MSVC build alignment warnings
2015-04-20 Pete CooperAdd targets to cmake for specific target components.
2015-04-16 Chris BienemanCleanup based on rnk's feedback.
2015-04-16 Chris BienemanFixing windows bots.
2015-04-16 Chris BienemanBetter fix to the windows conditional.
2015-04-16 Chris BienemanFix Windows bots.
2015-04-16 Chris BienemanFixing a mis-use of the CMake install command.
2015-04-14 Zachary Turner[msvc] Strip /W[0-4] before appending /W4
2015-04-13 NAKAMURA Takumi[CMake] Uniquify LLVM_ABI_BREAKING_CHECKS. It reverts...
2015-04-06 Rafael EspindolaDisable all link optimizations in a debug build.
2015-04-06 Rafael EspindolaDon't pass -O3 to the linker in debug builds.
2015-04-06 Rafael EspindolaDon't use -ffunction-sections -fdata-sections on debug...
2015-04-01 NAKAMURA TakumiTry to unbreak Clang build to export LLVM_ABI_BREAKING_...
2015-04-01 Sanjoy Das[CMake] Cache LLVM_ABI_BREAKING_CHECKS in LLVMConfig...
2015-03-27 Chris Bieneman[CMake] Removing duplicates from the list of test suite...
2015-03-27 Derek SchuffCMake: enable installing utils
2015-03-26 Sanjoy Das[ADT][CMake][AutoConf] Fail-fast iterators for DenseMap
2015-03-24 Andrew KaylorDisabling warnings for MSVC build to enable /W4 use.
2015-03-23 Chris BienemanRe-land: Generate targets for each lit suite.
2015-03-23 Chris BienemanRaising minimum required CMake version to 2.8.12.2.
2015-03-19 Peter Collingbournetest: Make a start on a test suite for libLTO.
2015-03-19 Chris BienemanFixing dependencies for native tablegen.
2015-03-19 Greg Bedwell[CMake] Don't pass in MSVC warning flags as definitions.
2015-03-18 Chris BienemanRevert "Generate targets for each lit suite."
2015-03-18 Chris BienemanGenerate targets for each lit suite.
2015-03-18 Reid KlecknerCMake: Disable ENABLE_EXPORTS for executables with...
2015-03-12 Chris BienemanRefactoring CMake CrossCompile module.
2015-03-12 Chris BienemanDoing some cleanup to the iOS toolchain.
2015-03-11 Greg BedwellRevert "[CMake] Don't pass in MSVC warning flags as...
2015-03-11 Greg Bedwell[CMake] Don't pass in MSVC warning flags as definitions
2015-03-10 Chris BienemanAdd new LLVM_OPTIMIZED_TABLEGEN build setting which...
2015-03-09 Benjamin KramerDrop the hacks used for partial C99 math libraries.
2015-03-07 Chandler CarruthTeach the LLVM CMake build how to explicitly use libc...
2015-03-03 Kostya Serebryany[sanitizer/coverage] Add AFL-style coverage counters...
2015-03-02 Reid Klecknercmake: Use MSVC atomics with clang-cl
2015-03-02 Chris BienemanMaking the SO version major.minor instead of just major...
2015-02-27 Reid KlecknerMinor follow-ups to r229720 suggested on llvmdev
2015-02-25 Zachary Turner[CMake] Fix the clang-cl self host build.
2015-02-25 Saleem Abdulrasoolbuild: check if atomic routines are implicitly provided
2015-02-24 Tobias GrosserRevert "Raising minimum required CMake version to 2...
2015-02-23 Chad RosierRevert "Revert "Raising minimum required CMake version...
2015-02-23 Chad RosierRevert "Raising minimum required CMake version to 2...
2015-02-23 Reid Klecknercmake: Don't do the libstdc++ version check when clang...
2015-02-22 Zachary TurnerRemove log statements from config scripts.
2015-02-22 Zachary TurnerReally fix the build this time.
2015-02-22 Zachary Turner[llvm-pdbdump] Resubmit "Add some tests for llvm-pdbdump".
2015-02-20 Chris BienemanRaising minimum required CMake version to 2.8.12.2.
2015-02-19 Davide Italiano[Support/Timer] Make GetMallocUsage() aware of jemalloc.
2015-02-18 Peter CollingbourneCMake: Fix add_lit_target for the case where a test...
2015-02-18 Chris BienemanAdding install targets for individual LLVM tools and...
2015-02-18 Chris BienemanEnable standard so versioning for libLLVM.
2015-02-18 Filipe CabecinhasDowngrade build system error message to a warning
2015-02-17 Filipe CabecinhasWe require MSVC 2013 Update 4 due to previous versions...
2015-02-15 Benjamin KramerUpdate the docs to require at least MSVC 2013.
2015-02-15 NAKAMURA TakumiReapply r229185(cbieneman) -- Raising minimum required...
2015-02-14 Chandler Carruth[gold] Consolidate the gold plugin options and actually...
2015-02-14 NAKAMURA TakumiRevert r229185, "Raising minimum required Visual Studio...
2015-02-13 Chris BienemanRaising minimum required Visual Studio version to 2013.
2015-02-10 Zachary TurnerTeach llvm_add_library() to find include dirs.
2015-02-10 Zachary TurnerDefine HAVE_DIA_SDK on Windows when DIA is present.
2015-02-04 Filipe CabecinhasHandle LLVM_USE_SANITIZER=Address;Undefined (and the...
2015-02-03 Hans Wennborg[CMake] add_llvm_library: don't use .imp suffix for...
2015-01-30 NAKAMURA Takumi[Cygming] Seek also chkstk_ms, or JIT fails with DLL...
2015-01-30 Chris BienemanUpdating iOS.cmake to work with the latest Xcode and...
2015-01-30 Chris BienemaniOS doesn't have histedit.h available. We should gate...
2015-01-27 Kostya SerebryanyAdd cmake flag LLVM_USE_SANITIZE_COVERAGE
2015-01-24 Kuba BreckaReverting r226937: lit: Make MCJIT's supported arch...
2015-01-23 Reid Klecknerlit: Make MCJIT's supported arch check case insensitive
2015-01-22 Rafael EspindolaDon't use -z,defs on FreeBSD.
2015-01-22 Rafael EspindolaPass -Wl,-z,defs when building shared libraries, but...
2015-01-20 Rafael EspindolaDon't pass -Wl,z,defs for now.
2015-01-20 Rafael EspindolaUse -Wl,defs when linking.
2015-01-13 Peter Zotov[OCaml] Use $CAMLORIGIN, an rpath-$ORIGIN-like mechanis...
2015-01-07 Aaron BallmanReverting r225319; since there is a folder named Exampl...
2015-01-06 Duncan P. N. Exon... cmake: Fix 'examples' target after r225319
2015-01-06 Duncan P. N. Exon... cmake: Add 'examples' target
2015-01-06 NAKAMURA Takumi[CMake] Silence stderr on "COMMAND ${CMAKE_C_COMPILER...
2015-01-06 NAKAMURA TakumiReformat.
2015-01-05 NAKAMURA Takumi[autoconf] llvm/cmake/modules/Makefile: Make sure to...
2015-01-05 NAKAMURA Takumi[autoconf] Export LLVM_LIBDIR_SUFFIX with empty string...
2014-12-30 Peter Zotov[OCaml] [cmake] Use LLVM_LIBRARY_DIR instead of LLVM_LI...
2014-12-29 Chandler Carruth[go] Teach the go cmake build functions to funnel the...
2014-12-29 Chandler Carruth[cmake] Push LLVM_LIBDIR_SUFFIX through to the LLVMConf...
2014-12-29 Chandler Carruth[cmake] Start making LLVM_LIBDIR_SUFFIX effective by...
2014-12-18 Peter Zotov[cmake] Unbreak LLVM-Config.cmake / llvm_expand_depende...
2014-12-12 Rafael EspindolaDisable --icf=safe to avoid a bug.
2014-12-10 Nico Webercmake: Make SVNVersion.inc work on Windows if svn is...
2014-12-05 Paul RobinsonMake GetSVN.cmake do its VCS queries with native CMake...
2014-12-04 Rafael EspindolaAlso use --icf=safe if we are being linked by gold.
2014-12-04 Rafael EspindolaDetect if the linker is gold and if so always use ...
next