2015-01-06 |
Matt Arsenault | Fix using wrong intrinsic in test |
tree | commitdiff |
2015-01-06 |
Rafael Espindola | Change the .ll syntax for comdats and add a syntactic... |
tree | commitdiff |
2015-01-06 |
Sanjoy Das | This patch teaches IndVarSimplify to add nuw and nsw... |
tree | commitdiff |
2015-01-06 |
Matt Arsenault | Convert fcmp with 0.0 from casted integers to icmp |
tree | commitdiff |
2015-01-06 |
David Majnemer | InstCombine: Bitcast call arguments from/to pointer... |
tree | commitdiff |
2015-01-05 |
Michael Kuperstein | Fix broken test from r225159. |
tree | commitdiff |
2015-01-05 |
Jiangning Liu | Fixed a bug in memory dependence checking module of... |
tree | commitdiff |
2015-01-05 |
Chandler Carruth | [SROA] Apply a somewhat heavy and unpleasant hammer... |
tree | commitdiff |
2015-01-04 |
David Majnemer | InstCombine: match can find ConstantExprs, don't assume... |
tree | commitdiff |
2015-01-04 |
David Majnemer | ValueTracking: ComputeNumSignBits should tolerate missh... |
tree | commitdiff |
2015-01-02 |
David Majnemer | InstCombine: Detect when llvm.umul.with.overflow always... |
tree | commitdiff |
2015-01-02 |
Chandler Carruth | [SROA] Teach SROA to be more aggressive in splitting... |
tree | commitdiff |
2015-01-02 |
Chandler Carruth | [SROA] Add a test case for r225068 / PR22080. |
tree | commitdiff |
2015-01-01 |
Chandler Carruth | [SROA] Teach SROA how to much more intelligently handle... |
tree | commitdiff |
2014-12-31 |
Sanjay Patel | InstCombine: fsub nsz 0, X ==> fsub nsz -0.0, X |
tree | commitdiff |
2014-12-31 |
David Majnemer | InstCombine: try to transform A-B < 0 into A < B |
tree | commitdiff |
2014-12-29 |
Philip Reames | Carry facts about nullness and undef across GC relocation |
tree | commitdiff |
2014-12-29 |
Philip Reames | Refine the notion of MayThrow in LICM to include a... |
tree | commitdiff |
2014-12-29 |
Philip Reames | Loading from null is valid outside of addrspace 0 |
tree | commitdiff |
2014-12-26 |
David Majnemer | InstCombine: Infer nuw for multiplies |
tree | commitdiff |
2014-12-26 |
David Majnemer | InstCombe: Infer nsw for multiplies |
tree | commitdiff |
2014-12-23 |
Michael Kuperstein | [ValueTracking] Move GlobalAlias handling to be after... |
tree | commitdiff |
2014-12-23 |
Michael Liao | [SimplifyCFG] Revise common code sinking |
tree | commitdiff |
2014-12-22 |
Bruno Cardoso Lopes | [LCSSA] Handle PHI insertion in disjoint loops |
tree | commitdiff |
2014-12-20 |
David Majnemer | This should have been part of r224676. |
tree | commitdiff |
2014-12-20 |
David Majnemer | InstCombine: Squash an icmp+select into bitwise arithmetic |
tree | commitdiff |
2014-12-20 |
David Majnemer | InstSimplify: Optimize away pointless comparisons |
tree | commitdiff |
2014-12-19 |
Bruno Cardoso Lopes | Reapply: [InstCombine] Fix visitSwitchInst to use right... |
tree | commitdiff |
2014-12-19 |
Sanjay Patel | use -0.0 when creating an fneg instruction |
tree | commitdiff |
2014-12-19 |
Bruno Cardoso Lopes | Revert "[InstCombine] Fix visitSwitchInst to use right... |
tree | commitdiff |
2014-12-19 |
Bruno Cardoso Lopes | [InstCombine] Fix visitSwitchInst to use right operand... |
tree | commitdiff |
2014-12-18 |
David Majnemer | ConstantFold: Shifting undef by zero results in undef |
tree | commitdiff |
2014-12-17 |
Suyog Sarda | Revert 224119 "This patch recognizes (+ (+ v0, v1)... |
tree | commitdiff |
2014-12-17 |
Elena Demikhovsky | Added 5 more tests related to sink store revision 224247 |
tree | commitdiff |
2014-12-17 |
Erik Eckstein | Strength reduce intrinsics with overflow into regular... |
tree | commitdiff |
2014-12-17 |
David Majnemer | InstSimplify: shl nsw/nuw undef, %V -> undef |
tree | commitdiff |
2014-12-16 |
Elena Demikhovsky | Masked Load and Store Intrinsics in loop vectorizer. |
tree | commitdiff |
2014-12-15 |
Sanjoy Das | Teach ScalarEvolution to exploit min and max expression... |
tree | commitdiff |
2014-12-15 |
Duncan P. N. Exon... | IR: Make metadata typeless in assembly |
tree | commitdiff |
2014-12-15 |
Elena Demikhovsky | Added a test related to 224247 revision |
tree | commitdiff |
2014-12-15 |
Suyog Sarda | Typo Correction in Test Case. NFC. |
tree | commitdiff |
2014-12-13 |
Ahmed Bougacha | Reapply "[ARM] Combine base-updating/post-incrementing... |
tree | commitdiff |
2014-12-13 |
Renato Golin | Revert "[ARM] Combine base-updating/post-incrementing... |
tree | commitdiff |
2014-12-12 |
David Majnemer | ValueTracking: Don't recurse too deeply in computeKnown... |
tree | commitdiff |
2014-12-12 |
Suyog Sarda | This patch recognizes (+ (+ v0, v1) (+ v2, v3)), reorde... |
tree | commitdiff |
2014-12-12 |
Steven Wu | Fix another infinite loop in InstCombine |
tree | commitdiff |
2014-12-11 |
Andrea Di Biagio | [InstCombine][X86] Improved folding of calls to Intrins... |
tree | commitdiff |
2014-12-11 |
David Majnemer | InstSimplify: Remove usesless %a parameter from tests |
tree | commitdiff |
2014-12-11 |
Michael Kuperstein | The inliner needs to fix up debug information for llvm... |
tree | commitdiff |
2014-12-10 |
David Majnemer | ConstantFold, InstSimplify: undef >>a x can be either... |
tree | commitdiff |
2014-12-10 |
David Majnemer | ConstantFold: an undef shift amount results in undef |
tree | commitdiff |
2014-12-10 |
David Majnemer | ConstantFold: div undef, 0 should fold to undef, not... |
tree | commitdiff |
2014-12-10 |
David Majnemer | InstSimplify: [al]shr exact undef, %X -> undef |
tree | commitdiff |
2014-12-10 |
David Majnemer | InstSimplify: div %X, 0 -> undef |
tree | commitdiff |
2014-12-10 |
Ahmed Bougacha | [ARM] Combine base-updating/post-incrementing vector... |
tree | commitdiff |
2014-12-09 |
Chandler Carruth | Revert r223764 which taught instcombine about integer... |
tree | commitdiff |
2014-12-09 |
Duncan P. N. Exon... | IR: Split Metadata from Value |
tree | commitdiff |
2014-12-09 |
Sonam Kumari | Removal Of Duplicate Test Cases and Addition Of Missing... |
tree | commitdiff |
2014-12-09 |
Ankur Garg | [test/Transforms/InstCombine/shift.ll] Removed duplicat... |
tree | commitdiff |
2014-12-09 |
Chandler Carruth | Teach instcombine to canonicalize "element extraction... |
tree | commitdiff |
2014-12-08 |
David Majnemer | InstSimplify: Try to bring back the rest of r223583 |
tree | commitdiff |
2014-12-08 |
Sonam Kumari | Removal Of Duplicate Test Case from shift.ll file |
tree | commitdiff |
2014-12-08 |
NAKAMURA Takumi | Revert a part of r223583, for now. It seems causing... |
tree | commitdiff |
2014-12-06 |
David Majnemer | InstSimplify: Optimize away useless unsigned comparisons |
tree | commitdiff |
2014-12-06 |
Duncan P. N. Exon... | IR: Disallow complicated function-local metadata |
tree | commitdiff |
2014-12-04 |
Hans Wennborg | Add some tests for SimplifyCFG's TurnSwitchRangeIntoICm... |
tree | commitdiff |
2014-12-04 |
Hans Wennborg | Add some tests for SimplifyCFG's ConstantFoldTerminator... |
tree | commitdiff |
2014-12-04 |
Philip Reames | Add a test case for argument type coercion in an invoke... |
tree | commitdiff |
2014-12-04 |
Hal Finkel | Revert "r223364 - Revert r223347 which has caused crash... |
tree | commitdiff |
2014-12-04 |
Alexander Potapenko | Revert r223347 which has caused crashes on bootstrap... |
tree | commitdiff |
2014-12-04 |
Simon Pilgrim | [InstCombine] Minor optimization for bswap with binary ops |
tree | commitdiff |
2014-12-04 |
Hal Finkel | Restrict somewhat the memory-allocation pointer cmp... |
tree | commitdiff |
2014-12-03 |
Matthias Braun | [SimplifyLibCalls] Improve double->float shrinking... |
tree | commitdiff |
2014-12-03 |
Matthias Braun | [SimplifyLibCalls] Enable double to float shrinking... |
tree | commitdiff |
2014-12-03 |
Nick Lewycky | Fix test to use the right metadata node (reapply r22323... |
tree | commitdiff |
2014-12-03 |
Alexander Potapenko | Revert r223239, which broke some bots. |
tree | commitdiff |
2014-12-03 |
Alexander Potapenko | Fix the metadata number used by llvm.gcov to match... |
tree | commitdiff |
2014-12-03 |
Erik Eckstein | InstCombine: simplify signed range checks |
tree | commitdiff |
2014-12-03 |
Tom Stellard | StructurizeCFG: Use LoopInfo analysis for better loop... |
tree | commitdiff |
2014-12-03 |
Nick Lewycky | Emit the entry block first and the exit block second... |
tree | commitdiff |
2014-12-02 |
Michael Zolotukhin | PR21302. Vectorize only bottom-tested loops. |
tree | commitdiff |
2014-12-02 |
Michael Zolotukhin | Apply loop-rotate to several vectorizer tests. |
tree | commitdiff |
2014-12-02 |
Bruno Cardoso Lopes | [SwitchLowering] Handle destinations on multiple phi... |
tree | commitdiff |
2014-12-02 |
Bruno Cardoso Lopes | [LICM] Avoind store sinking if no preheader is available |
tree | commitdiff |
2014-12-02 |
Sonam Kumari | [signext.ll] Removal Of Duplicate Test Cases |
tree | commitdiff |
2014-12-01 |
Hal Finkel | Simplify pointer comparisons involving memory allocatio... |
tree | commitdiff |
2014-12-01 |
Reid Kleckner | Parse 'ghccc' in .ll files as the GHC convention (cc 10) |
tree | commitdiff |
2014-12-01 |
Hans Wennborg | Revert r223049, r223050 and r223051 while investigating... |
tree | commitdiff |
2014-12-01 |
Hans Wennborg | SimplifyCFG: Omit range checks for switch lookup tables... |
tree | commitdiff |
2014-12-01 |
Hans Wennborg | SimplifyCFG: don't remove unreachable default switch... |
tree | commitdiff |
2014-12-01 |
Sonam Kumari | Removed extra whitespace. (Testing commit access).... |
tree | commitdiff |
2014-12-01 |
Rafael Espindola | Relax an assert a bit to avoid a crash on unreachable... |
tree | commitdiff |
2014-11-29 |
Duncan P. N. Exon... | DebugIR: Delete -debug-ir |
tree | commitdiff |
2014-11-28 |
Duncan P. N. Exon... | Revert "Masked Vector Load and Store Intrinsics." |
tree | commitdiff |
2014-11-28 |
David Majnemer | InstCombine: FoldOrOfICmps harder |
tree | commitdiff |
2014-11-28 |
Bruno Cardoso Lopes | [LICM] Store sink and indirectbr instructions |
tree | commitdiff |
2014-11-28 |
Bruno Cardoso Lopes | [SwitchLowering] Handle multiple destinations on conden... |
tree | commitdiff |
2014-11-27 |
Erik Eckstein | reinstate r222872: Peephole optimization in switch... |
tree | commitdiff |
2014-11-27 |
Suyog Sarda | Use FileCheck instead of grep. Change by Ankur Garg. |
tree | commitdiff |
2014-11-27 |
Erik Eckstein | Revert "Peephole optimization in switch table lookup... |
tree | commitdiff |
next |