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
path:
root
/
llvm
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add nonlazybind to objc_retain/objc_release when converting from intrinsics.
Pete Cooper
2018-12-18
1
-3
/
+10
*
Rewrite objc intrinsics to runtime methods in PreISelIntrinsicLowering instea...
Pete Cooper
2018-12-18
2
-52
/
+112
*
DebugInfo: Fix missing local imported entities after r349207
David Blaikie
2018-12-18
1
-3
/
+3
*
Add FMF management to common fp intrinsics in GlobalIsel
Michael Berg
2018-12-18
1
-22
/
+50
*
[MIPS GlobalISel] Select G_SDIV, G_UDIV, G_SREM and G_UREM
Petar Avramovic
2018-12-18
1
-9
/
+9
*
[SelectionDAG][X86] Fix [US](ADD|SUB)SAT vector legalization, add tests
Nikita Popov
2018-12-18
2
-2
/
+6
*
[MIPS GlobalISel] ClampScalar G_AND G_OR and G_XOR
Petar Avramovic
2018-12-18
1
-2
/
+5
*
[AArch64] - Return address signing dwarf support
Luke Cheeseman
2018-12-18
6
-0
/
+15
*
[TargetLowering] Fallback from SimplifyDemandedVectorElts to SimplifyDemanded...
Simon Pilgrim
2018-12-18
1
-1
/
+8
*
GlobalISel: Improve crash on invalid mapping
Matt Arsenault
2018-12-18
1
-1
/
+1
*
[codeview] Update comment on aligning symbol records
Reid Kleckner
2018-12-18
1
-2
/
+4
*
[codeview] Align symbol records to save 441MB during linking clang.pdb
Reid Kleckner
2018-12-18
1
-0
/
+1
*
Recommit r348806: DebugInfo: Use symbol difference for CU length to simplify ...
David Blaikie
2018-12-18
3
-1
/
+15
*
[SDAG] Clarify the origin of chain in REG_SEQUENCE in comment, NFC
Krzysztof Parzyszek
2018-12-17
1
-1
/
+3
*
[SelectionDAG] Fix noop detection for vectors in AssertZext/AssertSext in get...
Craig Topper
2018-12-17
1
-2
/
+2
*
NFC: remove unused variable
JF Bastien
2018-12-17
1
-1
/
+0
*
[TargetLowering] Add DemandedElts mask to SimplifyDemandedBits (PR40000)
Simon Pilgrim
2018-12-17
1
-42
/
+120
*
FastIsel: take care to update iterators when removing instructions.
Tim Northover
2018-12-17
1
-0
/
+9
*
[MIPS GlobalISel] Lower G_UADDE and narrowScalar G_ADD
Petar Avramovic
2018-12-17
1
-0
/
+18
*
[DAGCombiner] allow hoisting vector bitwise logic ahead of truncates
Sanjay Patel
2018-12-16
1
-5
/
+2
*
[SelectionDAG] Add FSHL/FSHR support to computeKnownBits
Simon Pilgrim
2018-12-16
2
-2
/
+37
*
[CodeGen] Enhance machine PHIs optimization
Dinar Temirbulatov
2018-12-15
1
-6
/
+11
*
[TargetLowering] Add ISD::OR + ISD::XOR handling to SimplifyDemandedVectorElts
Simon Pilgrim
2018-12-15
1
-0
/
+2
*
DebugInfo: Avoid using split DWARF when the split unit would be empty.
David Blaikie
2018-12-14
3
-33
/
+45
*
[codeview] Add begin/endSymbolRecord helpers, NFC
Reid Kleckner
2018-12-14
2
-138
/
+84
*
DebugInfo: Move addAddrBase from DwarfUnit to DwarfCompileUnit
David Blaikie
2018-12-14
4
-12
/
+12
*
[GlobalISel] LegalizerHelper: Implement fewerElementsVector for G_LOAD/G_STORE
Volkan Keles
2018-12-14
1
-2
/
+44
*
[SDAG] Ignore chain operand in REG_SEQUENCE when emitting instructions
Krzysztof Parzyszek
2018-12-14
1
-0
/
+4
*
[globalisel][combiner] Make the CombinerChangeObserver a MachineFunction::Del...
Daniel Sanders
2018-12-14
5
-33
/
+116
*
Implement -frecord-command-line (-frecord-gcc-switches)
Scott Linder
2018-12-14
2
-0
/
+34
*
[RegAllocGreedy] IMPLICIT_DEF values shouldn't prefer registers
John Brawn
2018-12-14
1
-1
/
+4
*
[DAGCombiner][X86] Prevent visitSIGN_EXTEND from returning N when (sext (setc...
Craig Topper
2018-12-14
1
-15
/
+18
*
[macho] save the SDK version stored in module metadata into the version min and
Alex Lorenz
2018-12-14
1
-1
/
+1
*
[DAGCombiner] clean up visitEXTRACT_VECTOR_ELT
Sanjay Patel
2018-12-14
1
-138
/
+129
*
[MachO][TLOF] Add support for local symbols in the indirect symbol table
Francis Visoiu Mistrih
2018-12-13
1
-3
/
+22
*
[DAGCombiner] after simplifying demanded elements of vector operand of extrac...
Sanjay Patel
2018-12-13
1
-1
/
+6
*
revert rL349051: [DAGCombiner] after simplifying demanded elements of vector ...
Sanjay Patel
2018-12-13
1
-6
/
+1
*
[DAGCombiner] after simplifying demanded elements of vector operand of extrac...
Sanjay Patel
2018-12-13
1
-1
/
+6
*
[mir] Fix uninitialized variable in r349035 noticed by clang-atom-d525-fedora...
Daniel Sanders
2018-12-13
1
-1
/
+1
*
[mir] Serialize DILocation inline when not possible to use a metadata reference
Daniel Sanders
2018-12-13
3
-4
/
+117
*
[DAGCombine] Moved X86 rotate_amount % bitwidth == 0 early out to DAGCombiner
Simon Pilgrim
2018-12-13
1
-0
/
+7
*
[TargetLowering] Add ISD::ROTL/ROTR vector expansion
Simon Pilgrim
2018-12-13
3
-40
/
+62
*
[CodeGen] Allow mempcy/memset to generate small overlapping stores.
Clement Courbet
2018-12-13
1
-5
/
+3
*
[globalisel] Add GISelChangeObserver::changingInstr()
Daniel Sanders
2018-12-12
3
-6
/
+37
*
[globalisel] Rename GISelChangeObserver's erasedInstr() to erasingInstr() and...
Daniel Sanders
2018-12-12
3
-9
/
+7
*
[SelectionDAG] Add a generic isSplatValue function
Simon Pilgrim
2018-12-12
1
-0
/
+96
*
[TargetLowering] Add ISD::AND handling to SimplifyDemandedVectorElts
Simon Pilgrim
2018-12-12
1
-0
/
+16
*
[Intrinsic] Signed Fixed Point Multiplication Intrinsic
Leonard Chan
2018-12-12
9
-5
/
+240
*
[codeview] Look through typedefs in getCompleteTypeIndex
Reid Kleckner
2018-12-11
1
-0
/
+8
*
[GISel] Add parentheses to an assert because gcc is mean.
Craig Topper
2018-12-11
1
-1
/
+1
[prev]
[next]