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
*
[MachineOutliner] NFC: Throw out self-intersections on candidates early
Jessica Paquette
2017-12-01
1
-11
/
+42
*
[DAG][ARM] Revert "Reenable post-legalize store merge"
Nirav Dave
2017-12-01
4
-389
/
+27
*
[MC] Handle unknown literal register numbers in .cfi_* directives
Jake Ehrlich
2017-12-01
5
-10
/
+59
*
[OPENMP] Emit `__tgt_target_teams` for all teams directives.
Alexey Bataev
2017-12-01
20
-119
/
+119
*
[c++17] When deducing the type of a non-type template parameter from the type
Richard Smith
2017-12-01
2
-2
/
+7
*
[IndVars] Fix a bug introduced in r317012
Philip Reames
2017-12-01
2
-3
/
+43
*
[cmake] Revert (rL319574): Resubmit Remove redundant call to cmake when build...
Don Hinton
2017-12-01
1
-13
/
+28
*
[opt-remarks] If hotness threshold is set, ignore remarks without hotness
Adam Nemet
2017-12-01
4
-9
/
+123
*
Prevent vain lldb::user_id_t 0xffffffff lookups
Jan Kratochvil
2017-12-01
1
-1
/
+1
*
[clangd] Define constants in the right namespace. NFC
Sam McCall
2017-12-01
1
-1
/
+5
*
Fix the second part of the broken comment from r306079
Adam Nemet
2017-12-01
1
-2
/
+6
*
Fix opt-remark with hotness testcase for sample-based PGO
Adam Nemet
2017-12-01
2
-7
/
+7
*
Partially fix comment in test broken in r306079 and r306948
Adam Nemet
2017-12-01
1
-6
/
+6
*
[ubsan] Re-commit: lit changes for lld testing, future lto testing.
Roman Lebedev
2017-12-01
13
-22
/
+68
*
[cmake] Resubmit Remove redundant call to cmake when building host tools.
Don Hinton
2017-12-01
1
-28
/
+13
*
[DAGCombine] Simplify ISD::AND handling in ReduceLoadWidth
Eli Friedman
2017-12-01
1
-20
/
+5
*
[libFuzzer] remove stale flags; NFC
Kostya Serebryany
2017-12-01
4
-13
/
+0
*
[libFuzzer] add an experimental search heuristic flag -reduce_depth
Kostya Serebryany
2017-12-01
5
-5
/
+18
*
[compiler-rt] Remove out of date comment
Shoaib Meenai
2017-12-01
1
-4
/
+0
*
[compiler-rt] Add install-*-stripped targets
Shoaib Meenai
2017-12-01
2
-0
/
+17
*
[X86][AVX512] Tag subvector extract/insert instructions scheduler classes
Simon Pilgrim
2017-12-01
1
-32
/
+65
*
[IR] Avoid dangling else warning. NFC.
Benjamin Kramer
2017-12-01
1
-1
/
+2
*
IR printing improvement for loop passes - handle -print-module-scope
Fedor Sergeev
2017-12-01
2
-2
/
+24
*
Add test for pr35478.
Rafael Espindola
2017-12-01
1
-0
/
+18
*
[DebugInfo] Bail out if making no progress dumping line tables.
Paul Robinson
2017-12-01
2
-0
/
+101
*
Revert r318924 Skip over empty sections when checking for contiguous relro
Rafael Espindola
2017-12-01
2
-79
/
+1
*
Revert "[opt-remarks] If hotness threshold is set, ignore remarks without hot...
Adam Nemet
2017-12-01
4
-123
/
+9
*
IR printing improvement for function passes - introducing -print-module-scope
Fedor Sergeev
2017-12-01
4
-1
/
+73
*
[OPENMP] Do not allow variables to be first|last-privates in
Alexey Bataev
2017-12-01
40
-102
/
+160
*
Fix line endings. NFCI.
Simon Pilgrim
2017-12-01
1
-10
/
+10
*
[X86][AVX512] Tag VPERM2I/VPERM2T instructions scheduler class
Simon Pilgrim
2017-12-01
1
-48
/
+64
*
[clangd] Fuzzy match scorer
Sam McCall
2017-12-01
5
-0
/
+711
*
[opt-remarks] If hotness threshold is set, ignore remarks without hotness
Adam Nemet
2017-12-01
4
-9
/
+123
*
Disallow a cleanup attribute from appertaining to a parameter (the attribute ...
Aaron Ballman
2017-12-01
3
-20
/
+10
*
[X86][AVX512] Tag VFPCLASS instructions scheduler class
Simon Pilgrim
2017-12-01
1
-26
/
+43
*
[X86][AVX512] Tag VPSHUFBITQMB instructions scheduler class
Simon Pilgrim
2017-12-01
1
-9
/
+12
*
[clangd] Filter completion results by fuzzy-matching identifiers.
Sam McCall
2017-12-01
3
-1
/
+92
*
[X86][AVX512] Tag VPCOMRESS/VPEXPAND instructions scheduler classes
Simon Pilgrim
2017-12-01
1
-39
/
+55
*
Revert r319531 "[SLPVectorizer] Failure to beneficially vectorize 'copyable' ...
Hans Wennborg
2017-12-01
4
-490
/
+275
*
Remove duplicate, nonsense information from an attribute diagnostic. The NonP...
Aaron Ballman
2017-12-01
2
-2
/
+2
*
[ARM] and + load combine tests
Sam Parker
2017-12-01
1
-0
/
+241
*
[ARM][DAG] Reenable post-legalize store merge
Nirav Dave
2017-12-01
4
-27
/
+389
*
[clangd] Remove no-op -fsyntax-only from fallback command. NFC
Sam McCall
2017-12-01
1
-1
/
+1
*
Add more triples to llc_test_checks.py
Sam Parker
2017-12-01
1
-0
/
+17
*
[NFC] In GPGPU testcases, replace numeric registers in CHECK directives.
Philip Pfaffe
2017-12-01
5
-21
/
+22
*
[X86] Improvement in CodeGen instruction selection for LEAs.
Jatin Bhateja
2017-12-01
18
-163
/
+692
*
[ARM] and + load combine tests
Sam Parker
2017-12-01
1
-0
/
+674
*
Better trade-off for excess characters vs. staying within the column limits.
Manuel Klimek
2017-12-01
3
-19
/
+78
*
[X86][AVX512] Tag vshift/vpermv/pshufd/pshufb instructions scheduler classes
Simon Pilgrim
2017-12-01
6
-585
/
+623
*
Revert r319537: Bail out of a SimplifyCFG switch table opt at undef values.
Mikael Holmen
2017-12-01
2
-28
/
+1
[next]