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
*
[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
*
[CodeGen] Use MachineInstr::getOperand(0) instead of gets the defs iterator_r...
Craig Topper
2018-05-16
1
-1
/
+1
*
[libFuzzer] rename a test from .c to .cpp
Kostya Serebryany
2018-05-16
1
-1
/
+1
*
[asan] Add a magic shadow value for shadw gap
Walter Lee
2018-05-16
2
-0
/
+4
*
Revert 332511 after reverting llvm revision 332508.
Greg Clayton
2018-05-16
1
-4
/
+4
*
Revert 332508 as it caused problems in the clang test suite.
Greg Clayton
2018-05-16
2
-7
/
+2
*
[libFuzzer] add an experimental flag -focus_function: libFuzzer will try to f...
Kostya Serebryany
2018-05-16
10
-2
/
+96
*
[asan] Restore check removed by r332033
Walter Lee
2018-05-16
1
-0
/
+2
*
[STLExtras] Add size() for ranges, and remove distance()
Vedant Kumar
2018-05-16
8
-14
/
+23
*
[Hexagon] preserve test intent by removing undef
Sanjay Patel
2018-05-16
1
-3
/
+3
*
[PowerPC] preserve test intent by removing undef
Sanjay Patel
2018-05-16
1
-1
/
+3
*
[Thumb] preserve test intent by removing undef
Sanjay Patel
2018-05-16
1
-5
/
+5
*
[Thumb] preserve test intent by removing undef
Sanjay Patel
2018-05-16
1
-4
/
+4
*
[analyzer] Extend ObjCAutoreleaseWriteChecker to catch block declarations wit...
George Karpenkov
2018-05-16
2
-7
/
+24
*
[ASTMatchers] Introduce a blockDecl matcher for matching block declarations
George Karpenkov
2018-05-16
6
-9
/
+118
*
[analyzer] Change the warning message for GCD antipattern checker
George Karpenkov
2018-05-16
2
-23
/
+23
*
Condition usage of locale stdlib functions on Android API version
Peter Collingbourne
2018-05-16
1
-7
/
+8
*
[NFC] WebAssembly build break #2
JF Bastien
2018-05-16
2
-1
/
+5
*
[ORC] Rewrite the VSO symbol table yet again. Update related utilities.
Lang Hames
2018-05-16
19
-944
/
+1533
*
[X86] Update SNB/generic scheduler tests missed from rL332536
Simon Pilgrim
2018-05-16
2
-35
/
+35
*
[ARM] preserve test intent by removing undef
Sanjay Patel
2018-05-16
1
-13
/
+6
*
[ARM] preserve test intent by removing undef
Sanjay Patel
2018-05-16
1
-8
/
+8
*
[ARM] preserve test intent by removing undef
Sanjay Patel
2018-05-16
1
-4
/
+4
*
[X86][SNB] Remove unnecessary CVT InstRW overrides
Simon Pilgrim
2018-05-16
1
-82
/
+24
*
[WebAssembly] Remove unused headers in MCWasmObjectWriter
Sam Clegg
2018-05-16
2
-6
/
+1
*
[AArch64] preserve test intent by removing undef
Sanjay Patel
2018-05-16
1
-3
/
+3
[next]