IR: Split Metadata from Value
[oota-llvm.git] / include / llvm / IR / Value.h
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-11-21 Gerolf Hoflehner[InstCombine] Re-commit of r218721 (Optimize icmp...
2014-11-18 Duncan P. N. Exon... IR: Split MDNode into GenericMDNode and MDNodeFwdDecl
2014-11-14 Duncan P. N. Exon... IR: Remove MDString logic for Value::hasName()
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-08-01 Duncan P. N. Exon... IR: Add Value::reverseUseList()
2014-07-24 Duncan P. N. Exon... IR: Fix comment from r213824
2014-07-24 NAKAMURA TakumiRemove a stray semicolon. [-Wpedantic]
2014-07-24 Duncan P. N. Exon... IR: Add Value::sortUseList()
2014-07-10 Hal FinkelAllow isDereferenceablePointer to look through some...
2014-06-09 Reid KlecknerReorder Value and User fields to save 8 bytes of paddin...
2014-05-13 Rafael EspindolaSplit GlobalValue into GlobalValue and GlobalObject.
2014-05-09 Rafael EspindolaRemove trailing white space.
2014-05-09 Nick LewyckyprintCustom is only used in PseudoSourceValue, remove...
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...