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
/
Transforms
/
InstCombine
/
InstCombineShifts.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] clean up visitAshr(); NFCI
Sanjay Patel
2017-01-14
1
-20
/
+9
*
[InstCombine] use m_APInt to allow lshr folds for vectors with splat constants
Sanjay Patel
2017-01-13
1
-17
/
+14
*
[InstCombine] use 'match' and other clean-up; NFCI
Sanjay Patel
2017-01-13
1
-17
/
+8
*
[InstCombine] use m_APInt to allow shl folds for vectors with splat constants
Sanjay Patel
2017-01-13
1
-3
/
+5
*
[InstCombine] use Op0/Op1 local variables more consistently with shifts; NFC
Sanjay Patel
2017-01-13
1
-22
/
+16
*
[InstCombine] add a wrapper for a common pair of transforms; NFCI
Sanjay Patel
2017-01-10
1
-7
/
+2
*
[InstCombine] Move casts around shift operations
David Majnemer
2017-01-04
1
-0
/
+19
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-3
/
+3
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-3
/
+3
*
[InstCombine] add helper for shift-by-shift folds; NFCI
Sanjay Patel
2016-12-10
1
-150
/
+162
*
[InstSimplify] allow integer vector types to use computeKnownBits
Sanjay Patel
2016-11-27
1
-5
/
+5
*
[InstCombine] Folding of shifts by the sum of positive values
Simon Pilgrim
2016-11-01
1
-1
/
+10
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
InstCombine: Replace some never-null pointers with references. NFC
Justin Bogner
2016-08-05
1
-4
/
+4
*
[ConstnatFolding] Teach the folder how to fold ConstantVector
David Majnemer
2016-07-29
1
-2
/
+4
*
add FIXME comment; NFC
Sanjay Patel
2016-04-11
1
-1
/
+3
*
add an assert for safety; NFC
Sanjay Patel
2016-04-11
1
-0
/
+2
*
variable names start with a capital letter; NFC
Sanjay Patel
2016-04-11
1
-9
/
+9
*
[InstCombine] use canEvaluateShiftedShift() to handle the lshr case (NFCI)
Sanjay Patel
2016-04-11
1
-33
/
+12
*
[InstCombine] don't try to shift an illegal amount (PR26760)
Sanjay Patel
2016-04-11
1
-1
/
+3
*
[InstCombine] rename variables in shifted-shift helper function (NFCI)
Sanjay Patel
2016-04-11
1
-17
/
+20
*
[InstCombine] add helper function for shift-shift optimization (NFCI)
Sanjay Patel
2016-04-11
1
-24
/
+37
*
function names start with a lowercase letter; NFC
Sanjay Patel
2016-02-01
1
-8
/
+8
*
fix formatting; NFC
Sanjay Patel
2016-01-31
1
-13
/
+13
*
don't repeat function names in comments; NFC
Sanjay Patel
2015-11-02
1
-2
/
+2
*
Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.
Pete Cooper
2015-05-12
1
-2
/
+2
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-11
/
+14
*
[PM] Rename InstCombine.h to InstCombineInternal.h in preparation for
Chandler Carruth
2015-01-22
1
-1
/
+1
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-7
/
+7
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
1
-19
/
+27
*
fixed typo in comment
Sanjay Patel
2014-07-22
1
-1
/
+1
*
Move ashr optimization from InstCombineShift to InstSimplify.
Suyog Sarda
2014-07-17
1
-5
/
+0
*
Remove redundant code in InstCombineShift, no functionality change because in...
Nick Lewycky
2014-06-19
1
-5
/
+0
*
Reorder shuffle and binary operation.
Serge Pavlov
2014-05-11
1
-0
/
+9
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-10
/
+10
*
Remove dead code in instcombine.
Matt Arsenault
2014-04-23
1
-11
/
+2
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[Modules] Sink all the DEBUG_TYPE defines for InstCombine out of the
Chandler Carruth
2014-04-21
1
-0
/
+1
*
Revert "Revert r206045, "Fix shift by constants for vector.""
Matt Arsenault
2014-04-14
1
-15
/
+33
*
Whitespace.
NAKAMURA Takumi
2014-04-14
1
-1
/
+0
*
Revert r206045, "Fix shift by constants for vector."
NAKAMURA Takumi
2014-04-14
1
-22
/
+12
*
Fix shift by constants for vector.
Matt Arsenault
2014-04-11
1
-12
/
+22
*
[Modules] Move the LLVM IR pattern match header into the IR library, it
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-3
/
+3
*
Revert r174152. The shift amount may overflow and in that case this transform...
Nadav Rotem
2013-02-01
1
-6
/
+0
*
Optimize shift lefts of a constant by a value plus constant into a single shift.
Nadav Rotem
2013-02-01
1
-0
/
+6
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use m_OneUse pattern instead of hasOneUse() method.
Jakub Staszak
2012-12-09
1
-7
/
+4
*
Remove trailing spaces.
Jakub Staszak
2012-12-09
1
-80
/
+80
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-1
/
+1
[next]