index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
IR
/
Verifier.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Don't call doFinalization from verifyFunction.
Rafael Espindola
2013-11-13
1
-1
/
+0
*
Remove linkonce_odr_auto_hide.
Rafael Espindola
2013-11-01
1
-4
/
+0
*
Enable variable arguments support for intrinsics.
Andrew Trick
2013-10-31
1
-1
/
+41
*
Add calls to doInitialization() and doFinalization() in verifyFunction()
Rafael Espindola
2013-10-30
1
-0
/
+2
*
Add support for metadata representing .ident directives.
Rafael Espindola
2013-10-16
1
-0
/
+20
*
Add a GlobalAlias::isValidLinkage to reduce code duplication.
Rafael Espindola
2013-10-09
1
-2
/
+1
*
Add support for aliases with linkonce_odr.
Rafael Espindola
2013-10-06
1
-1
/
+1
*
Debug Info: Use DIScopeRef for DIType::getContext.
Manman Ren
2013-09-09
1
-2
/
+2
*
Revert patches to add case-range support for PR1255.
Bob Wilson
2013-09-09
1
-20
/
+5
*
Remove verifier check that attribute 'builtin' is only applied to calls to
Richard Smith
2013-09-07
1
-8
/
+0
*
Add function attribute 'optnone'.
Andrea Di Biagio
2013-08-23
1
-1
/
+17
*
Debug Info Finder|Verifier: handle DbgLoc attached to instructions.
Manman Ren
2013-08-06
1
-0
/
+5
*
Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached to
Eric Christopher
2013-08-02
1
-5
/
+0
*
Debug Info Finder|Verifier: handle DbgLoc attached to instructions.
Manman Ren
2013-08-01
1
-0
/
+5
*
Reject bitcasts between address spaces with different sizes
Matt Arsenault
2013-07-31
1
-20
/
+104
*
Debug Info Finder: use processDeclare and processValue to list debug info
Manman Ren
2013-07-23
1
-1
/
+14
*
Disallow global aliases to bitcast between address spaces
Matt Arsenault
2013-07-20
1
-4
/
+15
*
Remove trailing whitespace, fix file path in comment
Matt Arsenault
2013-07-20
1
-33
/
+33
*
Debug Info Verifier: simplify DIxxx::Verify
Manman Ren
2013-07-20
1
-0
/
+3
*
s/compiler_used/compiler.used/.
Rafael Espindola
2013-07-19
1
-1
/
+1
*
Debug Info: enable verifying by default and disable testing cases that fail.
Manman Ren
2013-07-19
1
-0
/
+32
*
Extend 'readonly' and 'readnone' to work on function arguments as well as
Nick Lewycky
2013-07-06
1
-8
/
+13
*
IRVerifier: Correctly check attribute types
Tobias Grosser
2013-07-02
1
-1
/
+2
*
Added support for the Builtin attribute.
Michael Gottesman
2013-06-27
1
-0
/
+16
*
[APFloat] Converted all references to APFloat::isNormal => APFloat::isFiniteN...
Michael Gottesman
2013-06-19
1
-1
/
+1
*
We want a string representation of the attribute, not the kind as a string.
Bill Wendling
2013-06-18
1
-2
/
+2
*
Require members of llvm.used to be named.
Rafael Espindola
2013-06-11
1
-0
/
+1
*
Make it explicit that GlobalAlias are ok in llvm.used.
Rafael Espindola
2013-05-27
1
-5
/
+4
*
Add a new function attribute 'cold' to functions.
Diego Novillo
2013-05-24
1
-1
/
+2
*
Add some constraints to use of 'returned':
Stephen Lin
2013-04-23
1
-0
/
+4
*
Also verify llvm.compiler_used.
Rafael Espindola
2013-04-22
1
-1
/
+2
*
Clarify that llvm.used can contain aliases.
Rafael Espindola
2013-04-22
1
-0
/
+23
*
Add CodeGen support for functions that always return arguments via a new para...
Stephen Lin
2013-04-20
1
-6
/
+45
*
This patch addresses two cleanup issues:
Bill Wendling
2013-04-18
1
-81
/
+71
*
Unify clang/llvm attributes for asan/tsan/msan (LLVM part)
Kostya Serebryany
2013-02-26
1
-3
/
+3
*
Implement the NoBuiltin attribute.
Bill Wendling
2013-02-22
1
-1
/
+2
*
[tsan/msan] adding thread_safety and uninitialized_checks attributes
Kostya Serebryany
2013-02-11
1
-0
/
+2
*
Add 'empty' query methods to the builder and use them in the verifier.
Bill Wendling
2013-02-10
1
-1
/
+1
*
Make the AttrBuilder creation method of Attribute private so that people won'...
Bill Wendling
2013-01-31
1
-1
/
+3
*
Revert for now:
Bill Wendling
2013-01-31
1
-3
/
+1
*
Remove the AttrBuilder version of the Attribute::get function.
Bill Wendling
2013-01-31
1
-1
/
+3
*
Convert typeIncompatible to return an AttributeSet.
Bill Wendling
2013-01-30
1
-2
/
+2
*
Attempt to fix dragonegg. Use the number of slots to determine if the Attribu...
Bill Wendling
2013-01-30
1
-1
/
+1
*
Remove some introspection functions.
Bill Wendling
2013-01-25
1
-2
/
+2
*
Add an accessor method to get the slot's index. This will limit the use of At...
Bill Wendling
2013-01-25
1
-12
/
+12
*
Use the AttributeSet query instead of the Attribute query.
Bill Wendling
2013-01-25
1
-2
/
+2
*
Use AttributeSet instead of Attribute to verify things.
Bill Wendling
2013-01-21
1
-53
/
+52
*
Push some more methods down to hide the use of the Attribute class.
Bill Wendling
2013-01-18
1
-29
/
+49
*
[IR] Add 'Append' and 'AppendUnique' module flag behaviors.
Daniel Dunbar
2013-01-16
1
-13
/
+33
*
[IR] Add verification for module flags with the "require" behavior.
Daniel Dunbar
2013-01-15
1
-7
/
+35
[prev]
[next]