aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/InstCombine/InstCombineWorklist.h
AgeCommit message (Expand)Author
2013-01-14Remove trailing spaces.Jakub Staszak
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper
2012-03-15Use an iterator instead of calling .size() on the worklist every time, which ...Bill Wendling
2011-03-05InstCombine: We know the number of items initially added to the worklist map,...Benjamin Kramer
2010-05-11I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename itDuncan Sands
2010-01-04remove a ton of unneeded LLVMContext stuff.Chris Lattner
2010-01-04move InstCombineWorklist out to its own header.Chris Lattner