aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/GlobalOpt.cpp
AgeCommit message (Expand)Author
2007-09-14Fix a logic error in ValueIsOnlyUsedLocallyOrStoredToOneGlobal that caused Chris Lattner
2007-09-13Teach GlobalLoadUsesSimpleEnoughForHeapSRA and the SROA rewriter how to handleChris Lattner
2007-09-13be tolerant of PHI nodes when rewriting heap SROA code. This is a stepChris Lattner
2007-09-13refactor some code, no functionality change. On the path to PR1639Chris Lattner
2007-09-13Make ValueIsOnlyUsedLocallyOrStoredToOneGlobal smart enough to see throughChris Lattner
2007-09-13Make AllUsesOfLoadedValueWillTrapIfNull strong enough to see through PHIChris Lattner
2007-09-04Update GEP constructors to use an iterator interface to fixDavid Greene
2007-06-04When rebuilding constant structs, make sure to honor the isPacked bit.Chris Lattner
2007-05-15selects can also reach hereChris Lattner
2007-05-13Fix Transforms/GlobalOpt/2007-05-13-Crash.llChris Lattner
2007-05-06Fix typo in comment.Nick Lewycky
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-04-12Implement the "thread_local" keyword.Lauro Ramos Venancio
2007-04-05Fix Transforms/GlobalOpt/2007-04-05-Crash.llChris Lattner
2007-03-02Prefer non-virtual calls to ConstantInt::isZero over virtual calls toReid Spencer
2007-02-15For PR1195:Reid Spencer
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