summaryrefslogtreecommitdiff
path: root/test/Transforms
Commit message (Expand)AuthorAge
* LSR critical edge splitting fix for PR13756.Andrew Trick2012-09-18
* Fix getCommonType in a different way from the way I fixed it whenChandler Carruth2012-09-18
* XFAIL SROA test until Chandler can get to it.Benjamin Kramer2012-09-18
* Fix a warning in release builds and a test case I forgot to update withChandler Carruth2012-09-18
* Add a major missing piece to the new SROA pass: aggressive splitting ofChandler Carruth2012-09-18
* Fix instcombine to obey requested alignment when merging allocas.Richard Osborne2012-09-18
* PGO: preserve branch-weight metadata when simplifying Switch to a sub, an icmpManman Ren2012-09-18
* PGO: preserve branch-weight metadata when simplifying SwitchManman Ren2012-09-17
* PGO: preserve branch-weight metadata when simplifying SwitchOnSelect.Manman Ren2012-09-17
* PGO: preserve branch-weight metadata when simplifying two branches with a commonManman Ren2012-09-17
* Port the SSAUpdater-based promotion logic from the old SROA pass to theChandler Carruth2012-09-15
* PGO: preserve branch-weight metadata when simplifying two branches with a commonManman Ren2012-09-15
* PGO: preserve branch-weight metadata when simplifying a switch with a singleManman Ren2012-09-14
* Review feedback from Duncan Sands. Alphabetize includes and simplifyAlex Rosenberg2012-09-14
* PGO: preserve branch-weight metadata when merging two switches whereManman Ren2012-09-14
* Introduce a new SROA implementation.Chandler Carruth2012-09-14
* Handle the new !tbaa.struct metadata tags when converting a memcpy into scalarDan Gohman2012-09-13
* MemCpyOpt: When forming a memset from stores also take GEP constexprs into ac...Benjamin Kramer2012-09-13
* Detect overflow in the path count computation. rdar://12277446.Dan Gohman2012-09-12
* PGO: preserve branch-weight metadata when removing a case which jumpsManman Ren2012-09-12
* SimplifyCFG: preserve branch-weight metadata when creating a new switch fromManman Ren2012-09-11
* Add a pass that renames everything with metasyntatic names. This works well a...Alex Rosenberg2012-09-11
* Remove an incorrect assert during branch weight propagation.Andrew Trick2012-09-08
* Fix switch_to_lookup_table.ll test from r163302.Hans Wennborg2012-09-06
* Build lookup tables for switches (PR884)Hans Wennborg2012-09-06
* JumpThreading: when default destination is the destination of some cases in aManman Ren2012-09-05
* Make provenance checking conservative in cases whenDan Gohman2012-09-04
* LICM may hoist an instruction with undefined behavior above a trap.Nadav Rotem2012-09-04
* Fix more fallout from r158919, similar to PR13547.Bob Wilson2012-09-03
* LoopRotation: Make the brute force DomTree update more brute force.Benjamin Kramer2012-09-02
* [llvm] Updated the test fold-vector-select so that we test the vector selects...Michael Gottesman2012-08-30
* Fix test case.Benjamin Kramer2012-08-30
* LoopRotate: Also rotate loops with multiple exits.Benjamin Kramer2012-08-30
* It is illegal to transform (sdiv (ashr X c1) c2) -> (sdiv x (2^c1 * c2)),Nadav Rotem2012-08-30
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-29
* InstCombine: Guard the transform introduced in r162743 against large ints and...Benjamin Kramer2012-08-28
* Make sure that we don't call getZExtValue on values > 64 bits.Nadav Rotem2012-08-28
* Teach InstCombine to canonicalize [SU]div+[AL]shl patterns.Nadav Rotem2012-08-28
* SimplifyLibCalls: Give all safely-shrinkable libcalls the same treatment.Benjamin Kramer2012-08-22
* Whitespace.Chad Rosier2012-08-22
* Add test case for r162368.Chad Rosier2012-08-22
* Port the global copy optimization from the SROA pass to InstCombine.Chandler Carruth2012-08-21
* InstCombine: Fix a crasher when encountering a function pointer.Benjamin Kramer2012-08-18
* InstCombine: Add a couple of fabs identities for comparing with 0.0.Benjamin Kramer2012-08-18
* SimplifyLibcalls: Add fabs and trunc to the list of libcalls that are safe to...Benjamin Kramer2012-08-18
* MemoryBuiltins: Properly guard ObjectSizeOffsetVisitor against cycles in the IR.Benjamin Kramer2012-08-17
* Guard MemoryBuiltins against self-looping GEPs, which can occur in unreachabl...Benjamin Kramer2012-08-17
* Fix broken check lines.Benjamin Kramer2012-08-17
* Teach GVN to reason about edges dominating uses. This allows it to handle casesRafael Espindola2012-08-16
* fix infinite loop in instcombine with more than 4GB memcpyMichael Liao2012-08-15