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