summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopIdiom
Commit message (Expand)AuthorAge
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-23
* Teach loop-idiom about address space pointer sizesMatt Arsenault2013-09-11
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-06
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-26
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Debug Info: enable verifier for testing cases.Manman Ren2013-07-29
* Debug Info Verifier: verify SPs in llvm.dbg.sp.Manman Ren2013-07-27
* add -disable-debug-info-verifier to 3 test to fix tests with pipefail.Rafael Espindola2013-07-24
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* PR14904: Segmentation fault running pass 'Recognize loop idioms'Shuxin Yang2013-01-10
* Fix a mistaken commit that included some debugging code.David Tweed2013-01-07
* There was a switch fall-through in the parser for textual LLVM that causedDavid Tweed2013-01-07
* - Re-enable population count loop idiom recognization Shuxin Yang2012-12-09
* Revert the patches adding a popcount loop idiom recognition pass.Chandler Carruth2012-12-08
* The test unconditionally assumes a particular cpu has a backend build in the ...David Tweed2012-12-07
* rdar://12100355 (part 1)Shuxin Yang2012-11-29
* Add a testcase to loop-idiom to cover PR14241 when we start handlingChandler Carruth2012-11-02
* Revert the switch of loop-idiom to use the new dependence analysis.Chandler Carruth2012-11-02
* LCSSA: Add a workaround for another nasty SCEV cache invalidation issue.Benjamin Kramer2012-10-31
* DependenceAnalysis: Don't crash if there is no constant operand.Benjamin Kramer2012-10-31
* LoopIdiom: Fix a serious missed optimization: we only turned top-level loops ...Benjamin Kramer2012-10-30
* LoopIdiom: Add checks to avoid turning memmove into an infinite loop.Benjamin Kramer2012-10-27
* LoopIdiom: Recognize memmove loops.Benjamin Kramer2012-10-27
* LoopIdiom: Replace custom dependence analysis with DependenceAnalysis.Benjamin Kramer2012-10-27
* Revert r166390 "LoopIdiom: Replace custom dependence analysis with LoopDepend...Benjamin Kramer2012-10-21
* LoopIdiom: Replace custom dependence analysis with LoopDependenceAnalysis.Benjamin Kramer2012-10-21
* LoopIdiom: Give up when the loop is not in canonical form.Benjamin Kramer2012-09-21
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer2011-09-27
* A real testcase for r135286.Chad Rosier2011-07-15
* Add testcase for r135286.Chad Rosier2011-07-15
* Fix PR9815: I was trying to get out of "generating code and thenChris Lattner2011-05-22
* Preserve line no. info.Devang Patel2011-03-07
* rewrite the memset_pattern pattern generation stuff to accept any 2/4/8/16-byteChris Lattner2011-02-19
* Stores of null pointers should turn into memset, we weren't recognizingChris Lattner2011-02-19
* Implement rdar://9009151, transforming strided loop stores ofChris Lattner2011-02-19
* Teach loop-idiom to turn a loop containing a memset into a larger memsetChris Lattner2011-01-04
* fix a miscompilation of tramp3d-v4: when forming a memcpy, we have to makeChris Lattner2011-01-02
* If a loop iterates exactly once (has backedge count = 0) then don'tChris Lattner2011-01-02
* enhance loop idiom recognition to scan *all* unconditionally executedChris Lattner2011-01-02
* Allow loop-idiom to run on multiple BB loops, but still only scan the loop Chris Lattner2011-01-02
* teach loop idiom recognition to form memcpy's from simple loops.Chris Lattner2011-01-02
* add a validity check that was missed, fixing a crash on theChris Lattner2011-01-01
* improve validity check to handle constant-trip-count loops moreChris Lattner2011-01-01
* implement the "no aliasing accesses in loop" safety check. This passChris Lattner2011-01-01
* implement enough of the memset inference algorithm to recognize and insert Chris Lattner2010-12-26