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
*
[AArch64] PredictableSelectIsExpensive for Vulcan.
Pankaj Gode
2016-07-19
1
-0
/
+1
*
Add support for tlsldm assembler operator to ARM target
Peter Smith
2016-07-19
2
-4
/
+13
*
[AARCH64] Fix linu triple typo
Simon Pilgrim
2016-07-19
1
-1
/
+1
*
Add support of the latest Ubuntu (Yakkety Yak - 16.10)
Sylvestre Ledru
2016-07-19
1
-1
/
+3
*
Fix for failing bot sanitizer-x86_64-linux-fast after r275970
Dmitry Polukhin
2016-07-19
1
-3
/
+1
*
[AARCH64] Enable AARCH64 lit tests on windows dev machines
Simon Pilgrim
2016-07-19
177
-212
/
+193
*
Fix build with gcc 6.
Rafael Espindola
2016-07-19
4
-11
/
+11
*
Get rid of VS2015 operator precedence warning. NFCI.
Simon Pilgrim
2016-07-19
1
-1
/
+1
*
Deprecated (legacy) string literal conversion to 'char *' causes strange over...
Dmitry Polukhin
2016-07-19
3
-4
/
+16
*
GPGPU: Disable invariant load hoisting for GPU code generation
Tobias Grosser
2016-07-19
1
-0
/
+5
*
[mips][ias] R_MIPS_GOT_(PAGE|OFST) do not need symbols
Daniel Sanders
2016-07-19
2
-9
/
+35
*
[mips] Correct label prefixes for N32 and N64.
Daniel Sanders
2016-07-19
35
-280
/
+400
*
[mips] Recognise the triple used by Debian stretch for mips64el.
Daniel Sanders
2016-07-19
2
-2
/
+6
*
[ELF] Minimal PHDRS parser and section to segment assignment support
Eugene Leviant
2016-07-19
5
-66
/
+343
*
[InstCombine] Minor cleanup of cast simplification code [NFC]
Tobias Grosser
2016-07-19
3
-60
/
+76
*
Style: drop some unnecessary ';' [NFC]
Tobias Grosser
2016-07-19
3
-7
/
+7
*
test: Add missing 'REQUIRES' line
Tobias Grosser
2016-07-19
1
-0
/
+2
*
Reformat comment from 3 to 2 lines. NFC.
George Rimar
2016-07-19
1
-2
/
+1
*
test: Add missing 'REQUIRES' line
Tobias Grosser
2016-07-19
1
-0
/
+2
*
Fixed comment. NFC.
George Rimar
2016-07-19
1
-1
/
+1
*
[clang-rename] add support for overridden functions
Kirill Bobyrev
2016-07-19
1
-42
/
+102
*
GPGPU: Emit in-kernel synchronization statements
Tobias Grosser
2016-07-19
2
-0
/
+54
*
GPGPU: generate control flow within the kernel
Tobias Grosser
2016-07-19
4
-9
/
+35
*
GPGPU: add scop parameters to kernel arguments
Tobias Grosser
2016-07-19
2
-1
/
+57
*
GPGPU: add host iterators to kernel arguments
Tobias Grosser
2016-07-19
2
-1
/
+26
*
GPGPU: add intrinsic functions to obtain a kernels thread and block ids
Tobias Grosser
2016-07-19
3
-0
/
+75
*
GPGPU: create kernel function skeleton
Tobias Grosser
2016-07-19
2
-7
/
+229
*
[driver][mips] Remove empty folder from test inputs
Simon Atanasyan
2016-07-19
0
-0
/
+0
*
AVX-512: Fixed BT instruction selection.
Elena Demikhovsky
2016-07-19
3
-477
/
+139
*
[driver][mips] Support MIPS targets in modern Android NDK
Simon Atanasyan
2016-07-19
29
-41
/
+121
*
[esan|wset] Fix flaky sampling tests
Derek Bruening
2016-07-19
8
-18
/
+42
*
[OPENMP] Removed loop statement as its body executes at most once, NFC.
Alexey Bataev
2016-07-19
1
-10
/
+4
*
[esan] Fix sideline thread flaky assert
Derek Bruening
2016-07-19
1
-1
/
+8
*
[OPENMP] Improved processing of 'priority' clause, NFC.
Alexey Bataev
2016-07-19
1
-3
/
+1
*
Ignore clang-module-cache directories that may be created
Jason Molenda
2016-07-19
1
-0
/
+2
*
clang-rename: fix referenced variable in vim-script
Saleem Abdulrasool
2016-07-19
1
-1
/
+1
*
[AVX512] Give priority to EVEX encoded PSHUFB over the VEX versions.
Craig Topper
2016-07-19
2
-8
/
+18
*
[X86] Remove superfluous parameter from a multiclass. All instantiations pass...
Craig Topper
2016-07-19
1
-9
/
+8
*
[MemorySSA] Update to the new shiny walker.
George Burgess IV
2016-07-19
4
-311
/
+838
*
[X86] Rename VINSERTzrr to use a capital Z to match other instructions. NFC
Craig Topper
2016-07-19
2
-4
/
+4
*
Retry: [llvm-profdata] Speed up merging by using a thread pool
Vedant Kumar
2016-07-19
6
-23
/
+197
*
Revert "[llvm-profdata] Speed up merging by using a thread pool"
Vedant Kumar
2016-07-19
6
-195
/
+23
*
Recommit the patch "Use uniforms set to populate VecValuesToIgnore".
Wei Mi
2016-07-19
6
-66
/
+136
*
AMDGPU/SI: Fix SI scheduler refcount issue
Matt Arsenault
2016-07-19
1
-0
/
+3
*
AMDGPU: Expand register indexing pseudos in custom inserter
Matt Arsenault
2016-07-19
11
-712
/
+581
*
[Kaleidoscope][BuildingAJIT] More work on the text for Chapter 3.
Lang Hames
2016-07-19
1
-33
/
+46
*
[LoopReroll] Reroll loops with unordered atomic memory accesses
Sanjoy Das
2016-07-19
2
-7
/
+138
*
Append clang system include path for offloading tool chains.
Samuel Antao
2016-07-19
1
-1
/
+19
*
[OpenMP] Remove dead code in conditional of mappable expressions SEMA.
Samuel Antao
2016-07-18
1
-4
/
+4
*
TableGen: Allow custom register operand decoder method
Matt Arsenault
2016-07-18
2
-29
/
+37
[next]