summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-05[CMake] Enhance add_llvm_external_project.NAKAMURA Takumi1-3/+9
2012-09-11CMake toolchain file for Android NDK.Evgeniy Stepanov1-0/+21
2012-09-04Fix Android build of gtest and lib/Support.Evgeniy Stepanov1-3/+13
2012-09-01PR13689: Check for backtrace(3) in the cmake build.Benjamin Kramer1-0/+1
2012-08-31Make sure to build libpthread to check for HAVE_PTHREAD_MUTEX_LOCK.Eric Christopher1-3/+1
2012-08-20enable cross compilation with cmakeSebastian Pop1-2/+0
2012-08-20enable Hexagon target from cmakeSebastian Pop1-0/+2
2012-08-08revert my previous patchSebastian Pop1-2/+5
2012-08-08enable Hexagon target from cmakeSebastian Pop1-5/+2
2012-08-04[CMake] add_lit_target: Remove comments about add_dependencies. It is not a b...NAKAMURA Takumi1-5/+0
2012-07-22autoconf: Re-introduce LLVM_HOSTTRIPLE since r143500, as rework of PR11060.NAKAMURA Takumi1-0/+1
2012-07-12detabifyGabor Greif1-2/+2
2012-07-07LLVMConfig.cmake.in: Quote around @LLVM_INSTALL_PREFIX@, or it would not acce...NAKAMURA Takumi1-1/+1
2012-07-02Revert r159588, and apply a more principled fix. Place the fix for thisChandler Carruth1-1/+6
2012-07-02Switch from using a lit.cfg-generator variable that happens to be foundChandler Carruth1-1/+1
2012-06-30Hoist LLVM's lit testsuite infrastructure into module so that it can beChandler Carruth1-0/+43
2012-06-29Add a missing common variable to the lit.site.cfg generation. This wasChandler Carruth1-0/+1
2012-06-28Move the setup for variables that are expanded in the lit.site.cfg intoChandler Carruth1-0/+51
2012-06-24LLVMProcessSources.cmake: [MSVC] Don't add "PROPERTIES HEADER_FILE_ONLY" to *...NAKAMURA Takumi1-1/+2