index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
IR
/
Verifier.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-27
/
+93
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-144
/
+298
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-438
/
+483
*
The 'optnone' attribute means don't inline anything into this function
Paul Robinson
2013-11-18
1
-3
/
+3
*
Debug Info Verifier: disable it by default.
Manman Ren
2013-11-18
1
-1
/
+1
*
Debug Info Verifier: fix when to find debug info nodes and when to verify them.
Manman Ren
2013-11-17
1
-5
/
+11
*
Debug Info Verifier: enable public functions of Finder to update the type map.
Manman Ren
2013-11-17
1
-3
/
+3
*
Debug Info Verifier: remove un-used argument in verifyDebugInfo.
Manman Ren
2013-11-16
1
-3
/
+3
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
1
-5
/
+20
*
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
[next]