Break PseudoSourceValue out of the Value hierarchy. It is now the root of its own...
[oota-llvm.git] / include / llvm / IR / Value.h
2014-04-15 Nick LewyckyBreak PseudoSourceValue out of the Value hierarchy...
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-05 David BlaikieRemove unused parameter
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-05 Chandler Carruth[C++11] Sink the iterator over a Value's users into...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-08-22 Chandler CarruthAdd a new helper method to Value to strip in-bounds...
2013-08-22 Chandler CarruthClean up the doxygen formatting of the comments on...
2013-05-06 Rafael EspindolaFix const merging when an alias of a const is llvm...
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
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...