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
*
Revert "Update NRVO logic to support early return"
Sam McCall
2018-05-30
11
-290
/
+82
*
[X86][SSE] Remove unnecessary -cpu from sttni tests
Simon Pilgrim
2018-05-30
1
-16
/
+16
*
[X86][SSE] Replace -cpu with equivalent -mattr for vec_cast tests
Simon Pilgrim
2018-05-30
3
-6
/
+6
*
[ARM] Remove code handling ADDC/ADDE/SUBC/SUBE
Amaury Sechet
2018-05-30
1
-30
/
+0
*
[Hexagon] Use vector align-left when shift amount fits in 3 bits
Krzysztof Parzyszek
2018-05-30
5
-62
/
+39
*
[mips] Correct the definition of CTC2/CFC2
Simon Dardis
2018-05-30
1
-8
/
+6
*
[mips] Correct the predicates of microMIPS compact branch instructions
Simon Dardis
2018-05-30
1
-6
/
+4
*
[FileSpec] Re-implmenet removeLastPathComponent
Jonas Devlieghere
2018-05-30
3
-30
/
+57
*
Revert "[clang-format] Fix putting ObjC message arguments in one line for mul...
Jacek Olesiak
2018-05-30
2
-58
/
+0
*
[Sema] Don't skip function bodies with 'auto' without trailing return type
Ilya Biryukov
2018-05-30
3
-2
/
+78
*
[clangd] clang-format the source code. NFC
Ilya Biryukov
2018-05-30
7
-30
/
+29
*
[mips] Sink PredicateControl further down the class hierarchy.
Simon Dardis
2018-05-30
11
-68
/
+59
*
Revert "Reland "[clangd] Adapt file migration in r332720""
Eric Liu
2018-05-30
2
-2
/
+1
*
Revert "Reland "Move #include manipulation code to new lib/Tooling/Inclusions.""
Eric Liu
2018-05-30
12
-31
/
+15
*
Reland "[clangd] Adapt file migration in r332720"
Eric Liu
2018-05-30
2
-1
/
+2
*
Reland "Move #include manipulation code to new lib/Tooling/Inclusions."
Eric Liu
2018-05-30
12
-15
/
+31
*
[analyzer] Remove the redundant check about same state transition in `ArrayBo...
Henry Wong
2018-05-30
1
-3
/
+1
*
[mips] Correct the predicates of arithmetic and logic instructions.
Simon Dardis
2018-05-30
8
-50
/
+93
*
Fix a (possible) division by zero check in the CmpRuns script
Mikhail R. Gadelha
2018-05-30
1
-1
/
+1
*
[clangd] Enable parsing of non-doxygen comments in global-symbol-builder
Ilya Biryukov
2018-05-30
1
-0
/
+6
*
[YAML] Quote multiline string scalars
Ilya Biryukov
2018-05-30
2
-2
/
+73
*
@skipUnlessDarwin TestOrderedSet
Pavel Labath
2018-05-30
1
-0
/
+1
*
AArch64: print correct annotation for ADRP addresses.
Tim Northover
2018-05-30
2
-2
/
+11
*
[AArch64][AsmParser] Fix segfault on illegal fpimm.
Sander de Smalen
2018-05-30
2
-2
/
+7
*
[Sparc] Treat %fxx registers with value type Other as single precision
Daniel Cederman
2018-05-30
1
-1
/
+1
*
[ASTImporter] Corrected lookup at import of templated record decl
Gabor Marton
2018-05-30
2
-1
/
+52
*
Set underlying type for enum with GNU_PROPERTY_X86_FEATURE_1_AND constant
Hans Wennborg
2018-05-30
1
-1
/
+1
*
[clangd] Avoid inserting new #include when declaration is present in the main...
Eric Liu
2018-05-30
2
-4
/
+49
*
Revert commit 333506
Serge Pavlov
2018-05-30
10
-69
/
+80
*
Fix return value of DWARFUnit::ExtractDIEsIfNeeded()
Jan Kratochvil
2018-05-30
1
-6
/
+5
*
[ELF][MIPS] Update comments in test cases. NFC
Simon Atanasyan
2018-05-30
2
-4
/
+6
*
Add missing curly from r333509
Hans Wennborg
2018-05-30
1
-1
/
+1
*
Fix -Wunused in NDEBUG introduced by HIP r333484
Sam McCall
2018-05-30
1
-3
/
+2
*
Support __iso_volatile_load8 etc on aarch64-win32.
Simon Tatham
2018-05-30
4
-26
/
+69
*
[Sparc] Select correct register class for FP register constraints
Daniel Cederman
2018-05-30
4
-0
/
+50
*
[Sparc] Add floating-point register names
Daniel Cederman
2018-05-30
3
-2
/
+73
*
[X86] Remove masking from the AVX512VNNI builtins. Use a select in IR instead.
Craig Topper
2018-05-30
5
-228
/
+190
*
[X86] Add unmasked AVX512VNNI instrinsics. Use a select in IR instead.
Craig Topper
2018-05-30
2
-48
/
+91
*
Use uniform mechanism for OOM errors handling
Serge Pavlov
2018-05-30
10
-80
/
+69
*
[ELF] Group LTO options together. NFC.
Sam Clegg
2018-05-30
1
-3
/
+2
*
[asan, myriad] Simplify main thread handling
Walter Lee
2018-05-30
3
-40
/
+10
*
[asan, myriad] Reset shadow memory during exit
Walter Lee
2018-05-30
1
-14
/
+17
*
[PowerPC] fix broken JIT-compiled code with tail call optimization
Hiroshi Inoue
2018-05-30
2
-2
/
+51
*
Protect a clang-cl file path with --.
Peter Collingbourne
2018-05-30
1
-1
/
+1
*
Update NRVO logic to support early return
Taiju Tsuiki
2018-05-30
11
-82
/
+290
*
[WebAssembly] Add support for response file parsing
Sam Clegg
2018-05-30
2
-0
/
+14
*
Sema: Add a flag for rejecting member pointers with incomplete base types.
Peter Collingbourne
2018-05-30
8
-5
/
+51
*
[X86] Fix the names of a bunch of icelake intrinsics.
Craig Topper
2018-05-30
6
-335
/
+324
*
MC: Remove redundant substr() call
Sam Clegg
2018-05-30
2
-2
/
+2
*
Fix use of `echo` command in test script
Sam Clegg
2018-05-30
1
-1
/
+1
[next]