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
/
InstructionCombining.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[InstCombine] Refactor SimplifyUsingDistributiveLaws to more explicitly skip ...
Craig Topper
2017-04-14
1
-30
/
+33
*
[IR] Redesign the case iterator in SwitchInst to actually be an iterator
Chandler Carruth
2017-04-12
1
-17
/
+7
*
[InstCombine] Use ConstantExpr::getBinOpIdentity to implement getIdentityValue.
Craig Topper
2017-04-11
1
-7
/
+2
*
[InstCombine] Refinement of r299915. Only consider a ConstantVector for Neg i...
Craig Topper
2017-04-11
1
-3
/
+14
*
[InstCombine] Support weird size element types in dyn_castNegVal.
Craig Topper
2017-04-11
1
-0
/
+4
*
[InstCombine] Make sure we preserve fast math flags when folding fp instructi...
Craig Topper
2017-04-10
1
-2
/
+6
*
[InstCombine] Make foldOpWithConstantIntoOperand take a BinaryOperator instea...
Craig Topper
2017-04-03
1
-1
/
+1
*
[InstCombine] When adding an Instruction and its Users to the worklist at the...
Craig Topper
2017-03-31
1
-2
/
+2
*
[InstCombine] Correct the check for vector GEPs
Matthew Simpson
2017-03-29
1
-5
/
+5
*
[InstCombine] For select rule, use positive check of constant int for select ...
Anna Thomas
2017-03-28
1
-1
/
+1
*
[InstCombine] Avoid incorrect folding of select into phi nodes when incoming ...
Anna Thomas
2017-03-27
1
-1
/
+5
*
[InstCombine] Use range-based for loop. NFC
Craig Topper
2017-03-24
1
-5
/
+4
*
[InstCombine] Fix 80 column violation I accidentally introduced. NFC
Craig Topper
2017-03-24
1
-1
/
+2
*
[InstCombine] Print a debug message when we constant fold an operand during w...
Craig Topper
2017-03-20
1
-0
/
+2
*
[InstCombine] use dyn_cast instead of isa+cast; NFCI
Sanjay Patel
2017-03-06
1
-15
/
+12
*
[InstCombine] Make max size array combine a tunable.
Davide Italiano
2017-02-07
1
-0
/
+5
*
[InstCombine] simplify dyn_cast + isa; NFCI
Sanjay Patel
2017-02-06
1
-6
/
+4
*
[InstCombine] treat i1 as a special type in shouldChangeType()
Sanjay Patel
2017-02-03
1
-4
/
+8
*
fix formatting; NFC
Sanjay Patel
2017-01-31
1
-7
/
+7
*
[InstCombine] Simplify gep (gep p, a), (b-a)
Davide Italiano
2017-01-19
1
-19
/
+13
*
[PM] Introduce an analysis set used to preserve all analyses over
Chandler Carruth
2017-01-15
1
-2
/
+1
*
[PM] The assumption cache is fundamentally designed to be self-updating,
Chandler Carruth
2017-01-15
1
-1
/
+0
*
[PM] Fix instcombine's analysis preservation in the new pass manager to
Chandler Carruth
2017-01-14
1
-0
/
+3
*
[InstCombine] add a wrapper for a common pair of transforms; NFCI
Sanjay Patel
2017-01-10
1
-7
/
+13
*
[Analysis] Centralize objectsize lowering logic.
George Burgess IV
2016-12-20
1
-6
/
+3
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-10
/
+19
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-19
/
+10
*
[InstCombine] fix bug when offsetting case values of a switch (PR31260)
Sanjay Patel
2016-12-12
1
-25
/
+15
*
[InstCombine] clean up range-for-loops in visitSwitchInst(); NFCI
Sanjay Patel
2016-12-12
1
-7
/
+7
*
IR: Change the gep_type_iterator API to avoid always exposing the "current" t...
Peter Collingbourne
2016-12-02
1
-2
/
+2
*
[InstCombine] don't drop metadata in FoldOpIntoSelect()
Sanjay Patel
2016-11-26
1
-3
/
+3
*
add and use isBitwiseLogicOp() helper function; NFCI
Sanjay Patel
2016-11-22
1
-3
/
+2
*
Fix spelling mistakes in Transforms comments. NFC.
Simon Pilgrim
2016-11-20
1
-1
/
+1
*
[InstCombine] replace unreachable with assert and remove unreachable code; NFCI
Sanjay Patel
2016-11-16
1
-20
/
+9
*
[InstCombine] fix formatting and add FIXMEs to foldOperationIntoSelectOperand...
Sanjay Patel
2016-11-16
1
-11
/
+15
*
[InstCombine] fix formatting of FoldOpIntoSelect(); NFCI
Sanjay Patel
2016-11-11
1
-41
/
+43
*
[InstCombine] Fix constexpr issue in select combining
Simon Pilgrim
2016-10-12
1
-4
/
+5
*
[InstCombine] allow vector types for constant folding / computeKnownBits (PR2...
Sanjay Patel
2016-09-16
1
-3
/
+4
*
[InstCombine] Allow sinking from unique predecessor with multiple edges
Jun Bum Lim
2016-08-22
1
-1
/
+1
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
Consistently use FunctionAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
InstCombine: Remove a redundant #ifdef NDEBUG. NFC
Justin Bogner
2016-08-08
1
-2
/
+0
*
[InstCombine] Infer inbounds on geps of allocas
David Majnemer
2016-08-07
1
-0
/
+19
*
[InstCombine] try to fold (select C, (sext A), B) into logical ops
Nicolai Haehnle
2016-08-05
1
-1
/
+1
*
InstCombine: Replace some never-null pointers with references. NFC
Justin Bogner
2016-08-05
1
-14
/
+15
*
IR: Provide an IRBuilder Inserter that calls a callback after insertion
Justin Bogner
2016-08-04
1
-2
/
+9
*
[ConstnatFolding] Teach the folder how to fold ConstantVector
David Majnemer
2016-07-29
1
-7
/
+7
*
Don't remove side effecting instructions due to ConstantFoldInstruction
David Majnemer
2016-07-22
1
-3
/
+6
*
[InstCombine] reassociate logic ops with constants separated by a zext
Sanjay Patel
2016-07-16
1
-0
/
+49
*
fix formatting, add TODO; NFC
Sanjay Patel
2016-06-30
1
-1
/
+2
[prev]
[next]