aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR/Attributes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use proper type for the index.Bill Wendling2013-01-281-7/+7
* Remove another use of AttributeWithIndex, using the AttributeSetImpl accessor...Bill Wendling2013-01-281-6/+14
* Remove another use of AttributeWithIndex, using the AttributeSetImpl accessor...Bill Wendling2013-01-281-6/+8
* Remove a use of AttributeWithIndex.Bill Wendling2013-01-281-11/+15
* Improve the debug output a bit.Bill Wendling2013-01-271-2/+7
* Use proper return type for attribute index.Bill Wendling2013-01-271-1/+1
* Push the calculation of the 'Raw' attribute mask down into the implementation...Bill Wendling2013-01-271-9/+22
* Add special 'get' methods to create an Attribute with an alignment. Also do s...Bill Wendling2013-01-271-0/+11
* s/AttrList/pImpl/g in AttributeSet. No functionality change.Bill Wendling2013-01-271-23/+23
* Start using more of the AttrNode in the AttributeSetImpl class.Bill Wendling2013-01-271-5/+7
* In the AttributeSetImpl c'tor, fill in the AttrNodes data structure with the ...Bill Wendling2013-01-271-4/+40
* Fix miscompile. Add back the use of the ArrayRef version of the ::get method.Bill Wendling2013-01-271-2/+5
* Remove dead methods.Bill Wendling2013-01-271-16/+2
* Convert BuildLibCalls.cpp to using the AttributeSet methods instead of Attrib...Bill Wendling2013-01-261-2/+8
* Remove dead method.Bill Wendling2013-01-251-8/+0
* Remove some introspection functions.Bill Wendling2013-01-251-57/+81
* Use the new 'getSlotIndex' method to retrieve the attribute's slot index.Bill Wendling2013-01-251-2/+2
* Add an accessor method to get the slot's index. This will limit the use of At...Bill Wendling2013-01-251-0/+6
* Fix MSVC 2012 warning about a 32-bit shift that should be 64-bitReid Kleckner2013-01-251-2/+2
* Add a profile for uniquifying the AttributeSet with the AttributeSetNodes.Bill Wendling2013-01-241-5/+0
* Create a new class: AttributeSetNode.Bill Wendling2013-01-241-0/+72
* Push down the conversion of the alignment from the bit mask to a real number ...Bill Wendling2013-01-231-4/+6
* Remove dead methods.Bill Wendling2013-01-231-20/+0
* Add the IR attribute 'sspstrong'.Bill Wendling2013-01-231-0/+3
* Remove the last of uses that use the Attribute object as a collection of attr...Bill Wendling2013-01-231-0/+13
* Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKindBill Wendling2013-01-231-0/+10
* More encapsulation work.Bill Wendling2013-01-221-28/+17
* Add a new method that adds the AttributeSet at the given index. No functional...Bill Wendling2013-01-221-8/+3
* Add the attributes that are passed in instead of the ones we're merging into.Bill Wendling2013-01-221-2/+2
* Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...Bill Wendling2013-01-211-12/+23
* Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...Bill Wendling2013-01-211-0/+20
* If the attributes don't exist, just bail for now.Bill Wendling2013-01-181-1/+1
* Use AttributeSet accessor methods instead of Attribute accessor methods.Bill Wendling2013-01-181-0/+5
* Push some more methods down to hide the use of the Attribute class.Bill Wendling2013-01-181-2/+21
* Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...Bill Wendling2013-01-091-17/+20
* Alter the hasing computation when inserting into the folding set.Bill Wendling2013-01-091-2/+1
* Forgot the namespace identifier.Bill Wendling2013-01-091-2/+2
* Add the integer value of the ConstantInt instead of the Constant* value.Bill Wendling2013-01-091-0/+8
* Rough out a new c'tor for the AttrBuilder class.Bill Wendling2013-01-071-0/+20
* Attribute: Make hashes match when looking up AttributeImpls.Benjamin Kramer2013-01-051-1/+2
* Switch the empty and tombstone key enumerators to not have explicitChandler Carruth2013-01-051-3/+5
* IR/Attributes: Provide EmptyKey and TombstoneKey in part of enum, as workarou...NAKAMURA Takumi2013-01-051-0/+2
* Add a method to create an AttributeSet from an AttrBuilder.Bill Wendling2013-01-051-6/+46
* Get rid of the 'Bits' mask in the attribute builder.Bill Wendling2013-01-041-26/+91
* General cleanups.Bill Wendling2013-01-041-24/+23
* Revert everything to r171366 to try to fix the build.Bill Wendling2013-01-031-22/+3
* Try again to revert the bad patch. The tree was reverted for some unknown reasonBill Wendling2013-01-031-15/+5
* Revert patch. Something snuck in there that shouldn't be.Bill Wendling2013-01-031-1/+20
* Remove the 'contains' methods in favor of the 'operator==' method.Bill Wendling2013-01-031-5/+15
* Revert r171427, "An intermediate step in the Attributes rewrite."NAKAMURA Takumi2013-01-031-20/+1