| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
llvm-svn: 4218
|
|
|
|
| |
llvm-svn: 4036
|
|
|
|
| |
llvm-svn: 4033
|
|
|
|
|
|
|
|
| |
* Now all and any bytes of a DSNode can be merged together individually. This
is neccesary to support the full generality of C and support aliasing
correctly.
llvm-svn: 4008
|
|
|
|
|
|
|
| |
nor does it work very well, but I need to get it checked in before I break
the tree unintentionally.
llvm-svn: 3996
|
|
|
|
| |
llvm-svn: 3260
|
|
|
|
| |
llvm-svn: 3186
|
|
|
|
|
|
|
|
|
| |
This changes both the bottom-up and top-down propagation so that
globals and other external objects do not have to appear in every
function, but only in functions in which they are referenced or
they can be used to access something else that is referenced.
llvm-svn: 3170
|
|
|
|
|
|
|
|
|
|
| |
methods
* Eliminate AnalysisID: Now it is just a typedef for const PassInfo*
* Simplify how AnalysisID's are initialized
* Eliminate Analysis/Writer.cpp/.h: incorporate printing functionality into
the analyses themselves.
llvm-svn: 3115
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add new RegisterOpt/RegisterAnalysis templates for registering passes that
are to show up in opt or analyze
* Register Analyses now
* Change optimizations to use RegisterOpt instead of RegisterPass
* Add support for different "PassType's"
* Add new RegisterOpt/RegisterAnalysis templates for registering passes that
are to show up in opt or analyze
* Register Analyses now
* Change optimizations to use RegisterOpt instead of RegisterPass
* Remove getPassName implementations from various subclasses
llvm-svn: 3112
|
|
|
|
|
|
|
|
| |
* Don't clone OrigCallList
* Rename removeDeadNodes -> removeTriviallyDeadNodes
* Implement new removeDeadNodes method
llvm-svn: 2970
|
|
|
|
|
|
|
|
|
| |
Each DSGraph now keeps a list of pending callers that have not
been inlined into the function represented by that graph.
It also keeps a copy of the original call nodes before the BU pass
eliminates some of them.
llvm-svn: 2965
|
|
|
|
| |
llvm-svn: 2964
|
|
|
|
| |
llvm-svn: 2945
|
|
|
|
| |
llvm-svn: 2879
|
|
|
|
|
|
| |
implemented so far.
llvm-svn: 2871
|
|
|
|
| |
llvm-svn: 2804
|
|
|
|
| |
llvm-svn: 2789
|
|
|
|
| |
llvm-svn: 2777
|
|
|
|
|
|
|
|
| |
* Make the function pointer argument explicit for a call nodes
* Eliminate unreachable global values
* Merge call nodes that are identical
llvm-svn: 2266
|
|
|
|
| |
llvm-svn: 2101
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
Has bugs, but shouldn't crash in theory.
llvm-svn: 1994
|