summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
...
* 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
* Begin the transition to using the AttributesImpl object for the Attributes ivar.Bill Wendling2012-10-08
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Move more methods out-of-line. This is in preparation for changing the internalBill Wendling2012-10-07
* Implement TargetData with the DataLayout class, this will allow LLVM projects...Micah Villmow2012-10-05
* Move methods out-of-line.Bill Wendling2012-10-05
* Use method to query for attributes.Bill Wendling2012-10-05
* Make sure to generate the right kind of MDNode for enum forward declarations.Eli Friedman2012-10-05
* Rename the Target specific passes in the DataLayout class to be Target agnostic.Micah Villmow2012-10-04
* Resubmit the copying of TargetData to DataLayout without any changes to the f...Micah Villmow2012-10-04
* Backing out my changes, something screwed up from my patches, starting over.Micah Villmow2012-10-04
* Rename TargetData to DataLayout in DataLayout.cpp. This should fix a build fa...Micah Villmow2012-10-04
* Create the DataLayout class, as a direct copy of TargetData.Micah Villmow2012-10-04
* Accidently checked in the files, only wanted to copy them.Micah Villmow2012-10-04
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165243 91177308-0d34...Micah Villmow2012-10-04
* Add method to query for NoCapture attribute.Bill Wendling2012-10-04
* Use method to query for attributes.Bill Wendling2012-10-04
* Add method to query for 'NoAlias' attribute on call/invoke instructions.Bill Wendling2012-10-04
* Add methods which query for the specific attribute instead of using theBill Wendling2012-10-03
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Add IRBuilder code for adding !tbaa.struct metadata tags to llvm.memcpy calls.Dan Gohman2012-09-26
* Query the parameter attributes directly instead of using the Attribute symbols.Bill Wendling2012-09-26