Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the...
[oota-llvm.git] / include / llvm / IR / User.h
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-10-15 Duncan P. N. Exon... IR: Move NumOperands from User to Value, NFC
2014-10-15 Duncan P. N. Exon... IR: Cleanup comments for Value, User, and MDNode
2014-06-09 Reid KlecknerReorder Value and User fields to save 8 bytes of paddin...
2014-04-29 Chandler Carruth[ADT] Make the iterator adaptor utility a touch more...
2014-04-24 Chandler CarruthUse the shiny new iterator adaptor tool to implement the
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...