aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* Use a ::get method to create the attribute from Attributes::AttrVals instead ...Bill Wendling2012-10-151-8/+7
* Move the AttributesImpl header file into the VMCore directory so that it can ...Bill Wendling2012-10-153-1/+57
* Attributes RewriteBill Wendling2012-10-155-32/+43
* Remove dead methods.Bill Wendling2012-10-141-8/+0
* Remove operator cast method in favor of querying with the correct method.Bill Wendling2012-10-141-2/+2
* Fix use after free when deleting attributes in a chained folding set.Benjamin Kramer2012-10-141-3/+5
* Don't use the new syntax just yet.Bill Wendling2012-10-141-2/+2
* Remove the bitwise AND operators from the Attributes class. Replace it with t...Bill Wendling2012-10-142-11/+4
* Remove the bitwise assignment OR operator from the Attributes class. Replace ...Bill Wendling2012-10-144-12/+13
* Remove the bitwise OR operator from the Attributes class. Replace it with the...Bill Wendling2012-10-141-7/+9
* Remove the bitwise XOR operator from the Attributes class. Replace it with th...Bill Wendling2012-10-141-3/+0
* Remove the bitwise NOT operator from the Attributes class. Replace it with th...Bill Wendling2012-10-144-13/+16
* Decode the LLVM attributes from bitcode using the attributes builder.Bill Wendling2012-10-141-0/+5
* Use builder to create alignment attributes. Remove dead function.Bill Wendling2012-10-142-9/+12
* Add the LLVM context to this c'tor. It will be needed in the future.Bill Wendling2012-10-111-1/+1
* Support a common idiom on how to build an Attributes class with a single attr...Bill Wendling2012-10-111-0/+3
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-102-0/+28
* Revert r165652: "Remove unnecessary RTTI from the build."Sean Silva2012-10-102-0/+3
* Remove unnecessary RTTI from the build.Sean Silva2012-10-102-3/+0
* Cleanup. Get rid of now dead code.Bill Wendling2012-10-101-2/+0
* Remove the final bits of Attributes being declared in the AttributeBill Wendling2012-10-101-3/+14
* Use the attribute enums to query if a function has an attribute.Bill Wendling2012-10-091-92/+6
* Use the attribute enums to query if a parameter has an attribute.Bill Wendling2012-10-091-118/+6
* Revert r165547 to fix build.Bill Wendling2012-10-091-4/+10
* Use a single location for calculating the alignments.Bill Wendling2012-10-091-10/+4
* Use appropriate method calls to get the alignment value.Bill Wendling2012-10-091-4/+5
* Inline the checks for mutually exclusive attributes since they're used in onl...Bill Wendling2012-10-091-12/+56
* Move the 'FunctionOnly' attributes thingy inside of the Attributes class.Bill Wendling2012-10-092-21/+25
* Add in the first step of the multiple pointer support. This adds in support t...Micah Villmow2012-10-091-25/+95
* Move the 'ParameterOnly' variable inside of the Attributes class and make it ...Bill Wendling2012-10-091-15/+12
* Remove the now dead VarArgsIncompatible variable.Bill Wendling2012-10-091-3/+2
* Use the enum value of the attributes when removing them from the attributes b...Bill Wendling2012-10-091-83/+0
* Use the enum value of the attributes when adding them to the attributes builder.Bill Wendling2012-10-091-86/+18
* Fix PR14016.Alexey Samsonov2012-10-091-0/+10
* Create enums for the different attributes.Bill Wendling2012-10-094-178/+143
* Remove some dead methods.Bill Wendling2012-10-091-16/+0
* Remove more uses of the attribute enums by supplying appropriate query method...Bill Wendling2012-10-091-0/+100
* Convert to using the Attributes::Builder interface.Bill Wendling2012-10-091-0/+16
* Use the Attributes::Builder to build the attributes in the parser.Bill Wendling2012-10-081-0/+22
* Convert the LLVM parser over to using the new Attributes::Builder to build itsBill Wendling2012-10-081-0/+6
* Begin the transition to using the AttributesImpl object for the Attributes ivar.Bill Wendling2012-10-083-104/+171
* Move TargetData to DataLayout.Micah Villmow2012-10-082-2/+2
* Move more methods out-of-line. This is in preparation for changing the internalBill Wendling2012-10-071-0/+28
* Implement TargetData with the DataLayout class, this will allow LLVM projects...Micah Villmow2012-10-051-2/+2
* Move methods out-of-line.Bill Wendling2012-10-051-13/+210
* Use method to query for attributes.Bill Wendling2012-10-051-1/+1
* Make sure to generate the right kind of MDNode for enum forward declarations.Eli Friedman2012-10-051-6/+7
* Rename the Target specific passes in the DataLayout class to be Target agnostic.Micah Villmow2012-10-041-48/+48
* Resubmit the copying of TargetData to DataLayout without any changes to the f...Micah Villmow2012-10-042-0/+666
* Backing out my changes, something screwed up from my patches, starting over.Micah Villmow2012-10-042-666/+0