summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Attributes.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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