llvm-6502/lib/Transforms/IPO
Chris Lattner 96940cb522 Strip out and simplify some code. This also fixes the regression last
night compiling cfrac.  It did not realize that code like this:

int G; int *H = &G;

takes the address of G.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14973 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-18 19:56:20 +00:00
..
ArgumentPromotion.cpp bug 122: 2004-07-18 00:23:51 +00:00
ConstantMerge.cpp
DeadArgumentElimination.cpp rename the "exceptional" destination of an invoke instruction to the 'unwind' dest 2004-02-08 21:44:31 +00:00
DeadTypeElimination.cpp Fix a bug in the -deadtypeelim pass. The SymbolTable re-write changed it 2004-05-27 21:16:46 +00:00
ExtractFunction.cpp Clarify the logic: the flag is renamed to `deleteFn' to signify it will delete 2004-04-22 23:00:51 +00:00
FunctionResolution.cpp bug 122: 2004-07-18 00:44:37 +00:00
GlobalDCE.cpp Remove useless statistic, fix some slightly broken logic 2004-07-18 07:22:58 +00:00
GlobalOpt.cpp Strip out and simplify some code. This also fixes the regression last 2004-07-18 19:56:20 +00:00
Inliner.cpp Fix a rather serious bug in previous checkin 2004-07-18 06:56:58 +00:00
Inliner.h Simplify the interface and remove an unneeded #include 2004-05-23 21:21:35 +00:00
InlineSimple.cpp bug 122: 2004-07-18 00:32:14 +00:00
Internalize.cpp
IPConstantPropagation.cpp Avoid an unnecessary isa<Constant>. 2004-07-18 08:31:18 +00:00
LoopExtractor.cpp Change the ExitBlocks list from being explicitly contained in the Loop 2004-04-18 22:14:10 +00:00
LowerSetJmp.cpp DemoteRegToStack got moved from DemoteRegToStack.h to Local.h 2004-03-14 02:13:38 +00:00
Makefile
PruneEH.cpp Simplify code a bit, and be sure to mark the external node as potentially throwing 2004-04-12 04:06:38 +00:00
RaiseAllocations.cpp bug 122: 2004-07-18 00:44:37 +00:00