| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
be 'Argument' instead of FunctionArgument.
llvm-svn: 2216
|
| |
|
|
| |
llvm-svn: 2207
|
| |
|
|
| |
llvm-svn: 2085
|
| |
|
|
|
|
| |
Shadow nodes now don't explicitly know their parent.
llvm-svn: 2083
|
| |
|
|
|
|
|
|
| |
to reflect that they can eliminate arbitrary nodes.
* Rename the ShadowNodeEliminate.cpp file to EliminateNodes.cpp for the
same reason
llvm-svn: 2020
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Simplify a lot of the inlining stuff. There are still problems, but not
many
* Break up the Function representation to have a vector for every different
node type so it is fast to find nodes of a particular flavor.
* Do more intelligent merging of call values
* Allow elimination of unreachable shadow and allocation nodes
* Generalize indistinguishability testing to allow merging of identical calls.
* Increase shadow node merging power
llvm-svn: 2010
|
| |
|
|
|
|
| |
* Optimize graph after building it. This should be unneccesary in the future
llvm-svn: 2002
|
|
|
Has bugs, but shouldn't crash in theory.
llvm-svn: 1994
|