index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
LoopIdiomRecognize.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR14904: Segmentation fault running pass 'Recognize loop idioms'
Shuxin Yang
2013-01-10
1
-1
/
+1
*
Switch LoopIdiom pass to directly require target transform information.
Chandler Carruth
2013-01-07
1
-3
/
+3
*
Make the popcnt support enums and methods have more clear names and
Chandler Carruth
2013-01-07
1
-1
/
+1
*
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-07
1
-1
/
+1
*
Switch LoopIdiomRecognize to directly use the TargetTransformInfo
Chandler Carruth
2013-01-05
1
-11
/
+9
*
- Add comment to two functions which might be considered as dead code.
Shuxin Yang
2013-01-02
1
-2
/
+4
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-4
/
+4
*
- Re-enable population count loop idiom recognization
Shuxin Yang
2012-12-09
1
-19
/
+516
*
Revert the patches adding a popcount loop idiom recognition pass.
Chandler Carruth
2012-12-08
1
-513
/
+19
*
Fix an inadvertent typo error.
Shuxin Yang
2012-12-08
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
rdar://12100355 (part 1)
Shuxin Yang
2012-11-29
1
-19
/
+513
*
Revert the switch of loop-idiom to use the new dependence analysis.
Chandler Carruth
2012-11-02
1
-69
/
+88
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
1
-6
/
+5
*
LoopIdiom: Fix a serious missed optimization: we only turned top-level loops ...
Benjamin Kramer
2012-10-30
1
-4
/
+5
*
LoopIdiom: Add checks to avoid turning memmove into an infinite loop.
Benjamin Kramer
2012-10-27
1
-2
/
+2
*
LoopIdiom: Recognize memmove loops.
Benjamin Kramer
2012-10-27
1
-10
/
+24
*
LoopIdiom: Replace custom dependence analysis with DependenceAnalysis.
Benjamin Kramer
2012-10-27
1
-80
/
+45
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
1
-3
/
+5
*
Revert r166390 "LoopIdiom: Replace custom dependence analysis with LoopDepend...
Benjamin Kramer
2012-10-21
1
-26
/
+74
*
LoopIdiom: Replace custom dependence analysis with LoopDependenceAnalysis.
Benjamin Kramer
2012-10-21
1
-74
/
+26
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-4
/
+4
*
LoopIdiom: Give up when the loop is not in canonical form.
Benjamin Kramer
2012-09-21
1
-0
/
+5
*
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-29
1
-11
/
+13
*
Clean whitespaces.
Nadav Rotem
2012-07-24
1
-1
/
+1
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
1
-5
/
+5
*
Correct grammar.
Eli Friedman
2011-09-13
1
-1
/
+1
*
Change a bunch of isVolatile() checks to check for atomic load/store as well.
Eli Friedman
2011-09-12
1
-2
/
+2
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-2
/
+2
*
Disable loop idiom recognition of memset/memcpy if the function being compiled
Chad Rosier
2011-07-15
1
-0
/
+5
*
SCEVExpander: give new insts a name that identifies the reponsible pass.
Andrew Trick
2011-06-28
1
-2
/
+2
*
whitespace
Andrew Trick
2011-06-28
1
-8
/
+8
*
Fix PR9815: I was trying to get out of "generating code and then
Chris Lattner
2011-05-22
1
-44
/
+66
*
preserve line number info.
Devang Patel
2011-05-04
1
-2
/
+3
*
Added SCEV::NoWrapFlags to manage unsigned, signed, and self wrap
Andrew Trick
2011-03-14
1
-4
/
+4
*
whitespace
Andrew Trick
2011-03-14
1
-66
/
+66
*
Preserve line no. info.
Devang Patel
2011-03-07
1
-2
/
+2
*
fix a crasher in disabled code (on variable stride loops)
Chris Lattner
2011-02-21
1
-1
/
+1
*
Add some (disabled code) to print out negative strides.
Chris Lattner
2011-02-21
1
-3
/
+15
*
rewrite the memset_pattern pattern generation stuff to accept any 2/4/8/16-byte
Chris Lattner
2011-02-19
1
-32
/
+12
*
Implement rdar://9009151, transforming strided loop stores of
Chris Lattner
2011-02-19
1
-32
/
+125
*
Make loop-idiom use TargetLibraryInfo to determine whether it is allowed
Chris Lattner
2011-02-18
1
-1
/
+18
*
Spelling fix: consequtive -> consecutive.
Duncan Sands
2011-02-15
1
-1
/
+1
*
Teach loop-idiom to turn a loop containing a memset into a larger memset
Chris Lattner
2011-01-04
1
-18
/
+69
*
restructure this a bit. Initialize the WeakVH with "I", the
Chris Lattner
2011-01-04
1
-11
/
+14
*
use the very-handy getTruncateOrZeroExtend helper function, and
Chris Lattner
2011-01-04
1
-14
/
+6
*
Fix comment.
Owen Anderson
2011-01-03
1
-1
/
+1
*
reduce redundancy in the hashing code and other misc cleanups.
Chris Lattner
2011-01-03
1
-1
/
+1
*
add DEBUG and -stats output to earlycse.
Chris Lattner
2011-01-02
1
-3
/
+4
*
fix a miscompilation of tramp3d-v4: when forming a memcpy, we have to make
Chris Lattner
2011-01-02
1
-12
/
+23
[next]