summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Attributes.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make the type signature more strict.Bill Wendling2013-01-031-2/+2
* An intermediate step in the Attributes rewrite.Bill Wendling2013-01-021-1/+20
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-0/+602
OpenPOWER on IntegriCloud