index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
WebAssembly: disable some loop-idiom recognition
JF Bastien
2015-10-28
2
-1
/
+56
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
1492
-2037
/
+2066
*
SamplePGO - Clear per-function data after applying a profile.
Diego Novillo
2015-10-28
1
-4
/
+21
*
Avoid using `..` in paths for include dirs.
Stephane Sezer
2015-10-28
1
-1
/
+1
*
Adapt to lit change in llvm r251478-r251481
Matthias Braun
2015-10-28
1
-8
/
+13
*
Move global classes into anonymous namespaces. NFC.
Benjamin Kramer
2015-10-28
2
-2
/
+4
*
Don't codesign lldbserver if debugserver codesigning is disabled, because it
Sean Callanan
2015-10-28
1
-1
/
+1
*
[ELF2] R_X86_64_COPY relocation implemented
George Rimar
2015-10-28
8
-5
/
+143
*
[AliasAnalysis] Take into account readonly attribute for the function arguments
Igor Laevsky
2015-10-28
2
-0
/
+29
*
[analyzer] Make inclusion/exclusion of checkers less ambiguous.
Anton Yartsev
2015-10-28
1
-6
/
+10
*
[ELF2/AArch64] Add support for R_AARCH64_PREL64.
Davide Italiano
2015-10-28
2
-0
/
+15
*
Fix build break on OS X from cleanup check-in.
Todd Fiala
2015-10-28
1
-0
/
+5
*
Typo.
Chad Rosier
2015-10-28
1
-1
/
+1
*
Change test to just define NULL instead of #including stddef.h. In some
Daniel Jasper
2015-10-28
1
-1
/
+1
*
[Driver] Ignore -G option in both new and old ELF linker
Simon Atanasyan
2015-10-28
2
-0
/
+4
*
Reapply: [LIR] Add support for creating memsets from loops with a negative st...
Chad Rosier
2015-10-28
2
-24
/
+112
*
[GlobalOpt] Add newlines to DEBUG messages
James Molloy
2015-10-28
1
-4
/
+4
*
[ARM] Allow SP in rGPR, starting from ARMv8
Artyom Skrobov
2015-10-28
8
-67
/
+137
*
Put global classes into the appropriate namespace.
Benjamin Kramer
2015-10-28
6
-6
/
+13
*
Put global classes into the appropriate namespace.
Benjamin Kramer
2015-10-28
8
-2
/
+20
*
Revert "[LIR] Add support for creating memsets from loops with a negative str...
Chad Rosier
2015-10-28
2
-72
/
+24
*
[LIR] Add support for creating memsets from loops with a negative stride.
Chad Rosier
2015-10-28
2
-24
/
+72
*
Add newline to test. NFC.
Chad Rosier
2015-10-28
1
-1
/
+1
*
[mips][microMIPS] Implement PAUSE, RDHWR, RDPGPR, SDBBP, SSNOP, SYNC, SYNCI a...
Hrvoje Varga
2015-10-28
9
-15
/
+191
*
[Orc] Remove unnecessary semicolon. NFC.
Vasileios Kalintiris
2015-10-28
1
-2
/
+2
*
[GlobalsAA] An indirect global that is initialized is not fair game
James Molloy
2015-10-28
3
-2
/
+34
*
When running clang with an arm triple such as '--target=thumbv7m-none-eabi'
Alexandros Lamprineas
2015-10-28
2
-6
/
+25
*
OrcJITTests: Prune unused libdeps.
NAKAMURA Takumi
2015-10-28
1
-2
/
+0
*
Changes for Bug 17384
Ravitheja Addepally
2015-10-28
4
-8
/
+42
*
OrcJITTests: Update libdeps.
NAKAMURA Takumi
2015-10-28
1
-0
/
+1
*
clang-tools-extra/test/clang-tidy/modernize-redundant-void-arg.c: Use <stddef...
NAKAMURA Takumi
2015-10-28
1
-1
/
+1
*
[ELF2] Move sorting and data to the GNU hash table section.
Igor Kudrin
2015-10-28
2
-64
/
+63
*
Reflow comment.
Eric Christopher
2015-10-28
1
-6
/
+4
*
[X86] Make some for loops over MVTs more explicit (and shorter) by just menti...
Craig Topper
2015-10-28
1
-42
/
+7
*
[tidy] Remove stray iostream include from test.
Benjamin Kramer
2015-10-28
1
-1
/
+1
*
Revert r251492 "[IndVarSimplify] Rewrite loop exit values with their
Chen Li
2015-10-28
3
-147
/
+1
*
[Driver] Accept both -m <emulation> and -m<emulation>
Simon Atanasyan
2015-10-28
4
-2
/
+6
*
Refine r251469 to give better (and more localizable) diagnostics
John McCall
2015-10-28
12
-70
/
+121
*
Fix a -Wpessimizing-move warning.
Craig Topper
2015-10-28
1
-1
/
+1
*
Use range-based for loops and use initializer list to remove a small static a...
Craig Topper
2015-10-28
1
-7
/
+5
*
Driver: support -fuse-ld= on cross windows
Saleem Abdulrasool
2015-10-28
3
-2
/
+5
*
[IndVarSimplify] Rewrite loop exit values with their initial values from loop...
Chen Li
2015-10-28
3
-1
/
+147
*
[PGO] Indexed Prof Reader refactoring (NFC)
Xinliang David Li
2015-10-28
2
-49
/
+90
*
Remove templates from CostTableLookup functions. All instantiations had the s...
Craig Topper
2015-10-28
4
-76
/
+47
*
[PowerPC] Replace cntlz[.] with cntlzw[.]
Hal Finkel
2015-10-28
7
-19
/
+24
*
[ValueTracking] Expose `implies` via ValueTracking, NFC
Sanjoy Das
2015-10-28
3
-50
/
+51
*
[ValueTracking] Use !range metadata more aggressively in KnownBits
Sanjoy Das
2015-10-28
4
-11
/
+52
*
[SelectionDAG] Don't inspect !range metadata for extended loads
Sanjoy Das
2015-10-28
2
-1
/
+14
*
[GVN] Make a test case more robust
Sanjoy Das
2015-10-28
1
-12
/
+12
*
[Orc] Disable Orc C API unit tests on non-Darwin while I investigate more
Lang Hames
2015-10-28
1
-1
/
+1
[next]