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
*
Suppress an annoying CMake warning in ChooseMSVCCRT.cmake
Reid Kleckner
2013-08-19
1
-1
/
+1
*
Recognize NetBSD's terminfo implementation.
Joerg Sonnenberger
2013-08-17
1
-1
/
+1
*
Re-disabling C4291 warnings for MSVC because AttributeList.h requires it. Th...
Aaron Ballman
2013-08-16
1
-0
/
+1
*
CMake: polish the Windows packaging rules
Hans Wennborg
2013-08-15
1
-0
/
+0
*
[CMake] add_llvm_library: Specify explicit suffix .imp to import library to a...
NAKAMURA Takumi
2013-08-14
1
-0
/
+5
*
Remove all checking for the various terminfo headers (term.h and
Chandler Carruth
2013-08-12
1
-10
/
+1
*
Target a minimal terminfo library rather than necessarily a full curses
Chandler Carruth
2013-08-12
3
-21
/
+20
*
Add three missing CMake variables that need to make it to the
Chandler Carruth
2013-08-08
1
-0
/
+3
*
Add support for linking against a curses library when available and
Chandler Carruth
2013-08-07
3
-0
/
+30
*
Check for _strtoi64 in the cmake build if strtoll is missing
Reid Kleckner
2013-08-07
1
-11
/
+10
*
Replacing /GR with /GR- instead of applying both options to the project. Thi...
Aaron Ballman
2013-08-06
1
-1
/
+1
*
Pass -G argument to cmake with the same generator's name as used for the
Simon Atanasyan
2013-08-01
1
-1
/
+2
*
Make sure that -gsplit-dwarf isn't passed to the linker.
Eric Christopher
2013-07-30
1
-1
/
+1
*
Add capability for building with -gsplit-dwarf to the cmake build.
Eric Christopher
2013-07-30
1
-0
/
+5
*
Re-application of 187310. Re-enabling warning C4275 for MSVC 11 and up, but ...
Aaron Ballman
2013-07-29
1
-3
/
+8
*
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
[next]