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
*
[WebAssembly] Compile all TLS on Emscripten as local-exec
Guanzhong Chen
2019-07-16
3
-2
/
+96
*
[TableGen] Add "getOperandType" to get operand types from opcode/opidx
Justin Bogner
2019-07-16
2
-4
/
+97
*
Add REQUIRES: x86 to safeseh-no.s test for x86
Reid Kleckner
2019-07-16
1
-0
/
+1
*
[WebAssembly] Implement thread-local storage (local-exec model)
Guanzhong Chen
2019-07-16
18
-47
/
+413
*
AMDGPU: Partially revert r366250
Matt Arsenault
2019-07-16
1
-5
/
+2
*
[ORC][docs] Fix an RST error: the code-block directive needs a newline after it.
Lang Hames
2019-07-16
1
-0
/
+1
*
[ORC][docs] Trim ORCv1 to ORCv2 transition section, add a how-to section.
Lang Hames
2019-07-16
1
-121
/
+288
*
[x86] use more phadd for reductions
Sanjay Patel
2019-07-16
4
-56
/
+86
*
[clang-format] Don't detect call to ObjC class method as C++11 attribute spec...
Ben Hamilton
2019-07-16
2
-1
/
+11
*
[NFC][ScopBuilder] Move addUserContext to ScopBuilder
Dominik Adamski
2019-07-16
4
-47
/
+48
*
[clang-tidy] initial version of readability-convert-member-functions-to-static
Matthias Gehre
2019-07-16
8
-0
/
+451
*
DWARF: Skip zero column for inline call sites
David Blaikie
2019-07-16
2
-2
/
+7
*
[libcxx] Rejigger test for destroying delete feature-test macros
Louis Dionne
2019-07-16
1
-4
/
+13
*
[NFC][ScopBuilder] Move buildAliasChecks and its implementing methods to Scop...
Dominik Adamski
2019-07-16
4
-402
/
+420
*
[Symbol] Remove unused fields from ClangASTContext
Alex Langford
2019-07-16
1
-2
/
+0
*
[NFC][ScopBuilder] Move addRecordedAssumption to ScopBuilder
Dominik Adamski
2019-07-16
4
-56
/
+67
*
[libc++] Add missing UNSUPPORTED for CTAD tests
Louis Dionne
2019-07-16
2
-0
/
+2
*
[TSan] Improve handling of stack pointer mangling in {set,long}jmp, pt.6
Julian Lettner
2019-07-16
1
-45
/
+44
*
AMDGPU/GlobalISel: Select G_ASHR
Matt Arsenault
2019-07-16
7
-72
/
+680
*
AMDGPU/GlobalISel: Select G_LSHR
Matt Arsenault
2019-07-16
6
-4
/
+703
*
[PowerPC][HTM] Fix impossible reg-to-reg copy assert with ttest builtin
Jinsong Ji
2019-07-16
2
-1
/
+33
*
AMDGPU/GlobalISel: Select G_SHL
Matt Arsenault
2019-07-16
6
-4
/
+702
*
[GWP-ASan] Add thread ID to PRNG seed.
Mitch Phillips
2019-07-16
2
-5
/
+7
*
[AMDGPU] Change register type for v32 vectors
Stanislav Mekhanoshin
2019-07-16
2
-2
/
+31
*
Fix -Wreturn-type warning. NFC.
Michael Liao
2019-07-16
1
-0
/
+1
*
AMDGPU: Fix some missing GCCBuiltin declarations
Matt Arsenault
2019-07-16
1
-24
/
+32
*
AMDGPU/GlobalISel: Fix selection of private stores
Matt Arsenault
2019-07-16
2
-6
/
+287
*
AMDGPU/GlobalISel: Select private loads
Matt Arsenault
2019-07-16
4
-1
/
+1305
*
Fix LLDB Windows build Python version logic after r366243
Reid Kleckner
2019-07-16
1
-0
/
+1
*
AMDGPU/GlobalISel: Select flat stores
Matt Arsenault
2019-07-16
8
-54
/
+1650
*
Mark new test as requiring an x86 backend for LTO native object generation
Reid Kleckner
2019-07-16
1
-0
/
+2
*
Fix linkrepro.test after safeseh:no change
Reid Kleckner
2019-07-16
1
-0
/
+6
*
[CMake] Fail when Python interpreter doesn't match Python libraries version
Jonas Devlieghere
2019-07-16
1
-3
/
+6
*
AMDGPU: Add register classes to flat store patterns
Matt Arsenault
2019-07-16
1
-25
/
+25
*
[IndVars] Speculative fix for an assertion failure seen in bots
Philip Reames
2019-07-16
1
-1
/
+6
*
AMDGPU: Replace store PatFrags
Matt Arsenault
2019-07-16
2
-14
/
+34
*
[COFF] Implement /safeseh:no and check @feat.00 flags by default
Reid Kleckner
2019-07-16
32
-74
/
+118
*
AMDGPU/GlobalISel: Select flat loads
Matt Arsenault
2019-07-16
9
-65
/
+3459
*
Teach `llvm-pdbutil pretty -native` about `-injected-sources`
Nico Weber
2019-07-16
12
-21
/
+383
*
[AMDGPU] Optimize atomic max/min
Jay Foad
2019-07-16
2
-36
/
+249
*
AMDGPU: Redefine load PatFrags
Matt Arsenault
2019-07-16
4
-76
/
+105
*
[pstl] Use std::transform_reduce instead of hand-rolled implementation
Louis Dionne
2019-07-16
1
-5
/
+1
*
[NFC] Fix -Wreorder warning in TBB backend
Louis Dionne
2019-07-16
1
-2
/
+2
*
fix unnamed fiefield issue and add tests for __builtin_preserve_access_index ...
Yonghong Song
2019-07-16
4
-2
/
+212
*
AMDGPU: Fix missing immarg for mfma intrinsics
Matt Arsenault
2019-07-16
2
-20
/
+63
*
[OpenMP] Move header inclusion out of 'extern "C"'
Jonas Hahnfeld
2019-07-16
1
-2
/
+3
*
Removed -mno-omit-leaf-frame-pointer from flags.
Mitch Phillips
2019-07-16
2
-6
/
+0
*
[CMake] Add Apple-lldb-Xcode.cmake cache that avoids install options
Stefan Granitz
2019-07-16
1
-0
/
+4
*
[TSan] Improve handling of stack pointer mangling in {set,long}jmp, pt.10
Julian Lettner
2019-07-16
2
-64
/
+0
*
[OPENMP][NVPTX]Fixed checks for cuda versions.
Alexey Bataev
2019-07-16
1
-2
/
+4
[next]