index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
VMCore
Age
Commit message (
Expand
)
Author
2012-10-11
Add the LLVM context to this c'tor. It will be needed in the future.
Bill Wendling
2012-10-11
Support a common idiom on how to build an Attributes class with a single attr...
Bill Wendling
2012-10-10
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
Revert r165652: "Remove unnecessary RTTI from the build."
Sean Silva
2012-10-10
Remove unnecessary RTTI from the build.
Sean Silva
2012-10-10
Cleanup. Get rid of now dead code.
Bill Wendling
2012-10-10
Remove the final bits of Attributes being declared in the Attribute
Bill Wendling
2012-10-09
Use the attribute enums to query if a function has an attribute.
Bill Wendling
2012-10-09
Use the attribute enums to query if a parameter has an attribute.
Bill Wendling
2012-10-09
Revert r165547 to fix build.
Bill Wendling
2012-10-09
Use a single location for calculating the alignments.
Bill Wendling
2012-10-09
Use appropriate method calls to get the alignment value.
Bill Wendling
2012-10-09
Inline the checks for mutually exclusive attributes since they're used in onl...
Bill Wendling
2012-10-09
Move the 'FunctionOnly' attributes thingy inside of the Attributes class.
Bill Wendling
2012-10-09
Add in the first step of the multiple pointer support. This adds in support t...
Micah Villmow
2012-10-09
Move the 'ParameterOnly' variable inside of the Attributes class and make it ...
Bill Wendling
2012-10-09
Remove the now dead VarArgsIncompatible variable.
Bill Wendling
2012-10-09
Use the enum value of the attributes when removing them from the attributes b...
Bill Wendling
2012-10-09
Use the enum value of the attributes when adding them to the attributes builder.
Bill Wendling
2012-10-09
Fix PR14016.
Alexey Samsonov
2012-10-09
Create enums for the different attributes.
Bill Wendling
2012-10-09
Remove some dead methods.
Bill Wendling
2012-10-09
Remove more uses of the attribute enums by supplying appropriate query method...
Bill Wendling
2012-10-09
Convert to using the Attributes::Builder interface.
Bill Wendling
2012-10-08
Use the Attributes::Builder to build the attributes in the parser.
Bill Wendling
2012-10-08
Convert the LLVM parser over to using the new Attributes::Builder to build its
Bill Wendling
2012-10-08
Begin the transition to using the AttributesImpl object for the Attributes ivar.
Bill Wendling
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-10-07
Move more methods out-of-line. This is in preparation for changing the internal
Bill Wendling
2012-10-05
Implement TargetData with the DataLayout class, this will allow LLVM projects...
Micah Villmow
2012-10-05
Move methods out-of-line.
Bill Wendling
2012-10-05
Use method to query for attributes.
Bill Wendling
2012-10-05
Make sure to generate the right kind of MDNode for enum forward declarations.
Eli Friedman
2012-10-04
Rename the Target specific passes in the DataLayout class to be Target agnostic.
Micah Villmow
2012-10-04
Resubmit the copying of TargetData to DataLayout without any changes to the f...
Micah Villmow
2012-10-04
Backing out my changes, something screwed up from my patches, starting over.
Micah Villmow
2012-10-04
Rename TargetData to DataLayout in DataLayout.cpp. This should fix a build fa...
Micah Villmow
2012-10-04
Create the DataLayout class, as a direct copy of TargetData.
Micah Villmow
2012-10-04
Accidently checked in the files, only wanted to copy them.
Micah Villmow
2012-10-04
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165243 91177308-0d34...
Micah Villmow
2012-10-04
Add method to query for NoCapture attribute.
Bill Wendling
2012-10-04
Use method to query for attributes.
Bill Wendling
2012-10-04
Add method to query for 'NoAlias' attribute on call/invoke instructions.
Bill Wendling
2012-10-03
Add methods which query for the specific attribute instead of using the
Bill Wendling
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-26
Add IRBuilder code for adding !tbaa.struct metadata tags to llvm.memcpy calls.
Dan Gohman
2012-09-26
Query the parameter attributes directly instead of using the Attribute symbols.
Bill Wendling
2012-09-26
Initial commit for the AttributesImpl class.
Bill Wendling
2012-09-26
Replace calls to getSizeInBits with getExtendedSizeInBits since its already k...
Craig Topper
[next]