summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/MergeFunctions.cpp
Commit message (Expand)AuthorAge
* MergeFunctions Pass, removed DenseMap helpers.Stepan Dyatkovskiy2014-06-22
* MergeFunctions Pass, updated header comments.Stepan Dyatkovskiy2014-06-22
* MergeFunctions Pass, FnSet has been replaced with FnTree.Stepan Dyatkovskiy2014-06-21
* MergeFunctions Pass, removed unused methods from old implementation.Stepan Dyatkovskiy2014-06-21
* MergeFunctions, doSanityCheck: fixed body comments.Stepan Dyatkovskiy2014-06-21
* MergeFunctions Pass, introduced sanity check, that checks order relation,Stepan Dyatkovskiy2014-06-21
* MergeFunctions Pass, introduced total ordering among top-level comparisonStepan Dyatkovskiy2014-06-21
* Commited patch from Björn Steinbrink:Stepan Dyatkovskiy2014-06-20
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-13
* Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola2014-05-17
* Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola2014-05-17
* Fix most of PR10367.Rafael Espindola2014-05-16
* Change the GlobalAlias constructor to look a bit more like GlobalVariable.Rafael Espindola2014-05-16
* MergeFunctions Pass, introduced total ordering among GEP operations.Stepan Dyatkovskiy2014-05-16
* MergeFunctions Pass, introduced total ordering among operations.Stepan Dyatkovskiy2014-05-16
* MergeFunctions Pass, introduced total ordering among function attributes.Stepan Dyatkovskiy2014-05-16
* MergeFunctions Pass, introduced total ordering among values.Stepan Dyatkovskiy2014-05-07
* Second patch of patch series that improves MergeFunctions performance time fr...Stepan Dyatkovskiy2014-05-07
* [IPO/MergeFunctions] changes so it doesn't try to bitcast a struct return typ...Carlo Kok2014-04-30
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* MergeFunctions, cmpType: fixed variable names from XXTy1 and XXTy2 to XXTyL a...Stepan Dyatkovskiy2014-03-14
* MergeFunctions, cmpType: Fixed comments wrapping.Stepan Dyatkovskiy2014-03-14
* First patch of patch series that improves MergeFunctions performance time fro...Stepan Dyatkovskiy2014-03-13
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-11
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-04
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-04
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-25
* Make a few more DataLayout variables const.Rafael Espindola2014-02-25
* Make some DataLayout pointers const.Rafael Espindola2014-02-24
* Rename many DataLayout variables from TD to DL.Rafael Espindola2014-02-21
* Fix known typosAlp Toker2014-01-24
* PR17925 bugfix.Stepan Dyatkovskiy2013-11-26
* Teach MergeFunctions about address spacesMatt Arsenault2013-11-10
* Don't merge tiny functions.Matt Arsenault2013-10-01
* Bugfix for PR17099:Stepan Dyatkovskiy2013-09-17
* MergeFunc: Make pointer and integer types generate the same hash.Benjamin Kramer2013-04-19
* Implement a better fix for PR15185.Bill Wendling2013-04-18
* We are not able to bitcast a pointer to an integral value.Bill Wendling2013-04-15
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...Nuno Lopes2012-12-30
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Remove tabs.Bill Wendling2012-07-19
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-29
* Update inter-procedural optimizations for atomic load/store.Eli Friedman2011-08-15