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
/
config-ix.cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Revert "Windows: Add support for unicode command lines""
David Majnemer
2013-10-07
1
-0
/
+1
*
Revert "Windows: Add support for unicode command lines"
David Majnemer
2013-10-06
1
-1
/
+0
*
Windows: Add support for unicode command lines
David Majnemer
2013-10-06
1
-0
/
+1
*
Fixup for r190409: add dep on LZMA only if CMake is cross-compiling
Alexey Samsonov
2013-09-12
1
-1
/
+1
*
config-ix.cmake: Tweak stray endif(...) to suppress a warning in CMake.
NAKAMURA Takumi
2013-09-11
1
-1
/
+1
*
Adding LZMA as dep for XML2 on 2.8.0 or higher
Renato Golin
2013-09-10
1
-0
/
+14
*
[doxygen] Use correct variable names for external variable configuration and ...
Michael Gottesman
2013-08-28
1
-2
/
+6
*
[doxygen] Added support for doxygen external search.
Michael Gottesman
2013-08-28
1
-0
/
+2
*
[cmake] Created an aggregate doxygen target for generating doxygen documentat...
Michael Gottesman
2013-08-28
1
-0
/
+9
*
[cmake] Check for realpath availability in CMake
Alexey Samsonov
2013-08-26
1
-0
/
+1
*
[autotools->cmake] Enable generation of doxygen documentation via cmake.
Michael Gottesman
2013-08-24
1
-0
/
+7
*
Recognize NetBSD's terminfo implementation.
Joerg Sonnenberger
2013-08-17
1
-1
/
+1
*
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
1
-10
/
+14
*
Add support for linking against a curses library when available and
Chandler Carruth
2013-08-07
1
-0
/
+19
*
Check for _strtoi64 in the cmake build if strtoll is missing
Reid Kleckner
2013-08-07
1
-11
/
+10
*
Remove dead or useless header checks from cmake and autoconf
Reid Kleckner
2013-07-26
1
-34
/
+1
*
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
*
Don't define LTDL_SHLIBPATH_VAR.
Rafael Espindola
2013-06-11
1
-2
/
+0
*
[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
1
-0
/
+9
*
Refine fenv.h handling: check if the desired macros exist, before using
Joerg Sonnenberger
2013-03-25
1
-0
/
+3
*
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
1
-0
/
+18
*
Annotate BumpPtrAllocator for MemorySanitizer.
Evgeniy Stepanov
2013-01-31
1
-0
/
+1
*
Add time getters to the process interface for requesting the elapsed
Chandler Carruth
2013-01-04
1
-0
/
+1
*
[CMake] Move libxml2 stuff from clang to llvm/cmake.
NAKAMURA Takumi
2012-12-14
1
-0
/
+5
*
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
*
enable Hexagon target from cmake
Sebastian Pop
2012-08-20
1
-0
/
+2
*
revert my previous patch
Sebastian Pop
2012-08-08
1
-2
/
+5
*
enable Hexagon target from cmake
Sebastian Pop
2012-08-08
1
-5
/
+2
*
autoconf: Re-introduce LLVM_HOSTTRIPLE since r143500, as rework of PR11060.
NAKAMURA Takumi
2012-07-22
1
-0
/
+1
*
[build] Add build check for ::arc4random().
Daniel Dunbar
2012-05-05
1
-0
/
+1
*
Add rudimentary CMake logic for detecting Graphviz.
Ted Kremenek
2012-05-03
1
-0
/
+1
*
Add InitializeNativeTargetDisassembler function.
Eric Christopher
2012-03-26
1
-0
/
+5
[next]