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
/
IR
/
Verifier.cpp
Age
Commit message (
Expand
)
Author
2013-04-23
Add some constraints to use of 'returned':
Stephen Lin
2013-04-22
Also verify llvm.compiler_used.
Rafael Espindola
2013-04-22
Clarify that llvm.used can contain aliases.
Rafael Espindola
2013-04-20
Add CodeGen support for functions that always return arguments via a new para...
Stephen Lin
2013-04-18
This patch addresses two cleanup issues:
Bill Wendling
2013-02-26
Unify clang/llvm attributes for asan/tsan/msan (LLVM part)
Kostya Serebryany
2013-02-22
Implement the NoBuiltin attribute.
Bill Wendling
2013-02-11
[tsan/msan] adding thread_safety and uninitialized_checks attributes
Kostya Serebryany
2013-02-10
Add 'empty' query methods to the builder and use them in the verifier.
Bill Wendling
2013-01-31
Make the AttrBuilder creation method of Attribute private so that people won'...
Bill Wendling
2013-01-31
Revert for now:
Bill Wendling
2013-01-31
Remove the AttrBuilder version of the Attribute::get function.
Bill Wendling
2013-01-30
Convert typeIncompatible to return an AttributeSet.
Bill Wendling
2013-01-30
Attempt to fix dragonegg. Use the number of slots to determine if the Attribu...
Bill Wendling
2013-01-25
Remove some introspection functions.
Bill Wendling
2013-01-25
Add an accessor method to get the slot's index. This will limit the use of At...
Bill Wendling
2013-01-25
Use the AttributeSet query instead of the Attribute query.
Bill Wendling
2013-01-21
Use AttributeSet instead of Attribute to verify things.
Bill Wendling
2013-01-18
Push some more methods down to hide the use of the Attribute class.
Bill Wendling
2013-01-16
[IR] Add 'Append' and 'AppendUnique' module flag behaviors.
Daniel Dunbar
2013-01-15
[IR] Add verification for module flags with the "require" behavior.
Daniel Dunbar
2013-01-15
[IR] Add verifier support for llvm.module.flags.
Daniel Dunbar
2013-01-11
Support for half intrinsics. Pushes MMX into slower encoding path.
Michael Ilseman
2013-01-04
Remove unused #include
Eli Bendersky
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
Rename VMCore directory to IR.
Chandler Carruth