index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
Transforms
/
LoopIdiom
/
basic.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add, and infer, a nofree function attribute
Brian Homerding
2019-07-08
1
-1
/
+1
*
[SCEV] Use NoWrapFlags when expanding a simple mul
Sam Parker
2019-06-17
1
-6
/
+6
*
Revert "[SCEV] Use wrap flags in InsertBinop"
Benjamin Kramer
2019-06-06
1
-6
/
+6
*
[SCEV] Use wrap flags in InsertBinop
Sam Parker
2019-06-06
1
-6
/
+6
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+712
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-712
/
+0
*
[LoopIdiom] Be more aggressive when setting alignment in memcpy
Daniel Neilson
2018-02-08
1
-0
/
+75
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
1
-12
/
+12
*
[LIR] Teach LIR to avoid extending the BE count prior to adding one to
Chandler Carruth
2017-07-25
1
-0
/
+69
*
Enable disabled loopidiom test. Apparently we handle it now
Xin Tong
2017-01-03
1
-5
/
+3
*
[LIR] Set attributes on memset_pattern16.
Ahmed Bougacha
2016-04-27
1
-0
/
+4
*
[LIR] Allow merging of memsets in negatively strided loops.
Chad Rosier
2016-02-12
1
-0
/
+33
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-9
/
+9
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-9
/
+9
*
[LIR] Add support for creating memcpys from loops with a negative stride.
Chad Rosier
2015-11-13
1
-2
/
+29
*
Reapply: [LIR] Add support for creating memsets from loops with a negative st...
Chad Rosier
2015-10-28
1
-0
/
+80
*
Revert "[LIR] Add support for creating memsets from loops with a negative str...
Chad Rosier
2015-10-28
1
-44
/
+0
*
[LIR] Add support for creating memsets from loops with a negative stride.
Chad Rosier
2015-10-28
1
-0
/
+44
*
[LSR] canonicalize Prod*(1<<C) to Prod<<C
Jingyue Wu
2015-06-24
1
-1
/
+1
*
Changed renaming of local symbols by inserting a dot vefore the numeric suffix.
Sunil Srivastava
2015-05-12
1
-1
/
+1
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
1
-1
/
+1
*
LoopIdiom: Give globals for memset_pattern16 private linkage.
Benjamin Kramer
2015-03-03
1
-0
/
+7
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-5
/
+5
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-23
/
+23
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-16
/
+16
*
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
1
-22
/
+0
*
LoopIdiom: Recognize memmove loops.
Benjamin Kramer
2012-10-27
1
-0
/
+22
*
Stop emitting instructions with the name "tmp" they eat up memory and have to...
Benjamin Kramer
2011-09-27
1
-2
/
+2
*
Fix PR9815: I was trying to get out of "generating code and then
Chris Lattner
2011-05-22
1
-0
/
+37
*
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
1
-0
/
+44