index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
LoopIdiom
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach loop-idiom about address space pointer sizes
Matt Arsenault
2013-09-11
1
-0
/
+91
*
Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.
Manman Ren
2013-09-06
1
-2
/
+2
*
Debug Info: add an identifier field to DICompositeType.
Manman Ren
2013-08-26
1
-1
/
+1
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
2
-3
/
+0
*
Debug Info: enable verifier for testing cases.
Manman Ren
2013-07-29
1
-1
/
+1
*
Debug Info Verifier: verify SPs in llvm.dbg.sp.
Manman Ren
2013-07-27
1
-9
/
+10
*
add -disable-debug-info-verifier to 3 test to fix tests with pipefail.
Rafael Espindola
2013-07-24
1
-1
/
+1
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
2
-17
/
+17
*
PR14904: Segmentation fault running pass 'Recognize loop idioms'
Shuxin Yang
2013-01-10
1
-0
/
+20
*
Fix a mistaken commit that included some debugging code.
David Tweed
2013-01-07
1
-1
/
+1
*
There was a switch fall-through in the parser for textual LLVM that caused
David Tweed
2013-01-07
1
-1
/
+1
*
- Re-enable population count loop idiom recognization
Shuxin Yang
2012-12-09
2
-0
/
+126
*
Revert the patches adding a popcount loop idiom recognition pass.
Chandler Carruth
2012-12-08
2
-82
/
+0
*
The test unconditionally assumes a particular cpu has a backend build in the ...
David Tweed
2012-12-07
2
-0
/
+6
*
rdar://12100355 (part 1)
Shuxin Yang
2012-11-29
1
-0
/
+76
*
Add a testcase to loop-idiom to cover PR14241 when we start handling
Chandler Carruth
2012-11-02
1
-0
/
+33
*
Revert the switch of loop-idiom to use the new dependence analysis.
Chandler Carruth
2012-11-02
5
-218
/
+1
*
LCSSA: Add a workaround for another nasty SCEV cache invalidation issue.
Benjamin Kramer
2012-10-31
1
-0
/
+74
*
DependenceAnalysis: Don't crash if there is no constant operand.
Benjamin Kramer
2012-10-31
1
-0
/
+25
*
LoopIdiom: Fix a serious missed optimization: we only turned top-level loops ...
Benjamin Kramer
2012-10-30
1
-0
/
+42
*
LoopIdiom: Add checks to avoid turning memmove into an infinite loop.
Benjamin Kramer
2012-10-27
1
-1
/
+52
*
LoopIdiom: Recognize memmove loops.
Benjamin Kramer
2012-10-27
1
-0
/
+22
*
LoopIdiom: Replace custom dependence analysis with DependenceAnalysis.
Benjamin Kramer
2012-10-27
2
-0
/
+102
*
Revert r166390 "LoopIdiom: Replace custom dependence analysis with LoopDepend...
Benjamin Kramer
2012-10-21
2
-102
/
+0
*
LoopIdiom: Replace custom dependence analysis with LoopDependenceAnalysis.
Benjamin Kramer
2012-10-21
2
-0
/
+102
*
LoopIdiom: Give up when the loop is not in canonical form.
Benjamin Kramer
2012-09-21
1
-0
/
+34
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-3
/
+1
*
Stop emitting instructions with the name "tmp" they eat up memory and have to...
Benjamin Kramer
2011-09-27
1
-2
/
+2
*
A real testcase for r135286.
Chad Rosier
2011-07-15
1
-36
/
+19
*
Add testcase for r135286.
Chad Rosier
2011-07-15
1
-0
/
+47
*
Fix PR9815: I was trying to get out of "generating code and then
Chris Lattner
2011-05-22
1
-0
/
+37
*
Preserve line no. info.
Devang Patel
2011-03-07
1
-0
/
+49
*
rewrite the memset_pattern pattern generation stuff to accept any 2/4/8/16-byte
Chris Lattner
2011-02-19
1
-2
/
+27
*
Stores of null pointers should turn into memset, we weren't recognizing
Chris Lattner
2011-02-19
1
-0
/
+22
*
Implement rdar://9009151, transforming strided loop stores of
Chris Lattner
2011-02-19
1
-0
/
+27
*
Teach loop-idiom to turn a loop containing a memset into a larger memset
Chris Lattner
2011-01-04
1
-0
/
+33
*
fix a miscompilation of tramp3d-v4: when forming a memcpy, we have to make
Chris Lattner
2011-01-02
1
-0
/
+33
*
If a loop iterates exactly once (has backedge count = 0) then don't
Chris Lattner
2011-01-02
1
-0
/
+18
*
enhance loop idiom recognition to scan *all* unconditionally executed
Chris Lattner
2011-01-02
1
-0
/
+23
*
Allow loop-idiom to run on multiple BB loops, but still only scan the loop
Chris Lattner
2011-01-02
1
-0
/
+24
*
teach loop idiom recognition to form memcpy's from simple loops.
Chris Lattner
2011-01-02
1
-0
/
+28
*
add a validity check that was missed, fixing a crash on the
Chris Lattner
2011-01-01
1
-0
/
+23
*
improve validity check to handle constant-trip-count loops more
Chris Lattner
2011-01-01
1
-1
/
+27
*
implement the "no aliasing accesses in loop" safety check. This pass
Chris Lattner
2011-01-01
1
-0
/
+23
*
implement enough of the memset inference algorithm to recognize and insert
Chris Lattner
2010-12-26
2
-0
/
+47