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
*
[DAGCombine] Truncate BUILD_VECTOR operators if necessary when constant foldi...
Silviu Baranga
2015-09-10
1
-11
/
+25
*
check for fastness before merging in DAGCombiner::MergeConsecutiveStores()
Sanjay Patel
2015-09-03
1
-11
/
+16
*
[DAGCombine] Fixup SETCC legality checking
Hal Finkel
2015-08-31
1
-11
/
+17
*
don't set a legal vector type if we know we can't use that type (NFCI)
Sanjay Patel
2015-08-31
1
-18
/
+12
*
generalize helper function of MergeConsecutiveStores to handle vector types (...
Sanjay Patel
2015-08-31
1
-14
/
+21
*
[DAGCombine] Use getSetCCResultType utility function
Hal Finkel
2015-08-31
1
-1
/
+1
*
[DAGCombine] Remove some old dead code for forming SETCC nodes
Hal Finkel
2015-08-31
1
-45
/
+0
*
Make MergeConsecutiveStores look at other stores on same chain
Matt Arsenault
2015-08-28
1
-24
/
+149
*
[CodeGen] Check FoldConstantArithmetic result before using it.
Ahmed Bougacha
2015-08-27
1
-2
/
+3
*
Pass function attributes instead of boolean in isIntDivCheap().
Steve King
2015-08-25
1
-9
/
+6
*
Add DAG optimisation for FP16_TO_FP
Oliver Stannard
2015-08-24
1
-0
/
+17
*
[DAGCombiner] Fold CONCAT_VECTORS of bitcasted EXTRACT_SUBVECTOR
Simon Pilgrim
2015-08-23
1
-2
/
+11
*
Do not use dyn_cast<> after isa<>
Mehdi Amini
2015-08-23
1
-1
/
+1
*
[DAGCombiner] Fold together mul and shl when both are by a constant
John Brawn
2015-08-21
1
-0
/
+8
*
[DAGCombiner] Added SMAX/SMIN/UMAX/UMIN constant folding
Simon Pilgrim
2015-08-19
1
-0
/
+29
*
[DAGCombiner] Fold CONCAT_VECTORS of EXTRACT_SUBVECTOR (or undef) to VECTOR_S...
Simon Pilgrim
2015-08-19
1
-5
/
+79
*
[TLI] Refactor "is integer division cheap" queries.
Michael Kuperstein
2015-08-19
1
-5
/
+7
*
Fix backward operands in call to isTruncateFree() and improve comments.
Steve King
2015-08-18
1
-2
/
+2
*
DAGCombiner: Improve DAGCombiner select normalization
Matthias Braun
2015-08-18
1
-20
/
+30
*
DAGCombiner: Optimize SELECTs first before turning them into SELECT_CC
Matthias Braun
2015-08-18
1
-32
/
+32
*
use SDValue bool operator; NFCI
Sanjay Patel
2015-08-16
1
-4
/
+3
*
[DAGCombiner] Attempt to mask vectors before zero extension instead of after.
Simon Pilgrim
2015-08-15
1
-14
/
+28
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
1
-3
/
+4
*
SelectionDAG: Prefer to combine multiplication with less uses for fma
Jingyue Wu
2015-08-11
1
-0
/
+8
*
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
Sanjay Patel
2015-08-04
1
-3
/
+1
*
Remove trailing whitespace. NFCI.
Simon Pilgrim
2015-08-01
1
-7
/
+7
*
Use SDValue bool check. NFCI.
Simon Pilgrim
2015-08-01
1
-20
/
+10
*
[DAGCombiner] Convert constant AND masks to shuffle clear masks down to the b...
Simon Pilgrim
2015-08-01
1
-21
/
+64
*
move DAGCombiner's allowableAlignment() helper function into the TLI
Sanjay Patel
2015-07-29
1
-36
/
+33
*
ignore duplicate divisor uses when transforming into reciprocal multiplies (P...
Sanjay Patel
2015-07-28
1
-4
/
+4
*
fix TLI's combineRepeatedFPDivisors interface to return the minimum user thre...
Sanjay Patel
2015-07-28
1
-4
/
+10
*
move combineRepeatedFPDivisors logic into a helper function; NFCI
Sanjay Patel
2015-07-27
1
-42
/
+57
*
[DAGCombiner] Fixed minor typo that was missed in D9097.
Simon Pilgrim
2015-07-19
1
-2
/
+2
*
Use SDValue bool check. NFCI.
Simon Pilgrim
2015-07-19
1
-58
/
+39
*
Only do fmul (fadd x, x), c combine if the fadd only has one use
Matt Arsenault
2015-07-17
1
-1
/
+3
*
Use more foreach loops in SelectionDAG. NFC
Pete Cooper
2015-07-14
1
-3
/
+2
*
DAGCombiner: Assume invariant load cannot alias a store
Matt Arsenault
2015-07-10
1
-0
/
+9
*
fix an invisible bug when combining repeated FP divisors
Sanjay Patel
2015-07-09
1
-2
/
+9
*
Re-instate the EVT parameter to getScalarShiftAmountTy() for OOT user
Mehdi Amini
2015-07-09
1
-1
/
+2
*
Make isLegalAddressingMode() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-1
/
+2
*
Make TargetLowering::getShiftAmountTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-2
/
+1
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-11
/
+16
*
early exits -> less indenting; NFCI
Sanjay Patel
2015-07-08
1
-23
/
+22
*
Remove IsLittleEndian from TargetLowering and redirect to DataLayout
Mehdi Amini
2015-07-08
1
-2
/
+2
*
Redirect DataLayout from TargetMachine to Module in SelectionDAG
Mehdi Amini
2015-07-07
1
-24
/
+24
*
Reapply r240291: Fix shl folding in DAG combiner.
Pawel Bylica
2015-07-02
1
-1
/
+1
*
[DAGCombiner] Fix & simplify constant folding of sext/zext.
Pawel Bylica
2015-06-29
1
-13
/
+11
*
[SDAG] Now that we have a way to communicate the exact bit on sdiv use it to ...
Benjamin Kramer
2015-06-27
1
-0
/
+4
*
Convert a bunch of loops to foreach. NFC.
Pete Cooper
2015-06-26
1
-14
/
+12
*
[DAGCombine] fold (X >>?,exact C1) << C2 --> X << (C2-C1)
Benjamin Kramer
2015-06-26
1
-0
/
+16
[next]