aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/InstCombine/InstCombineWorklist.h
Commit message (Expand)AuthorAgeFilesLines
* 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