| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | MergeFunctions, tiny refactoring: | Stepan Dyatkovskiy | 2014-08-25 | 1 | -5/+5 |
* | MergeFunctions, tiny refactoring: | Stepan Dyatkovskiy | 2014-08-25 | 1 | -12/+11 |
* | MergeFunctions, tiny refactoring: | Stepan Dyatkovskiy | 2014-08-25 | 1 | -5/+5 |
* | MergeFunctions, tiny refactoring: | Stepan Dyatkovskiy | 2014-07-31 | 1 | -4/+4 |
* | MergeFunc patch from Björn Steinbrink. | Stepan Dyatkovskiy | 2014-07-15 | 1 | -2/+12 |
* | MergeFunctions Pass, removed DenseMap helpers. | Stepan Dyatkovskiy | 2014-06-22 | 1 | -104/+0 |
* | MergeFunctions Pass, updated header comments. | Stepan Dyatkovskiy | 2014-06-22 | 1 | -9/+47 |
* | MergeFunctions Pass, FnSet has been replaced with FnTree. | Stepan Dyatkovskiy | 2014-06-21 | 1 | -37/+49 |
* | MergeFunctions Pass, removed unused methods from old implementation. | Stepan Dyatkovskiy | 2014-06-21 | 1 | -21/+0 |
* | MergeFunctions, doSanityCheck: fixed body comments. | Stepan Dyatkovskiy | 2014-06-21 | 1 | -7/+5 |
* | MergeFunctions Pass, introduced sanity check, that checks order relation, | Stepan Dyatkovskiy | 2014-06-21 | 1 | -0/+88 |
* | MergeFunctions Pass, introduced total ordering among top-level comparison | Stepan Dyatkovskiy | 2014-06-21 | 1 | -79/+94 |
* | Commited patch from Björn Steinbrink: | Stepan Dyatkovskiy | 2014-06-20 | 1 | -1/+6 |
* | IR: add "cmpxchg weak" variant to support permitted failure. | Tim Northover | 2014-06-13 | 1 | -0/+3 |
* | Use create methods since msvc doesn't handle delegating constructors. | Rafael Espindola | 2014-05-17 | 1 | -2/+2 |
* | Reduce abuse of default values in the GlobalAlias constructor. | Rafael Espindola | 2014-05-17 | 1 | -2/+2 |
* | Fix most of PR10367. | Rafael Espindola | 2014-05-16 | 1 | -4/+2 |
* | Change the GlobalAlias constructor to look a bit more like GlobalVariable. | Rafael Espindola | 2014-05-16 | 1 | -2/+4 |
* | MergeFunctions Pass, introduced total ordering among GEP operations. | Stepan Dyatkovskiy | 2014-05-16 | 1 | -23/+41 |
* | MergeFunctions Pass, introduced total ordering among operations. | Stepan Dyatkovskiy | 2014-05-16 | 1 | -50/+135 |
* | MergeFunctions Pass, introduced total ordering among function attributes. | Stepan Dyatkovskiy | 2014-05-16 | 1 | -0/+36 |
* | MergeFunctions Pass, introduced total ordering among values. | Stepan Dyatkovskiy | 2014-05-07 | 1 | -41/+96 |
* | Second patch of patch series that improves MergeFunctions performance time fr... | Stepan Dyatkovskiy | 2014-05-07 | 1 | -4/+278 |
* | [IPO/MergeFunctions] changes so it doesn't try to bitcast a struct return typ... | Carlo Kok | 2014-04-30 | 1 | -1/+16 |
* | [C++] Use 'nullptr'. Transforms edition. | Craig Topper | 2014-04-25 | 1 | -3/+3 |
* | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
* | MergeFunctions, cmpType: fixed variable names from XXTy1 and XXTy2 to XXTyL a... | Stepan Dyatkovskiy | 2014-03-14 | 1 | -29/+29 |
* | MergeFunctions, cmpType: Fixed comments wrapping. | Stepan Dyatkovskiy | 2014-03-14 | 1 | -1/+2 |
* | First patch of patch series that improves MergeFunctions performance time fro... | Stepan Dyatkovskiy | 2014-03-13 | 1 | -39/+94 |
* | IR: add a second ordering operand to cmpxhg for failure | Tim Northover | 2014-03-11 | 1 | -1/+4 |
* | [C++11] Add range based accessors for the Use-Def chain of a Value. | Chandler Carruth | 2014-03-09 | 1 | -15/+11 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-05 | 1 | -1/+1 |
* | [Modules] Move ValueHandle into the IR library where Value itself lives. | Chandler Carruth | 2014-03-04 | 1 | -1/+1 |
* | [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 | -1/+2 |
* | Make a few more DataLayout variables const. | Rafael Espindola | 2014-02-25 | 1 | -1/+1 |
* | Make some DataLayout pointers const. | Rafael Espindola | 2014-02-24 | 1 | -3/+3 |
* | Rename many DataLayout variables from TD to DL. | Rafael Espindola | 2014-02-21 | 1 | -23/+23 |
* | Fix known typos | Alp Toker | 2014-01-24 | 1 | -1/+1 |
* | PR17925 bugfix. | Stepan Dyatkovskiy | 2013-11-26 | 1 | -11/+11 |
* | Teach MergeFunctions about address spaces | Matt Arsenault | 2013-11-10 | 1 | -11/+19 |
* | Don't merge tiny functions. | Matt Arsenault | 2013-10-01 | 1 | -0/+12 |
* | Bugfix for PR17099: | Stepan Dyatkovskiy | 2013-09-17 | 1 | -8/+15 |
* | MergeFunc: Make pointer and integer types generate the same hash. | Benjamin Kramer | 2013-04-19 | 1 | -2/+11 |
* | Implement a better fix for PR15185. | Bill Wendling | 2013-04-18 | 1 | -6/+11 |
* | We are not able to bitcast a pointer to an integral value. | Bill Wendling | 2013-04-15 | 1 | -5/+5 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -8/+8 |
* | convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu... | Nuno Lopes | 2012-12-30 | 1 | -7/+5 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -6/+6 |
* | Revert the series of commits starting with r166578 which introduced the | Chandler Carruth | 2012-11-01 | 1 | -2/+3 |