summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
2013-07-08Find xdot or xdot.py.Matt Arsenault1-1/+1
2013-07-08Allow llvm_find_program to find alternate namesMatt Arsenault1-1/+2
2013-07-04Reapply r185601 with a fix for the cmake build.Eric Christopher1-0/+2
2013-07-04Temporarily revert 185601 as it caused cmake build regressions.Eric Christopher1-2/+0
2013-07-04Add support for futimens for platforms that don't support futimes.Eric Christopher1-0/+2
2013-06-26Support using "host" as a target in LLVM_TARGETS_TO_BUILD when using cmake.Andy Gibbs1-0/+8
2013-06-14Revert "Cmake: add compiler option in a more idiomatic way"Rafael Espindola1-2/+4
2013-06-14Cmake: add compiler option in a more idiomatic wayArnaud A. de Grandmaison1-4/+2
2013-06-11Don't define LTDL_SHLIBPATH_VAR.Rafael Espindola1-2/+0
2013-05-29Add colored diagnostics when building LLVM with cmake + ninja + clangArnaud A. de Grandmaison1-0/+7
2013-05-29Allow overriding the location of C/C++ compilers in Android CMake build.Evgeniy Stepanov1-2/+9
2013-05-06[SystemZ] Add configure bitsUlrich Weigand1-0/+2
2013-05-04Build system changes to enable MCJIT on AArch64Tim Northover1-0/+2
2013-05-04Allow host triple to be correctly overridden in CMake buildsTim Northover1-4/+5
2013-05-03CMake: cxxabi.h is only available to C++ compilers, use the right check macro.Benjamin Kramer1-1/+2
2013-04-27Only use cxxabi.h's demangler, if it is actually available.Joerg Sonnenberger1-0/+1
2013-04-23Use zlib to uncompress debug sections in DWARF parser.Alexey Samsonov1-1/+5
2013-04-23Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov3-0/+15
2013-04-21Remove the executable bit on cmake filesSylvestre Ledru2-0/+0
2013-04-12Don't explicitly provide -pie in MSan bootstrap of LLVM, as it's now implied ...Alexey Samsonov1-2/+0
2013-04-07[cmake] Avoid rel+asserts warnings when passing -UNDEBUGReid Kleckner1-0/+3
2013-03-26Add CMake option LLVM_USE_SANITIZER={Address,Memory,MemoryWithOrigins} to sim...Alexey Samsonov1-3/+42
2013-03-25Introduce a tiny CMake project to gather Subversion revision information and ...Douglas Gregor1-0/+25
2013-03-25Don't use add_llvm_definitions for adding warning flags. It makes it too hardDuncan Sands1-14/+20
2013-03-25Refine fenv.h handling: check if the desired macros exist, before usingJoerg Sonnenberger1-0/+3
2013-03-19Enable -Wnon-virtual-dtor build warningAlexey Samsonov1-0/+2
2013-03-15Turn anonymous type in anonymous union warning back on after cleaning upEric Christopher1-2/+0
2013-03-13Simplify CMake rules in HandleLLVMOptions module.Alexey Samsonov1-27/+26
2013-03-02CMake: Always include the CheckCXXCompilerFlag in HandleLLVMOptions.cmake.Jordan Rose1-1/+1
2013-02-14Use correct host/target CMake variables to define lit variables.Tim Northover1-2/+2
2013-02-08CMake: Use check_symbol_exists instead of check_cxx_symbol_exists.Jordan Rose1-7/+6
2013-02-07Fix CMake detection of various cmath functions, and XFAIL the test on platfor...Owen Anderson1-6/+7
2013-02-07Conditionalize constant folding of math intrinsics on the availability of an ...Owen Anderson1-0/+6
2013-02-04Turn off uninitialized-use warnings for gcc in cmake buildEdwin Vane2-0/+24
2013-01-31Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warningRichard Smith1-0/+4
2013-01-31Turn off missing field initializer warnings for gccEdwin Vane1-0/+13
2013-01-31Annotate BumpPtrAllocator for MemorySanitizer.Evgeniy Stepanov1-0/+1
2013-01-27[CMake][Lit][unittests] Cleanup in AddLLVM.cmake.NAKAMURA Takumi1-8/+1
2013-01-27[CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE in each build directory fo...NAKAMURA Takumi2-23/+4
2013-01-25Disable MSVC's warning about noreturn destructorsReid Kleckner1-0/+1
2013-01-04Add time getters to the process interface for requesting the elapsedChandler Carruth2-2/+6
2013-01-03[CMake] MSVC is incorrectly emitting C4239 in some cases. Disable it.Michael J. Spencer1-1/+0
2012-12-24[CMake] AddLLVM.cmake: Tweak the corner case that "check-all" doesn't have an...NAKAMURA Takumi1-5/+11
2012-12-24Fix a typo introduced in r168577: FlAGS -> FLAGS (note the lowercase ell)Dmitri Gribenko1-2/+2
2012-12-19CMake: factor out a function that returns the expected directory for unit testAlexey Samsonov1-5/+11
2012-12-14[CMake] Move libxml2 stuff from clang to llvm/cmake.NAKAMURA Takumi1-0/+5
2012-12-10CMake: Don't run 'git svn' if there is no .git/svn directory.Jim Grosbach1-40/+42
2012-11-26Removing SUPPORTS_COVERED_SWITCH_DEFAULT_FLAGJoe Abbey1-3/+8
2012-10-23CMake: Include private headers / tablegen files in generated Xcode projects.Jordan Rose1-1/+1
2012-10-10[CMake] add_lit_testsuite: EXCLUDE_FROM_ALL excludes the test ${target} out o...NAKAMURA Takumi1-5/+8