-
1
-
-
0003197260
-
The SUIF compiler for scalable parallel machines
-
San Francisco, Calif.
-
AMARASINGHE, S., ANDERSON, J., LAM, M., AND TSENG, C. 1995. The SUIF compiler for scalable parallel machines. In Proceedings of the 8th SIAM Conference on Parallel Processing for Scientific Computing (San Francisco, Calif.).
-
(1995)
Proceedings of the 8th SIAM Conference on Parallel Processing for Scientific Computing
-
-
Amarasinghe, S.1
Anderson, J.2
Lam, M.3
Tseng, C.4
-
2
-
-
0026876677
-
Optimization of array subscript range checks
-
ASURU, J. 1992. Optimization of array subscript range checks. ACM Lett. Prog. Lang. Syst. 1, 2 (June), 109-118.
-
(1992)
ACM Lett. Prog. Lang. Syst.
, vol.1
, Issue.2 JUNE
, pp. 109-118
-
-
Asuru, J.1
-
3
-
-
0027963879
-
Efficient detection of all pointer and array access errors
-
(Orlando, Fla.). ACM, New York
-
AUSTIN, T., BREACH, S., AND SOHI, G. 1994. Efficient detection of all pointer and array access errors. In Proceedings of the SIGPLAN'94 Conference on Program Language Design and Implementation (Orlando, Fla.). ACM, New York.
-
(1994)
Proceedings of the SIGPLAN'94 Conference on Program Language Design and Implementation
-
-
Austin, T.1
Breach, S.2
Sohi, G.3
-
6
-
-
0011406570
-
-
Ph.D. dissertation. Dept. of Computer Science, Univ. of Illinois at Urbana-Champaign, Urbana-Champaign, Ill
-
BANERJEE, U. 1979. Speedup of ordinary programs. Ph.D. dissertation. Dept. of Computer Science, Univ. of Illinois at Urbana-Champaign, Urbana-Champaign, Ill.
-
(1979)
Speedup of Ordinary Programs
-
-
Banerjee, U.1
-
9
-
-
0006547032
-
Polaris: The next generation in parallelizing compilers
-
Ithaca, N.Y.
-
BLUME, W., EIGENMANN, R., FAIGIN, K., GROUT, J., HOEFLINGER, J., PADUA, D., PETERSEN, P., POTTENGER, B., RAUCHWERGER, L., TU, P., AND WEATHERFORD, S. 1994. Polaris: The next generation in parallelizing compilers. In Proceedings of the 7th Workshop on Languages and Compilers for Parallel Computing (Ithaca, N.Y.).
-
(1994)
Proceedings of the 7th Workshop on Languages and Compilers for Parallel Computing
-
-
Blume, W.1
Eigenmann, R.2
Faigin, K.3
Grout, J.4
Hoeflinger, J.5
Padua, D.6
Petersen, P.7
Pottenger, B.8
Rauchwerger, L.9
Tu, P.10
Weatherford, S.11
-
10
-
-
0030601279
-
CILK: An efficient multithreaded runtime system
-
BLUMOFE, R., JOERG, C., KUSZMAUL, B., LEISERSON, C., RANDALL, K., AND ZHOU, Y. 1996. CILK: An efficient multithreaded runtime system. J. Parall. Distrib. Comput. 37, 1 (Aug.), 55-69.
-
(1996)
J. Parall. Distrib. Comput.
, vol.37
, Issue.1 AUG
, pp. 55-69
-
-
Blumofe, R.1
Joerg, C.2
Kuszmaul, B.3
Leiserson, C.4
Randall, K.5
Zhou, Y.6
-
11
-
-
0034448902
-
ABCD: Eliminating array bounds checks on demand
-
(Vancouver, B.C., Canada). ACM, New York
-
BODIK, R., GUPTA, R., AND SARKAR, V. 2000. ABCD: Eliminating array bounds checks on demand. In Proceedings of the SIGPLAN '00 Conference on Program Language Design and Implementation (Vancouver, B.C., Canada). ACM, New York.
-
(2000)
Proceedings of the SIGPLAN '00 Conference on Program Language Design and Implementation
-
-
Bodik, R.1
Gupta, R.2
Sarkar, V.3
-
14
-
-
0346295346
-
BitValue inference: Detecting and exploiting narrow bitwidth computations
-
Munich, Germany
-
BUDIU, M., GOLDSTEIN, S., SAKR, M., AND WALKER, K. 2000. BitValue inference: Detecting and exploiting narrow bitwidth computations. In Proceedings of the EuroPar 2000 European Conference on Parallel Computing (Munich, Germany).
-
(2000)
Proceedings of the EuroPar 2000 European Conference on Parallel Computing
-
-
Budiu, M.1
Goldstein, S.2
Sakr, M.3
Walker, K.4
-
15
-
-
84976807118
-
Analysis of event synchronization in a parallel programming tool
-
(Seattle, Wash.). ACM, New York
-
CALLAHAN, D., KENNEDY, K., AND SUBHLOK, J. 1990. Analysis of event synchronization in a parallel programming tool. In Proceedings of the 2nd ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming (Seattle, Wash.). ACM, New York.
-
(1990)
Proceedings of the 2nd ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming
-
-
Callahan, D.1
Kennedy, K.2
Subhlok, J.3
-
16
-
-
0025444591
-
Analysis of pointers and structures
-
(White Plains, N.Y). ACM, New York
-
CHASE, D., WEGMAN, M., AND ZADEK, F. 1990. Analysis of pointers and structures. In Proceedings of the SIGPLAN '90 Conference on Program Language Design and Implementation (White Plains, N.Y). ACM, New York.
-
(1990)
Proceedings of the SIGPLAN '90 Conference on Program Language Design and Implementation
-
-
Chase, D.1
Wegman, M.2
Zadek, F.3
-
17
-
-
0032659795
-
Recursive array layouts and fast matrix multiplication
-
(Saint Malo, France). ACM, New York
-
CHATTERJEE, S., LEBECK, A., PATNALA, P., AND THOTTETHODI, M. 1999. Recursive array layouts and fast matrix multiplication. In Proceedings of the 11th Annual ACM Symposium on Parallel Algorithms and Architectures (Saint Malo, France). ACM, New York.
-
(1999)
Proceedings of the 11th Annual ACM Symposium on Parallel Algorithms and Architectures
-
-
Chatterjee, S.1
Lebeck, A.2
Patnala, P.3
Thottethodi, M.4
-
18
-
-
0031622478
-
Detecting data races in CILK programs that use locks
-
(Puerto Vallarta, Mexico). ACM, New York
-
CHENG, G., FENG, M., LEISERSON, C., RANDALL, K., AND STARK, A. 1998. Detecting data races in CILK programs that use locks. In Proceedings of the 10th Annual ACM Symposium on Parallel Algorithms and Architectures (Puerto Vallarta, Mexico). ACM, New York.
-
(1998)
Proceedings of the 10th Annual ACM Symposium on Parallel Algorithms and Architectures
-
-
Cheng, G.1
Feng, M.2
Leiserson, C.3
Randall, K.4
Stark, A.5
-
19
-
-
0036040605
-
Efficient and precise datarace detection for multithreaded object-oriented programs
-
Berlin, Germany
-
CHOI, J.-D., LEE, K., LOGINOV, A., O'CALLAHAN, R., SARKAR, V., AND SRIDHARAN, M. 2002. Efficient and precise datarace detection for multithreaded object-oriented programs. In Proceedings of the SIGPLAN '02 Conference on Program Language Design and Implementation (Berlin, Germany).
-
(2002)
Proceedings of the SIGPLAN '02 Conference on Program Language Design and Implementation
-
-
Choi, J.-D.1
Lee, K.2
Loginov, A.3
O'Callahan, R.4
Sarkar, V.5
Sridharan, M.6
-
21
-
-
0004207324
-
Extended static checking
-
Compaq Systems Research Center
-
DETLEFS, D., LEINO, K. R., NELSON, G., AND SAXE, J. 1998. Extended static checking. Tech. Rep. 159, Compaq Systems Research Center.
-
(1998)
Tech. Rep.
, vol.159
-
-
Detlefs, D.1
Leino, K.R.2
Nelson, G.3
Saxe, J.4
-
23
-
-
84892753835
-
Concurrency analysis in the presence of procedures using a data-flow framework
-
(Victoria, B.C., Canada). ACM, New York
-
DUESTERWALD, E. AND SOFFA, M. 1991. Concurrency analysis in the presence of procedures using a data-flow framework. In Proceedings of the 1991 International Symposium on Software Testing and Analysis (Victoria, B.C., Canada). ACM, New York.
-
(1991)
Proceedings of the 1991 International Symposium on Software Testing and Analysis
-
-
Duesterwald, E.1
Soffa, M.2
-
24
-
-
0024946799
-
Event synchronization analysis for debugging parallel programs
-
Reno, Nev.
-
EMRATH, P., GHOSH, S., AND PADUA, D. 1989. Event synchronization analysis for debugging parallel programs. In Proceedings of Supercomputing '89 (Reno, Nev.).
-
(1989)
Proceedings of Supercomputing '89
-
-
Emrath, P.1
Ghosh, S.2
Padua, D.3
-
27
-
-
0034446877
-
Type-based race detection for Java
-
(Vancouver, B.C., Canada). ACM, New York
-
FLANAGAN, C. AND FREUND, S. 2000. Type-based race detection for Java. In Proceedings of the SIGPLAN '00 Conference on Program Language Design and Implementation (Vancouver, B.C., Canada). ACM, New York.
-
(2000)
Proceedings of the SIGPLAN '00 Conference on Program Language Design and Implementation
-
-
Flanagan, C.1
Freund, S.2
-
28
-
-
0036036098
-
Extended static checking for Java
-
(Berlin, Germany). ACM, New York
-
FLANAGAN, C., LEINO, R., LILLIBRIDGE, M., NELSON, G., SAXE, J., AND STATA, R. 2002. Extended static checking for Java. In Proceedings of the SIGPLAN '02 Conference on Program Language Design and Implementation (Berlin, Germany). ACM, New York.
-
(2002)
Proceedings of the SIGPLAN '02 Conference on Program Language Design and Implementation
-
-
Flanagan, C.1
Leino, R.2
Lillibridge, M.3
Nelson, G.4
Saxe, J.5
Stata, R.6
-
31
-
-
0031622953
-
The implementation of the CILK-5 multithreaded language
-
(Montreal, Que., Canada). ACM, New York
-
FRIGO, M., LEISERSON, C., AND RANDALL, K. 1998. The implementation of the CILK-5 multithreaded language. In Proceedings of the SIGPLAN '98 Conference on Program Language Design and Implementation (Montreal, Que., Canada). ACM, New York.
-
(1998)
Proceedings of the SIGPLAN '98 Conference on Program Language Design and Implementation
-
-
Frigo, M.1
Leiserson, C.2
Randall, K.3
-
32
-
-
0029719687
-
Is is a tree, a DAG or a cyclic graph? A shape analysis for heap-directed pointers in C
-
(St. Petersburg Beach, Fla.). ACM, New York
-
GHIYA, R. AND HENDREN, L. 1996. Is is a tree, a DAG or a cyclic graph? A shape analysis for heap-directed pointers in C. In Proceedings of the 23rd Annual ACM Symposium on the Principles of Programming Languages (St. Petersburg Beach, Fla.). ACM, New York.
-
(1996)
Proceedings of the 23rd Annual ACM Symposium on the Principles of Programming Languages
-
-
Ghiya, R.1
Hendren, L.2
-
33
-
-
84976790479
-
Practical dependence testing
-
(Toronto, Ont., Canada). ACM, New York
-
GOFF, G., KENNEDY, K., AND TSENG, C. 1991. Practical dependence testing. In Proceedings of the SIGPLAN '91 Conference on Program Language Design and Implementation (Toronto, Ont., Canada). ACM, New York.
-
(1991)
Proceedings of the SIGPLAN '91 Conference on Program Language Design and Implementation
-
-
Goff, G.1
Kennedy, K.2
Tseng, C.3
-
34
-
-
0036040515
-
Region-based memory management in Cyclone
-
(Berlin, Germany). ACM, New York
-
GROSSMAN, D., MORRISETT, G., JIM, T., HICKS, M., WANG, Y., AND CHENEY, J. 2002. Region-based memory management in Cyclone. In Proceedings of the SIGPLAN '02 Conference on Program Language Design and Implementation (Berlin, Germany). ACM, New York.
-
(2002)
Proceedings of the SIGPLAN '02 Conference on Program Language Design and Implementation
-
-
Grossman, D.1
Morrisett, G.2
Jim, T.3
Hicks, M.4
Wang, Y.5
Cheney, J.6
-
35
-
-
0033359495
-
Automatic parallelization of recursive procedures
-
Newport Beach, Calif.
-
GUPTA, M., MUKHOPADHYAY, S., AND SINHA, N. 1999. Automatic parallelization of recursive procedures. In Proceedings of the International Conference on Parallel Architectures and Compilation Techniques (PACT '99) (Newport Beach, Calif.).
-
(1999)
Proceedings of the International Conference on Parallel Architectures and Compilation Techniques (PACT '99)
-
-
Gupta, M.1
Mukhopadhyay, S.2
Sinha, N.3
-
37
-
-
0027568719
-
Optimizing array bound checks using flow analysis
-
GUPTA, R. 1993. Optimizing array bound checks using flow analysis. ACM Lett. Prog. Lang. Syst. 2, 1-4 (Mar.-Dec.), 135-150.
-
(1993)
ACM Lett. Prog. Lang. Syst.
, vol.2
, Issue.1-4 MAR.-DEC.
, pp. 135-150
-
-
Gupta, R.1
-
38
-
-
0031273280
-
Recursion leads to automatic variable blocking for dense linear-algebra algorithms
-
GUSTAVSON, F. 1997. Recursion leads to automatic variable blocking for dense linear-algebra algorithms. IBM J. Res. Devel. 41, 6 (Nov.), 737-755.
-
(1997)
IBM J. Res. Devel.
, vol.41
, Issue.6 NOV
, pp. 737-755
-
-
Gustavson, F.1
-
39
-
-
0003309283
-
Detecting coarse-grain parallelism using an interprocedural parallelizing compiler
-
San Diego, Calif.
-
HALL, M., AMARASINGHE, S., MURPHY, B., LIAO, S., AND LAM, M. 1995. Detecting coarse-grain parallelism using an interprocedural parallelizing compiler. In Proceedings of Supercomputing '95 (San Diego, Calif.).
-
(1995)
Proceedings of Supercomputing '95
-
-
Hall, M.1
Amarasinghe, S.2
Murphy, B.3
Liao, S.4
Lam, M.5
-
40
-
-
0003214328
-
Interprocedural compilation of Fortran D for MIMD distributed-memory machines
-
Minneapolis, Minn.
-
HALL, M. W., HIRANANDANI, S., KENNEDY, K., AND TSENG, C. 1992. Interprocedural compilation of Fortran D for MIMD distributed-memory machines. In Proceedings of Supercomputing '92 (Minneapolis, Minn.).
-
(1992)
Proceedings of Supercomputing '92
-
-
Hall, M.W.1
Hiranandani, S.2
Kennedy, K.3
Tseng, C.4
-
41
-
-
0017494622
-
Compiler analysis of the value ranges for variables
-
HARRISON, W. H. 1977. Compiler analysis of the value ranges for variables. IEEE Trans. Softw. Eng. SE-3, 3 (May), 243-250.
-
(1977)
IEEE Trans. Softw. Eng.
, vol.SE-3
, Issue.3 MAY
, pp. 243-250
-
-
Harrison, W.H.1
-
42
-
-
0026186967
-
An implementation of interprocedural bounded regular section analysis
-
HAVLAK, P. AND KENNEDY, K. 1991. An implementation of interprocedural bounded regular section analysis. IEEE Trans. Paral. Distrib. Syst. 2, 3 (July), 350-360.
-
(1991)
IEEE Trans. Paral. Distrib. Syst.
, vol.2
, Issue.3 JULY
, pp. 350-360
-
-
Havlak, P.1
Kennedy, K.2
-
44
-
-
27844583801
-
The i test: A new test for subscript data dependence
-
St. Charles, Ill.
-
KONG, X., KLAPPHOLZ, D., AND PSARRIS, K. 1990. The I test: A new test for subscript data dependence. In Proceedings of the 1990 International Conference on Parallel Processing (St. Charles, Ill.).
-
(1990)
Proceedings of the 1990 International Conference on Parallel Processing
-
-
Kong, X.1
Klappholz, D.2
Psarris, K.3
-
46
-
-
84976671430
-
Optimization of range checking
-
(Boston, Mass.). ACM, New York
-
MARKSTEIN, V., COCKE, J., AND MARKSTEIN, P. 1982. Optimization of range checking. In Proceedings of the SIGPLAN '82 Symposium on Compiler Construction (Boston, Mass.). ACM, New York.
-
(1982)
Proceedings of the SIGPLAN '82 Symposium on Compiler Construction
-
-
Markstein, V.1
Cocke, J.2
Markstein, P.3
-
47
-
-
84976845278
-
Efficient and exact data dependence analysis
-
(Toronto, Ont., Canada). ACM, New York
-
MAYDAN, D., HENNESSY, J., AND LAM, M. 1991. Efficient and exact data dependence analysis. In Proceedings of the SIGPLAN '91 Conference on Program Language Design and Implementation (Toronto, Ont., Canada). ACM, New York.
-
(1991)
Proceedings of the SIGPLAN '91 Conference on Program Language Design and Implementation
-
-
Maydan, D.1
Hennessy, J.2
Lam, M.3
-
48
-
-
0026274708
-
On-the-fly detection of data races for programs with nested fork-join parallelism
-
Albuquerque, N.M.
-
MELLOR-CRUMMEY, J. 1991. On-the-fly detection of data races for programs with nested fork-join parallelism. In Proceedings of Supercomputing '91 (Albuquerque, N.M.).
-
(1991)
Proceedings of Supercomputing '91
-
-
Mellor-Crummey, J.1
-
49
-
-
0004198444
-
-
Prentice-Hall, Englewood Cliffs, N.J.
-
MEYER, B. 1992. Eiffel: The Language. Prentice-Hall, Englewood Cliffs, N.J.
-
(1992)
Eiffel: The Language
-
-
Meyer, B.1
-
51
-
-
0031632699
-
The design and implementation of a certifying compiler
-
(Montreal, Que., Canada). ACM, New York
-
NECULA, G. AND LEE, P. 1998. The design and implementation of a certifying compiler. In Proceedings of the SIGPLAN '98 Conference on Program Language Design and Implementation (Montreal, Que., Canada). ACM, New York.
-
(1998)
Proceedings of the SIGPLAN '98 Conference on Program Language Design and Implementation
-
-
Necula, G.1
Lee, P.2
-
53
-
-
0003818126
-
-
Springer-Verlag, Heidelberg, Germany
-
NIELSON, F., NIELSON, H., AND HANKIN, C. 1999. Principles of Program Analysis. Springer-Verlag, Heidelberg, Germany.
-
(1999)
Principles of Program Analysis
-
-
Nielson, F.1
Nielson, H.2
Hankin, C.3
-
59
-
-
0026278958
-
The Omega test: A fast and practical integer programming algorithm for dependence analysis
-
Albuquerque, N.M.
-
PUGH, W. 1991. The Omega test: A fast and practical integer programming algorithm for dependence analysis. In Proceedings of Supercomputing '91 (Albuquerque, N.M.).
-
(1991)
Proceedings of Supercomputing '91
-
-
Pugh, W.1
-
60
-
-
0031274872
-
Commutativity analysis: A new analysis technique for parallelizing compilers
-
RINARD, M. AND DINIZ, P. 1997. Commutativity analysis: A new analysis technique for parallelizing compilers. ACM Trans. Prog. Lang. Syst. 19, 6 (Nov.), 941-992.
-
(1997)
ACM Trans. Prog. Lang. Syst.
, vol.19
, Issue.6 NOV
, pp. 941-992
-
-
Rinard, M.1
Diniz, P.2
-
63
-
-
0031598986
-
Solving shape-analysis problems in languages with destructive updating
-
SAGIV, M., REPS, T., AND WILHELM, R. 1998. Solving shape-analysis problems in languages with destructive updating. ACM Trans. Prog. Lang. Syst. 20, 1 (Jan.), 1-50.
-
(1998)
ACM Trans. Prog. Lang. Syst.
, vol.20
, Issue.1 JAN
, pp. 1-50
-
-
Sagiv, M.1
Reps, T.2
Wilhelm, R.3
-
64
-
-
0039488517
-
Parametric shape analysis via 3-valued logic
-
SAGIV, M., REPS, T., AND WILHELM, R. 2002. Parametric shape analysis via 3-valued logic. ACM Trans. Prog. Lang. Syst. 24, 3 (May).
-
(2002)
ACM Trans. Prog. Lang. Syst.
, vol.24
, Issue.3 MAY
-
-
Sagiv, M.1
Reps, T.2
Wilhelm, R.3
-
65
-
-
0031272525
-
Eraser: A dynamic race detector for multi-threaded programs
-
SAVAGE, S., BURROWS, M., NELSON, G., SOLBOVARRO, P., AND ANDERSON, T. 1997. Eraser: A dynamic race detector for multi-threaded programs. ACM Trans. Comput. Syst. 15, 4, 391-411.
-
(1997)
ACM Trans. Comput. Syst.
, vol.15
, Issue.4
, pp. 391-411
-
-
Savage, S.1
Burrows, M.2
Nelson, G.3
Solbovarro, P.4
Anderson, T.5
-
68
-
-
0034446947
-
Bitwidth analysis with application to silicon compilation
-
(Vancouver, B.C., Canada). ACM, New York
-
STEPHENSON, M., BABB, J., AND AMARASINGHE, S. 2000. Bitwidth analysis with application to silicon compilation. In Proceedings of the SIGPLAN '00 Conference on Program Language Design and Implementation (Vancouver, B.C., Canada). ACM, New York.
-
(2000)
Proceedings of the SIGPLAN '00 Conference on Program Language Design and Implementation
-
-
Stephenson, M.1
Babb, J.2
Amarasinghe, S.3
-
71
-
-
0020752281
-
A general purpose algorithm for analyzing concurrent programs
-
TAYLOR, R. N. 1983. A general purpose algorithm for analyzing concurrent programs. Commun. ACM 26, 5 (May), 362-376.
-
(1983)
Commun. ACM
, vol.26
, Issue.5 MAY
, pp. 362-376
-
-
Taylor, R.N.1
-
72
-
-
84976844340
-
Direct parallelization of CALL statements
-
(Palo Alto, Calif.). ACM, New York
-
TRIOLET, R., IRIGOIN, F., AND FEAUTRIER, P. 1986. Direct parallelization of CALL statements. In Proceedings of the SIGPLAN '86 Symposium on Compiler Construction (Palo Alto, Calif.). ACM, New York.
-
(1986)
Proceedings of the SIGPLAN '86 Symposium on Compiler Construction
-
-
Triolet, R.1
Irigoin, F.2
Feautrier, P.3
-
73
-
-
84905030599
-
Generalized constant propagation: A study in C
-
Linköping, Sweden
-
VERBRUGGE, C., Co, P., AND HENDREN, L. 1996. Generalized constant propagation: A study in C. In Proceedings of the 1996 International Conference on Compiler Construction (Linköping, Sweden).
-
(1996)
Proceedings of the 1996 International Conference on Compiler Construction
-
-
Verbrugge, C.1
Co, P.2
Hendren, L.3
-
74
-
-
85081874807
-
A first step towards automated detection of buffer overrun vulnerabilities
-
San Diego, Calif.
-
WAGNER, D., FOSTER, J., BREWER, E., AND AIKEN, A. 2000. A first step towards automated detection of buffer overrun vulnerabilities. In Network and Distributed System Security Symposium (San Diego, Calif.).
-
(2000)
Network and Distributed System Security Symposium
-
-
Wagner, D.1
Foster, J.2
Brewer, E.3
Aiken, A.4
-
76
-
-
0011452853
-
-
Ph.D. dissertation. Dept. of Computer Science, Univ. of Illinois at Urbana-Champaign
-
WOLFE, M. J. 1982. Optimizing supercompilers for supercomputers. Ph.D. dissertation. Dept. of Computer Science, Univ. of Illinois at Urbana-Champaign.
-
(1982)
Optimizing Supercompilers for Supercomputers
-
-
Wolfe, M.J.1
-
77
-
-
0031643965
-
Eliminating array bound checking through dependent types
-
(Montreal, Que., Canada). ACM, New York
-
XI, H. AND PFENNING, F. 1998. Eliminating array bound checking through dependent types. In Proceedings of the SIGPLAN '98 Conference on Program Language Design and Implementation (Montreal, Que., Canada). ACM, New York.
-
(1998)
Proceedings of the SIGPLAN '98 Conference on Program Language Design and Implementation
-
-
Xi, H.1
Pfenning, F.2
|