index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fix a typo introduced in r168577: FlAGS -> FLAGS (note the lowercase ell)
Dmitri Gribenko
2012-12-24
1
-2
/
+2
*
CMake: factor out a function that returns the expected directory for unit test
Alexey Samsonov
2012-12-19
1
-5
/
+11
*
[CMake] Move libxml2 stuff from clang to llvm/cmake.
NAKAMURA Takumi
2012-12-14
1
-0
/
+5
*
CMake: Don't run 'git svn' if there is no .git/svn directory.
Jim Grosbach
2012-12-10
1
-40
/
+42
*
Removing SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG
Joe Abbey
2012-11-26
1
-3
/
+8
*
CMake: Include private headers / tablegen files in generated Xcode projects.
Jordan Rose
2012-10-23
1
-1
/
+1
*
[CMake] add_lit_testsuite: EXCLUDE_FROM_ALL excludes the test ${target} out o...
NAKAMURA Takumi
2012-10-10
1
-5
/
+8
*
[CMake] Enhance add_llvm_external_project.
NAKAMURA Takumi
2012-10-05
1
-3
/
+9
*
CMake toolchain file for Android NDK.
Evgeniy Stepanov
2012-09-11
1
-0
/
+21
*
Fix Android build of gtest and lib/Support.
Evgeniy Stepanov
2012-09-04
1
-3
/
+13
*
PR13689: Check for backtrace(3) in the cmake build.
Benjamin Kramer
2012-09-01
1
-0
/
+1
*
Make sure to build libpthread to check for HAVE_PTHREAD_MUTEX_LOCK.
Eric Christopher
2012-08-31
1
-3
/
+1
*
enable cross compilation with cmake
Sebastian Pop
2012-08-20
1
-2
/
+0
[next]