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
*
[DAG] Cleanup of unused node in SimplifySelectCC.
Nirav Dave
2019-02-07
1
-8
/
+15
*
[DAG] Cleanup unused node on failed SELECT Combine.
Nirav Dave
2019-02-07
1
-0
/
+6
*
[DAG] Cleanup unused nodes on failed store-to-load forward combine.
Nirav Dave
2019-02-07
1
-9
/
+21
*
[DAG] Immediately cleanup unused nodes from extend-based combines.
Nirav Dave
2019-02-06
1
-2
/
+7
*
[SelectionDAG] Cleanup some code comments. NFC
Bjorn Pettersson
2019-02-06
1
-4
/
+4
*
[InlineAsm][X86] Add backend support for X86 flag output parameters.
Nirav Dave
2019-02-06
2
-11
/
+19
*
[SelectionDAGBuilder] Refactor Inline Asm output check. NFCI.
Nirav Dave
2019-02-06
1
-13
/
+26
*
[DAGCombine][NFC] GatherAllAliases should take a LSBaseSDNode.
Clement Courbet
2019-02-06
1
-8
/
+8
*
[DAG] BaseIndexOffset: FrameIndexSDNodes with the same FrameIndex compare equal.
Clement Courbet
2019-02-05
1
-5
/
+9
*
[DAGCombiner] Discard pointer info when combining extract_vector_elt of a vec...
Craig Topper
2019-02-05
1
-1
/
+3
*
[Intrinsic] Unsigned Fixed Point Multiplication Intrinsic
Leonard Chan
2019-02-04
8
-37
/
+89
*
[DAGCombine] Add ADD(SUB,SUB) combines
Simon Pilgrim
2019-02-04
1
-0
/
+12
*
[SelectionDAG] Add a BaseIndexOffset::print() method for debugging.
Clement Courbet
2019-02-04
1
-0
/
+19
*
[SDAG] Add SDNode/SDValue getConstantOperandAPInt helper. NFCI.
Simon Pilgrim
2019-02-02
1
-1
/
+1
*
[COFF, ARM64] Fix localaddress to handle stack realignment and variable size ...
Mandeep Singh Grang
2019-02-01
1
-2
/
+0
*
[opaque pointer types] Pass function types to CallInst creation.
James Y Knight
2019-02-01
1
-7
/
+6
*
[SDAG] improve variable names; NFC
Sanjay Patel
2019-02-01
1
-23
/
+22
*
[TargetLowering] try harder to determine undef elements of vector binops
Sanjay Patel
2019-02-01
1
-7
/
+61
*
[SelectionDAG] Support promotion of the FPOWI integer operand
Alex Bradbury
2019-02-01
2
-0
/
+8
*
[DAGCombine] Avoid CombineZExtLogicopShiftLoad if there is free ZEXT
Guozhi Wei
2019-01-31
1
-0
/
+3
*
[DAG] Aggressively cleanup dangling node in CombineZExtLogicopShiftLoad.
Nirav Dave
2019-01-31
1
-0
/
+4
*
[Intrinsic] Expand SMULFIX to MUL, MULH[US], or [US]MUL_LOHI on vector arguments
Leonard Chan
2019-01-31
2
-14
/
+21
*
[SelectionDAG] Codesize: don't expand SHIFT to SHIFT_PARTS
Sjoerd Meijer
2019-01-31
1
-3
/
+7
*
[LegalizeVectorTypes] Allow illegal indices when splitting extract_vector_elt
Thomas Lively
2019-01-31
1
-1
/
+0
*
[LegalizeTypes] Use report_fatal_error instead of llvm_unreachable in the def...
Craig Topper
2019-01-31
1
-2
/
+3
*
[DAGCombiner] sub X, 0/1 --> add X, 0/-1
Sanjay Patel
2019-01-30
1
-10
/
+22
*
[WebAssembly] Exception handling: Switch to the new proposal
Heejin Ahn
2019-01-30
1
-2
/
+36
*
[DAGCombiner] fold extract_subvector of extract_subvector
Sanjay Patel
2019-01-29
1
-0
/
+13
*
Adjust documentation for git migration.
James Y Knight
2019-01-29
1
-1
/
+1
*
[SelectionDAGBuilder] Remove redundant variable. NFCI.
Nirav Dave
2019-01-29
1
-7
/
+3
*
Reversing the checkin for version 352484 as tests are failing.
Ayonam Ray
2019-01-29
2
-28
/
+52
*
[CodeGen] Omit range checks from jump tables when lowering switches with unre...
Ayonam Ray
2019-01-29
2
-52
/
+28
*
[DebugInfo][DAG] Process FrameIndex dbg.values unconditionally
Jeremy Morse
2019-01-29
1
-0
/
+15
*
Recommit r352255 "[SelectionDAG][X86] Don't use SEXTLOAD for promoting masked...
Craig Topper
2019-01-28
1
-1
/
+1
*
[CodeGen][X86] Expand UADDSAT to NOT+UMIN+ADD
Nikita Popov
2019-01-28
1
-0
/
+6
*
[NFC] TLI query with default(on) behavior wrt DAG combines for fmin/fmax targ...
Michael Berg
2019-01-28
1
-3
/
+7
*
[DebugInfo][DAG] Avoid re-ordering of DBG_VALUEs
Jeremy Morse
2019-01-28
1
-21
/
+50
*
Revert r352255 "[SelectionDAG][X86] Don't use SEXTLOAD for promoting masked l...
Craig Topper
2019-01-26
1
-1
/
+1
*
[SelectionDAG][X86] Don't use SEXTLOAD for promoting masked loads in the type...
Craig Topper
2019-01-26
1
-1
/
+1
*
Fix emission of _fltused for MSVC.
James Y Knight
2019-01-24
3
-6
/
+29
*
[SelectionDAGBuilder] Simplify HasSideEffect calculation. NFC.
Nirav Dave
2019-01-24
1
-13
/
+7
*
[InlineAsm] Don't calculate registers for inline asm memory operands. NFCI.
Nirav Dave
2019-01-24
1
-0
/
+4
*
[TargetLowering] Rename getExpandedFixedPointMultiplication to expandFixedPoi...
Simon Pilgrim
2019-01-24
2
-3
/
+2
*
[SelectionDAGBuilder] Fuse inline asm input operand loops passes. NFCI.
Nirav Dave
2019-01-24
1
-13
/
+9
*
[X86] Update SelectionDAGDumper to print the extension type and expanding fla...
Craig Topper
2019-01-24
1
-0
/
+30
*
[DAGCombine] Enable more pre-indexed stores
Sam Parker
2019-01-23
1
-1
/
+7
*
[LegalizeTypes] Add debug prints to the top of PromoteFloatOperand and Promot...
Craig Topper
2019-01-22
1
-0
/
+12
*
[SelectionDAGBuilder] Defer C_Register Assignments to be in line with
Nirav Dave
2019-01-22
1
-13
/
+3
*
Codegen support for atomicrmw fadd/fsub
Matt Arsenault
2019-01-22
3
-0
/
+5
*
[DAGCombiner] narrow vector binop with 2 insert subvector operands
Sanjay Patel
2019-01-22
1
-1
/
+24
[next]