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
/
configure
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
1
-5
/
+19
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
1
-879
/
+346
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-12
/
+197
*
Require python 2.7.
Rafael Espindola
2015-01-08
1
-9
/
+9
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-1192
/
+173
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-2
/
+2
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-7
/
+5
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-3848
/
+969
*
Regenerate configure files with 3.4svn changed to 3.4.
Bill Wendling
2013-11-20
1
-16
/
+12
*
[autoconf] Prune "runtime" stuff in configure, corresponding to r191835.
NAKAMURA Takumi
2013-11-11
1
-6
/
+0
*
Update so that it uses the `-V' command line option and supports Python 3.x.
Bill Wendling
2013-10-12
1
-3
/
+4
*
Revert "Revert "Windows: Add support for unicode command lines""
David Majnemer
2013-10-07
1
-0
/
+81
*
Remove error output from configure if CFLAGS is set (r174313).
Patrik Hagglund
2013-09-24
1
-2
/
+2
*
[conf] Add config variable to disable crash related overrides.
Daniel Dunbar
2013-08-30
1
-20
/
+37
*
configure: Regenerate corresponding to r189026.
NAKAMURA Takumi
2013-08-22
1
-1
/
+2
*
Autoconf: The Clang ARC migrator now depends on the static analyzer.
Jordan Rose
2013-08-22
1
-2
/
+8
*
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
-177
/
+0
*
Target a minimal terminfo library rather than necessarily a full curses
Chandler Carruth
2013-08-12
1
-27
/
+28
*
Add support for linking against a curses library when available and
Chandler Carruth
2013-08-07
1
-1
/
+299
*
Regenerate with changes for -rdynamic.
Bob Wilson
2013-08-02
1
-4
/
+4
*
Regenerate.
Eric Christopher
2013-07-26
1
-632
/
+6
*
Remove the mblaze backend from llvm.
Rafael Espindola
2013-07-25
1
-8
/
+2
*
No ',' between programs.
Eric Christopher
2013-07-08
1
-1
/
+1
*
Find xdot or xdot.py.
Matt Arsenault
2013-07-08
1
-18
/
+23
*
Reapply r185601 with a fix for the cmake build.
Eric Christopher
2013-07-04
1
-1
/
+112
*
Temporarily revert 185601 as it caused cmake build regressions.
Eric Christopher
2013-07-04
1
-112
/
+1
*
Add support for futimens for platforms that don't support futimes.
Eric Christopher
2013-07-04
1
-1
/
+112
*
The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD.
Sylvestre Ledru
2013-07-01
1
-2
/
+9
*
Add an autoconf option for turning on -gsplit-dwarf by default
Eric Christopher
2013-06-25
1
-4
/
+26
*
Don't define LTDL_SHLIBPATH_VAR.
Rafael Espindola
2013-06-11
1
-20
/
+1
*
Don't define LLVM_LIBDIR, it is not used anymore.
Rafael Espindola
2013-06-11
1
-13
/
+4
*
Make R600 non-experimental.
Rafael Espindola
2013-05-22
1
-3
/
+5
*
Regenerate configure.
Rafael Espindola
2013-05-21
1
-1
/
+1
*
We're in 3.4 land now.
Bill Wendling
2013-05-07
1
-9
/
+9
*
[SystemZ] Add to --enable-targets=all
Ulrich Weigand
2013-05-06
1
-1
/
+1
*
[SystemZ] Add configure bits
Ulrich Weigand
2013-05-06
1
-2
/
+8
*
Allow host triple to be correctly overridden in CMake builds
Tim Northover
2013-05-04
1
-1
/
+1
*
Autoconf: Compile cxxabi.h in C++ mode.
Benjamin Kramer
2013-05-03
1
-5
/
+444
*
Regen.
Eric Christopher
2013-04-27
1
-0
/
+1
*
Only use cxxabi.h's demangler, if it is actually available.
Joerg Sonnenberger
2013-04-27
1
-1
/
+1
*
Add basic zlib support to LLVM. This would allow to use compression/uncompres...
Alexey Samsonov
2013-04-23
1
-4
/
+302
*
Add AArch64 into $llvm_cv_target_arch in configure, reviewed by Tim Northover...
Jia Liu
2013-04-22
1
-1
/
+2
*
Refine fenv.h handling: check if the desired macros exist, before using
Joerg Sonnenberger
2013-03-25
1
-0
/
+172
*
Turn anonymous type in anonymous union warning back on after cleaning up
Eric Christopher
2013-03-15
1
-9
/
+5
*
configure: remove workaround for gcc's -Wno-maybe-uninitialized
Dmitri Gribenko
2013-02-13
1
-21
/
+11
*
configure: when performing a compiler feature test for a -Wno-foo flag, attempt
Richard Smith
2013-02-08
1
-13
/
+9
*
Conditionalize constant folding of math intrinsics on the availability of an ...
Owen Anderson
2013-02-07
1
-0
/
+114
*
Enable AArch64 as a target built by default.
Tim Northover
2013-02-04
1
-1
/
+1
*
Pass CPPFLAGS/CFLAGS/CXXFLAGS from the environment of configure to
Patrik Hagglund
2013-02-04
1
-4
/
+11
[next]