index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
LoopRotation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable claims to preserve analysis until open issues are resolved.
Devang Patel
2007-07-13
1
-7
/
+0
*
Preserve analysis info.
Devang Patel
2007-07-11
1
-20
/
+136
*
Back out Devang's fix for PR1320 because it causes PR1542.
Nick Lewycky
2007-07-07
1
-93
/
+19
*
Request DominanceFrontiner in advance.
Devang Patel
2007-07-06
1
-0
/
+5
*
Preserve various analysis info.
Devang Patel
2007-07-06
1
-19
/
+88
*
Fix typos.
Dan Gohman
2007-05-11
1
-2
/
+2
*
Drop 'const'
Devang Patel
2007-05-03
1
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-1
/
+4
*
fix long lines
Chris Lattner
2007-04-14
1
-2
/
+2
*
Check _all_ PHINodes.
Devang Patel
2007-04-09
1
-1
/
+1
*
Insert new pre-header before new header. Original pre-header may
Devang Patel
2007-04-09
1
-2
/
+2
*
Preserve canonical loop form.
Devang Patel
2007-04-09
1
-5
/
+55
*
Do not create new pre-header. Reuse original pre-header.
Devang Patel
2007-04-09
1
-73
/
+57
*
Simpler for() loops.
Devang Patel
2007-04-09
1
-23
/
+17
*
Fix future bug. Of course, Chris spotted this.
Devang Patel
2007-04-09
1
-11
/
+12
*
More cosmetic changes.
Devang Patel
2007-04-09
1
-14
/
+18
*
Only cosmetic changes. Zero functionality Change.
Devang Patel
2007-04-09
1
-97
/
+100
*
Add loop rotation pass.
Devang Patel
2007-04-07
1
-0
/
+431