summaryrefslogtreecommitdiff
path: root/lib/Transforms/InstCombine/InstCombineWorklist.h
Commit message (Expand)AuthorAge
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [Modules] Sink all the DEBUG_TYPE defines for InstCombine out of theChandler Carruth2014-04-21
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* Consistently use dbgs() in debug printingMatt Arsenault2013-09-05
* Use pop_back_val() instead of both back() and pop_back().Jakub Staszak2013-08-19
* Fix missing -*- C++ -*-sMatt Arsenault2013-08-06
* Remove trailing spaces.Jakub Staszak2013-01-14
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-15
* Use an iterator instead of calling .size() on the worklist every time, which ...Bill Wendling2012-03-15
* InstCombine: We know the number of items initially added to the worklist map,...Benjamin Kramer2011-03-05
* I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename itDuncan Sands2010-05-11
* remove a ton of unneeded LLVMContext stuff.Chris Lattner2010-01-04
* move InstCombineWorklist out to its own header.Chris Lattner2010-01-04