llvm-mirror/lib
Chris Lattner 55186e7abf Many changes
* 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
2002-03-28 17:56:03 +00:00
..
Analysis Many changes 2002-03-28 17:56:03 +00:00
AsmParser Change references from Method to Function 2002-03-26 18:01:55 +00:00
Bytecode Change references from Method to Function 2002-03-26 18:01:55 +00:00
CodeGen Change references from Method to Function 2002-03-26 18:01:55 +00:00
ExecutionEngine Change from Method to Function 2002-03-26 18:02:30 +00:00
Support 64 bit clean now 2002-02-24 23:02:12 +00:00
Target Convert to use new style casts instead of direct checking 2002-03-26 17:58:12 +00:00
Transforms * Move classes around 2002-03-27 23:28:40 +00:00
VMCore Change references from Method to Function 2002-03-26 18:01:55 +00:00
Makefile Move stuff out of the Optimizations directories into the appropriate Transforms 2002-01-21 23:17:48 +00:00