Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-07 | Moving headers | Chris Lattner | |
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14661 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2004-05-23 | Complete rewrite of the code that merges DS graphs for equivalence classes | Vikram S. Adve | |
of functions called at a common call site. The rewrite inlines the resulting graphs bottom-up on the SCCs of the CBU call graph. It also simplifies the merging of equivalence classes by exploiting the fact that functions in non-trivial SCCs are already merged. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13645 91177308-0d34-0410-b5e6-96231b3b80d8 |