aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms
AgeCommit message (Expand)Author
2012-09-25Make this test check the transforms it's actually doing. Also add a test that itNick Lewycky
2012-09-25Fix a case where SROA did not correctly detect dead PHI or selects dueChandler Carruth
2012-09-25Don't forget that strcpy and friends return a pointer to the destination, soNick Lewycky
2012-09-24Teach DSE that strcpy, strncpy, strcat and strncat are all stores which may beNick Lewycky
2012-09-24Add missing : in CHECK line.Richard Osborne
2012-09-24Add missing check for presence of target data.Richard Osborne
2012-09-24Address one of the original FIXMEs for the new SROA pass by implementingChandler Carruth
2012-09-23Switch to a signed representation for the dynamic offsets while walkingChandler Carruth
2012-09-21Fix a case where the new SROA pass failed to zap dead operands toChandler Carruth
2012-09-21LoopIdiom: Give up when the loop is not in canonical form.Benjamin Kramer
2012-09-21InstCombine: Make sure we use the pre-zext type when creating a constant of a...Benjamin Kramer
2012-09-20SimplifyCFG: sink common codes from IF, ELSE blocks down to END block.Manman Ren
2012-09-19SimplifyCFG: Don't generate invalid code for switch used to initializeHans Wennborg
2012-09-19Move load_to_switch.ll to test/CodeGen/SPARC/Hans Wennborg
2012-09-19rename testNadav Rotem
2012-09-19Prevent inlining of callees which allocate lots of memory into a recursive ca...Nadav Rotem
2012-09-19CodeGenPrep: turn lookup tables into switches for some targets.Hans Wennborg
2012-09-18Fix the last crasher I've gotten a reproduction for in SROA. This oneChandler Carruth
2012-09-18LSR critical edge splitting fix for PR13756.Andrew Trick
2012-09-18Fix getCommonType in a different way from the way I fixed it whenChandler Carruth
2012-09-18XFAIL SROA test until Chandler can get to it.Benjamin Kramer
2012-09-18Fix a warning in release builds and a test case I forgot to update withChandler Carruth
2012-09-18Add a major missing piece to the new SROA pass: aggressive splitting ofChandler Carruth
2012-09-18Fix instcombine to obey requested alignment when merging allocas.Richard Osborne
2012-09-18PGO: preserve branch-weight metadata when simplifying Switch to a sub, an icmpManman Ren
2012-09-17PGO: preserve branch-weight metadata when simplifying SwitchManman Ren
2012-09-17PGO: preserve branch-weight metadata when simplifying SwitchOnSelect.Manman Ren
2012-09-17PGO: preserve branch-weight metadata when simplifying two branches with a commonManman Ren
2012-09-15Port the SSAUpdater-based promotion logic from the old SROA pass to theChandler Carruth
2012-09-15PGO: preserve branch-weight metadata when simplifying two branches with a commonManman Ren
2012-09-14PGO: preserve branch-weight metadata when simplifying a switch with a singleManman Ren
2012-09-14Review feedback from Duncan Sands. Alphabetize includes and simplifyAlex Rosenberg
2012-09-14PGO: preserve branch-weight metadata when merging two switches whereManman Ren
2012-09-14Introduce a new SROA implementation.Chandler Carruth
2012-09-13Handle the new !tbaa.struct metadata tags when converting a memcpy into scalarDan Gohman
2012-09-13MemCpyOpt: When forming a memset from stores also take GEP constexprs into ac...Benjamin Kramer
2012-09-12Detect overflow in the path count computation. rdar://12277446.Dan Gohman
2012-09-12PGO: preserve branch-weight metadata when removing a case which jumpsManman Ren
2012-09-11SimplifyCFG: preserve branch-weight metadata when creating a new switch fromManman Ren
2012-09-11Add a pass that renames everything with metasyntatic names. This works well a...Alex Rosenberg
2012-09-08Remove an incorrect assert during branch weight propagation.Andrew Trick
2012-09-06Fix switch_to_lookup_table.ll test from r163302.Hans Wennborg
2012-09-06Build lookup tables for switches (PR884)Hans Wennborg
2012-09-05JumpThreading: when default destination is the destination of some cases in aManman Ren
2012-09-04Make provenance checking conservative in cases whenDan Gohman
2012-09-04LICM may hoist an instruction with undefined behavior above a trap.Nadav Rotem
2012-09-03Fix more fallout from r158919, similar to PR13547.Bob Wilson
2012-09-02LoopRotation: Make the brute force DomTree update more brute force.Benjamin Kramer
2012-08-30[llvm] Updated the test fold-vector-select so that we test the vector selects...Michael Gottesman
2012-08-30Fix test case.Benjamin Kramer