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
*
[PowerPC] The VK_PLT symbolref modifier is only used on 32-bit ELF. [NFC]
Sean Fertile
2020-01-09
1
-2
/
+2
*
[demangle] Copy back some NFC commits from LLVM
Erik Pilkington
2020-01-09
2
-8
/
+8
*
[TargetLowering][X86] TeachSimplifyDemandedBits to handle cases where only th...
Craig Topper
2020-01-09
2
-49
/
+67
*
[Support][NFC] Add an explicit unit test for Process::getPageSize()
Bruno Ricci
2020-01-09
1
-0
/
+38
*
[x86] add tests for 2-way splat copy; NFC
Sanjay Patel
2020-01-09
1
-0
/
+190
*
[SystemZ] Fix matching another pattern for nxgrk (PR44496)
Ulrich Weigand
2020-01-09
2
-2
/
+29
*
[lldb/SWIG] Undo incorrect substitution
Jonas Devlieghere
2020-01-09
1
-1
/
+1
*
[Support][NFC] Make some helper functions "static" in Memory.inc
Bruno Ricci
2020-01-09
2
-11
/
+3
*
[NFC,format] Sort switch cases alphabetically
Simon Moll
2020-01-09
1
-133
/
+133
*
[Support][NFC] Add a comment about the semantics of MF_HUGE_HINT flag
Bruno Ricci
2020-01-09
1
-0
/
+11
*
[Clang] Handle target-specific builtins returning aggregates.
Simon Tatham
2020-01-09
2
-3
/
+65
*
[lldb/SWIG] Fix capitalization for case sensitive file systems.
Jonas Devlieghere
2020-01-09
1
-4
/
+4
*
[clangd] Adjust diagnostic range to be inside main file
Kadir Cetinkaya
2020-01-09
2
-8
/
+43
*
[lldb/Bindings] Move bindings into their own subdirectory
Jonas Devlieghere
2020-01-09
80
-18
/
+17
*
[OpenCL][Docs] Rename C++ for OpenCL label
Sven van Haastregt
2020-01-09
1
-2
/
+3
*
Improve support of GNU mempcpy
serge-sans-paille
2020-01-09
6
-4
/
+39
*
[NFCI][LoopUnrollAndJam] Changing LoopUnrollAndJamPass to a function
Whitney Tsang
2020-01-09
8
-50
/
+70
*
[lldb/Lua] Make lldb.debugger et al available to Lua
Jonas Devlieghere
2020-01-09
10
-3
/
+89
*
[lldb/SWIG] Add missing '\' in macros again
Jonas Devlieghere
2020-01-09
1
-2
/
+2
*
[clangd] Respect `--sysroot` argument if it is set
David Goldman
2020-01-09
1
-1
/
+3
*
[libcxxabi] Allow tests to link with static libc++abi/libc++ even if the shar...
Sergej Jaskiewicz
2020-01-09
3
-3
/
+33
*
[InstCombine] Z / (1.0 / Y) => (Y * Z)
@raghesh (Raghesh Aloor)
2020-01-09
2
-2
/
+10
*
[ELF][Hexagon] Add support for IE relocations
Sid Manning
2020-01-09
3
-1
/
+103
*
TableGen: Remove unused code
Matt Arsenault
2020-01-09
1
-6
/
+0
*
AMDGPU/GlobalISel: Fix import of integer med3
Matt Arsenault
2020-01-09
6
-32
/
+646
*
AMDGPU: Eliminate more legacy codepred address space PatFrags
Matt Arsenault
2020-01-09
4
-93
/
+24
*
AMDGPU: Use new PatFrag system for d16 stores
Matt Arsenault
2020-01-09
2
-15
/
+9
*
AMDGPU: Use new PatFrag system for d16 load nodes
Matt Arsenault
2020-01-09
1
-32
/
+23
*
AMDGPU/GlobalISel: Fix import of zext of s16 op patterns
Matt Arsenault
2020-01-09
6
-15
/
+143
*
AMDGPU/GlobalISel: Add IMMPopCount xform
Matt Arsenault
2020-01-09
3
-0
/
+12
*
AMDGPU/GlobalISel: Add selectVOP3Mods_nnan
Matt Arsenault
2020-01-09
3
-0
/
+20
*
AMDGPU/GlobalISel: Add equiv xform for bitcast_fpimm_to_i32
Matt Arsenault
2020-01-09
3
-0
/
+17
*
AMDGPU/GlobalISel: Fix add of neg inline constant pattern
Matt Arsenault
2020-01-09
5
-1
/
+139
*
TableGen/GlobalISel: Fix slightly wrong generated comment
Matt Arsenault
2020-01-09
2
-2
/
+2
*
AMDGPU: Add register class to DS_SWIZZLE_B32 pattern
Matt Arsenault
2020-01-09
1
-1
/
+1
*
[ARM,MVE] Add missing IntrNoMem flag on IR intrinsics.
Simon Tatham
2020-01-09
1
-14
/
+13
*
[ARM,MVE] Fix valid immediate range for vsliq_n.
Simon Tatham
2020-01-09
2
-1
/
+94
*
IR: remove "else" after "return". NFCI.
Tim Northover
2020-01-09
1
-2
/
+2
*
[OPENMP]Remove unused code, NFC.
Alexey Bataev
2020-01-09
2
-102
/
+2
*
[DAGCombiner] reduce extract subvector of concat
Sanjay Patel
2020-01-09
4
-74
/
+45
*
[Concepts] Fix failing test on Windows
Saar Raz
2020-01-09
1
-3
/
+2
*
[InstSimplify] select Cond, true, false --> Cond
Sanjay Patel
2020-01-09
2
-6
/
+12
*
[ARM][MVE] MVE-I should not be disabled by -mfpu=none
Momchil Velikov
2020-01-09
12
-61
/
+82
*
[InstCombine] Use minimal FMF in testcase for Z / (1.0 / Y) => (Y * Z); NFC
Sanjay Patel
2020-01-09
1
-2
/
+2
*
[lldb] Modernize OptionValue::SetValueChangedCallback
Pavel Labath
2020-01-09
10
-132
/
+70
*
[mlir] fix test failure in EDSC/builder-api-test
Hiroshi Inoue
2020-01-09
1
-3
/
+4
*
[Concepts] Function trailing requires clauses
Saar Raz
2020-01-09
61
-469
/
+2109
*
[NFC][ARM] LowOverheadLoop comments
Sam Parker
2020-01-09
1
-0
/
+16
*
Fix "pointer is null" static analyzer warning. NFCI.
Simon Pilgrim
2020-01-09
1
-1
/
+1
*
Fix "pointer is null" static analyzer warning. NFCI.
Simon Pilgrim
2020-01-09
1
-4
/
+3
[next]