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
...
*
Fix determination of whether one set of cvr-qualifiers is compatible
Richard Smith
2018-07-11
2
-6
/
+16
*
AMDGPU: Refactor Subtarget classes
Tom Stellard
2018-07-11
74
-381
/
+340
*
[Documentation] Fix incorrect documentation references, new checks order in R...
Eugene Zelenko
2018-07-11
1
-8
/
+8
*
[Documentation] Link format and order of Clang-tidy changes in Release Notes
Eugene Zelenko
2018-07-11
1
-11
/
+10
*
finish: [FileCheck] Add -allow-deprecated-dag-overlap to failing llvm tests
Joel E. Denny
2018-07-11
2
-4
/
+4
*
[FileCheck] Don't permit overlapping CHECK-DAG
Joel E. Denny
2018-07-11
4
-12
/
+603
*
[FileCheck] Add -allow-deprecated-dag-overlap to failing lldb tests
Joel E. Denny
2018-07-11
1
-3
/
+3
*
[FileCheck] Add -allow-deprecated-dag-overlap to failing compiler-rt tests
Joel E. Denny
2018-07-11
1
-2
/
+2
*
[FileCheck] Add -allow-deprecated-dag-overlap to failing clang tests
Joel E. Denny
2018-07-11
43
-625
/
+625
*
[FileCheck] Add -allow-deprecated-dag-overlap to failing llvm tests
Joel E. Denny
2018-07-11
62
-208
/
+208
*
Fix setting of empty implicit-section-name attribute
Petr Pavlu
2018-07-11
2
-4
/
+76
*
Revert "[docs] As of binutils 2.21.51.0.2, ld.bfd supports plugins too, repre...
Teresa Johnson
2018-07-11
1
-9
/
+11
*
[NFC] typo
JF Bastien
2018-07-11
1
-1
/
+1
*
Remove ppc64 BE XFAILs now that gcov profiling works, after starting a clean
Zaara Syeda
2018-07-11
3
-8
/
+2
*
gold: Add ability to toggle function/data sections
Bill Wendling
2018-07-11
1
-3
/
+5
*
[DebugInfo] Fix getPreviousSibling after r336823
Fangrui Song
2018-07-11
1
-1
/
+2
*
[NFC] Replace usage of QualType.getTypePtr()-> with operator->
Erich Keane
2018-07-11
1
-1
/
+1
*
[analyzer] Track multiple raw pointer symbols in DanglingInternalBufferChecker.
Reka Kovacs
2018-07-11
2
-18
/
+74
*
[InstCombine] Fold x & (-1 >> y) == x to x u<= (-1 >> y)
Roman Lebedev
2018-07-11
6
-49
/
+81
*
Revert r336830: [FileCheck] Don't permit overlapping CHECK-DAG
Joel E. Denny
2018-07-11
4
-603
/
+12
*
Quick fix for some Windows bots
Paul Robinson
2018-07-11
1
-4
/
+4
*
Revert "[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with ...
Eric Liu
2018-07-11
4
-94
/
+21
*
[FileCheck] Don't permit overlapping CHECK-DAG
Joel E. Denny
2018-07-11
4
-12
/
+603
*
Revert "[llvm-objdump] Add -demangle (-C) option"
Paul Semel
2018-07-11
3
-86
/
+1
*
[X86] Remove patterns for inserting a load into a zero vector.
Craig Topper
2018-07-11
3
-94
/
+54
*
[TargetTransformInfo] Add pow2 analysis for scalar constants
Simon Pilgrim
2018-07-11
3
-144
/
+150
*
Also search BitcodeFiles for exclude-lib symbols
Yi Kong
2018-07-11
3
-4
/
+18
*
AMDGPU/NFC: Use already available explicit kernarg
Konstantin Zhuravlyov
2018-07-11
1
-1
/
+2
*
Allow specifying an exit code for the 'quit' command
Raphael Isemann
2018-07-11
19
-5
/
+222
*
[DebugInfo] Make children iterator bidirectional
Jonas Devlieghere
2018-07-11
5
-12
/
+95
*
[InstSimplify] add/move tests for add folds; NFC
Sanjay Patel
2018-07-11
2
-9
/
+57
*
Fix llvm-objdump demangle test (added triple option)
Paul Semel
2018-07-11
1
-5
/
+5
*
Link to the correct bug number about the Mac failure for instrprof-shared-gco...
Marco Castelluccio
2018-07-11
1
-1
/
+1
*
Revert 336811, there are still some problems with the tests.
Zaara Syeda
2018-07-11
3
-2
/
+8
*
[X86] Fix MayLoad/HasSideEffect flag for (V)MOVLPSrm instructions.
Andrea Di Biagio
2018-07-11
20
-19
/
+21
*
[AST] Fix for structural equivalence tests in rL336776.
Balazs Keri
2018-07-11
1
-5
/
+6
*
[llvm-objdump] Add -demangle (-C) option
Paul Semel
2018-07-11
3
-1
/
+86
*
[ELF] - Simplify code. NFC.
George Rimar
2018-07-11
1
-8
/
+5
*
[ELF] - Simplify. NFCI.
George Rimar
2018-07-11
1
-2
/
+1
*
[ELF] - Add classof() member for ARMExidxSentinelSection.
George Rimar
2018-07-11
2
-0
/
+6
*
[SLPVectorizer] Add initial alternate opcode support for cast instructions. (...
Simon Pilgrim
2018-07-11
2
-98
/
+216
*
Remove ppc64 BE XFAILs now that gcov profiling works.
Zaara Syeda
2018-07-11
3
-8
/
+2
*
[clangd] Uprank delcarations when "using q::name" is present in the main file
Kirill Bobyrev
2018-07-11
4
-28
/
+89
*
[SLPVectorizer] Ensure alternate/passthrough doesn't vectorize sdiv with unde...
Simon Pilgrim
2018-07-11
1
-0
/
+81
*
[SLPVectorizer] Add some additional alternate cast tests
Simon Pilgrim
2018-07-11
1
-0
/
+107
*
[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...
Simon Marchi
2018-07-11
4
-21
/
+94
*
Revert rL336804: [SLPVectorizer] Add initial alternate opcode support for cas...
Simon Pilgrim
2018-07-11
2
-209
/
+74
*
Recommit r334887: [SmallSet] Add SmallSetIterator.
Florian Hahn
2018-07-11
2
-0
/
+122
*
[SLPVectorizer] Add initial alternate opcode support for cast instructions.
Simon Pilgrim
2018-07-11
2
-74
/
+209
*
[CodeGen] Ignore debug uses in MachineCopyPropagation
Krzysztof Parzyszek
2018-07-11
2
-1
/
+24
[prev]
[next]