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 "pointer is null" clang static analyzer warnings. NFCI.
Simon Pilgrim
2020-01-14
1
-23
/
+14
*
[clang][OpenCL] Fix covered switch warning
Jinsong Ji
2020-01-14
1
-3
/
+1
*
[ARM][MVE] VTP Block Pass fix
Sjoerd Meijer
2020-01-14
2
-2
/
+90
*
[Syntax] Unset IsOriginal flag on nodes removed from the tree
Ilya Biryukov
2020-01-14
2
-8
/
+22
*
[scudo][standalone] Fork support
Kostya Kortchinsky
2020-01-14
18
-42
/
+265
*
[DBG][LIVEDEBUGVALUES][NFC] Add Targeted LiveDebugValues Behaviour Tests.
Tom Weaver
2020-01-14
22
-0
/
+1546
*
[Syntax] Mark synthesized nodes as modifiable
Ilya Biryukov
2020-01-14
3
-0
/
+24
*
[Syntax] Assert invariants on tree structure and fix a bug in mutations
Ilya Biryukov
2020-01-14
5
-9
/
+62
*
[clang-tidy] Match InitListExpr in modernize-use-default-member-init
Malcolm Parsons
2020-01-14
2
-33
/
+33
*
Revert "[DBG][LIVEDEBUGVALUES][NFC] Add Targeted LiveDebugValues Behaviour Te...
Tom Weaver
2020-01-14
22
-1546
/
+0
*
[AArch64] Fix save register pairing for Windows AAPCS
Sanne Wouda
2020-01-14
2
-4
/
+51
*
Revert "Recommit "[GlobalOpt] Pass DTU to removeUnreachableBlocks instead of ...
Florian Hahn
2020-01-14
1
-3
/
+7
*
[OpenCL] Add MSAA sharing extension builtin functions
Sven van Haastregt
2020-01-14
1
-0
/
+37
*
[DBG][LIVEDEBUGVALUES][NFC] Add Targeted LiveDebugValues Behaviour Tests.
Tom Weaver
2020-01-14
22
-0
/
+1546
*
[AIX] ExternalSymbolSDNode lowering
Xiangling Liao
2020-01-14
3
-24
/
+250
*
[lldb/DWARF] Move location list sections into DWARFContext
Pavel Labath
2020-01-14
12
-19
/
+70
*
[llvm-readobj][llvm-readelf][test] - Add a few more dynamic section tests.
Georgii Rymar
2020-01-14
2
-196
/
+716
*
Fix "pointer is null" static analyzer warning. NFCI.
Simon Pilgrim
2020-01-14
1
-1
/
+2
*
Fix "pointer is null" static analyzer warnings. NFCI.
Simon Pilgrim
2020-01-14
1
-1
/
+1
*
Remove duplicate variable. NFCI.
Simon Pilgrim
2020-01-14
1
-1
/
+0
*
Merge isa<> and getAs<> calls to fix "pointer is null" static analyzer warnin...
Simon Pilgrim
2020-01-14
1
-6
/
+5
*
Fix "pointer is null" static analyzer warnings. NFCI.
Simon Pilgrim
2020-01-14
1
-4
/
+2
*
Fix "null pointer passed to nonnull argument" clang static analyzer warnings....
Simon Pilgrim
2020-01-14
1
-3
/
+3
*
Expression eval lookup speedup by not returning methods in ManualDWARFIndex::...
Levon Ter-Grigoryan
2020-01-14
4
-16
/
+17
*
AArch64: fix bitcode upgrade of @llvm.neon.addp.
Tim Northover
2020-01-14
3
-4
/
+21
*
[InstSimplify] add tests for vector select; NFC
Sanjay Patel
2020-01-14
2
-12
/
+29
*
[TableGen] Update editor modes for new keywords.
Simon Tatham
2020-01-14
4
-3
/
+8
*
[lldb][NFC] Make name parameter in AddMethodToCXXRecordType a StringRef
Raphael Isemann
2020-01-14
2
-14
/
+11
*
[FPEnv] Add some comments to IRBuilder.h
Ulrich Weigand
2020-01-14
1
-0
/
+6
*
[RISCV][NFC] Deduplicate Atomic Intrinsic Definitions
Sam Elliott
2020-01-14
1
-45
/
+45
*
[FPEnv] Fix chain handling regression after 04a8696
Ulrich Weigand
2020-01-14
3
-37
/
+92
*
Make helper functions static or move them into anonymous namespaces. NFC.
Benjamin Kramer
2020-01-14
35
-93
/
+134
*
[unittests] Fix "comparison of integers of different signs" warnings
Miloš Stojanović
2020-01-14
2
-6
/
+5
*
[ARM,MVE] Use the new Tablegen `defvar` and `if` statements.
Simon Tatham
2020-01-14
2
-284
/
+259
*
[lldb/Expression] Improve interpreter error message with a non-running target
Med Ismail Bennani
2020-01-14
2
-6
/
+7
*
[ARM][LowOverheadLoops] Allow all MVE instrs.
Sam Parker
2020-01-14
4
-23
/
+512
*
Fix "MIParser::getIRValue(unsigned int)’ defined but not used" warning. NFCI.
Simon Pilgrim
2020-01-14
1
-6
/
+0
*
[SelectionDAG] ComputeKnownBits - merge getValidMinimumShiftAmountConstant() ...
Simon Pilgrim
2020-01-14
2
-13
/
+14
*
[ARM][LowOverheadLoops] Change predicate inspection
Sam Parker
2020-01-14
2
-26
/
+257
*
[ARM][Thumb2] Fix ADD/SUB invalid writes to SP
Diogo Sampaio
2020-01-14
26
-148
/
+749
*
[X86][SSE] Add add(shl(and(x,c1),c2),c3) test case with non-uniform shift value
Simon Pilgrim
2020-01-14
1
-0
/
+37
*
[SelectionDAG] ComputeKnownBits - merge getValidMinimumShiftAmountConstant() ...
Simon Pilgrim
2020-01-14
3
-14
/
+12
*
[ARM][MVE] Disallow VPSEL for tail predication
Sam Parker
2020-01-14
7
-4
/
+1199
*
[mlir] Fix translation of splat constants to LLVM IR
Alex Zinenko
2020-01-14
2
-1
/
+36
*
[RISCV] Fix ILP32D lowering for double+double/double+int return types
James Clarke
2020-01-14
2
-5
/
+39
*
[mlir] Create a gpu.module operation for the GPU Dialect.
Tres Popp
2020-01-14
24
-140
/
+235
*
[lldb][NFC] Cleanup ClangASTContext::CompleteTagDeclarationDefinition
Raphael Isemann
2020-01-14
1
-57
/
+52
*
[mlir] Ran git-clang-format.
Adrian
2020-01-14
1
-2
/
+2
*
[mlir] Add loop.parallel, loop.reduce and loop.reduce.return operations.
Adrian Kuegel
2020-01-14
4
-4
/
+536
*
[ARM][MVE] Masked gathers from base + vector of offsets
Anna Welker
2020-01-14
8
-121
/
+1138
[next]