aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR/AttributeImpl.h
Commit message (Expand)AuthorAgeFilesLines
* Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...Bill Wendling2013-01-211-0/+2
* Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...Bill Wendling2013-01-091-2/+2
* Add the integer value of the ConstantInt instead of the Constant* value.Bill Wendling2013-01-091-6/+1
* Rough out a new c'tor for the AttrBuilder class.Bill Wendling2013-01-071-3/+1
* Add a method to create an AttributeSet from an AttrBuilder.Bill Wendling2013-01-051-0/+4
* General cleanups.Bill Wendling2013-01-041-27/+20
* Revert everything to r171366 to try to fix the build.Bill Wendling2013-01-031-2/+2
* Try again to revert the bad patch. The tree was reverted for some unknown reasonBill Wendling2013-01-031-4/+15
* Remove the 'contains' methods in favor of the 'operator==' method.Bill Wendling2013-01-031-15/+4
* Make the type signature more strict.Bill Wendling2013-01-031-2/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-0/+113