summaryrefslogtreecommitdiff
path: root/lib/IR/AttributeImpl.h
Commit message (Expand)AuthorAge
* [C++11] Add 'override' keyword to IR library.Craig Topper2014-03-05
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-11
* Give internal classes hidden visibility.Benjamin Kramer2013-09-11
* Add a AttributeSetImpl::dump function.Peter Collingbourne2013-08-02
* Make one of the AttributeSet ctors maintain the invariant that thePeter Collingbourne2013-08-02
* Reduce the number of indirections in the attributes implementation.Benjamin Kramer2013-07-11
* Now that the underlying issue is fixed, revert r180750 and r180722.Rafael Espindola2013-05-01
* Change getSlotIndex to return unsigned.Rafael Espindola2013-04-30
* Revert "revert r179735, it has no testcases, and doesn't really make sense."Reid Kleckner2013-04-29
* revert r179735, it has no testcases, and doesn't really make sense.Chris Lattner2013-04-25
* Cleanup patch:Bill Wendling2013-04-18
* Add an option `-enable-old-style-attr-syntax' to print out function attribute...Bill Wendling2013-04-17
* Don't add the 'Value' string if there isn't one.Bill Wendling2013-02-28
* Add some accessor and query methods for retrieving Attribute objects and such.Bill Wendling2013-02-13
* Add support for printing out the attribute groups.Bill Wendling2013-02-11
* Remove unused private field to suppress a build warning.Craig Topper2013-02-06
* Convert to storing the attribute's internals as enums, integers, and strings.Bill Wendling2013-02-05
* Use the AttributeSet's iterators.Bill Wendling2013-02-02
* Change the AttributeImpl to hold a single Constant* for the values.Bill Wendling2013-02-01
* Remove some dead code, improve some asserts, and other assorted changes. No f...Bill Wendling2013-02-01
* Remove one of the odious 'Raw' methods.Bill Wendling2013-02-01
* Remove the AttrBuilder form of the Attribute::get creators.Bill Wendling2013-01-31
* Add support for emitting a string attribute.Bill Wendling2013-01-31
* Remove the Attribute::hasAttributes() function.Bill Wendling2013-01-31
* Revert r174026, "Remove Attribute::hasAttributes() and make Attribute::hasAtt...NAKAMURA Takumi2013-01-31
* Remove Attribute::hasAttributes() and make Attribute::hasAttribute() private.Bill Wendling2013-01-31
* s/Data/Kind/g. No functionality change.Bill Wendling2013-01-29
* Convert getAttributes() to return an AttributeSetNode.Bill Wendling2013-01-29
* Reorder some functions and add comments. No functionality change.Bill Wendling2013-01-29
* Try to appease some broken compilers by using 'unsigned' instead of 'uint64_t'.Bill Wendling2013-01-28
* Remove the AttributeWithIndex class.Bill Wendling2013-01-28
* Remove a use of AttributeWithIndex.Bill Wendling2013-01-28
* Use proper return type for attribute index.Bill Wendling2013-01-27
* Push the calculation of the 'Raw' attribute mask down into the implementation...Bill Wendling2013-01-27
* Privitize some the copy c'tor and assignment operator of uniquified objects.Bill Wendling2013-01-27
* Add some helpful comments.Bill Wendling2013-01-27
* Start using more of the AttrNode in the AttributeSetImpl class.Bill Wendling2013-01-27
* In the AttributeSetImpl c'tor, fill in the AttrNodes data structure with the ...Bill Wendling2013-01-27
* Remove some introspection functions.Bill Wendling2013-01-25
* Add an accessor method to get the slot's index. This will limit the use of At...Bill Wendling2013-01-25
* Add a profile for uniquifying the AttributeSet with the AttributeSetNodes.Bill Wendling2013-01-24
* Create a new class: AttributeSetNode.Bill Wendling2013-01-24
* Remove dead methods.Bill Wendling2013-01-23
* Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...Bill Wendling2013-01-21
* Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...Bill Wendling2013-01-09
* Add the integer value of the ConstantInt instead of the Constant* value.Bill Wendling2013-01-09
* Rough out a new c'tor for the AttrBuilder class.Bill Wendling2013-01-07