aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/GlobalOpt.cpp
AgeCommit message (Expand)Author
2007-02-12stop using methods that take vectors.Chris Lattner
2007-02-11simplify name juggling through the use of Value::takeName.Chris Lattner
2007-02-05Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer
2007-02-02Changes to support making the shift instructions be true BinaryOperators.Reid Spencer
2007-01-31eliminate temporary vectorsChris Lattner
2007-01-31eliminate temporary vectorsChris Lattner
2007-01-30Adjust #includes to match movement of constant folding code from transformuti...Chris Lattner
2007-01-30adjust to api changeChris Lattner
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2007-01-21For PR970:Reid Spencer
2007-01-12Branch conditions must be i1Chris Lattner
2007-01-12Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer
2007-01-11Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer
2007-01-11For PR1043:Zhou Sheng
2007-01-09Fix a bug in heap-sra that caused compilation failure of office-ispell.Chris Lattner
2006-12-31For PR950:Reid Spencer
2006-12-23For PR950:Reid Spencer
2006-12-19Eliminate static ctors due to Statistic objectsChris Lattner
2006-12-12Replace inferred getCast(V,Ty) calls with more strict variants.Reid Spencer
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-12-06Detemplatize the Statistic class. The only type it is instantiated withChris Lattner
2006-11-30make it clear that this is always a zextChris Lattner
2006-11-30One more bugfix, 3 cases of making casts explicit.Chris Lattner
2006-11-30Fix a bug in globalopt due to the recent cast patch.Chris Lattner
2006-11-27For PR950:Reid Spencer
2006-11-26Replace #include <iostream> with llvm_* streams.Bill Wendling
2006-11-02For PR786:Reid Spencer
2006-11-01Fix GlobalOpt/2006-11-01-ShrinkGlobalPhiCrash.ll and McGill/chompChris Lattner
2006-10-20For PR950:Reid Spencer
2006-09-30Fix debug outputChris Lattner
2006-09-30Implement SRA of heap allocations.Chris Lattner
2006-09-30Add some ifdef'd out debug infoChris Lattner
2006-09-28Eliminate ConstantBool::True and ConstantBool::False. Instead, provideChris Lattner
2006-09-14Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov
2006-08-27eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner
2006-07-07Fix PR820 and Transforms/GlobalOpt/2006-07-07-InlineAsmCrash.llChris Lattner
2006-01-22Make iostream #inclusion explicitChris Lattner
2005-11-05Add support alignment of allocation instructions.Nate Begeman
2005-10-25Stop using deprecated typesAlkis Evlogimenos
2005-09-27Fix a regression in my previous patch, fixing GlobalOpt/2005-09-27-Crash.llChris Lattner
2005-09-27Add support for external calls that we know how to constant fold. This imple...Chris Lattner
2005-09-27Fix a bug where we would evaluate stores into linkonce objects which could beChris Lattner
2005-09-27Implement support for static constructors with calls in them. This is usefulChris Lattner
2005-09-27Refactor this code a bit, no functionality changes.Chris Lattner
2005-09-26Remove some dead code. ctor evaluation subsumes empty ctor elimChris Lattner
2005-09-26Add support for alloca, implementing ctor-list-opt.ll:CTOR6Chris Lattner
2005-09-26Add a debug printout, fix a crash on kc++Chris Lattner
2005-09-26Implement loads/stores through GEP's of globals. This implementsChris Lattner
2005-09-26Replace TraverseGEPInitializer with ConstantFoldLoadThroughGEPConstantExprChris Lattner
2005-09-26add a commentChris Lattner