Use proper return type for attribute index.
[oota-llvm.git] / lib / IR /
2013-01-27 Bill WendlingUse proper return type for attribute index.
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 WendlingAdd special 'get' methods to create an Attribute with...
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 Wendlings/AttrList/pImpl/g in AttributeSet. No functionality...
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-27 Bill WendlingFix miscompile. Add back the use of the ArrayRef versio...
2013-01-27 Bill WendlingRemove dead methods.
2013-01-26 Bill WendlingConvert BuildLibCalls.cpp to using the AttributeSet...
2013-01-25 Bill WendlingRemove dead method.
2013-01-25 Bill WendlingRemove some introspection functions.
2013-01-25 Bill WendlingUse the new 'getSlotIndex' method to retrieve the attri...
2013-01-25 Bill WendlingAdd an accessor method to get the slot's index. This...
2013-01-25 Reid KlecknerFix MSVC 2012 warning about a 32-bit shift that should...
2013-01-25 Bill WendlingUse the AttributeSet query instead of the Attribute...
2013-01-24 Bill WendlingAdd a profile for uniquifying the AttributeSet with...
2013-01-24 Bill WendlingCleanup the AttributeSetNodes that we create.
2013-01-24 Bill WendlingCreate a new class: AttributeSetNode.
2013-01-23 Bill WendlingPush down the conversion of the alignment from the...
2013-01-23 Bill WendlingRemove dead methods.
2013-01-23 Bill WendlingAdd the IR attribute 'sspstrong'.
2013-01-23 Bill WendlingRemove the last of uses that use the Attribute object...
2013-01-23 Bill WendlingUse the AttributeSet when removing multiple attributes...
2013-01-23 Bill WendlingUse the AttributeSet when adding multiple attributes...
2013-01-22 Bill WendlingMore encapsulation work.
2013-01-22 Tim NorthoverMake APFloat constructor require explicit semantics.
2013-01-22 Bill WendlingAdd a new method that adds the AttributeSet at the...
2013-01-22 Bill WendlingAdd the attributes that are passed in instead of the...
2013-01-21 Bill WendlingUse AttributeSet instead of Attribute to verify things.
2013-01-21 Bill WendlingHave AttributeSet::getRetAttributes() return an Attribu...
2013-01-21 Bill WendlingMake AttributeSet::getFnAttributes() return an Attribut...
2013-01-19 David BlaikieFix a latent bug exposed by recent static member debug...
2013-01-18 Bill WendlingIf the attributes don't exist, just bail for now.
2013-01-18 Bill WendlingUse AttributeSet accessor methods instead of Attribute...
2013-01-18 Bill WendlingPush some more methods down to hide the use of the...
2013-01-16 Daniel Dunbar[IR] Add 'Append' and 'AppendUnique' module flag behaviors.
2013-01-16 Evgeniy StepanovAllow vectors in CreatePointerCast of constants.
2013-01-16 Eric ChristopherDefine metadata interfaces for describing a static...
2013-01-15 Daniel Dunbar[IR] Add verification for module flags with the "requir...
2013-01-15 Evgeniy StepanovAllow vectors in CreatePointerCast.
2013-01-15 Daniel Dunbar[IR] Add verifier support for llvm.module.flags.
2013-01-14 David GreeneFix Casting
2013-01-11 Michael IlsemanSupport for half intrinsics. Pushes MMX into slower...
2013-01-10 Evan ChengCastInst::castIsValid should return true if the dest...
2013-01-09 Bill WendlingRevert s/Raw/getBitMask/g name change. This is possibly...
2013-01-09 Bill WendlingAlter the hasing computation when inserting into the...
2013-01-09 Shuxin YangAdd comment to the definition of Constant::isZeroValue().
2013-01-09 Bill WendlingForgot the namespace identifier.
2013-01-09 Bill WendlingAdd the integer value of the ConstantInt instead of...
2013-01-09 Shuxin YangConsider expression "0.0 - X" as the negation of X if
2013-01-08 Eric ChristopherRemove the llvm-local DW_TAG_vector_type tag and add...
2013-01-08 Eric ChristopherFix comment.
2013-01-08 David BlaikieMark artificial types as such in the annotated debug...
2013-01-08 Eric ChristopherRemove what appears to be a dead llvm-specific debug...
2013-01-07 Chandler CarruthMove TypeFinder.h into the IR tree, it clearly belongs...
2013-01-07 Bill WendlingRough out a new c'tor for the AttrBuilder class.
2013-01-07 David BlaikiePR14759: Debug info support for C++ member pointers.
2013-01-07 Chandler CarruthMove the initialization to the Analysis library as...
2013-01-07 Chandler CarruthMove TargetTransformInfo to live under the Analysis...
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2013-01-05 David BlaikieInclude access modifiers in subprogram metadata IR...
2013-01-05 Benjamin KramerAttribute: Make hashes match when looking up AttributeI...
2013-01-05 Chandler CarruthConvert the TargetTransformInfo from an immutable pass...
2013-01-05 Chandler CarruthSwitch the empty and tombstone key enumerators to not...
2013-01-05 NAKAMURA TakumiIR/Attributes: Provide EmptyKey and TombstoneKey in...
2013-01-05 Bill WendlingAdd a method to create an AttributeSet from an AttrBuilder.
2013-01-04 Bill WendlingGet rid of the 'Bits' mask in the attribute builder.
2013-01-04 Bill WendlingGeneral cleanups.
2013-01-04 Eli BenderskyRemove unused #include
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 WendlingRevert patch. Something snuck in there that shouldn...
2013-01-03 Bill WendlingRemove the 'contains' methods in favor of the 'operator...
2013-01-03 NAKAMURA TakumiRevert r171427, "An intermediate step in the Attributes...
2013-01-03 Bill WendlingMake the type signature more strict.
2013-01-02 Bill WendlingAn intermediate step in the Attributes rewrite.
2013-01-02 Chandler CarruthActually update the CMake and Makefile builds correctly...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.