[opaque pointer types] Push the passing of value types up from Function/GlobalVariabl...
[oota-llvm.git] / include / llvm / IR / Value.h
2015-07-29 Matthias BraunIR: Implement Value::mergeUseLists() iteratively
2015-07-10 David Majnemer[IR] Switch static const to an enum to silence MSVC...
2015-06-27 Duncan P. N. Exon... IR: Expose ModuleSlotTracker in Value::print()
2015-06-26 Duncan P. N. Exon... CodeGen: Use a single SlotTracker in MachineFunction...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-22 Pete CooperCreate Value.def helper. NFC.
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-12 Pete CooperRename NumOperands to make it clear its managed by...
2015-06-10 Pete CooperMake User track whether a class has 'hung off uses...
2015-06-01 Owen AndersonMove the name pointer out of Value into a map that...
2015-05-19 Pete CooperStore intrinsic ID by value in Function instead of...
2015-04-23 Philip ReamesMove Value.isDereferenceablePointer to ValueTracking...
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-02-22 JF BastienUse common parse routine to read alignment values from...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-06 Benjamin KramerValue: Remove superfluous typedefs and deprecated metho...
2015-01-13 Ramkumar RamachandraStandardize {pred,succ,use,user}_empty()
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...