llvm-6502/lib/Transforms
Chris Lattner 708148e41f Just because we cannot completely eliminate all uses of a global, we can
still optimize away all of the indirect calls and loads, etc from it.
This turns code like this:

  if (G != 0)
    G();

into
   if (G != 0)
     ActualCallee();

This triggers a couple of times in gcc and libstdc++.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16901 91177308-0d34-0410-b5e6-96231b3b80d8
2004-10-10 23:14:11 +00:00
..
Hello Initial version of automake Makefile.am file. 2004-10-10 22:20:40 +00:00
Instrumentation Initial version of automake Makefile.am file. 2004-10-10 22:20:40 +00:00
IPO Just because we cannot completely eliminate all uses of a global, we can 2004-10-10 23:14:11 +00:00
Scalar Initial version of automake Makefile.am file. 2004-10-10 22:20:40 +00:00
Utils Initial version of automake Makefile.am file. 2004-10-10 22:20:40 +00:00
ExprTypeConvert.cpp Add includes and use std:: for standard library calls to make code 2004-09-28 14:42:44 +00:00
LevelRaise.cpp Prototype more accurately 2004-09-20 04:43:57 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
Makefile.am Initial version of automake Makefile.am file. 2004-10-10 22:20:40 +00:00
TransformInternals.cpp Merge i*.h headers into Instructions.h as part of bug403. 2004-07-29 12:17:34 +00:00
TransformInternals.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00