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
*
[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
*
[Target] Fix uninitialized value in 10c11e4e2d05cf0e8f8251f50d84ce77eb1e9b8d
Sam McCall
2020-01-14
1
-1
/
+1
*
[TableGen] Introduce an if/then/else statement.
Simon Tatham
2020-01-14
7
-13
/
+264
*
[TableGen] Introduce a `defvar` statement.
Simon Tatham
2020-01-14
6
-10
/
+301
*
[clang-tidy] Ignore implicit casts in modernize-use-default-member-init
Malcolm Parsons
2020-01-14
2
-5
/
+5
*
[llvm-readobj][test] - Fix grammar in comments.
Georgii Rymar
2020-01-14
2
-2
/
+2
*
[AMDGPU] Model distance to instruction in bundle
Stanislav Mekhanoshin
2020-01-14
2
-5
/
+61
*
[libcxx] [test] Add casts to avoid signed/unsigned mismatch warnings on MSVC++
Billy Robert O'Neal III
2020-01-14
3
-3
/
+3
*
[lldb][NFC] Rewrite python_api/rdar-12481949 test
Raphael Isemann
2020-01-14
5
-82
/
+24
*
[AMDGPU] Fix getInstrLatency() always returning 1
Stanislav Mekhanoshin
2020-01-14
4
-7
/
+12
*
[mlir] Fix -Wunused
Sam McCall
2020-01-14
1
-2
/
+2
*
[lldb] Don't defend against internal LLVM errors in IRInterpreter
Raphael Isemann
2020-01-14
1
-125
/
+13
*
[lldb] Fix that SBThread.GetStopDescription is returning strings with uniniti...
Raphael Isemann
2020-01-14
3
-11
/
+37
*
[AMDGPU] Remove duplicate gfx10 assembler and disassembler tests
Jay Foad
2020-01-14
2
-5163
/
+0
*
[AMDGPU] Improve error checking in gfx10 assembler tests
Jay Foad
2020-01-14
1
-3
/
+12836
*
[AMDGPU] Add gfx9 assembler and disassembler test cases
Jay Foad
2020-01-14
2
-0
/
+2946
*
[OpenMP][Tool] Improving stack trace for Archer
Joachim Protze
2020-01-13
1
-2
/
+18
*
[ELF] Delete unintended --force-bti
Fangrui Song
2020-01-13
1
-3
/
+0
*
[OpenMP][Tool] Make tests for archer dependent on TSan
Joachim Protze
2020-01-13
13
-26
/
+33
*
[ELF] Add -z force-ibt and -z shstk for Intel Control-flow Enforcement Techno...
Fangrui Song
2020-01-13
14
-124
/
+454
*
[MC] Don't resolve relocations referencing STB_LOCAL STT_GNU_IFUNC
Fangrui Song
2020-01-13
2
-2
/
+9
*
[PowerPC] [NFC] set instruction number as 1st priority of lsr cost model.
Zheng Chen
2020-01-14
1
-0
/
+66
*
[MLIR] Fix broken link locations after move to monorepo
Daniel Galvez
2020-01-14
9
-13
/
+13
*
[X86] Copy the nofpexcept flag when folding a load into an instruction using ...
Craig Topper
2020-01-13
2
-2
/
+6
*
[X86] Add test to show that nofpexcept flag is not preserved by stack reload ...
Craig Topper
2020-01-13
1
-0
/
+52
*
[clang] [test] Fix riscv-toolchain-extra to be less picky about paths
Michał Górny
2020-01-14
2
-6
/
+6
*
[mlir] [VectorOps] fixed typo in verifier of slice op
Aart Bik
2020-01-13
1
-1
/
+1
*
[lldb/Utility] Add std::move to make placate clang 3.8
Jonas Devlieghere
2020-01-13
1
-2
/
+2
*
try to fix InterfaceStubs/lambda.cpp on Windows after bd8c8827d96f0
Nico Weber
2020-01-13
1
-1
/
+2
*
[LanguageRuntime] Retire an unused member function. NFCI.
Davide Italiano
2020-01-13
4
-42
/
+0
[next]