Make the User::value_op_iterator a random access iterator. I had written
[oota-llvm.git] / include / llvm / IR / User.h
2014-04-17 Chandler CarruthMake the User::value_op_iterator a random access iterat...
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-10 Benjamin Kramer[C++11] Modernize the IR library a bit.
2014-03-04 Chandler Carruth[cleanup] Add a getOperandNo method to the Use class...
2014-03-03 Chandler Carruth[C++11] MSVC 2012 can't handle list-initialization...
2014-03-03 Chandler Carruth[C++11] Add two range adaptor views to User: operands and
2013-03-27 Rafael EspindolaCleanup the simplify_type implementation.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...