-
3
-
-
0031165516
-
Value numbering
-
June
-
BRIGGS, P., COOPER, K. D., AND SIMPSON, L. T. 1997. Value numbering. Software Practice and Experience 27, 6 (June), 701-724.
-
(1997)
Software Practice and Experience
, vol.27
, Issue.6
, pp. 701-724
-
-
Briggs, P.1
Cooper, K.D.2
Simpson, L.T.3
-
8
-
-
0030672497
-
A new algorithm for partial redundancy elimination based on SSA form
-
CHOW, F., CHAN, S., KENNEDY, R., LIU, S., LO, R., AND TU, P. 1997. A new algorithm for partial redundancy elimination based on SSA form. In Proceedings of the ACM SIGPLAN '97 Conference on Programming Language Design and Implementation. 273-286.
-
(1997)
Proceedings of the ACM SIGPLAN '97 Conference on Programming Language Design and Implementation
, pp. 273-286
-
-
Chow, F.1
Chan, S.2
Kennedy, R.3
Liu, S.4
Lo, R.5
Tu, P.6
-
9
-
-
84957700098
-
Effective representation of aliases and indirect memory operations in SSA form
-
CHOW, F., CHAN, S., LIU, S., LO, R., AND STREICH, M. 1996. Effective representation of aliases and indirect memory operations in SSA form. In Proceedings of the Sixth International Conference on Compiler Construction. 253-267.
-
(1996)
Proceedings of the Sixth International Conference on Compiler Construction
, pp. 253-267
-
-
Chow, F.1
Chan, S.2
Liu, S.3
Lo, R.4
Streich, M.5
-
10
-
-
0022566648
-
Engineering a RISC compiler
-
CHOW, F., HIMELSTEIN, M., KILLIAN, E., AND WEBER, L. 1986. Engineering a RISC compiler. In Proceedings of IEEE COMPCON. 132-137.
-
(1986)
Proceedings of IEEE COMPCON
, pp. 132-137
-
-
Chow, F.1
Himelstein, M.2
Killian, E.3
Weber, L.4
-
12
-
-
0026243790
-
Efficiently computing static single assignment form and the control dependence graph
-
Oct.
-
CYTRON, R., FERRANTE, J., ROSEN, B. K., WEGMAN, M. N., AND ZADECK, F. K. 1991. Efficiently computing static single assignment form and the control dependence graph. ACM Trans. on Programming Languages and Systems 13, 4 (Oct.), 451-490.
-
(1991)
ACM Trans. on Programming Languages and Systems
, vol.13
, Issue.4
, pp. 451-490
-
-
Cytron, R.1
Ferrante, J.2
Rosen, B.K.3
Wegman, M.N.4
Zadeck, F.K.5
-
13
-
-
0037622736
-
A fast algorithm for code movement optimisation
-
DHAMDHERE, D. 1988. A fast algorithm for code movement optimisation. SIGPLAN Notices 23, 1, 172-180.
-
(1988)
SIGPLAN Notices
, vol.23
, Issue.1
, pp. 172-180
-
-
Dhamdhere, D.1
-
14
-
-
0344075632
-
A new algorithm for composite hoisting and strength reduction optimization (+ corrigendum)
-
+ corrigendum. + 31-32
-
DHAMDHERE, D. 1989. A new algorithm for composite hoisting and strength reduction optimization Journal of Computer Mathematics 27, 1-14 (+ 31-32).
-
(1989)
Journal of Computer Mathematics
, vol.27
, pp. 1-14
-
-
Dhamdhere, D.1
-
17
-
-
84976860830
-
A solution to a problem with morel and renvoise's "global optimization by suppression of partial redundancies"
-
Oct.
-
DRECHSLER, K. AND STADEL, M. 1988. A solution to a problem with morel and renvoise's "global optimization by suppression of partial redundancies". ACM Trans. on Programming Languages and Systems 10, 4 (Oct.), 635-640.
-
(1988)
ACM Trans. on Programming Languages and Systems
, vol.10
, Issue.4
, pp. 635-640
-
-
Drechsler, K.1
Stadel, M.2
-
18
-
-
84976852913
-
A variation of Knoop, Rüthing and Steffen's lazy code motion
-
May
-
DRECHSLER, K. AND STADEL, M. 1993. A variation of Knoop, Rüthing and Steffen's lazy code motion. SIGPLAN Notices 28, 5 (May), 29-38.
-
(1993)
SIGPLAN Notices
, vol.28
, Issue.5
, pp. 29-38
-
-
Drechsler, K.1
Stadel, M.2
-
19
-
-
0029214850
-
Beyond induction variables: Detecting and classifying sequences using a demand-driven SSA form
-
Jan.
-
GERLEK, M., STOLTZ, E., AND WOLFE, M. 1995. Beyond induction variables: Detecting and classifying sequences using a demand-driven SSA form. ACM Trans. on Programming Languages and Systems 17, 1 (Jan.), 85-122.
-
(1995)
ACM Trans. on Programming Languages and Systems
, vol.17
, Issue.1
, pp. 85-122
-
-
Gerlek, M.1
Stoltz, E.2
Wolfe, M.3
-
20
-
-
0041774044
-
-
Tech. Rep. CSE 94-029, Oregon Graduate Institute. Apr.
-
GERLEK, M., WOLFE, M., AND STOLTZ, E. 1994. A reference chain approach for live variables. Tech. Rep. CSE 94-029, Oregon Graduate Institute. Apr.
-
(1994)
A Reference Chain Approach for Live Variables
-
-
Gerlek, M.1
Wolfe, M.2
Stoltz, E.3
-
22
-
-
0020114545
-
A composite hoisting-strength reduction transformation for global program optimization
-
JOSHI, S. M. AND DHAMDHERE, D. M. 1982. A composite hoisting-strength reduction transformation for global program optimization. International Journal of Computer Mathematics Parts I & II 11, 1 and 2, 21-41 and 111-126.
-
(1982)
International Journal of Computer Mathematics Parts I & II
, vol.11
, Issue.1-2
, pp. 21-41
-
-
Joshi, S.M.1
Dhamdhere, D.M.2
-
24
-
-
77952403980
-
Strength reduction via SSAPRE
-
KENNEDY, R., CHOW, F., DAHL, P., LIU, S., LO, R., AND STREICH, M. 1998. Strength reduction via SSAPRE. In Proceedings of the Seventh International Conference on Compiler Construction.
-
(1998)
Proceedings of the Seventh International Conference on Compiler Construction
-
-
Kennedy, R.1
Chow, F.2
Dahl, P.3
Liu, S.4
Lo, R.5
Streich, M.6
-
26
-
-
0040860729
-
Lazy strength reduction
-
Mar.
-
KNOOP, J., RUdie;THING, O., AND STEFFEN, B. 1993. Lazy strength reduction. Journal of Programming Languages 1, 1 (Mar.), 71-91.
-
(1993)
Journal of Programming Languages
, vol.1
, Issue.1
, pp. 71-91
-
-
Knoop, J.1
Rudie2
thing, O.3
Steffen, B.4
-
27
-
-
0028460367
-
Optimal code motion: Theory and practice
-
Oct.
-
KNOOP, J., RÜTHING, O., AND STEFFEN, B. 1994. Optimal code motion: Theory and practice. ACM Trans. on Programming Languages and Systems 16, 4 (Oct.), 1117-1155.
-
(1994)
ACM Trans. on Programming Languages and Systems
, vol.16
, Issue.4
, pp. 1117-1155
-
-
Knoop, J.1
Rüthing, O.2
Steffen, B.3
-
29
-
-
0031645632
-
Register promotion by sparse partial redundancy elimination of loads and stores
-
LO, R., CHOW, F., KENNEDY, R., LIU, S., AND TU, P. 1998. Register promotion by sparse partial redundancy elimination of loads and stores. In Proceedings of the ACM SIGPLAN '98 Conference on Programming Language Design and Implementation.
-
(1998)
Proceedings of the ACM SIGPLAN '98 Conference on Programming Language Design and Implementation
-
-
Lo, R.1
Chow, F.2
Kennedy, R.3
Liu, S.4
Tu, P.5
-
30
-
-
0018434045
-
Global optimization by suppression of partial redundancies
-
Feb.
-
MOREL, E. AND RENVOISE, C. 1979. Global optimization by suppression of partial redundancies. Comm. ACM 22, 2 (Feb.), 96-103.
-
(1979)
Comm. ACM
, vol.22
, Issue.2
, pp. 96-103
-
-
Morel, E.1
Renvoise, C.2
-
33
-
-
84945715210
-
An optimizer for Ada - Design, experiences and results
-
SCHWARZ B., KIRCHGÄSSNER, W., AND LANDWEHR, R. 1988. An optimizer for Ada - Design, experiences and results. In Proceedings of the ACM SIGPLAN '88 Conference on Programming Language Design and Implementation. 175-184.
-
(1988)
Proceedings of the ACM SIGPLAN '88 Conference on Programming Language Design and Implementation
, pp. 175-184
-
-
Schwarz, B.1
Kirchgässner, W.2
Landwehr, R.3
-
34
-
-
0005238772
-
-
Tech. Rep. (PhD Thesis), Dept. of Computer Science, Rice University. Apr.
-
SIMPSON, L. T. 1996. Value-driven redundancy elimination. Tech. Rep. (PhD Thesis), Dept. of Computer Science, Rice University. Apr.
-
(1996)
Value-driven Redundancy Elimination
-
-
Simpson, L.T.1
|