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
...
*
[SelectionDAG] move constant or splat functions to common location
Sanjay Patel
2018-11-25
3
-41
/
+40
*
[llvm-mca] Add support for instructions with a variadic number of operands.
Andrea Di Biagio
2018-11-25
2
-18
/
+146
*
add Kang Zhang(shkzhang@cn.ibm.com) to the CREDITS.TXT
Kang Zhang
2018-11-25
1
-0
/
+4
*
A bit of AST matcher cleanup, NFC.
Alexander Kornienko
2018-11-25
28
-221
/
+198
*
[X86][compiler-rt] Add missing semicolon
Benjamin Kramer
2018-11-24
1
-1
/
+1
*
[X86] Synchronize a macro in getAvailableFeatures in Host.cpp with the same m...
Craig Topper
2018-11-24
1
-3
/
+3
*
[X86] Make conversion of feature bits into a mask explicitly unsigned by usin...
Craig Topper
2018-11-24
1
-6
/
+6
*
[X86][compiler-rt] Attempt to fix a warning about a shift amount being negati...
Craig Topper
2018-11-24
1
-6
/
+6
*
[InstCombine] Determine demanded and known bits for funnel shifts
Nikita Popov
2018-11-24
2
-19
/
+58
*
[llvm-mca] InstrBuilder: warnings for call/ret instructions are only reported...
Andrea Di Biagio
2018-11-24
2
-4
/
+14
*
[analyzer] INT50-CPP. Do not cast to an out-of-range enumeration checker
Kristof Umann
2018-11-24
5
-0
/
+342
*
isEvaluatable() implies a constant context.
Bill Wendling
2018-11-24
5
-5
/
+17
*
Revert unapproved commit
Joel Jones
2018-11-24
4
-1254
/
+5
*
[AArch64] Enable libm vectorized functions via SLEEF
Joel Jones
2018-11-24
4
-5
/
+1254
*
[clangd] Add 'Switch header/source' command in clangd-vscode
Marc-Andre Laperle
2018-11-24
2
-5
/
+42
*
[CodeComplete] Delete unused variable in rC342449
Fangrui Song
2018-11-24
1
-1
/
+0
*
[CodeComplete] Format SemaCodeComplete.cpp and improve code consistency
Fangrui Song
2018-11-24
1
-1187
/
+1135
*
[ARM] Add dependency from ARMAsmParser to ARMAsmPrinter after r347494
Fangrui Song
2018-11-23
1
-1
/
+1
*
[InstCombine] Simplify funnel shift with zero/undef operand to shift
Nikita Popov
2018-11-23
2
-9
/
+68
*
[TableGen] Emit more variant transitions
Evandro Menezes
2018-11-23
5
-10
/
+67
*
[llvm-mca] Refactor some of the logic in InstrBuilder, and add a verifyOperan...
Andrea Di Biagio
2018-11-23
3
-77
/
+190
*
[DAG] consolidate shift simplifications
Sanjay Patel
2018-11-23
9
-534
/
+462
*
[x86] make test immune to oversized shift simplification
Sanjay Patel
2018-11-23
1
-15
/
+23
*
Revert r347491 as it's llvm counterpart breaks buildbots
Luke Cheeseman
2018-11-23
2
-3
/
+3
*
Revert r347490 as it breaks address sanitizer builds
Luke Cheeseman
2018-11-23
26
-200
/
+79
*
[clangd] Add support for hierarchical documentSymbol
Ilya Biryukov
2018-11-23
14
-161
/
+457
*
[LLD][ELF] - Simplify. NFCI.
George Rimar
2018-11-23
2
-7
/
+5
*
Remove the optional dependency from libclang to clang-tidy/include-fixer
Benjamin Kramer
2018-11-23
4
-48
/
+0
*
[clang-tidy] Ignore matches in template instantiations (cert-dcl21-cpp)
Alexander Kornienko
2018-11-23
1
-1
/
+2
*
[ARM][AsmParser] Improve debug printing of parsed asm operands
Oliver Stannard
2018-11-23
1
-19
/
+39
*
[llvm-mca][View] Improved Retire Control Unit Statistics.
Andrea Di Biagio
2018-11-23
10
-16
/
+87
*
Attempt to fix buildbot after r347489
Eugene Leviant
2018-11-23
1
-1
/
+1
*
Revert r343342 together with LLVM commit 347490.
Luke Cheeseman
2018-11-23
2
-3
/
+3
*
Revert r343341
Luke Cheeseman
2018-11-23
26
-79
/
+200
*
[ThinLTO] Assembly representation of ReadOnly attribute
Eugene Leviant
2018-11-23
8
-37
/
+88
*
[NFC] Add test that demonstrates buggy behavior on term folding of LoopSimpli...
Max Kazantsev
2018-11-23
1
-0
/
+29
*
[ARM][NFC] codegen tests cleanup: remove dangling check prefixes
Sjoerd Meijer
2018-11-23
7
-24
/
+24
*
Disable LoopSimplifyCFG terminator folding by default
Max Kazantsev
2018-11-23
3
-6
/
+12
*
[LLD][ELF] - Fix mistype. NFC.
George Rimar
2018-11-23
1
-1
/
+1
*
[LoopSimplifyCFG] Don't delete LCSSA Phis
Max Kazantsev
2018-11-23
2
-1
/
+56
*
[NFC] Add verification flags to tests
Max Kazantsev
2018-11-23
1
-3
/
+3
*
[LegalizeVectorTypes] Don't use SplitVecOp_TruncateHelper if we're heading to...
Craig Topper
2018-11-23
4
-743
/
+398
*
[Object] Also treat STB_GNU_UNIQUE symbols as exported to other DSO
Fangrui Song
2018-11-23
1
-3
/
+4
*
A __builtin_constant_p() returns 0 with a function type.
Bill Wendling
2018-11-22
2
-1
/
+27
*
[LegalizeVectorTypes] Have SplitVecOp_TruncateHelper fall back to SplitVecOp_...
Craig Topper
2018-11-22
5
-221
/
+98
*
[DAGCombiner] form 'not' ops ahead of shifts (PR39657)
Sanjay Patel
2018-11-22
20
-81
/
+96
*
[NFC] Fix typo in comment
Louis Dionne
2018-11-22
2
-2
/
+2
*
Reland test/MC/Mips/reloc-directive-label-offset.s
Vladimir Stefanovic
2018-11-22
1
-0
/
+75
*
[libcxx] Reintroduce UNSUPPORTED annotation for strstreambuf overflow test
Louis Dionne
2018-11-22
1
-0
/
+4
*
[clangd] Cleanup: make the diags callback global in TUScheduler
Ilya Biryukov
2018-11-22
5
-137
/
+182
[prev]
[next]