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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add host and device build rules for the llvm-symbolizer binary.
Stephen Hines
2014-10-23
1
-0
/
+40
*
Fix build of llvm-ar.
Stephen Hines
2014-07-25
1
-54
/
+0
*
Fix build rules for BuildVariables.inc in llvm-config.
Stephen Hines
2014-07-21
1
-21
/
+24
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
79
-785
/
+3065
*
Adds the ability to run the llvm test suite in-tree.
Chris Wailes
2014-06-06
28
-62
/
+1193
*
llvm: fix build
Colin Cross
2014-06-04
1
-2
/
+2
*
Updated the makefiles to use AArch64 name.
Chris Wailes
2014-06-04
1
-11
/
+11
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
68
-1083
/
+2008
*
We need to build the ARM components for AArch64 as well.
Stephen Hines
2014-05-06
1
-5
/
+6
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
142
-3103
/
+6216
*
Make LLVM build on AArch64.
Tim Murray
2014-03-14
1
-0
/
+12
*
am b7485134: am 449fc261: Merge "llvm: convert makefiles to support multilib ...
Colin Cross
2014-02-18
1
-18
/
+8
|
\
|
*
llvm: convert makefiles to support multilib build
Colin Cross
2014-02-06
1
-18
/
+8
*
|
Merge remote-tracking branch 'upstream/release_34' into merge-20140211
Stephen Hines
2014-02-11
96
-2919
/
+3828
|
\
\
|
|
/
|
/
|
|
*
Merging r196294:
Bill Wendling
2013-12-07
1
-2
/
+14
|
*
Merging r196100:
Bill Wendling
2013-12-02
1
-14
/
+6
|
*
Merging r195479:
Bill Wendling
2013-11-25
1
-1
/
+1
|
*
Merging r195092:
Bill Wendling
2013-11-19
1
-32
/
+6
|
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
1
-1
/
+30
|
*
llvm-dwarfdump: support for emitting only the debug_types section using -debu...
David Blaikie
2013-11-19
1
-0
/
+1
|
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
1
-39
/
+1
|
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
1
-1
/
+39
|
*
llvm-cov: Clean up memory leaks.
Benjamin Kramer
2013-11-15
1
-2
/
+2
|
*
llvm-cov requires IR and Support as libraries. Instrumentation would be overk...
NAKAMURA Takumi
2013-11-14
2
-2
/
+2
|
*
Add support for DT_VERxxx and DT_MIPS_xxx .dynamic section entries to the
Simon Atanasyan
2013-11-11
1
-0
/
+22
|
*
Change libLTO back to linking with @executable_path instead of @rpath.
Bob Wilson
2013-11-11
1
-1
/
+1
|
*
llvm-ar: Let opening a directory failed in llvm-ar.
NAKAMURA Takumi
2013-11-08
1
-0
/
+7
|
*
Suppress OS crash dialog in llvm-rtdyld
Alp Toker
2013-11-05
1
-0
/
+5
|
*
Revert "llvm-cov: Added command-line option to change dir."
Yuchen Wu
2013-11-05
1
-11
/
+1
|
*
llvm-cov: Added command-line option to change dir.
Yuchen Wu
2013-11-05
1
-1
/
+11
|
*
Use startswith_lower() where possible.
Jakub Staszak
2013-11-04
1
-1
/
+1
|
*
move getSymbolNMTypeChar to the one program that needs it: nm.
Rafael Espindola
2013-11-02
1
-1
/
+224
|
*
Added command-line option to output llvm-cov to file.
Yuchen Wu
2013-11-02
1
-1
/
+10
|
*
Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".
Rafael Espindola
2013-10-31
4
-13
/
+41
|
*
Rules adjustments in order to build on DragonFly BSD.
Rafael Espindola
2013-10-31
1
-2
/
+2
|
*
Updated llvm-cov's OVERVIEW description
Yuchen Wu
2013-10-31
1
-1
/
+1
|
*
Support names like llvm-ar-3.4 and llvm-ranlib-3.4.
Rafael Espindola
2013-10-29
1
-2
/
+2
|
*
Cleaning up comments in lli
Andrew Kaylor
2013-10-29
1
-2
/
+2
|
*
Adding a workaround for __main linking with remote lli and Cygwin/MinGW
Andrew Kaylor
2013-10-29
1
-0
/
+48
|
*
Fix the lli --extra-module value_desc
Alp Toker
2013-10-28
1
-1
/
+1
|
*
Standardizing lli's extra module command line option
Andrew Kaylor
2013-10-28
1
-2
/
+1
|
*
MCJIT-remote: __main should be resolved in child context.
NAKAMURA Takumi
2013-10-27
2
-17
/
+1
|
*
lli/RemoteMemoryManager.cpp: Resurrect __main stuff removed in r192504 to unb...
NAKAMURA Takumi
2013-10-26
2
-1
/
+17
|
*
[bugpoint] Increase the default memory limit for subprocesses to 300MB.
Daniel Sanders
2013-10-25
1
-3
/
+3
|
*
llvm-c-test: Don't leak memory buffers.
Benjamin Kramer
2013-10-25
1
-0
/
+2
|
*
lto.h: Use lto_bool_t instead of int to restore the ABI
Reid Kleckner
2013-10-24
1
-9
/
+9
|
*
llvm/tools/llvm-c-test should be built also on msvc.
NAKAMURA Takumi
2013-10-23
1
-5
/
+1
|
*
llvm-c/lto.h: Avoid use of bool.
NAKAMURA Takumi
2013-10-23
1
-9
/
+9
|
*
llvm-c-test: Make them C89-compliant.
NAKAMURA Takumi
2013-10-23
5
-15
/
+29
|
*
Add llvm-c-test tool for testing llvm-c
Anders Waldenborg
2013-10-23
13
-1
/
+689
[next]