summaryrefslogtreecommitdiff
path: root/lib/VMCore/Attributes.cpp
Commit message (Expand)AuthorAge
* Make the AttrListPtr object a part of the LLVMContext.Bill Wendling2012-11-20
* Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context.NAKAMURA Takumi2012-11-19
* Change ForceSizeOpt attribute into MinSize attributeQuentin Colombet2012-10-30
* Add the "ForceSizeOpt" attribute.Nadav Rotem2012-10-22
* Cleanup whitespace.Bill Wendling2012-10-16
* Cleanup whitespace.Bill Wendling2012-10-16
* Have AttributesImpl defriend the Attributes class.Bill Wendling2012-10-16
* Have AttrBuilder defriend the Attributes class.Bill Wendling2012-10-16
* Put simple c'tors inline.Bill Wendling2012-10-16
* Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling2012-10-15
* Use a ::get method to create the attribute from Attributes::AttrVals instead ...Bill Wendling2012-10-15
* Move the AttributesImpl header file into the VMCore directory so that it can ...Bill Wendling2012-10-15
* Attributes RewriteBill Wendling2012-10-15
* Remove dead methods.Bill Wendling2012-10-14
* Remove operator cast method in favor of querying with the correct method.Bill Wendling2012-10-14
* Don't use the new syntax just yet.Bill Wendling2012-10-14
* Remove the bitwise AND operators from the Attributes class. Replace it with t...Bill Wendling2012-10-14
* Remove the bitwise assignment OR operator from the Attributes class. Replace ...Bill Wendling2012-10-14
* Remove the bitwise OR operator from the Attributes class. Replace it with the...Bill Wendling2012-10-14
* Remove the bitwise XOR operator from the Attributes class. Replace it with th...Bill Wendling2012-10-14
* Remove the bitwise NOT operator from the Attributes class. Replace it with th...Bill Wendling2012-10-14
* Decode the LLVM attributes from bitcode using the attributes builder.Bill Wendling2012-10-14
* Use builder to create alignment attributes. Remove dead function.Bill Wendling2012-10-14
* Add the LLVM context to this c'tor. It will be needed in the future.Bill Wendling2012-10-11
* Support a common idiom on how to build an Attributes class with a single attr...Bill Wendling2012-10-11
* Cleanup. Get rid of now dead code.Bill Wendling2012-10-10
* Remove the final bits of Attributes being declared in the AttributeBill Wendling2012-10-10
* Revert r165547 to fix build.Bill Wendling2012-10-09
* Use a single location for calculating the alignments.Bill Wendling2012-10-09
* Use appropriate method calls to get the alignment value.Bill Wendling2012-10-09
* Move the 'FunctionOnly' attributes thingy inside of the Attributes class.Bill Wendling2012-10-09
* Use the enum value of the attributes when removing them from the attributes b...Bill Wendling2012-10-09
* Use the enum value of the attributes when adding them to the attributes builder.Bill Wendling2012-10-09
* Create enums for the different attributes.Bill Wendling2012-10-09
* Convert to using the Attributes::Builder interface.Bill Wendling2012-10-09
* Use the Attributes::Builder to build the attributes in the parser.Bill Wendling2012-10-08
* Convert the LLVM parser over to using the new Attributes::Builder to build itsBill Wendling2012-10-08
* Begin the transition to using the AttributesImpl object for the Attributes ivar.Bill Wendling2012-10-08
* Move more methods out-of-line. This is in preparation for changing the internalBill Wendling2012-10-07
* Move methods out-of-line.Bill Wendling2012-10-05
* Initial commit for the AttributesImpl class.Bill Wendling2012-09-26
* Move Attribute::typeIncompatible inside of the Attributes class.Bill Wendling2012-09-25
* Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling2012-09-21
* Revert r164308 to fix buildbots.Bill Wendling2012-09-20
* Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling2012-09-20
* Remove more bare uses of the different Attribute enums.Bill Wendling2012-09-20
* Make the 'getAsString' function a method of the Attributes class.Bill Wendling2012-09-20
* Convert some attribute existence queries over to use the predicate methods.Bill Wendling2012-09-19
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-18
* [ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. ThisChad Rosier2012-09-04