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
*
[Builtin] Make __builtin_thread_pointer target-independent.
Marcin Koscielnicki
2016-06-16
5
-3
/
+9
*
Add support for # comments.
Rafael Espindola
2016-06-16
2
-2
/
+11
*
[JumpThreading] Prevent dangling pointer problems in BranchProbabilityInfo
Igor Laevsky
2016-06-16
8
-7
/
+64
*
A follow-up fixing on cuda-march.cu: Don't match clang to other place.
Haojian Wu
2016-06-16
1
-8
/
+6
*
Remove redundant namespace specifiers.
Rui Ueyama
2016-06-16
1
-9
/
+9
*
[codeview] Use CVTypeVisitor instead of a hand-written switch-cases.
Rui Ueyama
2016-06-16
2
-68
/
+66
*
Patch "Compilation for Intel MCU (Part 2/3)" caused the clang-x64-ninja-win7
Andrey Turetskiy
2016-06-16
1
-2
/
+2
*
Remove CloudABI specific workaround.
Ed Schouten
2016-06-16
1
-2
/
+0
*
Compilation for Intel MCU (Part 3/3)
Andrey Turetskiy
2016-06-16
2
-14
/
+41
*
PR27938: Don't remove valid DebugLoc in Scalarizer
Patrik Hagglund
2016-06-16
2
-1
/
+45
*
Compilation for Intel MCU (Part 2/3)
Andrey Turetskiy
2016-06-16
8
-13
/
+56
*
[mips][mips16] Fix machine verifier errors about incorrect register classes o...
Daniel Sanders
2016-06-16
11
-227
/
+93
*
Add initial support for Thumb for ARMv7a
Peter Smith
2016-06-16
12
-3
/
+655
*
[llvm-objdump] Support detection of feature bits from the object and implemen...
Daniel Sanders
2016-06-16
23
-95
/
+122
*
[LAA] Rename Strides to SymblicStrides in analyzeLoop. NFC
Adam Nemet
2016-06-16
2
-8
/
+9
*
[LAA] Default getInfo to not speculate symbolic strides. NFC
Adam Nemet
2016-06-16
5
-7
/
+6
*
[modules] Combine Pass.h, PassSupport.h and PassAnalysisSupport.h into one mo...
Vassil Vassilev
2016-06-16
1
-6
/
+13
*
[mips][micromips] Implement DCLO, DCLZ, DROTR, DROTR32 and DROTRV instructions
Hrvoje Varga
2016-06-16
10
-101
/
+171
*
Attempt to define friend function more portably.
Sean Silva
2016-06-16
1
-16
/
+5
*
clang/test/Driver/cuda-march.cu: Tweak not to match "clang" to other place li...
NAKAMURA Takumi
2016-06-16
1
-2
/
+2
*
SimplifyCFG is able to detect the pattern:
Chuang-Yu Cheng
2016-06-16
2
-4
/
+82
*
[X86] Pre-size some SmallVectors using the constructor in the shuffle lowerin...
Craig Topper
2016-06-16
1
-18
/
+13
*
[X86] Remove else after return. NFC
Craig Topper
2016-06-16
1
-3
/
+2
*
[esan] Use internal_mmap during initialization
Derek Bruening
2016-06-16
1
-0
/
+6
*
[X86] Inline a couple lambdas into their callers since they are only used onc...
Craig Topper
2016-06-16
1
-6
/
+2
*
[InstCombine] Don't widen metadata on store-to-load forwarding
Eli Friedman
2016-06-16
4
-4
/
+27
*
[Lex] Try to fix a 'comparison is always false' warning. NFC.
George Burgess IV
2016-06-16
1
-1
/
+1
*
Fix test from D21194
Vitaly Buka
2016-06-16
1
-2
/
+1
*
AArch64: allow MOV (imm) alias to be printed
Tim Northover
2016-06-16
42
-183
/
+337
*
[codeview] Regenerate test case with unique identifiers
Reid Kleckner
2016-06-16
1
-41
/
+59
*
Debugging D21194 issues on bot
Vitaly Buka
2016-06-16
1
-0
/
+1
*
[DebugInfo] Enable generation of unique identifiers for externally visible MS...
Reid Kleckner
2016-06-16
2
-4
/
+13
*
Tidy the asm parser: 80-col, whitespace.
Eric Christopher
2016-06-16
1
-8
/
+14
*
AMDGPU: Disable scheduling in some slow tests
Matt Arsenault
2016-06-16
2
-4
/
+4
*
Allow 'nodebug' on local variables.
Paul Robinson
2016-06-16
6
-7
/
+42
*
Enable libFuzzer's afl_driver to append stderr to a file.
Vitaly Buka
2016-06-16
4
-0
/
+56
*
[CUDA] Don't pass top-level -march down to device cc1 or ptxas.
Justin Lebar
2016-06-15
2
-1
/
+27
*
Fix sanitizer-ld test.
Evgeniy Stepanov
2016-06-15
1
-7
/
+0
*
[IR] [DAE] Copy comdats during DAE, and don't copy comdats in GlobalObject::c...
Justin Lebar
2016-06-15
3
-6
/
+2
*
[Bugpoint] Erase comdat annotations after removing a global's initializer.
Justin Lebar
2016-06-15
2
-0
/
+4
*
Fix linking of DFSan + coverage.
Evgeniy Stepanov
2016-06-15
2
-1
/
+56
*
[clang-tools] mark TokenName as unused
Artem Belevich
2016-06-15
1
-1
/
+1
*
[LV] Make the new getter return a const reference. NFC
Adam Nemet
2016-06-15
1
-1
/
+3
*
Address review feedbacks of AddDiscriminator change
Xinliang David Li
2016-06-15
2
-6
/
+7
*
[DSE] Hoist a redundant check to simplify logic. NFC.
Chad Rosier
2016-06-15
1
-12
/
+5
*
fix comments; NFC
Sanjay Patel
2016-06-15
1
-6
/
+3
*
[PM] Port Add discriminator pass to new PM
Xinliang David Li
2016-06-15
15
-10
/
+65
*
Typo. NFC.
Chad Rosier
2016-06-15
1
-1
/
+1
*
Document an interesting LTO case.
Rafael Espindola
2016-06-15
2
-0
/
+27
*
Set TERM env var for Xcode gtests
Todd Fiala
2016-06-15
1
-1
/
+1
[next]