summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/GlobalOpt.cpp
Commit message (Expand)AuthorAge
...
* GlobalOpt: If we have an inbounds GEP from a ConstantAggregateZero global tha...Benjamin Kramer2012-03-28
* Teach globalopt how to evaluate an invoke with a non-void return type.Dan Gohman2012-03-13
* Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy2012-03-08
* Plog a memleak in GlobalOpt.Benjamin Kramer2012-02-27
* GCC fails to understand that NextBB is always initialized if EvaluateBlockDuncan Sands2012-02-23
* Use the target-aware constant folder on expressions to improve the chanceNick Lewycky2012-02-21
* Check for the correct size in the invariant marker.Nick Lewycky2012-02-20
* Rename class Evaluate to Evaluator and put it in an anonymous namespace.Nick Lewycky2012-02-20
* Move EvaluateFunction and EvaluateBlock into a class, and make the class storeNick Lewycky2012-02-19
* Add support for invariant.start inside the static constructor evaluator. This isNick Lewycky2012-02-17
* Handle InvokeInst in EvaluateBlock. Don't try to support exceptions, it's justNick Lewycky2012-02-12
* false is totally null!Nick Lewycky2012-02-12
* Remove redundant getAnalysis<> calls in GlobalOpt. Add a few Itanium ABI callsNick Lewycky2012-02-12
* Pass TargetData and TargetLibraryInfo through to the constant folder. Fixes aNick Lewycky2012-02-12
* Fix function name in comment to match actual name. Fix comments that are usingNick Lewycky2012-02-12
* Don't traverse the PHI nodes twice. No functionality change!Nick Lewycky2012-02-12
* Tweak comment readability and grammar.Benjamin Kramer2012-02-09
* GlobalOpt: Be more aggressive about elminating side-effect free static dtors.Benjamin Kramer2012-02-09
* Split part of EvaluateFunction into a new EvaluateBlock method. No functionalityNick Lewycky2012-02-06
* Teach GlobalOpt to handle atomic accesses to globals.Nick Lewycky2012-02-05
* Clean up some whitespace and comments. No functionality change.Nick Lewycky2012-02-05
* SwitchInst refactoring.Stepan Dyatkovskiy2012-02-01
* continue making the world safe for ConstantDataVector. At this point,Chris Lattner2012-01-27
* Continue improving support for ConstantDataAggregate, and use theChris Lattner2012-01-26
* use Constant::getAggregateElement to simplify a bunch of code.Chris Lattner2012-01-25
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* PR11705, part 2: globalopt shouldn't put inttoptr/ptrtoint operations into gl...Eli Friedman2012-01-05
* Fix a few more places where TargetData/TargetLibraryInfo is not being passed.Chad Rosier2011-12-02
* Last bit of TargetLibraryInfo propagation. Also fixed a case for TargetDataChad Rosier2011-12-01
* Refactor code from inlining and globalopt that checks whether a function defi...Eli Friedman2011-10-20
* Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer2011-09-27
* Minor comment fixes.Eli Friedman2011-08-16
* Update inter-procedural optimizations for atomic load/store.Eli Friedman2011-08-15
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-31
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-30
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-27
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-25
* Fix more MSVC warnings caused by a cases I missed when convertingJay Foad2011-07-22
* Make better use of ConstantExpr::getGetElementPtr's InBounds parameter.Jay Foad2011-07-21
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-21
* move tier out of an anonymous namespace, it doesn't make senseChris Lattner2011-07-21
* Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall.Jay Foad2011-07-19
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Revamp the "ConstantStruct::get" methods. Previously, these were scatteredChris Lattner2011-06-20
* Don't crash owhen ComputeLoadResult can't compute the result of the load.Nick Lewycky2011-05-29
* Obey the isVolatile bit on memory intrinsics when analyzing uses of a globalNick Lewycky2011-05-29
* fix PR9856, an incorrectly conservative assertion: a global can beChris Lattner2011-05-22
* Just because a GlobalVariable's initializer is [N x { i32, void ()* }] doesn'tNick Lewycky2011-04-11
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-11
* Add back a couple checks removed by r129128; the fact that an intitializerEli Friedman2011-04-09