llvm/lib/IR/AttributeImpl.h: Move comment block not to cover typedef, introduced...
[oota-llvm.git] / lib / IR / AttributeImpl.h
2015-08-06 NAKAMURA Takumillvm/lib/IR/AttributeImpl.h: Move comment block not...
2015-08-05 James Y KnightAdd a TrailingObjects template class.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-17 James Y KnightTweak wording of alignment static_assert messages.
2015-06-17 James Y KnightFix alignment issues in LLVM.
2015-05-06 Sanjoy DasAdd missing dereferenceable_or_null getters
2015-04-16 Sanjoy Das[IR] Introduce a dereferenceable_or_null(N) attribute.
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-18 Hal FinkelAdd a dereferenceable attribute
2014-07-18 Hal FinkelRename AlignAttribute to IntAttribute
2014-03-05 Craig Topper[C++11] Add 'override' keyword to IR library.
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-09-11 Benjamin KramerRevert "Give internal classes hidden visibility."
2013-09-11 Benjamin KramerGive internal classes hidden visibility.
2013-08-02 Peter CollingbourneAdd a AttributeSetImpl::dump function.
2013-08-02 Peter CollingbourneMake one of the AttributeSet ctors maintain the invaria...
2013-07-11 Benjamin KramerReduce the number of indirections in the attributes...
2013-05-01 Rafael EspindolaNow that the underlying issue is fixed, revert r180750...
2013-04-30 Rafael EspindolaChange getSlotIndex to return unsigned.
2013-04-29 Reid KlecknerRevert "revert r179735, it has no testcases, and doesn...
2013-04-25 Chris Lattnerrevert r179735, it has no testcases, and doesn't really...
2013-04-18 Bill WendlingCleanup patch:
2013-04-17 Bill WendlingAdd an option `-enable-old-style-attr-syntax' to print...
2013-02-28 Bill WendlingDon't add the 'Value' string if there isn't one.
2013-02-13 Bill WendlingAdd some accessor and query methods for retrieving...
2013-02-11 Bill WendlingAdd support for printing out the attribute groups.
2013-02-06 Craig TopperRemove unused private field to suppress a build warning.
2013-02-05 Bill WendlingConvert to storing the attribute's internals as enums...
2013-02-02 Bill WendlingUse the AttributeSet's iterators.
2013-02-01 Bill WendlingChange the AttributeImpl to hold a single Constant...
2013-02-01 Bill WendlingRemove some dead code, improve some asserts, and other...
2013-02-01 Bill WendlingRemove one of the odious 'Raw' methods.
2013-01-31 Bill WendlingRemove the AttrBuilder form of the Attribute::get creators.
2013-01-31 Bill WendlingAdd support for emitting a string attribute.
2013-01-31 Bill WendlingRemove the Attribute::hasAttributes() function.
2013-01-31 NAKAMURA TakumiRevert r174026, "Remove Attribute::hasAttributes()...
2013-01-31 Bill WendlingRemove Attribute::hasAttributes() and make Attribute...
2013-01-29 Bill Wendlings/Data/Kind/g. No functionality change.
2013-01-29 Bill WendlingConvert getAttributes() to return an AttributeSetNode.
2013-01-29 Bill WendlingReorder some functions and add comments. No functionali...
2013-01-28 Bill WendlingTry to appease some broken compilers by using 'unsigned...
2013-01-28 Bill WendlingRemove the AttributeWithIndex class.
2013-01-28 Bill WendlingRemove a use of AttributeWithIndex.
2013-01-27 Bill WendlingUse proper return type for attribute index.
2013-01-27 Bill WendlingPush the calculation of the 'Raw' attribute mask down...
2013-01-27 Bill WendlingPrivitize some the copy c'tor and assignment operator...
2013-01-27 Bill WendlingAdd some helpful comments.
2013-01-27 Bill WendlingStart using more of the AttrNode in the AttributeSetImp...
2013-01-27 Bill WendlingIn the AttributeSetImpl c'tor, fill in the AttrNodes...
2013-01-25 Bill WendlingRemove some introspection functions.
2013-01-25 Bill WendlingAdd an accessor method to get the slot's index. This...
2013-01-24 Bill WendlingAdd a profile for uniquifying the AttributeSet with...
2013-01-24 Bill WendlingCreate a new class: AttributeSetNode.
2013-01-23 Bill WendlingRemove dead methods.
2013-01-21 Bill WendlingMake AttributeSet::getFnAttributes() return an Attribut...
2013-01-09 Bill WendlingRevert s/Raw/getBitMask/g name change. This is possibly...
2013-01-09 Bill WendlingAdd the integer value of the ConstantInt instead of...
2013-01-07 Bill WendlingRough out a new c'tor for the AttrBuilder class.
2013-01-05 Bill WendlingAdd a method to create an AttributeSet from an AttrBuilder.
2013-01-04 Bill WendlingGeneral cleanups.
2013-01-03 Bill WendlingRevert everything to r171366 to try to fix the build.
2013-01-03 Bill WendlingTry again to revert the bad patch. The tree was reverte...
2013-01-03 Bill WendlingRemove the 'contains' methods in favor of the 'operator...
2013-01-03 Bill WendlingMake the type signature more strict.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.