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
/
DAGCombiner.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DAG] Remove redundant FMUL in Newton-Raphson SQRT code
Sanjay Patel
2016-06-16
1
-53
/
+86
*
Revert "Preserve DebugInfo when replacing values in DAGCombiner"
Nirav Dave
2016-06-15
1
-0
/
+2
*
Preserve DebugInfo when replacing values in DAGCombiner
Nirav Dave
2016-06-15
1
-2
/
+0
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-35
/
+33
*
Avoid copies of std::strings and APInt/APFloats where we only read from it
Benjamin Kramer
2016-06-08
1
-3
/
+3
*
transform obscured FP sign bit ops into a fabs/fneg using TLI hook
Sanjay Patel
2016-06-02
1
-0
/
+46
*
[DAG] use getBitcast() to reduce code
Sanjay Patel
2016-06-02
1
-33
/
+25
*
DAGCombiner: Fix broken size check in isAlias
Matt Arsenault
2016-06-01
1
-1
/
+1
*
[X86] Detect SAD patterns and emit psadbw instructions.
Michael Kuperstein
2016-05-27
1
-7
/
+11
*
Simplify std::all_of predicate (to one line) by using llvm::all_of. NFCI.
Simon Pilgrim
2016-05-25
1
-3
/
+1
*
reduce indentation; NFCI
Sanjay Patel
2016-05-19
1
-9
/
+7
*
Fix unused variable warning.
Simon Pilgrim
2016-05-07
1
-1
/
+0
*
[SelectionDAG] Added bitreverse(bitreverse(v)) --> v
Simon Pilgrim
2016-05-07
1
-0
/
+12
*
DAGCombiner: Reduce truncated shl width
Matt Arsenault
2016-04-29
1
-0
/
+19
*
[DAGCombiner] Follow coding convention for function name (NFC)
Gerolf Hoflehner
2016-04-27
1
-2
/
+2
*
Revert r267649, it caused PR27539.
Nico Weber
2016-04-27
1
-11
/
+7
*
Detects the SAD pattern on X86 so that much better code will be emitted once ...
Cong Hou
2016-04-27
1
-7
/
+11
*
[CodeGen] Add getBuildVector and getSplatBuildVector helpers. NFCI.
Ahmed Bougacha
2016-04-26
1
-14
/
+13
*
[PR27390] [CodeGen] Reject indexed loads in CombinerDAG.
Marcin Koscielnicki
2016-04-25
1
-3
/
+8
*
[MachineCombiner] Support for floating-point FMA on ARM64 (re-commit r267098)
Gerolf Hoflehner
2016-04-24
1
-1
/
+10
*
[CodeGen] Teach DAG combine to fold select_cc seteq X, 0, sizeof(X), ctlz_zer...
Craig Topper
2016-04-24
1
-0
/
+35
*
DAGCombiner: Relax alignment restriction when changing store type
Matt Arsenault
2016-04-22
1
-10
/
+14
*
DAGCombiner: Relax alignment restriction when changing load type
Matt Arsenault
2016-04-22
1
-3
/
+4
*
Revert r267098 - [MachineCombiner] Support for floating-point FMA on ARM64
Daniel Sanders
2016-04-22
1
-11
/
+2
*
[MachineCombiner] Support for floating-point FMA on ARM64
Gerolf Hoflehner
2016-04-22
1
-2
/
+11
*
DAGCombiner: Reduce 64-bit BFE pattern to pattern on 32-bit component
Matt Arsenault
2016-04-21
1
-0
/
+44
*
Cleanup Store Merging in UseAA case
Nirav Dave
2016-04-13
1
-30
/
+44
*
[DAGCombiner] Fold xor/and/or (bitcast(A), bitcast(B)) -> bitcast(op (A,B)) a...
Simon Pilgrim
2016-04-11
1
-2
/
+2
*
Fix Load Control Dependence in MemCpy Generation
Nirav Dave
2016-04-08
1
-57
/
+0
*
fix typos; NFC
Sanjay Patel
2016-04-04
1
-2
/
+2
*
fix typo; NFC
Sanjay Patel
2016-03-31
1
-2
/
+1
*
Prevent X86ISelLowering from merging volatile loads
Nirav Dave
2016-03-31
1
-8
/
+3
*
Prevent construction of cycle in DAG store merge
Nirav Dave
2016-03-25
1
-2
/
+39
*
SelectionDAG: Remove a tautological dyn_cast. NFC
Justin Bogner
2016-03-23
1
-3
/
+2
*
[DAGCombine] Catch the case where extract_vector_elt can cause an any_ext whi...
Silviu Baranga
2016-03-21
1
-0
/
+1
*
[DAG] use !isUndef() ; NFCI
Sanjay Patel
2016-03-14
1
-5
/
+5
*
[DAG] use isUndef() ; NFCI
Sanjay Patel
2016-03-14
1
-55
/
+55
*
[X86][SSE] Reapplied: Improve vector ZERO_EXTEND by combining to ZERO_EXTEND_...
Simon Pilgrim
2016-03-10
1
-1
/
+18
*
Revert r262599 "[X86][SSE] Improve vector ZERO_EXTEND by combining to ZERO_EX...
Hans Wennborg
2016-03-08
1
-18
/
+1
*
DAGCombiner: Check legality before creating extract_vector_elt
Matt Arsenault
2016-03-07
1
-1
/
+3
*
[DAGCombine] Fix divrem combine not to assume div/rem type is simple.
Michael Kuperstein
2016-03-04
1
-1
/
+4
*
[ARM] Merging 64-bit divmod lib calls into one
Renato Golin
2016-03-04
1
-4
/
+8
*
[X86][SSE] Improve vector ZERO_EXTEND by combining to ZERO_EXTEND_VECTOR_INREG
Simon Pilgrim
2016-03-03
1
-1
/
+18
*
Revert "[ARM] Merging 64-bit divmod lib calls into one"
Renato Golin
2016-03-03
1
-2
/
+1
*
[ARM] Merging 64-bit divmod lib calls into one
Renato Golin
2016-03-02
1
-1
/
+2
*
DAGCombiner: Make sure an integer is being truncated
Matt Arsenault
2016-03-02
1
-1
/
+1
*
DAGCombiner: Turn truncate of a bitcasted vector to an extract
Matt Arsenault
2016-03-01
1
-0
/
+16
*
Revert "[mips] Promote the result of SETCC nodes to GPR width."
Vasileios Kalintiris
2016-03-01
1
-1
/
+2
*
DAGCombiner: Turn extract of bitcasted integer into truncate
Matt Arsenault
2016-03-01
1
-0
/
+8
*
[mips] Promote the result of SETCC nodes to GPR width.
Vasileios Kalintiris
2016-03-01
1
-2
/
+1
[next]