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
*
[clangd] Make sure macro information exists before increasing usage count.
Eric Liu
2018-07-09
1
-6
/
+4
*
[Utils] Fix gdb pretty printers to work with Python 3.
Philip Pfaffe
2018-07-09
1
-0
/
+4
*
[Power9] Add __float128 builtins for Round To Odd
Stefan Pintilie
2018-07-09
2
-0
/
+53
*
[Power9] Add __float128 builtins for Round To Odd
Stefan Pintilie
2018-07-09
6
-9
/
+138
*
[DebugInfo] Change default value of FDEPointerEncoding
Maksim Panchenko
2018-07-09
1
-1
/
+1
*
[SelectionDAG] Add VT consistency checks to the creation of ISD::FMA.
Craig Topper
2018-07-09
1
-0
/
+3
*
[OpenMP] Fix a few formatting issues
Jonathan Peyton
2018-07-09
3
-3
/
+5
*
Add bitcode compatibility test for 6.0
Steven Wu
2018-07-09
2
-0
/
+1716
*
[ASan] Minor ASan error reporting cleanup
Alex Shlyapnikov
2018-07-09
3
-100
/
+84
*
[LoopInfo] Port loop exit interfaces from Loop to LoopBase
Diego Caballero
2018-07-09
3
-77
/
+82
*
[OpenMP] Introduce hierarchical scheduling
Jonathan Peyton
2018-07-09
11
-56
/
+1522
*
[InstCombine] correct test comments; NFC
Sanjay Patel
2018-07-09
1
-2
/
+2
*
[OPENMP, NVPTX] Support several images in the executable.
Alexey Bataev
2018-07-09
1
-5
/
+6
*
[OpenMP] Restructure loop code for hierarchical scheduling
Jonathan Peyton
2018-07-09
3
-1329
/
+1434
*
[OPENMP, NVPTX] Do not globalize local variables in parallel regions.
Alexey Bataev
2018-07-09
5
-29
/
+33
*
[X86] In combineFMA, make sure we bitcast the result of isFNEG back the expec...
Craig Topper
2018-07-09
2
-1
/
+30
*
[X86][AVX] Regenerate AVX1 fast-isel tests.
Simon Pilgrim
2018-07-09
1
-1900
/
+1181
*
Retrieve a function PDB symbol correctly from nested blocks
Stella Stamenova
2018-07-09
1
-1
/
+1
*
[OpenMP] Use C++11 Atomics - barrier, tasking, and lock code
Jonathan Peyton
2018-07-09
17
-280
/
+433
*
[InstCombine] avoid extra poison when moving shift above shuffle
Sanjay Patel
2018-07-09
2
-11
/
+8
*
[dsymutil] Add support for outputting assembly
Jonas Devlieghere
2018-07-09
6
-17
/
+54
*
[BitcodeReader] Infer the correct runtime preemption for GlobalValue
Steven Wu
2018-07-09
3
-0
/
+14
*
[PPC64] Add TLS local dynamic to local exec relaxation
Zaara Syeda
2018-07-09
5
-8
/
+152
*
[InstCombine] generalize safe vector constant utility
Sanjay Patel
2018-07-09
3
-30
/
+23
*
[X86] Remove some patterns that include a bitcast of a floating point load to...
Craig Topper
2018-07-09
2
-10
/
+0
*
[X86] Remove some patterns that seems to be unreachable.
Craig Topper
2018-07-09
2
-12
/
+0
*
[X86] Remove some seemingly unnecessary AddedComplexity lines.
Craig Topper
2018-07-09
1
-8
/
+4
*
[VPlan][LV] Introduce condition bit in VPBlockBase
Diego Caballero
2018-07-09
6
-25
/
+73
*
[clangd] Support indexing MACROs.
Eric Liu
2018-07-09
3
-25
/
+147
*
[AArch64][SVE] Asm: Support for CNT(B|H|W|D) and CNTP instructions.
Sander de Smalen
2018-07-09
12
-13
/
+519
*
[CVP] Handle calls with void return value. No need to create CVPLattice state...
Xin Tong
2018-07-09
1
-0
/
+10
*
[clangd] Mark "Document Symbols" as implemented in the docs
Marc-Andre Laperle
2018-07-09
1
-1
/
+1
*
[clangd] Remove JSON library in favor of llvm/Support/JSON
Sam McCall
2018-07-09
14
-1675
/
+245
*
[Power9] Add __float128 support for compare operations
Stefan Pintilie
2018-07-09
4
-2
/
+300
*
[AArch64][SVE] Asm: Support for remaining shift instructions.
Sander de Smalen
2018-07-09
16
-74
/
+1014
*
[InstCombine] fix shuffle-of-binops transform to avoid poison/undef
Sanjay Patel
2018-07-09
2
-68
/
+110
*
[mips] Addition of the [d]rem and [d]remu instructions
Stefan Maksimovic
2018-07-09
8
-28
/
+853
*
[AArch64][SVE] Asm: Support for TBL instruction.
Sander de Smalen
2018-07-09
4
-0
/
+102
*
[llvm-mca] report an error if the assembly sequence contains an unsupported i...
Andrea Di Biagio
2018-07-09
4
-25
/
+52
*
[Support] Allow JSON serialization of Optional<T> for supported T.
Sam McCall
2018-07-09
2
-0
/
+8
*
[Support] Make JSON handle doubles and int64s losslessly
Sam McCall
2018-07-09
3
-33
/
+129
*
[clangd] Do not write comments into Preamble PCH
Ilya Biryukov
2018-07-09
2
-32
/
+12
*
[PCH] Add an option to not write comments into PCH
Ilya Biryukov
2018-07-09
2
-1
/
+9
*
[clangd] Wait for first preamble before code completion
Ilya Biryukov
2018-07-09
3
-0
/
+61
*
[Support] Fix GCC compile after r336534
Sam McCall
2018-07-09
1
-3
/
+4
*
[PM/Unswitch] Fix a nasty bug in the new PM's unswitch introduced in
Chandler Carruth
2018-07-09
2
-92
/
+499
*
Lift JSON library from clang-tools-extra/clangd to llvm/Support.
Sam McCall
2018-07-09
5
-0
/
+1563
*
[AArch64][SVE] Asm: Support for ADR instruction.
Sander de Smalen
2018-07-09
6
-16
/
+275
*
Try to fix build bot after r336524
Eric Liu
2018-07-09
1
-1
/
+1
*
[AArch64][SVE] Asm: Support for UZP and TRN instructions.
Sander de Smalen
2018-07-09
9
-0
/
+404
[next]