summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* Revert r166157 because some tests fail...Bill Wendling2012-10-17
* Check that the operand of the GEP is not the GEP itself. This occurred during...Bill Wendling2012-10-17
* 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
* Add an enum for the return and function indexes into the AttrListPtr object. ...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
* Fix use after free when deleting attributes in a chained folding set.Benjamin Kramer2012-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
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-10
* Revert r165652: "Remove unnecessary RTTI from the build."Sean Silva2012-10-10
* Remove unnecessary RTTI from the build.Sean Silva2012-10-10
* 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
* Use the attribute enums to query if a function has an attribute.Bill Wendling2012-10-09
* Use the attribute enums to query if a parameter has an attribute.Bill Wendling2012-10-09
* 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
* Inline the checks for mutually exclusive attributes since they're used in onl...Bill Wendling2012-10-09
* Move the 'FunctionOnly' attributes thingy inside of the Attributes class.Bill Wendling2012-10-09
* Add in the first step of the multiple pointer support. This adds in support t...Micah Villmow2012-10-09
* Move the 'ParameterOnly' variable inside of the Attributes class and make it ...Bill Wendling2012-10-09
* Remove the now dead VarArgsIncompatible variable.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
* Fix PR14016.Alexey Samsonov2012-10-09
* Create enums for the different attributes.Bill Wendling2012-10-09
* Remove some dead methods.Bill Wendling2012-10-09
* Remove more uses of the attribute enums by supplying appropriate query method...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