summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAge
* Add three missing CMake variables that need to make it to theChandler Carruth2013-08-08
* Add support for linking against a curses library when available andChandler Carruth2013-08-07
* Check for _strtoi64 in the cmake build if strtoll is missingReid Kleckner2013-08-07
* Replacing /GR with /GR- instead of applying both options to the project. Thi...Aaron Ballman2013-08-06
* Pass -G argument to cmake with the same generator's name as used for theSimon Atanasyan2013-08-01
* Make sure that -gsplit-dwarf isn't passed to the linker.Eric Christopher2013-07-30
* Add capability for building with -gsplit-dwarf to the cmake build.Eric Christopher2013-07-30
* Re-application of 187310. Re-enabling warning C4275 for MSVC 11 and up, but ...Aaron Ballman2013-07-29
* Partial revert of 187310; it seems MSVC 10 still spits out this warning, but ...Aaron Ballman2013-07-28
* Re-enabling some more MSVC warnings; all of these compile cleanly with no fur...Aaron Ballman2013-07-27
* Re-enabling a warning in MSVC mode now that r187292 fixed the only instance o...Aaron Ballman2013-07-27
* Re-enabling some more MSVC warnings; all of these compile cleanly with no fur...Aaron Ballman2013-07-27
* Re-enabling the C4065 warning for MSVC builds as it no longer fires due to ta...Aaron Ballman2013-07-26
* Remove dead or useless header checks from cmake and autoconfReid Kleckner2013-07-26
* Tweak the cmake interaction between CMAKE_BUILD_TYPE and LLVM_ENABLE_ASSERTIONS.Duncan Sands2013-07-17
* Find xdot or xdot.py.Matt Arsenault2013-07-08
* Allow llvm_find_program to find alternate namesMatt Arsenault2013-07-08
* Reapply r185601 with a fix for the cmake build.Eric Christopher2013-07-04
* Temporarily revert 185601 as it caused cmake build regressions.Eric Christopher2013-07-04
* Add support for futimens for platforms that don't support futimes.Eric Christopher2013-07-04
* Support using "host" as a target in LLVM_TARGETS_TO_BUILD when using cmake.Andy Gibbs2013-06-26
* Revert "Cmake: add compiler option in a more idiomatic way"Rafael Espindola2013-06-14
* Cmake: add compiler option in a more idiomatic wayArnaud A. de Grandmaison2013-06-14
* Don't define LTDL_SHLIBPATH_VAR.Rafael Espindola2013-06-11
* Add colored diagnostics when building LLVM with cmake + ninja + clangArnaud A. de Grandmaison2013-05-29
* Allow overriding the location of C/C++ compilers in Android CMake build.Evgeniy Stepanov2013-05-29
* [SystemZ] Add configure bitsUlrich Weigand2013-05-06
* Build system changes to enable MCJIT on AArch64Tim Northover2013-05-04
* Allow host triple to be correctly overridden in CMake buildsTim Northover2013-05-04
* CMake: cxxabi.h is only available to C++ compilers, use the right check macro.Benjamin Kramer2013-05-03
* Only use cxxabi.h's demangler, if it is actually available.Joerg Sonnenberger2013-04-27
* Use zlib to uncompress debug sections in DWARF parser.Alexey Samsonov2013-04-23
* Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov2013-04-23
* Remove the executable bit on cmake filesSylvestre Ledru2013-04-21
* Don't explicitly provide -pie in MSan bootstrap of LLVM, as it's now implied ...Alexey Samsonov2013-04-12
* [cmake] Avoid rel+asserts warnings when passing -UNDEBUGReid Kleckner2013-04-07
* Add CMake option LLVM_USE_SANITIZER={Address,Memory,MemoryWithOrigins} to sim...Alexey Samsonov2013-03-26
* Introduce a tiny CMake project to gather Subversion revision information and ...Douglas Gregor2013-03-25
* Don't use add_llvm_definitions for adding warning flags. It makes it too hardDuncan Sands2013-03-25
* Refine fenv.h handling: check if the desired macros exist, before usingJoerg Sonnenberger2013-03-25
* Enable -Wnon-virtual-dtor build warningAlexey Samsonov2013-03-19
* Turn anonymous type in anonymous union warning back on after cleaning upEric Christopher2013-03-15
* Simplify CMake rules in HandleLLVMOptions module.Alexey Samsonov2013-03-13
* CMake: Always include the CheckCXXCompilerFlag in HandleLLVMOptions.cmake.Jordan Rose2013-03-02
* Use correct host/target CMake variables to define lit variables.Tim Northover2013-02-14
* CMake: Use check_symbol_exists instead of check_cxx_symbol_exists.Jordan Rose2013-02-08
* Fix CMake detection of various cmath functions, and XFAIL the test on platfor...Owen Anderson2013-02-07
* Conditionalize constant folding of math intrinsics on the availability of an ...Owen Anderson2013-02-07
* Turn off uninitialized-use warnings for gcc in cmake buildEdwin Vane2013-02-04
* Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warningRichard Smith2013-01-31