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] Fix bundle scheduling
Stanislav Mekhanoshin
2020-01-09
19
-31
/
+92
*
[lldb] Remove spurious file
Jonas Devlieghere
2020-01-09
1
-51
/
+0
*
AVR: Update for getRegisterByName change
Matt Arsenault
2020-01-09
2
-3
/
+3
*
When diagnosing the lack of a viable conversion function, also list
Richard Smith
2020-01-09
21
-172
/
+204
*
[mlir] Use getDenseElementBitwidth instead of Type::getElementTypeBitWidth.
River Riddle
2020-01-09
2
-1
/
+12
*
[lldb/Lua] Add lua typemaps for INOUT params
Jonas Devlieghere
2020-01-09
2
-0
/
+2
*
TableGen/GlobalISel: Fix pattern matching of immarg literals
Matt Arsenault
2020-01-09
8
-30
/
+140
*
TableGen/GlobalISel: Add way for SDNodeXForm to work on timm
Matt Arsenault
2020-01-09
14
-38
/
+234
*
GlobalISel: Handle llvm.read_register
Matt Arsenault
2020-01-09
7
-2
/
+59
*
DAG: Don't use unchecked dyn_cast
Matt Arsenault
2020-01-09
1
-4
/
+4
*
GlobalISel: Fix else after return
Matt Arsenault
2020-01-09
1
-3
/
+9
*
CodeGen: Use LLT instead of EVT in getRegisterByName
Matt Arsenault
2020-01-09
22
-27
/
+32
*
[AArch64][GlobalISel] Implement selection of <2 x float> vector splat.
Amara Emerson
2020-01-09
5
-13
/
+107
*
[mlir] add a missing dependency for Linalg conversion
Eric Schweitz
2020-01-09
1
-0
/
+1
*
[mlir] mlir-cpu-runner test's cblas_interface should export functions on Windows
Kern Handa
2020-01-09
5
-7
/
+66
*
Add builtins for aligning and checking alignment of pointers and integers
Alex Richardson
2020-01-09
13
-11
/
+1025
*
Add gdb pretty printer for MutableArrayRef, remove ConstArrayRef.
Christian Sigg
2020-01-09
1
-1
/
+1
*
GlobalISel: Move getLLTForMVT/getMVTForLLT
Matt Arsenault
2020-01-09
4
-22
/
+26
*
TableGen/GlobalISel: Address fixme
Matt Arsenault
2020-01-09
3
-6
/
+14
*
GlobalISel: Don't assert on MoreElements creating vectors
Matt Arsenault
2020-01-09
1
-5
/
+7
*
AMDGPU/GlobalISel: Fix argument lowering for vectors of pointers
Matt Arsenault
2020-01-09
2
-16
/
+134
*
AMDGPU/GlobalISel: Widen 16-bit shift amount sources
Matt Arsenault
2020-01-09
4
-81
/
+96
*
phab doc: Replace or remove references to svn
Sylvestre Ledru
2020-01-09
1
-7
/
+6
*
phab doc: also document 'arc land'
Sylvestre Ledru
2020-01-09
1
-0
/
+6
*
phab doc: remove the svn section
Sylvestre Ledru
2020-01-09
1
-14
/
+0
*
[clangd] Handle DeducedTemplateSpecializationType in TargetFinder
Nathan Ridge
2020-01-09
2
-1
/
+40
*
[clang-tidy] Refresh the add_new_check.py now that we use a table + autofix
Sylvestre Ledru
2020-01-09
1
-12
/
+67
*
[libc++] Explicitly enumerate std::string external instantiations.
Eric Fiselier
2020-01-09
4
-4
/
+62
*
[mlir] NFC: Move the state for managing SSA value names out of OperationPrint...
River Riddle
2020-01-09
1
-510
/
+571
*
MipsDelaySlotFiller: Update registers def-uses for BUNDLE instructions
Alex Richardson
2020-01-09
2
-2
/
+114
*
Re-apply "[ELF] Allow getErrPlace() to work before Out::bufferStart is set"
Alex Richardson
2020-01-09
2
-6
/
+12
*
[X86] Add ueq/one fp128 quiet compare tests. NFC
Craig Topper
2020-01-09
2
-2
/
+230
*
[GlobalISel][AArch64] Import + select LDR*roW and STR*roW patterns
Jessica Paquette
2020-01-09
4
-46
/
+665
*
[clang] Enforce triple in mempcpy test
serge-sans-paille
2020-01-09
1
-1
/
+1
*
[ms] [X86] Use "P" modifier on all branch-target operands in inline X86 assem...
Eric Astor
2020-01-09
10
-97
/
+101
*
[X86] AMD Znver2 (Rome) Scheduler enablement
Ganesh Gopalasubramanian
2020-01-10
59
-8
/
+14151
*
[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
[next]