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
*
[Tests] Autogen all the LoopPredication tests
Philip Reames
2019-04-01
7
-388
/
+1912
*
[Tests] Add tests for a possible loop predication transform variant
Philip Reames
2019-04-01
1
-0
/
+247
*
[ASTImporter] Convert ODR diagnostics inside ASTImporter implementation
Gabor Marton
2019-04-01
1
-14
/
+14
*
[pstl] Indent preprocessor directives as part of the clang-format rules
Louis Dionne
2019-04-01
11
-73
/
+76
*
[AMDGPU] Pre-allocate WWM registers to reduce VGPR pressure.
Neil Henning
2019-04-01
19
-640
/
+475
*
[lldb] [Process/elf-core] Support aarch64 NetBSD core dumps
Michal Gorny
2019-04-01
10
-0
/
+49
*
gn build: Merge r357383
Nico Weber
2019-04-01
1
-0
/
+1
*
[AArch64] Add v8.5-a Memory Tagging STZGM instruction
David Spickett
2019-04-01
4
-0
/
+53
*
[RISCV] Attach VK_RISCV_CALL to symbols upon creation
Alex Bradbury
2019-04-01
6
-9
/
+57
*
[AArch64] Add v8.5-a Memory Tagging STGM/LDGM instructions
David Spickett
2019-04-01
8
-105
/
+52
*
[ASTImporter] Make ODR error handling configurable
Gabor Marton
2019-04-01
4
-59
/
+178
*
[RISCV] Generate address sequences suitable for mcmodel=medium
Alex Bradbury
2019-04-01
9
-36
/
+205
*
[AArch64] Add v8.5-a Memory Tagging GMID_EL1 register
David Spickett
2019-04-01
4
-0
/
+32
*
Fix builder.
Alexandre Ganea
2019-04-01
1
-2
/
+2
*
[OPENMP] Check that allocated variables are used in private clauses.
Alexey Bataev
2019-04-01
3
-131
/
+230
*
[InstCombine] Handle vector gep with scalar argument in evaluateInDifferentEl...
Mikael Holmen
2019-04-01
2
-1
/
+24
*
X86: Fix override warning
Matt Arsenault
2019-04-01
1
-2
/
+2
*
Revert "[InstCombine] Handle vector gep with scalar argument in evaluateInDif...
Mikael Holmen
2019-04-01
2
-24
/
+1
*
InstSimplify: Add baseline test for upcoming change
Matt Arsenault
2019-04-01
1
-0
/
+120
*
[InstCombine] Handle vector gep with scalar argument in evaluateInDifferentEl...
Mikael Holmen
2019-04-01
2
-1
/
+24
*
[X86] Make post-ra scheduling macrofusion-aware.
Clement Courbet
2019-04-01
3
-2
/
+11
*
[LLD][COFF] Early dependency detection
Alexandre Ganea
2019-04-01
6
-59
/
+238
*
[InstCombine] eliminate commuted select-shuffles + binop (PR41304)
Sanjay Patel
2019-04-01
2
-20
/
+75
*
[X86MacroFusion][NFC] Add more tests.
Clement Courbet
2019-04-01
1
-105
/
+198
*
[X86] Fix a test from r357317
Krasimir Georgiev
2019-04-01
1
-1
/
+1
*
[X86][SSE] Add fcmp constant folding tests
Simon Pilgrim
2019-04-01
1
-0
/
+278
*
[RISCV] Add seto pattern expansion
Luis Marques
2019-04-01
9
-51
/
+11
*
[ELF] Rename SyntheticSection::empty to more appropriate isNeeded() with oppo...
Fangrui Song
2019-04-01
3
-41
/
+41
*
[Linux/x86] Fix writing of non-gpr registers on newer processors
Pavel Labath
2019-04-01
2
-51
/
+71
*
[X86] Use ISD::INTRINSIC_VOID in getTgtMemIntrinsic for truncating stores and...
Craig Topper
2019-04-01
1
-1
/
+3
*
[RISCV] Don't evaluatePCRelLo if a relocation will be forced (e.g. due to lin...
Alex Bradbury
2019-04-01
4
-8
/
+29
*
Simplify. NFC.
Rui Ueyama
2019-04-01
1
-13
/
+13
*
Replace `typedef A B` with `using B = A`. NFC.
Rui Ueyama
2019-04-01
13
-58
/
+58
*
Spelling correction for docs for cppcoreguidelines-owning-memory
Sylvestre Ledru
2019-03-31
1
-1
/
+1
*
Make common_type's implementation common
Eric Fiselier
2019-03-31
2
-152
/
+154
*
gn build: Add build files for most clang-tools-extra unit tests
Nico Weber
2019-03-31
14
-3
/
+289
*
[InstCombine] add tests for inverted select-shuffles + binop (PR41304); NFC
Sanjay Patel
2019-03-31
1
-0
/
+244
*
[x86] allow movmsk with 2-element reductions
Sanjay Patel
2019-03-31
3
-38
/
+53
*
[InstCombine] canonicalize select shuffles by commuting
Sanjay Patel
2019-03-31
14
-37
/
+69
*
fix typo: "\t" => " "
Liang Zou
2019-03-31
4
-5
/
+5
*
[gnustep-objc] Make the GNUstep v2 ABI work for Windows DLLs.
David Chisnall
2019-03-31
2
-47
/
+151
*
COMDAT-fold block descriptors.
David Chisnall
2019-03-31
2
-2
/
+8
*
[objc-gnustep] Use .init_array not .ctors when requested.
David Chisnall
2019-03-31
2
-1
/
+8
*
SafepointIRVerifier port to new Pass Manager
Fedor Sergeev
2019-03-31
5
-0
/
+26
*
[NFC][InstCombine] Add tests for combining icmp of no-wrap sub w/ constant.
Luqman Aden
2019-03-31
1
-0
/
+90
*
Range-style std::find{,_if} -> llvm::find{,_if}. NFC
Fangrui Song
2019-03-31
36
-105
/
+72
*
gn build: Merge r357340
Nico Weber
2019-03-31
1
-0
/
+1
*
gn build: Merge r357326
Nico Weber
2019-03-31
2
-1
/
+1
*
Rename IncludeFixerTests to ClangIncludeFixerTests and ChangeNamespaceTests t...
Nico Weber
2019-03-30
2
-4
/
+4
*
[SystemZ] Remove fcmp undef from reduced test
Simon Pilgrim
2019-03-30
1
-2
/
+2
[next]