summaryrefslogtreecommitdiff
path: root/include/llvm/IR/User.h
Commit message (Expand)AuthorAge
* Reorder Value and User fields to save 8 bytes of padding on 64-bitReid Kleckner2014-06-09
* [ADT] Make the iterator adaptor utility a touch more general byChandler Carruth2014-04-29
* Use the shiny new iterator adaptor tool to implement theChandler Carruth2014-04-24
* Make the User::value_op_iterator a random access iterator. I had writtenChandler Carruth2014-04-17
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-09
* [C++11] Modernize the IR library a bit.Benjamin Kramer2014-03-10
* [cleanup] Add a getOperandNo method to the Use class and implement itChandler Carruth2014-03-04
* [C++11] MSVC 2012 can't handle list-initialization that callsChandler Carruth2014-03-03
* [C++11] Add two range adaptor views to User: operands andChandler Carruth2014-03-03
* Cleanup the simplify_type implementation.Rafael Espindola2013-03-27
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02