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 __uuidof handling on non-type template parameter in C++17
Nico Weber
2018-05-17
2
-1
/
+14
*
[COFF] Add /Brepro and /TIMESTAMP options.
Zachary Turner
2018-05-17
5
-3
/
+44
*
Second attempt to fix clang-move tests broken by r332590 on windows
Eric Liu
2018-05-17
1
-0
/
+2
*
[llvm-exegesis] Remove redudant explicit template instantiations.
Clement Courbet
2018-05-17
1
-5
/
+0
*
In thin and full LTO + CFI, direct function calls may go through jump table
Dmitry Mikulin
2018-05-17
14
-56
/
+253
*
[clang-tidy] Add a flag to enable alpha checkers
Alexander Kornienko
2018-05-17
6
-16
/
+56
*
[llvm-exegesis] Write out inconsistencies to a file.
Clement Courbet
2018-05-17
3
-21
/
+47
*
[Hexagon] Use addAliasForDirective for data directives
Alex Bradbury
2018-05-17
3
-39
/
+49
*
[AArch64] Correct inline assembly test case for S modifier [NFC]
Peter Smith
2018-05-17
1
-3
/
+3
*
[X86] Split WriteADC/WriteADCRMW scheduler classes
Simon Pilgrim
2018-05-17
12
-146
/
+80
*
[llvm-exegesis] Disable failing ARM assembler tests.
Clement Courbet
2018-05-17
1
-2
/
+2
*
Attempt to fix clang-move tests broken by r332590 on windows
Eric Liu
2018-05-17
1
-8
/
+10
*
[llvm-mca] add flag -all-views and flag -all-stats.
Andrea Di Biagio
2018-05-17
6
-0
/
+490
*
[llvm-exegesis] Analysis: detect clustering inconsistencies.
Clement Courbet
2018-05-17
3
-25
/
+100
*
[llvm-exegesis] Disable the tests failing on buildbots while we investigate.
Clement Courbet
2018-05-17
1
-4
/
+4
*
[SystemZ] Commenting (NFC)
Jonas Paulsson
2018-05-17
2
-6
/
+10
*
Use dotted format of version tuple for availability diagnostics
Jan Korous
2018-05-17
7
-42
/
+41
*
[llvm-exegesis][NFC] Remove dead function.
Clement Courbet
2018-05-17
1
-5
/
+0
*
[DWARF] Have HashedNameToDIE store a DataExtractor by value
Pavel Labath
2018-05-17
1
-2
/
+2
*
[llvm-mca][X86] Add ADX test files
Simon Pilgrim
2018-05-17
4
-0
/
+234
*
Fix r332592 : X86 tests should use the X86 target, not the native targets.
Clement Courbet
2018-05-17
1
-5
/
+14
*
CodeGen: Fix invalid bitcast for lifetime.start/end
Yaxun Liu
2018-05-17
6
-34
/
+103
*
reland r332579: [llvm-exegesis] Update to cover latency through another opcode.
Clement Courbet
2018-05-17
33
-1699
/
+1479
*
[X86][SNB] Minor scheduler cleanup
Simon Pilgrim
2018-05-17
1
-7
/
+3
*
Add vfs::FileSystem::getRealPath
Eric Liu
2018-05-17
3
-16
/
+21
*
[ELF] - Do not crash when do --gc-sections for non-allocatable metadata secti...
George Rimar
2018-05-17
2
-4
/
+44
*
[ASTImporter] Fix missing implict CXXRecordDecl
Gabor Marton
2018-05-17
2
-2
/
+2
*
[libclang] Allow skipping function bodies in preamble only
Ivan Donchevskii
2018-05-17
7
-10
/
+59
*
[Frontend] Avoid running plugins during code completion parse
Ivan Donchevskii
2018-05-17
2
-0
/
+10
*
Revert https://reviews.llvm.org/D46050 and https://reviews.llvm.org/D45815
Ivan Donchevskii
2018-05-17
9
-164
/
+105
*
[AArch64][SVE] Asm: Support for structured ST2, ST3 and ST4 (scalar+scalar) s...
Sander de Smalen
2018-05-17
26
-1
/
+515
*
Require DominatorTree when requiring/preserving LoopInfo in the old pass manager
Mikael Holmen
2018-05-17
4
-0
/
+59
*
[clang-format] Fix putting ObjC message arguments in one line for multiline r...
Jacek Olesiak
2018-05-17
2
-1
/
+56
*
[Analysis] Only use _unlocked stdio functions on linux
Martin Storsjo
2018-05-17
2
-1
/
+25
*
Revert r332579 "[llvm-exegesis] Update to cover latency through another opcode."
Clement Courbet
2018-05-17
28
-1328
/
+1526
*
[llvm-exegesis] Update to cover latency through another opcode.
Clement Courbet
2018-05-17
28
-1526
/
+1328
*
[libclang] Allow skipping function bodies in preamble only
Ivan Donchevskii
2018-05-17
7
-99
/
+148
*
[SROA] Handle PHI with multiple duplicate predecessors
Bjorn Pettersson
2018-05-17
2
-1
/
+64
*
Fix rL332458: [AST] Added a helper to extract a user-friendly text of a comment.
Clement Courbet
2018-05-17
1
-12
/
+18
*
[SROA] pr37267: fix assertion failure in integer widening
Hiroshi Inoue
2018-05-17
2
-0
/
+82
*
[RISCV] Add support for .half, .hword, .word, .dword directives
Alex Bradbury
2018-05-17
4
-0
/
+61
*
[X86] Add OptForSize to a couple load folding patterns. Remove some bad FIXME...
Craig Topper
2018-05-17
2
-10
/
+7
*
[ELF] PowerOpen ABI -> Power Architecture 64-bit v2 ABI. NFC
Fangrui Song
2018-05-17
1
-5
/
+6
*
[libcxx] [test] Remove unused local typedef in test/std/numerics/rand/rand.en...
Billy Robert O'Neal III
2018-05-17
1
-1
/
+0
*
[CMake] Support building shared library for Fuchsia
Petr Hosek
2018-05-17
1
-0
/
+1
*
[Thumb2] fix typo in test from r332548
Sanjay Patel
2018-05-17
1
-1
/
+1
*
Add void casts to suppress nodiscard on linear_congruential_engine.
Billy Robert O'Neal III
2018-05-17
2
-3
/
+3
*
Mark test with "REQUIRES: shell" since it directly invokes "sh" and was faili...
Douglas Yung
2018-05-17
1
-0
/
+2
*
[AMDGPU] Move lsr test. NFC.
Stanislav Mekhanoshin
2018-05-17
1
-0
/
+0
*
[WebAssembly] Fix the opcode number for i64.load16_u.
Dan Gohman
2018-05-17
1
-1
/
+1
[next]