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