summaryrefslogtreecommitdiff
path: root/lib/Analysis/PHITransAddr.cpp
Commit message (Expand)AuthorAge
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* Rename some member variables from TD to DL.Rafael Espindola2014-02-18
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* Correct word hyphenationsAlp Toker2013-12-05
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Release build: guard dump functions withManman Ren2012-09-12
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-06
* Uniformize the InstructionSimplify interface by ensuring that all routinesDuncan Sands2012-03-13
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Move Instruction::isSafeToSpeculativelyExecute out of VMCore andDan Gohman2011-12-14
* Propagate TargetLibraryInfo throughout ConstantFolding.cpp and Chad Rosier2011-12-01
* Shorten some expressions by using ArrayRef::slice().Frits van Bommel2011-07-25
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-25
* Convert SimplifyGEPInst to use ArrayRef.Jay Foad2011-07-19
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-11
* split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner2011-01-02
* Strip trailing whitespace.Dan Gohman2010-11-18
* Use llvm_unreachable for "impossible" situations.Dan Gohman2010-11-18
* Add support for PHI-translating sext, zext, and trunc instructions,Dan Gohman2010-11-18
* In which I discover the existence of loops. Threading an operationDuncan Sands2010-11-16
* Reapply r97010, the speculative revert failed.Daniel Dunbar2010-02-24
* Speculatively revert r97010, "Add an argument to PHITranslateValue to specifyDaniel Dunbar2010-02-24
* Add an argument to PHITranslateValue to specify the DominatorTree. If thisBob Wilson2010-02-24
* Change dbgs() back to errs() as Chris requested.David Greene2009-12-23
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* Add a minor optimization: if we haven't changed the operands of anChris Lattner2009-12-09
* fix PR5733, a case where we'd replace an add with a lexically identical Chris Lattner2009-12-09
* fix a nasty variable that was shadowing the real CurBB but with the wrong value.Chris Lattner2009-12-09
* fix many input tracking bugs.Chris Lattner2009-12-09
* fix PHI translation to take the PHI out of the instinputs set and addChris Lattner2009-12-09
* instructions defined in CurBB may be intermediate nodes of the computation.Chris Lattner2009-12-09
* add dumping and sanity checking support.Chris Lattner2009-12-09
* make sure that PHITransAddr keeps its 'InstInputs' list up toChris Lattner2009-12-08
* fix a typo (and -> add) and fix GetAvailablePHITranslatedSubExpr to not Chris Lattner2009-12-08
* fix typoChris Lattner2009-12-07
* add accessor, improve comment.Chris Lattner2009-12-07
* add support for phi translation and incorpation of new expression.Chris Lattner2009-12-07
* checkpoint of the new PHITransAddr code, still not done and not used byChris Lattner2009-12-07
* add the start of a class used to handle phi translation in memdep andChris Lattner2009-12-04