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
/
SelectionDAG
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[DAGCombiner] fix crash when converting build vector to shuffle
Sanjay Patel
2019-01-21
1
-5
/
+11
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
32
-128
/
+96
*
[SelectionDAG] Updates for -dag-dump-verbose
Bjorn Pettersson
2019-01-18
2
-35
/
+68
*
[SelectionDAG] Split very large token factors for chained stores to 64k chunks.
Florian Hahn
2019-01-18
1
-1
/
+1
*
[SelectionDAGBuilder] Cleanup InlineAsm Output generation. NFCI.
Nirav Dave
2019-01-18
1
-115
/
+104
*
[SelectionDAG] Add getTokenFactor, which splits nodes with > 64k operands.
Florian Hahn
2019-01-18
2
-13
/
+14
*
[SelectionDAG] Add static getMaxNumOperands function to SDNode.
Florian Hahn
2019-01-18
2
-3
/
+2
*
[ScheduleDAGRRList] Do not preschedule the node has ADJCALLSTACKDOWN parent
Shiva Chen
2019-01-18
1
-0
/
+23
*
Allow FP types for atomicrmw xchg
Matt Arsenault
2019-01-17
3
-1
/
+47
*
[COFF, ARM64] Implement support for SEH extensions __try/__except/__finally
Mandeep Singh Grang
2019-01-16
1
-0
/
+2
*
[DebugInfo] Allow creation of DBG_VALUEs in blocks where the operand is not used
Jeremy Morse
2019-01-16
1
-5
/
+6
*
[SelectionDAG] Update check in createOperands to reflect max() is a valid value.
Florian Hahn
2019-01-16
1
-1
/
+1
*
[DAGCombine] Fix ReduceLoadWidth for shifted offsets
Sam Parker
2019-01-16
1
-12
/
+8
*
Reapply "[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectors"
Nikita Popov
2019-01-15
2
-4
/
+28
*
[SelectionDAG] Check membership of register in class for single
Nirav Dave
2019-01-15
1
-6
/
+1
*
[DAGCombiner] reduce buildvec of zexted extracted element to shuffle
Sanjay Patel
2019-01-15
1
-0
/
+75
*
Revert "[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectors"
Nikita Popov
2019-01-14
2
-28
/
+4
*
[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectors
Nikita Popov
2019-01-14
2
-4
/
+28
*
Reland "Refactor GetRegistersForValue. NFCI."
Nirav Dave
2019-01-14
1
-55
/
+44
*
[DAGCombiner] Add (sub_sat x, x) -> 0 combine
Simon Pilgrim
2019-01-14
1
-0
/
+4
*
[DAGCombiner] Enable sub saturation constant folding
Simon Pilgrim
2019-01-14
2
-1
/
+8
*
[DAGCombiner] Add add/sub saturation undef handling
Simon Pilgrim
2019-01-14
2
-0
/
+14
*
[DAGCombiner] Enable add saturation constant folding
Simon Pilgrim
2019-01-14
2
-2
/
+5
*
[DAGCombiner] Add add saturation constant folding tests.
Simon Pilgrim
2019-01-14
1
-2
/
+3
*
[SelectionDAG] Add type sanity assertions for add/sub saturation node creation.
Simon Pilgrim
2019-01-14
1
-0
/
+4
*
[DAGCombiner] If add_sat(x,y) can't overflow -> add(x,y)
Simon Pilgrim
2019-01-13
1
-0
/
+4
*
Fix unused variable warning. NFCI.
Simon Pilgrim
2019-01-13
1
-1
/
+0
*
[DAGCombiner] Some very basic add/sub saturation combines.
Simon Pilgrim
2019-01-13
1
-0
/
+64
*
[LegalizeDAG] Remove 'NeedInvert' code from expansion of BR_CC. Replace with ...
Craig Topper
2019-01-13
1
-4
/
+1
*
[X86] Rename overly verbose method; NFC
Nikita Popov
2019-01-13
3
-8
/
+5
*
[DAGCombiner] fold insert_subvector of insert_subvector
Sanjay Patel
2019-01-12
1
-0
/
+8
*
Use getShiftAmountTy for shift amounts.
Simon Pilgrim
2019-01-12
1
-1
/
+2
*
[X86][AARCH64] Improve ISD::ABS support
Simon Pilgrim
2019-01-12
3
-0
/
+43
*
[Legalizer] Use correct ValueType of SELECT_CC node during Float promotion
Pirama Arumuga Nainar
2019-01-11
1
-3
/
+3
*
Revert "[SelectionDAGBuilder] Refactor GetRegistersForValue. NFCI."
Martin Storsjo
2019-01-11
1
-42
/
+60
*
[DAGCombiner] simplify code; NFC
Sanjay Patel
2019-01-10
1
-11
/
+11
*
[SelectionDAGBuilder] Refactor GetRegistersForValue. NFCI.
Nirav Dave
2019-01-10
1
-60
/
+42
*
[SelectionDAGBuilder] Fix formatting. NFC.
Nirav Dave
2019-01-10
1
-1
/
+2
*
[SelectionDAGBuilder] Refactor visitInlineAsm. NFC.
Nirav Dave
2019-01-10
1
-45
/
+24
*
[opaque pointer types] Remove some calls to generic Type subtype accessors.
James Y Knight
2019-01-10
1
-7
/
+7
*
Remove check for single use in ShrinkDemandedConstant
Stanislav Mekhanoshin
2019-01-09
1
-3
/
+0
*
[TargetLowering][AMDGPU] Remove the SimplifyDemandedBits function that takes ...
Craig Topper
2019-01-07
1
-50
/
+0
*
[LegalizeVectorOps] Add FSHL/FSHR to the list of vector operations that shoul...
Craig Topper
2019-01-06
1
-0
/
+2
*
Added single use check to ShrinkDemandedConstant
Stanislav Mekhanoshin
2019-01-05
1
-0
/
+3
*
[X86] Add INSERT_SUBVECTOR to ComputeNumSignBits
Craig Topper
2019-01-04
1
-1
/
+35
*
[DAGCombiner][x86] scalarize binop followed by extractelement
Sanjay Patel
2019-01-03
1
-5
/
+44
*
[DAGCombiner] After performing the division by constant optimization for a DI...
Craig Topper
2019-01-02
1
-2
/
+29
*
[LegalizeIntegerTypes] When promoting the result of an extract_vector_elt als...
Craig Topper
2019-01-02
1
-2
/
+20
*
[DAGCombiner][X86][PowerPC] Teach visitSIGN_EXTEND_INREG to fold (sext_in_reg...
Craig Topper
2019-01-02
1
-2
/
+5
*
Reversing the commit in revision 350186. Revision causes regression in 4
Ayonam Ray
2019-01-01
2
-33
/
+53
[prev]
[next]