summaryrefslogtreecommitdiff
path: root/include/llvm/IR/Value.h
Commit message (Expand)AuthorAge
* Reorder Value and User fields to save 8 bytes of padding on 64-bitReid Kleckner2014-06-09
* Split GlobalValue into GlobalValue and GlobalObject.Rafael Espindola2014-05-13
* Remove trailing white space.Rafael Espindola2014-05-09
* printCustom is only used in PseudoSourceValue, remove it from Value.Nick Lewycky2014-05-09
* Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...Nick Lewycky2014-04-15
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-09
* Remove unused parameterDavid Blaikie2014-04-05
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* [C++11] Sink the iterator over a Value's users into the Value typeChandler Carruth2014-03-05
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-04
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Add a new helper method to Value to strip in-bounds constant offsets ofChandler Carruth2013-08-22
* Clean up the doxygen formatting of the comments on the strip* methods onChandler Carruth2013-08-22
* Fix const merging when an alias of a const is llvm.used.Rafael Espindola2013-05-06
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-01
* 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