Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
refs/heads/r
/
unittests
/
IR
/
VerifierTest.cpp
eaa7353
[DebugInfo] DISubprogram flags get their own flags word. NFC.
by Paul Robinson
· 7 years ago
733fe2f
Move the stripping of invalid debug info from the Verifier to AutoUpgrade.
by Adrian Prantl
· 8 years ago
3c0d607
Re-sort #include lines for unittests. This uses a slightly modified
by Chandler Carruth
· 8 years ago
6707770
Rename AttributeSet to AttributeList
by Reid Kleckner
· 8 years ago
faaafe5
[DebugInfo] Changed DIBuilder::createCompileUnit() to take DIFile instead of FileName and Directory.
by Amjad Aboud
· 9 years ago
a69463c
[unittests] Remove an MSVC 2013 workaround, NFCI.
by Vedant Kumar
· 9 years ago
50aa910
Verifier: Mark orphaned DICompileUnits as a debug info failure.
by Adrian Prantl
· 9 years ago
5420de3
DebugInfo: New metadata representation for global variables.
by Peter Collingbourne
· 9 years ago
b28eca7
Port the strip-invalid-debuginfo logic to the legacy verifier pass, too.
by Adrian Prantl
· 9 years ago
d9f2fdc
Delete duplicated verifier test.
by Rafael Espindola
· 9 years ago
2158bbe
Disable this unit test on MSVC, which crashes while compiling it.
by Adrian Prantl
· 9 years ago
f68fb38
Separate the Verifier into an analysis and a transformation pass and
by Adrian Prantl
· 9 years ago
0a35726
Revert "Separate the Verifier into an analysis and a transformation pass and"
by Adrian Prantl
· 9 years ago
6d99a3d
Separate the Verifier into an analysis and a transformation pass and
by Adrian Prantl
· 9 years ago
8be7707
Remove every uses of getGlobalContext() in LLVM (but the C API)
by Mehdi Amini
· 9 years ago
51ecde1
Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; other minor fixes.
by Eugene Zelenko
· 10 years ago
508bcbe
[Verifier] Check parentage of GVs in dbg metadata
by Keno Fischer
· 10 years ago
14d9bbf
[Verifier] Verify that a GlobalValue is only used in this Module
by Keno Fischer
· 10 years ago
6cb642d
[Verifier] Improve error for cross-module refs
by Keno Fischer
· 10 years ago
6fd1b8e
Allow aliases to be unnamed_addr.
by Rafael Espindola
· 11 years ago
c86235f
Use create methods since msvc doesn't handle delegating constructors.
by Rafael Espindola
· 11 years ago
fbd8cc0
Reduce abuse of default values in the GlobalAlias constructor.
by Rafael Espindola
· 11 years ago
ab67b30
Change the GlobalAlias constructor to look a bit more like GlobalVariable.
by Rafael Espindola
· 11 years ago
f4ccd11
Replace OwningPtr<T> with std::unique_ptr<T>.
by Ahmed Charles
· 11 years ago
e608d69
[PM] Make the verifier work independently of any pass manager.
by Chandler Carruth
· 12 years ago
56e1394
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
by Chandler Carruth
· 12 years ago
415b33f
Add calls to doInitialization() and doFinalization() in verifyFunction()
by Rafael Espindola
· 12 years ago
ae5758b
Add unit test to test a trivial verifier check.
by Bill Wendling
· 12 years ago
c779e96
Rename the VMCore unittest tree to IR. Somehow was missed when doing the
by Chandler Carruth
· 13 years ago
[Renamed (96%) from unittests/VMCore/VerifierTest.cpp]
0b8c9a8
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
5a88dda
Sort the #include lines for unittest/...
by Chandler Carruth
· 13 years ago
db125cf
land David Blaikie's patch to de-constify Type, with a few tweaks.
by Chris Lattner
· 14 years ago
ba7c38c
Allow unnamed_addr on declarations.
by Rafael Espindola
· 15 years ago
d72479c
Reject uses of unnamed_addr in declarations.
by Rafael Espindola
· 15 years ago
bea4626
First step in fixing PR8927:
by Rafael Espindola
· 15 years ago
645a86f
Remove a memory leak from VerifierTest.
by Jeffrey Yasskin
· 15 years ago
6a7cb63
Teach the verifier to check the condition on a branch and ensure that it has
by Nick Lewycky
· 16 years ago