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
*
[lldb/test] test_breakpoints_func_full from TestNamespace.NamespaceBreakpoint...
Stella Stamenova
2020-01-14
1
-1
/
+0
*
[gn build] Port 36fcbb838c8
LLVM GN Syncbot
2020-01-14
1
-0
/
+1
*
Added readability-qualified-auto check
Nathan James
2020-01-14
11
-0
/
+713
*
[RISCV] Allow shrink wrapping for RISC-V
lewis-revill
2020-01-14
2
-4
/
+113
*
[ThinLTO/WPD] Remove an overly-aggressive assert
Teresa Johnson
2020-01-14
3
-8
/
+133
*
[ELF] Delete the RelExpr member R_HINT. NFC
Fangrui Song
2020-01-14
3
-4
/
+3
*
[ThinLTO] Handle variable with twice promoted name (Rust)
Teresa Johnson
2020-01-14
3
-2
/
+47
*
[X86] Directly emit a BROADCAST_LOAD from constant pool in lowerUINT_TO_FP_vX...
Craig Topper
2020-01-14
4
-20
/
+46
*
SCC: Allow ReplaceNode to safely support insertion
Warren Ristow
2020-01-14
1
-1
/
+4
*
[AIX][XCOFF] Supporting the ReadOnlyWithRel SectionKnd
diggerlin
2020-01-14
3
-3
/
+24
*
[InstCombine] Let combineLoadToNewType preserve ABI alignment of the load (PR...
Juneyoung Lee
2020-01-15
2
-4
/
+11
*
[ELF] --exclude-libs: don't assign VER_NDX_LOCAL to undefined symbols
Fangrui Song
2020-01-14
2
-1
/
+20
*
Removed PointerUnion3 and PointerUnion4 aliases in favor of the variadic temp...
Dmitri Gribenko
2020-01-14
13
-38
/
+28
*
[test] Make data layout of load-bitcast64.ll explicit, use update_test_checks.py
Juneyoung Lee
2020-01-15
1
-20
/
+43
*
[RISCV] Add Clang frontend support for Bitmanip extension
Scott Egerton
2020-01-14
4
-1
/
+19
*
[lldb/Utility] Use assert instead of llvm_unreachable for LLDBAssert
Jonas Devlieghere
2020-01-14
1
-3
/
+3
*
[IR] fix potential crash in Constant::isElementWiseEqual()
Sanjay Patel
2020-01-14
2
-4
/
+48
*
Fix "pointer is null" static analyzer warnings. NFCI.
Simon Pilgrim
2020-01-14
1
-20
/
+17
*
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
[next]