summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/InstCombine/InstCombineWorklist.h
Commit message (Expand)AuthorAgeFilesLines
* [PM] Port instcombine to the new pass manager!Chandler Carruth2015-01-241-107/+0
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [C++] Use 'nullptr'.Craig Topper2014-04-281-1/+1
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-0/+4
* [Modules] Sink all the DEBUG_TYPE defines for InstCombine out of theChandler Carruth2014-04-211-1/+0
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-3/+2
* Consistently use dbgs() in debug printingMatt Arsenault2013-09-051-2/+2
* Use pop_back_val() instead of both back() and pop_back().Jakub Staszak2013-08-191-2/+1
* Fix missing -*- C++ -*-sMatt Arsenault2013-08-061-1/+1
* Remove trailing spaces.Jakub Staszak2013-01-141-15/+15
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-3/+3
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-151-2/+2
* Use an iterator instead of calling .size() on the worklist every time, which ...Bill Wendling2012-03-151-2/+2
* InstCombine: We know the number of items initially added to the worklist map,...Benjamin Kramer2011-03-051-0/+1
* I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename itDuncan Sands2010-05-111-1/+1
* remove a ton of unneeded LLVMContext stuff.Chris Lattner2010-01-041-1/+1
* move InstCombineWorklist out to its own header.Chris Lattner2010-01-041-0/+105
OpenPOWER on IntegriCloud