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 "Revert "[hwasan] Android: Switch from TLS_SLOT_TSAN(8) to TLS_SLOT_SA...
Evgeniy Stepanov
2019-01-05
2
-3
/
+5
*
[gn build] Add build file for DebugInfoPDBTests
Nico Weber
2019-01-05
3
-4
/
+37
*
[Driver] Some more cleanup. NFC
Jonas Devlieghere
2019-01-05
2
-34
/
+35
*
Bring back the pthread_create interceptor, but only on non-aarch64.
Peter Collingbourne
2019-01-04
1
-0
/
+14
*
Disable system-allocator-fallback.cc test on Android O and earlier.
Peter Collingbourne
2019-01-04
2
-0
/
+6
*
[sanitizer] Reduce stack depot size on Android.
Evgeniy Stepanov
2019-01-04
2
-2
/
+2
*
[PGO] Use SourceFileName rather module name in PGOFuncName
Rong Xu
2019-01-04
1
-5
/
+6
*
[OpenMP] Refactor const restriction for linear
Joel E. Denny
2019-01-04
16
-43
/
+35
*
[OpenMP] Refactor const restriction for reductions
Joel E. Denny
2019-01-04
34
-480
/
+480
*
[OpenMP] Replace predetermined shared for const variable
Joel E. Denny
2019-01-04
40
-376
/
+439
*
[LLD][COFF] Fix file/line retrieval when a undefined symbol is to be printed
Alexandre Ganea
2019-01-04
2
-7
/
+173
*
[X86] Fix warning; NFC
Nikita Popov
2019-01-04
1
-1
/
+1
*
Update the pr_datasz of .note.gnu.property section.
Vyacheslav Zakharin
2019-01-04
2
-5
/
+5
*
[BDCE] Remove dead uses of arguments
Nikita Popov
2019-01-04
4
-48
/
+52
*
[AArch64] Adjust the cost model for Exynos M3
Evandro Menezes
2019-01-04
1
-38
/
+39
*
Fix default-function-attr.c so that it works on Windows.
Peter Collingbourne
2019-01-04
1
-1
/
+1
*
[X86] Add INSERT_SUBVECTOR to ComputeNumSignBits
Craig Topper
2019-01-04
2
-29
/
+45
*
[OPENMP][NVPTX]General formatting/code improvement, NFC.
Alexey Bataev
2019-01-04
10
-81
/
+57
*
[x86] add tests for potential horizontal vector ops; NFC
Sanjay Patel
2019-01-04
1
-0
/
+629
*
hwasan: Implement lazy thread initialization for the interceptor ABI.
Peter Collingbourne
2019-01-04
13
-33
/
+106
*
[Scalar] Simplify comparison operators and add coverage.
Davide Italiano
2019-01-04
2
-92
/
+21
*
hwasan: Use system allocator to realloc and free untagged pointers in interce...
Peter Collingbourne
2019-01-04
8
-14
/
+106
*
[HIP][DRIVER][OFFLOAD] Do not unbundle unsupported file types
Aaron Enye Shi
2019-01-04
1
-0
/
+1
*
[HIP][DRIVER][OFFLOAD] Do not unbundle unsupported file types
Aaron Enye Shi
2019-01-04
2
-0
/
+23
*
[ThinLTO] Clang changes to utilize new pass to handle chains of aliases
Teresa Johnson
2019-01-04
2
-2
/
+10
*
[ThinLTO] Handle chains of aliases
Teresa Johnson
2019-01-04
10
-7
/
+192
*
[ObjCARC] Add an new attribute, objc_externally_retained
Erik Pilkington
2019-01-04
16
-57
/
+500
*
[x86] lower extracted fadd/fsub to horizontal vector math; 2nd try
Sanjay Patel
2019-01-04
3
-298
/
+647
*
[CodeExtractor] Do not extract unsafe lifetime markers
Vedant Kumar
2019-01-04
5
-16
/
+166
*
[InstCombine] reduce raw IR narrowing rotate patterns to funnel shift
Sanjay Patel
2019-01-04
2
-93
/
+22
*
[gn build] Merge r350351
Nico Weber
2019-01-04
1
-0
/
+1
*
[gn build] Commit change that should have been in r350410.
Nico Weber
2019-01-04
1
-1
/
+1
*
[OPENMP][NVPTX]Use new functions from the runtime library.
Alexey Bataev
2019-01-04
12
-54
/
+67
*
Add two new pragmas for controlling software pipelining optimizations.
Aaron Ballman
2019-01-04
12
-35
/
+280
*
[gn build] Add even more build files for LLVM unittests
Nico Weber
2019-01-04
10
-11
/
+234
*
[gn build] Add more build files for LLVM unittests
Nico Weber
2019-01-04
11
-10
/
+195
*
[gn build] Start adding build files for LLVM unittests
Nico Weber
2019-01-04
13
-3
/
+317
*
[gn build] Add check-llvm target and make it work
Nico Weber
2019-01-04
6
-64
/
+322
*
[gn build] Add build file for libLTO.dylib
Nico Weber
2019-01-04
2
-1
/
+45
*
[LICM] Adjust how moving the re-hoist point works
John Brawn
2019-01-04
2
-3
/
+168
*
[gn build] Add build files for llvm/lib/{LineEditor,Testing/Support,TextAPI}
Nico Weber
2019-01-04
6
-2
/
+58
*
Undo r350355 "[X86] Remove terrible DX Register parsing hack in parse operand...
Nirav Dave
2019-01-04
2
-5
/
+18
*
[OPENMP][NVPTX]Improve performance + reduce number of used registers.
Alexey Bataev
2019-01-04
13
-83
/
+124
*
Refactor the way we handle diagnosing unused expression results.
Aaron Ballman
2019-01-04
21
-122
/
+196
*
[CostModel][X86] Fix SSE1 FADD/FSUB costs
Simon Pilgrim
2019-01-04
2
-2
/
+14
*
Revert patches 348835 and 348571 because they're
Ranjeet Singh
2019-01-04
3
-32
/
+20
*
[CostModel][X86] Add SSE1 fp cost tests
Simon Pilgrim
2019-01-04
1
-40
/
+184
*
Fix typo: "with he MODULE" -> "with the MODULE"
Mark Searles
2019-01-04
1
-1
/
+1
*
[X86] Add VPSLLI/VPSRLI ((X >>u C1) << C2) SimplifyDemandedBits combine
Simon Pilgrim
2019-01-04
3
-43
/
+26
*
Prevent unreachable when checking invalid multiversion decls.
Erich Keane
2019-01-04
2
-0
/
+17
[next]