index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmake
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-08
Find xdot or xdot.py.
Matt Arsenault
1
-1
/
+1
2013-07-08
Allow llvm_find_program to find alternate names
Matt Arsenault
1
-1
/
+2
2013-07-04
Reapply r185601 with a fix for the cmake build.
Eric Christopher
1
-0
/
+2
2013-07-04
Temporarily revert 185601 as it caused cmake build regressions.
Eric Christopher
1
-2
/
+0
2013-07-04
Add support for futimens for platforms that don't support futimes.
Eric Christopher
1
-0
/
+2
2013-06-26
Support using "host" as a target in LLVM_TARGETS_TO_BUILD when using cmake.
Andy Gibbs
1
-0
/
+8
2013-06-14
Revert "Cmake: add compiler option in a more idiomatic way"
Rafael Espindola
1
-2
/
+4
2013-06-14
Cmake: add compiler option in a more idiomatic way
Arnaud A. de Grandmaison
1
-4
/
+2
2013-06-11
Don't define LTDL_SHLIBPATH_VAR.
Rafael Espindola
1
-2
/
+0
2013-05-29
Add colored diagnostics when building LLVM with cmake + ninja + clang
Arnaud A. de Grandmaison
1
-0
/
+7
2013-05-29
Allow overriding the location of C/C++ compilers in Android CMake build.
Evgeniy Stepanov
1
-2
/
+9
2013-05-06
[SystemZ] Add configure bits
Ulrich Weigand
1
-0
/
+2
2013-05-04
Build system changes to enable MCJIT on AArch64
Tim Northover
1
-0
/
+2
2013-05-04
Allow host triple to be correctly overridden in CMake builds
Tim Northover
1
-4
/
+5
2013-05-03
CMake: cxxabi.h is only available to C++ compilers, use the right check macro.
Benjamin Kramer
1
-1
/
+2
2013-04-27
Only use cxxabi.h's demangler, if it is actually available.
Joerg Sonnenberger
1
-0
/
+1
2013-04-23
Use zlib to uncompress debug sections in DWARF parser.
Alexey Samsonov
1
-1
/
+5
2013-04-23
Add basic zlib support to LLVM. This would allow to use compression/uncompres...
Alexey Samsonov
3
-0
/
+15
2013-04-21
Remove the executable bit on cmake files
Sylvestre Ledru
2
-0
/
+0
2013-04-12
Don't explicitly provide -pie in MSan bootstrap of LLVM, as it's now implied ...
Alexey Samsonov
1
-2
/
+0
2013-04-07
[cmake] Avoid rel+asserts warnings when passing -UNDEBUG
Reid Kleckner
1
-0
/
+3
2013-03-26
Add CMake option LLVM_USE_SANITIZER={Address,Memory,MemoryWithOrigins} to sim...
Alexey Samsonov
1
-3
/
+42
2013-03-25
Introduce a tiny CMake project to gather Subversion revision information and ...
Douglas Gregor
1
-0
/
+25
2013-03-25
Don't use add_llvm_definitions for adding warning flags. It makes it too hard
Duncan Sands
1
-14
/
+20
2013-03-25
Refine fenv.h handling: check if the desired macros exist, before using
Joerg Sonnenberger
1
-0
/
+3
2013-03-19
Enable -Wnon-virtual-dtor build warning
Alexey Samsonov
1
-0
/
+2
2013-03-15
Turn anonymous type in anonymous union warning back on after cleaning up
Eric Christopher
1
-2
/
+0
2013-03-13
Simplify CMake rules in HandleLLVMOptions module.
Alexey Samsonov
1
-27
/
+26
2013-03-02
CMake: Always include the CheckCXXCompilerFlag in HandleLLVMOptions.cmake.
Jordan Rose
1
-1
/
+1
2013-02-14
Use correct host/target CMake variables to define lit variables.
Tim Northover
1
-2
/
+2
2013-02-08
CMake: Use check_symbol_exists instead of check_cxx_symbol_exists.
Jordan Rose
1
-7
/
+6
2013-02-07
Fix CMake detection of various cmath functions, and XFAIL the test on platfor...
Owen Anderson
1
-6
/
+7
2013-02-07
Conditionalize constant folding of math intrinsics on the availability of an ...
Owen Anderson
1
-0
/
+6
2013-02-04
Turn off uninitialized-use warnings for gcc in cmake build
Edwin Vane
2
-0
/
+24
2013-01-31
Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warning
Richard Smith
1
-0
/
+4
2013-01-31
Turn off missing field initializer warnings for gcc
Edwin Vane
1
-0
/
+13
2013-01-31
Annotate BumpPtrAllocator for MemorySanitizer.
Evgeniy Stepanov
1
-0
/
+1
2013-01-27
[CMake][Lit][unittests] Cleanup in AddLLVM.cmake.
NAKAMURA Takumi
1
-8
/
+1
2013-01-27
[CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE in each build directory fo...
NAKAMURA Takumi
2
-23
/
+4
2013-01-25
Disable MSVC's warning about noreturn destructors
Reid Kleckner
1
-0
/
+1
2013-01-04
Add time getters to the process interface for requesting the elapsed
Chandler Carruth
2
-2
/
+6
2013-01-03
[CMake] MSVC is incorrectly emitting C4239 in some cases. Disable it.
Michael J. Spencer
1
-1
/
+0
2012-12-24
[CMake] AddLLVM.cmake: Tweak the corner case that "check-all" doesn't have an...
NAKAMURA Takumi
1
-5
/
+11
2012-12-24
Fix a typo introduced in r168577: FlAGS -> FLAGS (note the lowercase ell)
Dmitri Gribenko
1
-2
/
+2
2012-12-19
CMake: factor out a function that returns the expected directory for unit test
Alexey Samsonov
1
-5
/
+11
2012-12-14
[CMake] Move libxml2 stuff from clang to llvm/cmake.
NAKAMURA Takumi
1
-0
/
+5
2012-12-10
CMake: Don't run 'git svn' if there is no .git/svn directory.
Jim Grosbach
1
-40
/
+42
2012-11-26
Removing SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG
Joe Abbey
1
-3
/
+8
2012-10-23
CMake: Include private headers / tablegen files in generated Xcode projects.
Jordan Rose
1
-1
/
+1
2012-10-10
[CMake] add_lit_testsuite: EXCLUDE_FROM_ALL excludes the test ${target} out o...
NAKAMURA Takumi
1
-5
/
+8
[next]