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
/
TargetLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[APInt] Use lshrInPlace to replace lshr where possible
Craig Topper
2017-04-18
1
-6
/
+7
*
[IR] Make paramHasAttr to use arg indices instead of attr indices
Reid Kleckner
2017-04-14
1
-12
/
+13
*
[SelectionDAG] Use APInt move assignment to avoid 2 memory allocations and co...
Craig Topper
2017-04-12
1
-2
/
+2
*
[SelectionDAG] TargetLowering::SimplifyDemandedBits how to properly calculate...
Craig Topper
2017-04-10
1
-1
/
+5
*
Revert accidental commit of r299619.
Craig Topper
2017-04-06
1
-15
/
+31
*
Revert accidental commit of r299618
Craig Topper
2017-04-06
1
-3
/
+0
*
bar
Craig Topper
2017-04-06
1
-31
/
+15
*
foo
Craig Topper
2017-04-06
1
-0
/
+3
*
[DAGCombiner] Add vector demanded elements support to ComputeNumSignBits
Simon Pilgrim
2017-03-31
1
-0
/
+1
*
[DAGCombiner] Add vector demanded elements support to computeKnownBitsForTarg...
Simon Pilgrim
2017-03-31
1
-0
/
+1
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-6
/
+7
*
Make library calls sensitive to regparm module flag (Fixes PR3997).
Nirav Dave
2017-03-18
1
-7
/
+10
*
Capitalize ArgListEntry fields. NFC.
Nirav Dave
2017-03-18
1
-12
/
+12
*
[CodeGen] Use APInt::setLowBits/setHighBits/setBitsFrom in more places
Craig Topper
2017-03-15
1
-5
/
+4
*
[ARM] Move SMULW[B|T] isel to DAG Combine
Sam Parker
2017-03-14
1
-0
/
+15
*
Use APInt::getOneBitSet instead of APInt::getBitsSet for sign bit mask creation
Simon Pilgrim
2017-03-03
1
-1
/
+1
*
[TargetLowering] fix SETCC SETLT folding with FP types
Sanjay Patel
2017-02-12
1
-9
/
+13
*
[TargetLowering] check for sign-bit comparisons in SimplifyDemandedBits
Sanjay Patel
2017-02-11
1
-0
/
+19
*
[TargetLowering] fix formatting and comments for ShrinkDemandedConstant; NFC
Sanjay Patel
2017-02-07
1
-19
/
+20
*
DAG: Fold fneg into compare with constant into the constant
Matt Arsenault
2017-01-30
1
-0
/
+10
*
Add iterator_range<regclass_iterator> to {Target,MC}RegisterInfo, NFC
Krzysztof Parzyszek
2017-01-25
1
-4
/
+1
*
DAG: Avoid OOB when legalizing vector indexing
Matt Arsenault
2017-01-10
1
-1
/
+44
*
[SelectionDAG] Use SelectionDAG.getBuildVector helper. NFCI.
Simon Pilgrim
2016-12-09
1
-1
/
+1
*
[SelectionDAG] Add expansion and promotion of [US]MUL_LOHI
Nicolai Haehnle
2016-12-08
1
-21
/
+118
*
[TargetLowering] add special-case for demanded bits analysis of 'not'
Sanjay Patel
2016-12-05
1
-5
/
+19
*
[SelectionDAG] Refactor TargetLowering::expandMUL (NFC)
Nicolai Haehnle
2016-11-30
1
-50
/
+32
*
[SelectionDAG] Early-out in TargetLowering::expandMUL (NFC)
Nicolai Haehnle
2016-11-23
1
-77
/
+80
*
Type legalization for compressstore and expandload intrinsics.
Elena Demikhovsky
2016-11-23
1
-0
/
+32
*
Fix spelling in comment. NFC.
Simon Pilgrim
2016-11-17
1
-1
/
+1
*
[TargetLowering] Fix undef vector element issue with true/false result handling
Simon Pilgrim
2016-11-08
1
-10
/
+10
*
[DAG] disable nsw/nuw for add/sub/mul when simplifying based on demanded bits...
Sanjay Patel
2016-10-31
1
-7
/
+18
*
TargetLowering: Add SimplifyDemandedBits() helper to TargetLoweringOpt
Tom Stellard
2016-10-14
1
-2
/
+55
*
getValueType().getSizeInBits() -> getValueSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
1
-8
/
+8
*
getValueType().getScalarSizeInBits() -> getScalarValueSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
1
-7
/
+4
*
getScalarType().getSizeInBits() -> getScalarSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
1
-11
/
+11
*
[SelectionDAG] Ensure DAG::getZeroExtendInReg is called with a scalar type
Simon Pilgrim
2016-09-09
1
-2
/
+2
*
[SelectionDAG] Add BUILD_VECTOR support to computeKnownBits and SimplifyDeman...
Simon Pilgrim
2016-09-08
1
-0
/
+27
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-2
/
+2
*
[x86] Refactor a PowerPC specific ctlz/srl transformation (NFC).
Pierre Gousseau
2016-08-16
1
-0
/
+25
*
Fix typo in lowering for fp128 ueq.
Eli Friedman
2016-08-15
1
-1
/
+1
*
[DAGCombine] Make sext(setcc) combine respect getBooleanContents
Michael Kuperstein
2016-08-01
1
-0
/
+10
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-3
/
+3
*
AVX-512: Fixed BT instruction selection.
Elena Demikhovsky
2016-07-19
1
-0
/
+4
*
[SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,...
Justin Lebar
2016-07-15
1
-70
/
+48
*
Delete unused includes. NFC.
Rafael Espindola
2016-06-30
1
-1
/
+0
*
Use isPositionIndependent in a few more places.
Rafael Espindola
2016-06-28
1
-1
/
+1
*
Move shouldAssumeDSOLocal to Target.
Rafael Espindola
2016-06-27
1
-3
/
+1
*
Use isPositionIndependent predicate. NFC.
Rafael Espindola
2016-06-26
1
-1
/
+1
*
Use isPositionIndependent predicate.
Rafael Espindola
2016-06-26
1
-1
/
+1
*
Refactor a duplicated predicate. NFC.
Rafael Espindola
2016-06-26
1
-0
/
+4
[prev]
[next]