index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cmake
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Partial revert of 187310; it seems MSVC 10 still spits out this warning, but ...
Aaron Ballman
2013-07-28
1
-1
/
+2
*
Re-enabling some more MSVC warnings; all of these compile cleanly with no fur...
Aaron Ballman
2013-07-27
1
-2
/
+0
*
Re-enabling a warning in MSVC mode now that r187292 fixed the only instance o...
Aaron Ballman
2013-07-27
1
-1
/
+0
*
Re-enabling some more MSVC warnings; all of these compile cleanly with no fur...
Aaron Ballman
2013-07-27
1
-4
/
+0
*
Re-enabling the C4065 warning for MSVC builds as it no longer fires due to ta...
Aaron Ballman
2013-07-26
1
-1
/
+0
*
Remove dead or useless header checks from cmake and autoconf
Reid Kleckner
2013-07-26
1
-34
/
+1
*
Tweak the cmake interaction between CMAKE_BUILD_TYPE and LLVM_ENABLE_ASSERTIONS.
Duncan Sands
2013-07-17
1
-2
/
+2
*
Find xdot or xdot.py.
Matt Arsenault
2013-07-08
1
-1
/
+1
*
Allow llvm_find_program to find alternate names
Matt Arsenault
2013-07-08
1
-1
/
+2
*
Reapply r185601 with a fix for the cmake build.
Eric Christopher
2013-07-04
1
-0
/
+2
*
Temporarily revert 185601 as it caused cmake build regressions.
Eric Christopher
2013-07-04
1
-2
/
+0
*
Add support for futimens for platforms that don't support futimes.
Eric Christopher
2013-07-04
1
-0
/
+2
*
Support using "host" as a target in LLVM_TARGETS_TO_BUILD when using cmake.
Andy Gibbs
2013-06-26
1
-0
/
+8
*
Revert "Cmake: add compiler option in a more idiomatic way"
Rafael Espindola
2013-06-14
1
-2
/
+4
*
Cmake: add compiler option in a more idiomatic way
Arnaud A. de Grandmaison
2013-06-14
1
-4
/
+2
*
Don't define LTDL_SHLIBPATH_VAR.
Rafael Espindola
2013-06-11
1
-2
/
+0
*
Add colored diagnostics when building LLVM with cmake + ninja + clang
Arnaud A. de Grandmaison
2013-05-29
1
-0
/
+7
*
Allow overriding the location of C/C++ compilers in Android CMake build.
Evgeniy Stepanov
2013-05-29
1
-2
/
+9
*
[SystemZ] Add configure bits
Ulrich Weigand
2013-05-06
1
-0
/
+2
*
Build system changes to enable MCJIT on AArch64
Tim Northover
2013-05-04
1
-0
/
+2
*
Allow host triple to be correctly overridden in CMake builds
Tim Northover
2013-05-04
1
-4
/
+5
*
CMake: cxxabi.h is only available to C++ compilers, use the right check macro.
Benjamin Kramer
2013-05-03
1
-1
/
+2
*
Only use cxxabi.h's demangler, if it is actually available.
Joerg Sonnenberger
2013-04-27
1
-0
/
+1
*
Use zlib to uncompress debug sections in DWARF parser.
Alexey Samsonov
2013-04-23
1
-1
/
+5
*
Add basic zlib support to LLVM. This would allow to use compression/uncompres...
Alexey Samsonov
2013-04-23
3
-0
/
+15
*
Remove the executable bit on cmake files
Sylvestre Ledru
2013-04-21
2
-0
/
+0
*
Don't explicitly provide -pie in MSan bootstrap of LLVM, as it's now implied ...
Alexey Samsonov
2013-04-12
1
-2
/
+0
*
[cmake] Avoid rel+asserts warnings when passing -UNDEBUG
Reid Kleckner
2013-04-07
1
-0
/
+3
*
Add CMake option LLVM_USE_SANITIZER={Address,Memory,MemoryWithOrigins} to sim...
Alexey Samsonov
2013-03-26
1
-3
/
+42
*
Introduce a tiny CMake project to gather Subversion revision information and ...
Douglas Gregor
2013-03-25
1
-0
/
+25
*
Don't use add_llvm_definitions for adding warning flags. It makes it too hard
Duncan Sands
2013-03-25
1
-14
/
+20
*
Refine fenv.h handling: check if the desired macros exist, before using
Joerg Sonnenberger
2013-03-25
1
-0
/
+3
*
Enable -Wnon-virtual-dtor build warning
Alexey Samsonov
2013-03-19
1
-0
/
+2
*
Turn anonymous type in anonymous union warning back on after cleaning up
Eric Christopher
2013-03-15
1
-2
/
+0
*
Simplify CMake rules in HandleLLVMOptions module.
Alexey Samsonov
2013-03-13
1
-27
/
+26
*
CMake: Always include the CheckCXXCompilerFlag in HandleLLVMOptions.cmake.
Jordan Rose
2013-03-02
1
-1
/
+1
*
Use correct host/target CMake variables to define lit variables.
Tim Northover
2013-02-14
1
-2
/
+2
*
CMake: Use check_symbol_exists instead of check_cxx_symbol_exists.
Jordan Rose
2013-02-08
1
-7
/
+6
*
Fix CMake detection of various cmath functions, and XFAIL the test on platfor...
Owen Anderson
2013-02-07
1
-6
/
+7
*
Conditionalize constant folding of math intrinsics on the availability of an ...
Owen Anderson
2013-02-07
1
-0
/
+6
*
Turn off uninitialized-use warnings for gcc in cmake build
Edwin Vane
2013-02-04
2
-0
/
+24
*
Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warning
Richard Smith
2013-01-31
1
-0
/
+4
*
Turn off missing field initializer warnings for gcc
Edwin Vane
2013-01-31
1
-0
/
+13
*
Annotate BumpPtrAllocator for MemorySanitizer.
Evgeniy Stepanov
2013-01-31
1
-0
/
+1
*
[CMake][Lit][unittests] Cleanup in AddLLVM.cmake.
NAKAMURA Takumi
2013-01-27
1
-8
/
+1
*
[CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE in each build directory fo...
NAKAMURA Takumi
2013-01-27
2
-23
/
+4
*
Disable MSVC's warning about noreturn destructors
Reid Kleckner
2013-01-25
1
-0
/
+1
*
Add time getters to the process interface for requesting the elapsed
Chandler Carruth
2013-01-04
2
-2
/
+6
*
[CMake] MSVC is incorrectly emitting C4239 in some cases. Disable it.
Michael J. Spencer
2013-01-03
1
-1
/
+0
*
[CMake] AddLLVM.cmake: Tweak the corner case that "check-all" doesn't have an...
NAKAMURA Takumi
2012-12-24
1
-5
/
+11
[prev]
[next]