- e1e7310 Find xdot or xdot.py. by Matt Arsenault · 11 years ago
- cffecb4 Allow llvm_find_program to find alternate names by Matt Arsenault · 11 years ago
- c589a5f Reapply r185601 with a fix for the cmake build. by Eric Christopher · 11 years ago
- 2333a31 Temporarily revert 185601 as it caused cmake build regressions. by Eric Christopher · 11 years ago
- d1280c1 Add support for futimens for platforms that don't support futimes. by Eric Christopher · 11 years ago
- 84bb3a2 Support using "host" as a target in LLVM_TARGETS_TO_BUILD when using cmake. by Andy Gibbs · 11 years ago
- d132ce7 Revert "Cmake: add compiler option in a more idiomatic way" by Rafael Espindola · 11 years ago
- 4ebf543 Cmake: add compiler option in a more idiomatic way by Arnaud A. de Grandmaison · 11 years ago
- ba30d60 Don't define LTDL_SHLIBPATH_VAR. by Rafael Espindola · 11 years ago
- 745825f5 Add colored diagnostics when building LLVM with cmake + ninja + clang by Arnaud A. de Grandmaison · 11 years ago
- d86a66d Allow overriding the location of C/C++ compilers in Android CMake build. by Evgeniy Stepanov · 11 years ago
- 735ab83 by Ulrich Weigand · 12 years ago
- bd121f5 Build system changes to enable MCJIT on AArch64 by Tim Northover · 12 years ago
- d66ad6c Allow host triple to be correctly overridden in CMake builds by Tim Northover · 12 years ago
- e050e59 CMake: cxxabi.h is only available to C++ compilers, use the right check macro. by Benjamin Kramer · 12 years ago
- dfa0e92 Only use cxxabi.h's demangler, if it is actually available. by Joerg Sonnenberger · 12 years ago
- 005159e Use zlib to uncompress debug sections in DWARF parser. by Alexey Samsonov · 12 years ago
- ee03c94 Add basic zlib support to LLVM. This would allow to use compression/uncompression in selected LLVM tools. by Alexey Samsonov · 12 years ago
- 7aad829 Remove the executable bit on cmake files by Sylvestre Ledru · 12 years ago
- 5eacadd Don't explicitly provide -pie in MSan bootstrap of LLVM, as it's now implied by the driver by Alexey Samsonov · 12 years ago
- 16f1969 [cmake] Avoid rel+asserts warnings when passing -UNDEBUG by Reid Kleckner · 12 years ago
- 777fccb Add CMake option LLVM_USE_SANITIZER={Address,Memory,MemoryWithOrigins} to simplify bootstrap of LLVM/Clang under ASan/MSan by Alexey Samsonov · 12 years ago
- 79f1dfa Introduce a tiny CMake project to gather Subversion revision information and place it into a header. by Douglas Gregor · 12 years ago
- 2269c56 Don't use add_llvm_definitions for adding warning flags. It makes it too hard by Duncan Sands · 12 years ago
- f9a7132 Refine fenv.h handling: check if the desired macros exist, before using by Joerg Sonnenberger · 12 years ago
- 8483b47 Enable -Wnon-virtual-dtor build warning by Alexey Samsonov · 12 years ago
- c6aa834 Turn anonymous type in anonymous union warning back on after cleaning up issues. by Eric Christopher · 12 years ago
- b91ce4f Simplify CMake rules in HandleLLVMOptions module. by Alexey Samsonov · 12 years ago
- e2abe05 CMake: Always include the CheckCXXCompilerFlag in HandleLLVMOptions.cmake. by Jordan Rose · 12 years ago
- 6872de9 Use correct host/target CMake variables to define lit variables. by Tim Northover · 12 years ago
- dbdebe2 CMake: Use check_symbol_exists instead of check_cxx_symbol_exists. by Jordan Rose · 12 years ago
- 1e8f6f4 Fix CMake detection of various cmath functions, and XFAIL the test on platforms that are known to be missing them. by Owen Anderson · 12 years ago
- ec643ab Conditionalize constant folding of math intrinsics on the availability of an implementation on the host. This is a little bit unfortunate, but until someone decides to implement a full libm for APFloat, we don't have a better way to get this functionality. by Owen Anderson · 12 years ago
- 4b5dbaa Turn off uninitialized-use warnings for gcc in cmake build by Edwin Vane · 12 years ago
- 1983f54 Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warning by Richard Smith · 12 years ago
- adc4af6 Turn off missing field initializer warnings for gcc by Edwin Vane · 12 years ago
- ea2d878 Annotate BumpPtrAllocator for MemorySanitizer. by Evgeniy Stepanov · 12 years ago
- 2044adf [CMake][Lit][unittests] Cleanup in AddLLVM.cmake. by NAKAMURA Takumi · 12 years ago
- 1917aaf [CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE in each build directory for unittests. by NAKAMURA Takumi · 12 years ago
- 5b7c057 Disable MSVC's warning about noreturn destructors by Reid Kleckner · 12 years ago
- 73c35d8 Add time getters to the process interface for requesting the elapsed by Chandler Carruth · 12 years ago
- 189ef5f [CMake] MSVC is incorrectly emitting C4239 in some cases. Disable it. by Michael J. Spencer · 12 years ago
- 3d662d5 [CMake] AddLLVM.cmake: Tweak the corner case that "check-all" doesn't have any tests. by NAKAMURA Takumi · 12 years ago
- fa45cdf Fix a typo introduced in r168577: FlAGS -> FLAGS (note the lowercase ell) by Dmitri Gribenko · 12 years ago
- 828df0f CMake: factor out a function that returns the expected directory for unit test by Alexey Samsonov · 12 years ago
- 63cab6c [CMake] Move libxml2 stuff from clang to llvm/cmake. by NAKAMURA Takumi · 12 years ago
- 0a2e27d CMake: Don't run 'git svn' if there is no .git/svn directory. by Jim Grosbach · 12 years ago
- d6a9307 Removing SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG by Joe Abbey · 12 years ago
- e8e6b6b CMake: Include private headers / tablegen files in generated Xcode projects. by Jordan Rose · 12 years ago
- 64835d2 [CMake] add_lit_testsuite: EXCLUDE_FROM_ALL excludes the test ${target} out of check-all. by NAKAMURA Takumi · 12 years ago
- 1e10bd6 [CMake] Enhance add_llvm_external_project. by NAKAMURA Takumi · 12 years ago
- 468a95f CMake toolchain file for Android NDK. by Evgeniy Stepanov · 12 years ago
- 68d92bd Fix Android build of gtest and lib/Support. by Evgeniy Stepanov · 12 years ago
- 8dce5b6 PR13689: Check for backtrace(3) in the cmake build. by Benjamin Kramer · 12 years ago
- 42d619b Make sure to build libpthread to check for HAVE_PTHREAD_MUTEX_LOCK. by Eric Christopher · 12 years ago
- df25988 enable cross compilation with cmake by Sebastian Pop · 12 years ago
- 974e12b enable Hexagon target from cmake by Sebastian Pop · 12 years ago
- 9469dd3 revert my previous patch by Sebastian Pop · 12 years ago
- 6174fd7 enable Hexagon target from cmake by Sebastian Pop · 12 years ago
- a6273f1 [CMake] add_lit_target: Remove comments about add_dependencies. It is not a bug in cmake that add_custom_target(DEPENDS) would not accept targets but file-level dependencies. by NAKAMURA Takumi · 12 years ago
- 2864de7 autoconf: Re-introduce LLVM_HOSTTRIPLE since r143500, as rework of PR11060. by NAKAMURA Takumi · 12 years ago
- 9ae2dfd detabify by Gabor Greif · 12 years ago
- 845b4c2 LLVMConfig.cmake.in: Quote around @LLVM_INSTALL_PREFIX@, or it would not accept whitespace paths. by NAKAMURA Takumi · 12 years ago
- 33219d4 Revert r159588, and apply a more principled fix. Place the fix for this by Chandler Carruth · 12 years ago
- 20d8c16 Switch from using a lit.cfg-generator variable that happens to be found by Chandler Carruth · 12 years ago
- cf23bd3 Hoist LLVM's lit testsuite infrastructure into module so that it can be by Chandler Carruth · 12 years ago
- 2178d73 Add a missing common variable to the lit.site.cfg generation. This was by Chandler Carruth · 12 years ago
- c502ed6 Move the setup for variables that are expanded in the lit.site.cfg into by Chandler Carruth · 12 years ago
- b253451 LLVMProcessSources.cmake: [MSVC] Don't add "PROPERTIES HEADER_FILE_ONLY" to *.def. by NAKAMURA Takumi · 12 years ago
- 343c32a Avoid using the recently added APPEND_STRING feature. This should by Chandler Carruth · 12 years ago
- 7c888ee Completely refactor the structuring of unittest CMake files to match the by Chandler Carruth · 12 years ago
- b60182e Factor the logic for setting up a GoogleTest unit test executable into by Chandler Carruth · 12 years ago
- 45df6f9 Remove one of the LLVM-specific CMake hacks in favor of standard CMake by Chandler Carruth · 12 years ago
- 1b9d890 TableGen.cmake: Fix to work without LLVM_COMMON_DEPENDS. by NAKAMURA Takumi · 12 years ago
- 2563ad2 cmake: Pass the -m32 flag to modules if LLVM_BUILD_32_BITS is enabled by Tobias Grosser · 12 years ago
- 67762d1 [CMake] Promote extension warnings to errors. by Michael J. Spencer · 12 years ago
- fa371ea [CMake] Order MSVC warnings numerically. by Michael J. Spencer · 12 years ago
- c3ab9ce [CMake] Adjust MSVC warnings. by Michael J. Spencer · 12 years ago
- 4c8657a Fix how CMake appends -m32 to linker command-lines by Tim Northover · 12 years ago
- 869d817 Adding -fcolor-diagnostics is causing problem to users that parse the build by Rafael Espindola · 13 years ago
- e0b0e7b [build] Add build check for ::arc4random(). by Daniel Dunbar · 13 years ago
- 18efed7 Pass -fcolor-diagnostics when it is supported. This makes a difference when by Rafael Espindola · 13 years ago
- ff9229e Add rudimentary CMake logic for detecting Graphviz. by Ted Kremenek · 13 years ago
- 3c00db7 [CMake] Restructure how Clang, Polly and other external projects get included. by Michael J. Spencer · 13 years ago
- 4a80d64 CMake: Enable LLVM_COMPILER_JOBS on all MS IDEs. We don't support older environments than VS9. by NAKAMURA Takumi · 13 years ago
- 5bfe3bf CMake: Prune redundant LLVM_COMPILER_JOBS from llvm/CMakeLists.txt. HandleLLVMOptions.cmake has it. by NAKAMURA Takumi · 13 years ago
- c4b2271 Add InitializeNativeTargetDisassembler function. by Eric Christopher · 13 years ago
- 647c0ce Minimal changes for LLVM to compile under VS11. by Michael J. Spencer · 13 years ago
- 9993a3a Enable -Wcovered-switch-default again, but add -Werror to the checks to make by Rafael Espindola · 13 years ago
- 3c2e5f2 Temporarily revert r151609, which enabled a new warning for LLVM and by Chandler Carruth · 13 years ago
- 33177f5 Enable -Wcovered-switch-default as it matches the switch style used in llvm. by Rafael Espindola · 13 years ago
- fde8237 add LLVM_VERSION_MAJOR and _MINOR defines by Dylan Noblesmith · 13 years ago
- b510157 CMake: Add the folder "Tablegenning" on llvm-tblgen targets. by NAKAMURA Takumi · 13 years ago
- e8e7b29 -fvisibility-inlines-hidden is a c++ only option. by Rafael Espindola · 13 years ago
- 9136f21 Undo an over zealous rename. This bit of the CMake build really is by Chandler Carruth · 13 years ago
- ace4f2b Don't use -fvisibility-inlines-hidden on mingw to try to avoid a lot of by Rafael Espindola · 13 years ago
- b288850 cmake: pass -fvisibility-inlines-hidden if it is supported. In a by Rafael Espindola · 13 years ago
- 6e9b5eb revert r147542 after comments from Joerg Sonnenberger by Sebastian Pop · 13 years ago
- 8a86887 use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT by Sebastian Pop · 13 years ago
- cf98592 Use 'check_symbol_exists' instead of 'check_function_exists' for finding isatty. This change allows Xcode generated projects to have HAVE_ISATTY to be properly defined. by Ted Kremenek · 13 years ago