aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
...
* Partial revert of 187310; it seems MSVC 10 still spits out this warning, but ...Aaron Ballman2013-07-281-1/+2
* Re-enabling some more MSVC warnings; all of these compile cleanly with no fur...Aaron Ballman2013-07-271-2/+0
* Re-enabling a warning in MSVC mode now that r187292 fixed the only instance o...Aaron Ballman2013-07-271-1/+0
* Re-enabling some more MSVC warnings; all of these compile cleanly with no fur...Aaron Ballman2013-07-271-4/+0
* Re-enabling the C4065 warning for MSVC builds as it no longer fires due to ta...Aaron Ballman2013-07-261-1/+0
* Remove dead or useless header checks from cmake and autoconfReid Kleckner2013-07-261-34/+1
* Tweak the cmake interaction between CMAKE_BUILD_TYPE and LLVM_ENABLE_ASSERTIONS.Duncan Sands2013-07-171-2/+2
* Find xdot or xdot.py.Matt Arsenault2013-07-081-1/+1
* Allow llvm_find_program to find alternate namesMatt Arsenault2013-07-081-1/+2
* Reapply r185601 with a fix for the cmake build.Eric Christopher2013-07-041-0/+2
* Temporarily revert 185601 as it caused cmake build regressions.Eric Christopher2013-07-041-2/+0
* Add support for futimens for platforms that don't support futimes.Eric Christopher2013-07-041-0/+2
* Support using "host" as a target in LLVM_TARGETS_TO_BUILD when using cmake.Andy Gibbs2013-06-261-0/+8
* Revert "Cmake: add compiler option in a more idiomatic way"Rafael Espindola2013-06-141-2/+4
* Cmake: add compiler option in a more idiomatic wayArnaud A. de Grandmaison2013-06-141-4/+2
* Don't define LTDL_SHLIBPATH_VAR.Rafael Espindola2013-06-111-2/+0
* Add colored diagnostics when building LLVM with cmake + ninja + clangArnaud A. de Grandmaison2013-05-291-0/+7
* Allow overriding the location of C/C++ compilers in Android CMake build.Evgeniy Stepanov2013-05-291-2/+9
* [SystemZ] Add configure bitsUlrich Weigand2013-05-061-0/+2
* Build system changes to enable MCJIT on AArch64Tim Northover2013-05-041-0/+2
* Allow host triple to be correctly overridden in CMake buildsTim Northover2013-05-041-4/+5
* CMake: cxxabi.h is only available to C++ compilers, use the right check macro.Benjamin Kramer2013-05-031-1/+2
* Only use cxxabi.h's demangler, if it is actually available.Joerg Sonnenberger2013-04-271-0/+1
* Use zlib to uncompress debug sections in DWARF parser.Alexey Samsonov2013-04-231-1/+5
* Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov2013-04-233-0/+15
* Remove the executable bit on cmake filesSylvestre Ledru2013-04-212-0/+0
* Don't explicitly provide -pie in MSan bootstrap of LLVM, as it's now implied ...Alexey Samsonov2013-04-121-2/+0
* [cmake] Avoid rel+asserts warnings when passing -UNDEBUGReid Kleckner2013-04-071-0/+3
* Add CMake option LLVM_USE_SANITIZER={Address,Memory,MemoryWithOrigins} to sim...Alexey Samsonov2013-03-261-3/+42
* Introduce a tiny CMake project to gather Subversion revision information and ...Douglas Gregor2013-03-251-0/+25
* Don't use add_llvm_definitions for adding warning flags. It makes it too hardDuncan Sands2013-03-251-14/+20
* Refine fenv.h handling: check if the desired macros exist, before usingJoerg Sonnenberger2013-03-251-0/+3
* Enable -Wnon-virtual-dtor build warningAlexey Samsonov2013-03-191-0/+2
* Turn anonymous type in anonymous union warning back on after cleaning upEric Christopher2013-03-151-2/+0
* Simplify CMake rules in HandleLLVMOptions module.Alexey Samsonov2013-03-131-27/+26
* CMake: Always include the CheckCXXCompilerFlag in HandleLLVMOptions.cmake.Jordan Rose2013-03-021-1/+1
* Use correct host/target CMake variables to define lit variables.Tim Northover2013-02-141-2/+2
* CMake: Use check_symbol_exists instead of check_cxx_symbol_exists.Jordan Rose2013-02-081-7/+6
* Fix CMake detection of various cmath functions, and XFAIL the test on platfor...Owen Anderson2013-02-071-6/+7
* Conditionalize constant folding of math intrinsics on the availability of an ...Owen Anderson2013-02-071-0/+6
* Turn off uninitialized-use warnings for gcc in cmake buildEdwin Vane2013-02-042-0/+24
* Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warningRichard Smith2013-01-311-0/+4
* Turn off missing field initializer warnings for gccEdwin Vane2013-01-311-0/+13
* Annotate BumpPtrAllocator for MemorySanitizer.Evgeniy Stepanov2013-01-311-0/+1
* [CMake][Lit][unittests] Cleanup in AddLLVM.cmake.NAKAMURA Takumi2013-01-271-8/+1
* [CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE in each build directory fo...NAKAMURA Takumi2013-01-272-23/+4
* Disable MSVC's warning about noreturn destructorsReid Kleckner2013-01-251-0/+1
* Add time getters to the process interface for requesting the elapsedChandler Carruth2013-01-042-2/+6
* [CMake] MSVC is incorrectly emitting C4239 in some cases. Disable it.Michael J. Spencer2013-01-031-1/+0
* [CMake] AddLLVM.cmake: Tweak the corner case that "check-all" doesn't have an...NAKAMURA Takumi2012-12-241-5/+11