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
*
[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
*
AMDGPU: Fix test name and broken CHECK-LABEL
Matt Arsenault
2016-07-18
1
-6
/
+3
*
[utils] Generate html reports with the code coverage utility script
Vedant Kumar
2016-07-18
1
-19
/
+31
*
[OpenMP] Fix incorrect diagnostics in map clause
Kelvin Li
2016-07-18
5
-16
/
+40
*
Fix some minor issues found by Coverity.
Richard Smith
2016-07-18
3
-2
/
+6
*
[Coverage] Remove '..' from filenames *after* getting an absolute path
Vedant Kumar
2016-07-18
2
-5
/
+16
*
Fix -Wreturn-type with gcc 4.8 and libc++
Matt Arsenault
2016-07-18
1
-1
/
+1
*
[llvm-profdata] Speed up merging by using a thread pool
Vedant Kumar
2016-07-18
6
-23
/
+195
*
[NVPTX] Make sure we adjust alignment at all call sites
Artem Belevich
2016-07-18
2
-2
/
+12
*
[PM] Convert Loop Strength Reduce pass to new PM
Dehao Chen
2016-07-18
5
-24
/
+84
*
Update doxygen description for `WriteBitcodeToFile()` API (NFC)
Mehdi Amini
2016-07-18
1
-2
/
+5
*
[PM] Port FunctionImport Pass to new PM
Teresa Johnson
2016-07-18
7
-47
/
+72
*
Revert rL275912.
Wei Mi
2016-07-18
5
-133
/
+63
*
Add missing headers after header cleanup in r275882.
Chaoren Lin
2016-07-18
1
-0
/
+2
*
[Coverage] Normalize '..' out of filename strings
Vedant Kumar
2016-07-18
2
-8
/
+21
*
Use uniforms set to populate VecValuesToIgnore.
Wei Mi
2016-07-18
5
-63
/
+133
*
refactor SimplifySelectInst; NFCI
Sanjay Patel
2016-07-18
1
-97
/
+115
*
Write isUInt using template specializations to work around an incorrect MSVC ...
Justin Lebar
2016-07-18
1
-4
/
+15
*
add tests for missed sext transform
Sanjay Patel
2016-07-18
1
-0
/
+26
*
[Sema] Create a separate group for incompatible function pointer warning
Bruno Cardoso Lopes
2016-07-18
6
-7
/
+46
*
Add missing header in ClangFuzzer (after r275882 cleanup)
Mehdi Amini
2016-07-18
1
-0
/
+1
*
Allow iOS and tvOS version numbers with 2-digit major version numbers.
Bob Wilson
2016-07-18
3
-10
/
+25
*
Bump version # to 4.0.0
Marshall Clow
2016-07-18
1
-1
/
+1
*
build_llvm_package.bat: update version to 4.0.0
Hans Wennborg
2016-07-18
1
-2
/
+2
*
[interception] Remove extra whitespace to appease linters (NFC)
Vedant Kumar
2016-07-18
1
-2
/
+2
*
auto-generate checks
Sanjay Patel
2016-07-18
1
-39
/
+64
*
Revert r273099 "If the revision number starts with r, drop it. It will get ad...
Hans Wennborg
2016-07-18
1
-1
/
+1
*
[Driver] Compute effective target triples once per job (NFCI)
Vedant Kumar
2016-07-18
11
-192
/
+354
*
[Driver] Make Driver::DefaultTargetTriple private (NFCI)
Vedant Kumar
2016-07-18
2
-6
/
+6
*
[NVPTX] Force minimum alignment of 4 for byval arguments of device-side funct...
Artem Belevich
2016-07-18
3
-6
/
+31
[next]