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
*
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
*
[AMDGPU] Add the adjusted FP as a livein register.
Michael Liao
2019-07-16
4
-34
/
+91
*
[Strict FP] Allow more relaxed scheduling
Ulrich Weigand
2019-07-16
3
-97
/
+186
*
Revert "[swig] Add workaround for old swig"
Jonas Devlieghere
2019-07-16
1
-5
/
+0
*
[OPENMP]Fix threadid in __kmpc_omp_taskwait call for dependent target calls.
Alexey Bataev
2019-07-16
2
-5
/
+67
*
Revert [tools] [llvm-nm] Default to reading from stdin not a.out
Alex Brachet
2019-07-16
3
-43
/
+4
*
Add missing test for r366215
Amara Emerson
2019-07-16
1
-0
/
+71
*
[Remarks] Simplify and refactor the RemarkParser interface
Francis Visoiu Mistrih
2019-07-16
15
-493
/
+485
*
[Remarks][NFC] Combine ParserFormat and SerializerFormat
Francis Visoiu Mistrih
2019-07-16
13
-52
/
+100
*
[ADCE] Fix non-deterministic behaviour due to iterating over a pointer set.
Amara Emerson
2019-07-16
1
-3
/
+8
*
[DAGCombiner] fold (addcarry (xor a, -1), b, c) -> (subcarry b, a, !c) and fl...
Amaury Sechet
2019-07-16
3
-38
/
+41
*
[SWIG] Deprecate SWIG 1.x
Jonas Devlieghere
2019-07-16
1
-0
/
+5
*
[OpenCL] Fixing sampler initialisations for C++ mode.
Neil Hickey
2019-07-16
3
-12
/
+17
*
[OPENMP]Add support for analysis of if clauses.
Alexey Bataev
2019-07-16
28
-241
/
+497
*
AMDGPU/GlobalISel: Fix test failures in release build
Matt Arsenault
2019-07-16
15
-466
/
+406
*
[llvm-ar][test] Add to llvm-ar test coverage
Owen Reynolds
2019-07-16
3
-0
/
+252
*
[pstl] Fix compilation with TBB backend
Louis Dionne
2019-07-16
1
-8
/
+8
*
[clangd] Added highlighting for the targets in typedefs and using.
Johan Vikstrom
2019-07-16
2
-4
/
+27
*
Reapply [llvm-ar][test] Increase llvm-ar test coverage
Owen Reynolds
2019-07-16
9
-18
/
+413
*
remove a duplicate declaration
Sylvestre Ledru
2019-07-16
1
-3
/
+0
*
Document the LLVM_ENABLE_BINDINGS option
Sylvestre Ledru
2019-07-16
1
-0
/
+6
*
[Object/llvm-readelf/llvm-readobj] - Improve error reporting when e_shstrndx ...
George Rimar
2019-07-16
6
-12
/
+65
[next]