| Commit message (Expand) | Author | Age | Files | Lines |
* | [opaque pointer type] API migration for GEP constant factories | David Blaikie | 2015-04-02 | 1 | -1/+2 |
* | Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used. | Benjamin Kramer | 2015-03-23 | 1 | -1/+1 |
* | DataLayout is mandatory, update the API to reflect it with references. | Mehdi Amini | 2015-03-10 | 1 | -1/+1 |
* | Make DataLayout Non-Optional in the Module | Mehdi Amini | 2015-03-04 | 1 | -8/+6 |
* | [PM] Separate the TargetLibraryInfo object from the immutable pass. | Chandler Carruth | 2015-01-15 | 1 | -5/+7 |
* | [PM] Move TargetLibraryInfo into the Analysis library. | Chandler Carruth | 2015-01-15 | 1 | -1/+1 |
* | Update SetVector to rely on the underlying set's insert to return a pair<iter... | David Blaikie | 2014-11-19 | 1 | -1/+2 |
* | SCCP: overdefined calls cannot become constant | David Majnemer | 2014-11-07 | 1 | -0/+3 |
* | Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just... | Craig Topper | 2014-08-27 | 1 | -1/+1 |
* | SCCP: update for cmpxchg returning { iN, i1 } now. | Tim Northover | 2014-06-13 | 1 | -1/+3 |
* | [C++] Use 'nullptr'. | Craig Topper | 2014-04-28 | 1 | -1/+1 |
* | [C++] Use 'nullptr'. Transforms edition. | Craig Topper | 2014-04-25 | 1 | -14/+14 |
* | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
* | remove a bunch of unused private methods | Nuno Lopes | 2014-03-23 | 1 | -1/+0 |
* | [C++11] Add range based accessors for the Use-Def chain of a Value. | Chandler Carruth | 2014-03-09 | 1 | -20/+18 |
* | [Layering] Move InstVisitor.h into the IR library as it is pretty | Chandler Carruth | 2014-03-06 | 1 | -1/+1 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-05 | 1 | -4/+4 |
* | [Modules] Move CallSite into the IR library where it belogs. It is | Chandler Carruth | 2014-03-04 | 1 | -1/+1 |
* | Make DataLayout a plain object, not a pass. | Rafael Espindola | 2014-02-25 | 1 | -2/+4 |
* | Rename many DataLayout variables from TD to DL. | Rafael Espindola | 2014-02-21 | 1 | -8/+8 |
* | Disable most IR-level transform passes on functions marked 'optnone'. | Paul Robinson | 2014-02-06 | 1 | -0/+3 |
* | Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s... | Craig Topper | 2013-07-14 | 1 | -2/+2 |
* | dbgs() << Instruction doesn't print a newline on the end any more. Update these | Nick Lewycky | 2013-06-26 | 1 | -5/+5 |
* | Remove dead code and whitespace. | Chad Rosier | 2013-02-21 | 1 | -10/+0 |
* | Update a comment that looks to have been accidentally deleted many moons ago. | Chad Rosier | 2013-02-20 | 1 | -1/+1 |
* | 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 |