summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/SCCP.cpp
Commit message (Expand)AuthorAge
* SCCP: update for cmpxchg returning { iN, i1 } now.Tim Northover2014-06-13
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* remove a bunch of unused private methodsNuno Lopes2014-03-23
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* [Layering] Move InstVisitor.h into the IR library as it is prettyChandler Carruth2014-03-06
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-04
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-25
* Rename many DataLayout variables from TD to DL.Rafael Espindola2014-02-21
* Disable most IR-level transform passes on functions marked 'optnone'.Paul Robinson2014-02-06
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* dbgs() << Instruction doesn't print a newline on the end any more. Update theseNick Lewycky2013-06-26
* Remove dead code and whitespace.Chad Rosier2013-02-21
* Update a comment that looks to have been accidentally deleted many moons ago.Chad Rosier2013-02-20
* 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
* Move the InstVisitor utility into VMCore where it belongs. It heavilyChandler Carruth2012-11-30
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Clean whitespaces.Nadav Rotem2012-07-24
* Fix 80-column violation.Chad Rosier2012-03-28
* llvm::SwitchInstStepan Dyatkovskiy2012-03-11
* Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy2012-03-08
* SwitchInst refactoring.Stepan Dyatkovskiy2012-02-01
* Continue improving support for ConstantDataAggregate, and use theChris Lattner2012-01-26
* Remove trailing spaces and unneeded includes.Jakub Staszak2012-01-18
* Last bit of TargetLibraryInfo propagation. Also fixed a case for TargetDataChad Rosier2011-12-01
* Get rid of an optimization in SCCP which appears to have many issues. Specif...Eli Friedman2011-11-11
* Make sure IPSCCP never marks a tracked call as overdefined in SCCPSolver::Res...Eli Friedman2011-09-20
* Use Duncan's patch to delete the instructions in reverse order (minus the lan...Bill Wendling2011-09-04
* Update comments to reflect reality.Bill Wendling2011-09-02
* Change worklist driven deletion to be an iterative process.Bill Wendling2011-09-01
* Make sure we aren't deleting the landingpad instruction.Bill Wendling2011-08-31
* Silly mistake from r137777; restore significant isStructTy() checks. While h...Eli Friedman2011-08-17
* A bunch of misc fixes to SCCPSolver::ResolvedUndefsIn, including a fix to stopEli Friedman2011-08-16
* Minor bug in SCCP found by inspection. (I don't think it's possible to hit t...Eli Friedman2011-08-16
* Initial commit of the 'landingpad' instruction.Bill Wendling2011-08-12
* Add new atomic instructions to SCCP. No functional change, but stops debug s...Eli Friedman2011-08-02
* 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
* Misc mid-level changes for new 'fence' instruction.Eli Friedman2011-07-27
* Add missing space (this line is no longer pushing the 80-column limit).Nick Lewycky2011-07-25
* 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
* PR7952: Make isa<> use the same logic as cast<>, so that they both workEli Friedman2011-05-21
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15