Age | Commit message (Expand) | Author |
2013-02-21 | Remove dead code and whitespace. | Chad Rosier |
2013-02-20 | Update a comment that looks to have been accidentally deleted many moons ago. | Chad Rosier |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
2012-11-30 | Move the InstVisitor utility into VMCore where it belongs. It heavily | Chandler Carruth |
2012-10-08 | Move TargetData to DataLayout. | Micah Villmow |
2012-07-24 | Clean whitespaces. | Nadav Rotem |
2012-03-28 | Fix 80-column violation. | Chad Rosier |
2012-03-11 | llvm::SwitchInst | Stepan Dyatkovskiy |
2012-03-08 | Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012: | Stepan Dyatkovskiy |
2012-02-01 | SwitchInst refactoring. | Stepan Dyatkovskiy |
2012-01-26 | Continue improving support for ConstantDataAggregate, and use the | Chris Lattner |
2012-01-18 | Remove trailing spaces and unneeded includes. | Jakub Staszak |
2011-12-01 | Last bit of TargetLibraryInfo propagation. Also fixed a case for TargetData | Chad Rosier |
2011-11-11 | Get rid of an optimization in SCCP which appears to have many issues. Specif... | Eli Friedman |
2011-09-20 | Make sure IPSCCP never marks a tracked call as overdefined in SCCPSolver::Res... | Eli Friedman |
2011-09-04 | Use Duncan's patch to delete the instructions in reverse order (minus the lan... | Bill Wendling |
2011-09-02 | Update comments to reflect reality. | Bill Wendling |
2011-09-01 | Change worklist driven deletion to be an iterative process. | Bill Wendling |
2011-08-31 | Make sure we aren't deleting the landingpad instruction. | Bill Wendling |
2011-08-17 | Silly mistake from r137777; restore significant isStructTy() checks. While h... | Eli Friedman |
2011-08-16 | A bunch of misc fixes to SCCPSolver::ResolvedUndefsIn, including a fix to stop | Eli Friedman |
2011-08-16 | Minor bug in SCCP found by inspection. (I don't think it's possible to hit t... | Eli Friedman |
2011-08-12 | Initial commit of the 'landingpad' instruction. | Bill Wendling |
2011-08-02 | Add new atomic instructions to SCCP. No functional change, but stops debug s... | Eli Friedman |
2011-07-31 | Add the 'resume' instruction for the new EH rewrite. | Bill Wendling |
2011-07-30 | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling |
2011-07-27 | Merge the contents from exception-handling-rewrite to the mainline. | Bill Wendling |
2011-07-27 | Misc mid-level changes for new 'fence' instruction. | Eli Friedman |
2011-07-25 | Add missing space (this line is no longer pushing the 80-column limit). | Nick Lewycky |
2011-07-21 | Convert ConstantExpr::getGetElementPtr and | Jay Foad |
2011-07-21 | move tier out of an anonymous namespace, it doesn't make sense | Chris Lattner |
2011-07-19 | Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall. | Jay Foad |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-05-21 | PR7952: Make isa<> use the same logic as cast<>, so that they both work | Eli Friedman |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
2011-01-21 | SCCP doesn't actually preserve the CFG. It will delete and insert terminator | Nick Lewycky |
2011-01-16 | simplify a little | Chris Lattner |
2010-11-30 | Avoid exponential growth of a table. It feels like | Dale Johannesen |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
2010-08-18 | remove some dead code. | Chris Lattner |
2010-08-12 | fix PR7876: If ipsccp decides that a function's address is taken | Chris Lattner |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2010-07-28 | simplify by using CallSite constructors; virtually eliminates CallSite::get f... | Gabor Greif |
2010-07-21 | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson |
2010-04-26 | fix PR6940: sitofp(undef) folds to 0.0, not undef. | Chris Lattner |
2010-04-09 | fix a SCCP miscompilation that could happen when a | Chris Lattner |