[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombineWorklist.h
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-21 Chandler Carruth[Modules] Sink all the DEBUG_TYPE defines for InstCombi...
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2013-09-05 Matt ArsenaultConsistently use dbgs() in debug printing
2013-08-19 Jakub StaszakUse pop_back_val() instead of both back() and pop_back().
2013-08-06 Matt ArsenaultFix missing -*- C++ -*-s
2013-01-14 Jakub StaszakRemove trailing spaces.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-09-15 Craig TopperUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-03-15 Bill WendlingUse an iterator instead of calling .size() on the workl...
2011-03-05 Benjamin KramerInstCombine: We know the number of items initially...
2010-05-11 Duncan SandsI got tired of VISIBILITY_HIDDEN colliding with the...
2010-01-04 Chris Lattnerremove a ton of unneeded LLVMContext stuff.
2010-01-04 Chris Lattnermove InstCombineWorklist out to its own header.