]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - test/Transforms
Debug info: Teach SROA how to update debug info for fragmented variables.
[opencl/llvm.git] / test / Transforms /
2014-12-20 David MajnemerThis should have been part of r224676.
2014-12-20 David MajnemerInstCombine: Squash an icmp+select into bitwise arithmetic
2014-12-20 David MajnemerInstSimplify: Optimize away pointless comparisons
2014-12-19 Bruno Cardoso LopesReapply: [InstCombine] Fix visitSwitchInst to use right...
2014-12-19 Sanjay Pateluse -0.0 when creating an fneg instruction
2014-12-19 Bruno Cardoso LopesRevert "[InstCombine] Fix visitSwitchInst to use right...
2014-12-19 Bruno Cardoso Lopes[InstCombine] Fix visitSwitchInst to use right operand...
2014-12-18 David MajnemerConstantFold: Shifting undef by zero results in undef
2014-12-17 Suyog SardaRevert 224119 "This patch recognizes (+ (+ v0, v1)...
2014-12-17 Elena DemikhovskyAdded 5 more tests related to sink store revision 224247
2014-12-17 Erik EcksteinStrength reduce intrinsics with overflow into regular...
2014-12-17 David MajnemerInstSimplify: shl nsw/nuw undef, %V -> undef
2014-12-16 Elena DemikhovskyMasked Load and Store Intrinsics in loop vectorizer.
2014-12-15 Sanjoy DasTeach ScalarEvolution to exploit min and max expression...
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-15 Elena DemikhovskyAdded a test related to 224247 revision
2014-12-15 Suyog SardaTypo Correction in Test Case. NFC.
2014-12-13 Ahmed BougachaReapply "[ARM] Combine base-updating/post-incrementing...
2014-12-13 Renato GolinRevert "[ARM] Combine base-updating/post-incrementing...
2014-12-12 David MajnemerValueTracking: Don't recurse too deeply in computeKnown...
2014-12-12 Suyog SardaThis patch recognizes (+ (+ v0, v1) (+ v2, v3)), reorde...
2014-12-12 Steven WuFix another infinite loop in InstCombine
2014-12-11 Andrea Di Biagio[InstCombine][X86] Improved folding of calls to Intrins...
2014-12-11 David MajnemerInstSimplify: Remove usesless %a parameter from tests
2014-12-11 Michael KupersteinThe inliner needs to fix up debug information for llvm...
2014-12-10 David MajnemerConstantFold, InstSimplify: undef >>a x can be either...
2014-12-10 David MajnemerConstantFold: an undef shift amount results in undef
2014-12-10 David MajnemerConstantFold: div undef, 0 should fold to undef, not...
2014-12-10 David MajnemerInstSimplify: [al]shr exact undef, %X -> undef
2014-12-10 David MajnemerInstSimplify: div %X, 0 -> undef
2014-12-10 Ahmed Bougacha[ARM] Combine base-updating/post-incrementing vector...
2014-12-09 Chandler CarruthRevert r223764 which taught instcombine about integer...
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-09 Sonam KumariRemoval Of Duplicate Test Cases and Addition Of Missing...
2014-12-09 Ankur Garg[test/Transforms/InstCombine/shift.ll] Removed duplicat...
2014-12-09 Chandler CarruthTeach instcombine to canonicalize "element extraction...
2014-12-08 David MajnemerInstSimplify: Try to bring back the rest of r223583
2014-12-08 Sonam KumariRemoval Of Duplicate Test Case from shift.ll file
2014-12-08 NAKAMURA TakumiRevert a part of r223583, for now. It seems causing...
2014-12-06 David MajnemerInstSimplify: Optimize away useless unsigned comparisons
2014-12-06 Duncan P. N. Exon... IR: Disallow complicated function-local metadata
2014-12-04 Hans WennborgAdd some tests for SimplifyCFG's TurnSwitchRangeIntoICm...
2014-12-04 Hans WennborgAdd some tests for SimplifyCFG's ConstantFoldTerminator...
2014-12-04 Philip ReamesAdd a test case for argument type coercion in an invoke...
2014-12-04 Hal FinkelRevert "r223364 - Revert r223347 which has caused crash...
2014-12-04 Alexander PotapenkoRevert r223347 which has caused crashes on bootstrap...
2014-12-04 Simon Pilgrim[InstCombine] Minor optimization for bswap with binary ops
2014-12-04 Hal FinkelRestrict somewhat the memory-allocation pointer cmp...
2014-12-03 Matthias Braun[SimplifyLibCalls] Improve double->float shrinking...
2014-12-03 Matthias Braun[SimplifyLibCalls] Enable double to float shrinking...
2014-12-03 Nick LewyckyFix test to use the right metadata node (reapply r22323...
2014-12-03 Alexander PotapenkoRevert r223239, which broke some bots.
2014-12-03 Alexander PotapenkoFix the metadata number used by llvm.gcov to match...
2014-12-03 Erik EcksteinInstCombine: simplify signed range checks
2014-12-03 Tom StellardStructurizeCFG: Use LoopInfo analysis for better loop...
2014-12-03 Nick LewyckyEmit the entry block first and the exit block second...
2014-12-02 Michael ZolotukhinPR21302. Vectorize only bottom-tested loops.
2014-12-02 Michael ZolotukhinApply loop-rotate to several vectorizer tests.
2014-12-02 Bruno Cardoso Lopes[SwitchLowering] Handle destinations on multiple phi...
2014-12-02 Bruno Cardoso Lopes[LICM] Avoind store sinking if no preheader is available
2014-12-02 Sonam Kumari[signext.ll] Removal Of Duplicate Test Cases
2014-12-01 Hal FinkelSimplify pointer comparisons involving memory allocatio...
2014-12-01 Reid KlecknerParse 'ghccc' in .ll files as the GHC convention (cc 10)
2014-12-01 Hans WennborgRevert r223049, r223050 and r223051 while investigating...
2014-12-01 Hans WennborgSimplifyCFG: Omit range checks for switch lookup tables...
2014-12-01 Hans WennborgSimplifyCFG: don't remove unreachable default switch...
2014-12-01 Sonam KumariRemoved extra whitespace. (Testing commit access)....
2014-12-01 Rafael EspindolaRelax an assert a bit to avoid a crash on unreachable...
2014-11-29 Duncan P. N. Exon... DebugIR: Delete -debug-ir
2014-11-28 Duncan P. N. Exon... Revert "Masked Vector Load and Store Intrinsics."
2014-11-28 David MajnemerInstCombine: FoldOrOfICmps harder
2014-11-28 Bruno Cardoso Lopes[LICM] Store sink and indirectbr instructions
2014-11-28 Bruno Cardoso Lopes[SwitchLowering] Handle multiple destinations on conden...
2014-11-27 Erik Ecksteinreinstate r222872: Peephole optimization in switch...
2014-11-27 Suyog SardaUse FileCheck instead of grep. Change by Ankur Garg.
2014-11-27 Erik EcksteinRevert "Peephole optimization in switch table lookup...
2014-11-27 Suyog SardaUse FileCheck instead of grep. Change by Sonam.
2014-11-27 Erik EcksteinPeephole optimization in switch table lookup: reuse...
2014-11-27 David MajnemerInstCombine: Restore optimizations lost in r210006
2014-11-27 David MajnemerInstSimplify: Restore optimizations lost in r210006
2014-11-26 David MajnemerRevert "Added inst combine transforms for single bit...
2014-11-25 Hans WennborgRemove useless rdar:// comment from switch_to_lookup_ta...
2014-11-25 Hans WennborgLazyValueInfo: Actually re-visit partially solved block...
2014-11-25 Chandler Carruth[InstCombine] Change LLVM To canonicalize toward the...
2014-11-25 Suyog SardaChange the test case file to use FileCheck instead...
2014-11-25 Chandler CarruthRevert r220349 to re-instate r220277 with a fix for...
2014-11-25 David MajnemerInstSimplify: Handle some simple tautological comparisons
2014-11-24 Matt ArsenaultBug 21610: Canonicalize min/max fcmp selects to use...
2014-11-24 Matt ArsenaultConvert test to FileCheck and use CHECK-LABEL
2014-11-24 David MajnemerInstCombine: Don't create an unused instruction
2014-11-24 David MajnemerInstCombine: Don't assume DataLayout is always available
2014-11-23 Elena DemikhovskyMasked Vector Load and Store Intrinsics.
2014-11-22 David MajnemerInstCombine: Propagate exact for (sdiv X, Pow2) ->...
2014-11-22 David MajnemerInstCombine: Propagate exact for (sdiv X, Y) -> (udiv...
2014-11-22 David MajnemerInstCombine: Propagate exact for (sdiv -X, C) -> (sdiv...
2014-11-22 David MajnemerInstCombine: Propagate exact in (udiv (lshr X,C1),C2...
2014-11-22 David MajnemerInstCombine: Propagate NSW/NUW for X*(1<<Y) -> X<<Y
2014-11-22 David MajnemerInstCombine: Propagate NSW for -X * -Y -> X * Y
2014-11-22 David MajnemerInstSimplify: Simplify (sub 0, X) -> X if it's NUW
2014-11-22 David MajnemerInstCombine: Preserve nsw when folding X*(2^C) -> X...
next