- Mar 26, 2002
-
-
Chris Lattner authored
* Parameterize pass outputting with the printPass template, so analysis output can optionally take more arguments than just a stream. The default output mode is just to use operator<< on the analysis. * Remove CurrentModule hack, in favor of using printPass * Remove special operator<<'s defined for FindUsedTypes and FindUnsafePointerTypes, in favor of printPass specializations * Use std::cout instead of cout llvm-svn: 1995
-
Chris Lattner authored
Has bugs, but shouldn't crash in theory. llvm-svn: 1994
-
Chris Lattner authored
llvm-svn: 1993
-
Chris Lattner authored
llvm-svn: 1992
-
Chris Lattner authored
change references from MethodARgument to FunctionArgument llvm-svn: 1991
-
Chris Lattner authored
llvm-svn: 1990
-
Chris Lattner authored
Change references to MEthodArgument to FunctionArgument llvm-svn: 1989
-
Chris Lattner authored
Change uses of methodArgument to FunctionArgument llvm-svn: 1988
-
Chris Lattner authored
Remove unneccesary forward declarations for classes llvm-svn: 1987
-
Chris Lattner authored
Rename MethodArgument to FunctionArgument Fix some _really_ out of date comments llvm-svn: 1986
-
Chris Lattner authored
llvm-svn: 1985
-
- Mar 24, 2002
-
-
Vikram S. Adve authored
from memory! Also, separate the writing and reading routines. llvm-svn: 1983
-
Chris Lattner authored
llvm-svn: 1982
-
Vikram S. Adve authored
llvm-svn: 1980
-
Vikram S. Adve authored
llvm-svn: 1979
-
Vikram S. Adve authored
llvm-svn: 1978
-
Vikram S. Adve authored
llvm-svn: 1977
-
Vikram S. Adve authored
llvm-svn: 1976
-
Vikram S. Adve authored
useful right now when we only do local scheduling. llvm-svn: 1975
-
Vikram S. Adve authored
llvm-svn: 1974
-
Vikram S. Adve authored
llvm-svn: 1973
-
Vikram S. Adve authored
Destroy live-variable information after scheduling so it is recomputed before later phases (e.g., reg. allocation). Use deterministic iterator to enumerate sched graphs. llvm-svn: 1972
-
Vikram S. Adve authored
llvm-svn: 1971
-
Vikram S. Adve authored
llvm-svn: 1970
-
Vikram S. Adve authored
llvm-svn: 1969
-
Vikram S. Adve authored
llvm-svn: 1968
-
Vikram S. Adve authored
llvm-svn: 1967
-
Vikram S. Adve authored
Also re-enable instr. scheduling pass. llvm-svn: 1966
-
Vikram S. Adve authored
llvm-svn: 1965
-
Vikram S. Adve authored
Improve checking for constants in Multiply. Simpler method to keep track of when a node is folded into its parent. Several other bug fixes. llvm-svn: 1964
-
Vikram S. Adve authored
Also, add a flag to marked nodes that do not need code because they have been folded into the user (parent in the BURG tree). llvm-svn: 1963
-
Vikram S. Adve authored
llvm-svn: 1962
-
Vikram S. Adve authored
Also moved to the Scalar/ directory and renamed to "MultiDim". llvm-svn: 1961
-
Vikram S. Adve authored
llvm-svn: 1960
-
Vikram S. Adve authored
llvm-svn: 1959
-
Vikram S. Adve authored
llvm-svn: 1958
-
- Mar 23, 2002
-
-
Chris Lattner authored
llvm-svn: 1957
-
Chris Lattner authored
llvm-svn: 1956
-
Chris Lattner authored
llvm-svn: 1955
-
Chris Lattner authored
llvm-svn: 1954
-