Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b9c1b51e45b845debb76d8658edabca70ca56079
/
llvm
/
unittests
/
IR
/
VerifierTest.cpp
94a903e
Port the strip-invalid-debuginfo logic to the legacy verifier pass, too.
by Adrian Prantl
· 9 years ago
cc8900f
Delete duplicated verifier test.
by Rafael Espindola
· 9 years ago
134430d
Disable this unit test on MSVC, which crashes while compiling it.
by Adrian Prantl
· 9 years ago
e365618
Separate the Verifier into an analysis and a transformation pass and
by Adrian Prantl
· 9 years ago
614d411
Revert "Separate the Verifier into an analysis and a transformation pass and"
by Adrian Prantl
· 9 years ago
ec45b43
Separate the Verifier into an analysis and a transformation pass and
by Adrian Prantl
· 9 years ago
03b42e4
Remove every uses of getGlobalContext() in LLVM (but the C API)
by Mehdi Amini
· 9 years ago
6ac3f73
Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; other minor fixes.
by Eugene Zelenko
· 10 years ago
f6d17b9
[Verifier] Check parentage of GVs in dbg metadata
by Keno Fischer
· 10 years ago
60f82a2
[Verifier] Verify that a GlobalValue is only used in this Module
by Keno Fischer
· 10 years ago
a6c4ce4
[Verifier] Improve error for cross-module refs
by Keno Fischer
· 10 years ago
42a4c9f
Allow aliases to be unnamed_addr.
by Rafael Espindola
· 11 years ago
f1bedd374
Use create methods since msvc doesn't handle delegating constructors.
by Rafael Espindola
· 11 years ago
8370565
Reduce abuse of default values in the GlobalAlias constructor.
by Rafael Espindola
· 11 years ago
4fe0094
Change the GlobalAlias constructor to look a bit more like GlobalVariable.
by Rafael Espindola
· 11 years ago
56440fd
Replace OwningPtr<T> with std::unique_ptr<T>.
by Ahmed Charles
· 12 years ago
043949d
[PM] Make the verifier work independently of any pass manager.
by Chandler Carruth
· 12 years ago
5ad5f15
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
by Chandler Carruth
· 12 years ago
55fdcff
Add calls to doInitialization() and doFinalization() in verifyFunction()
by Rafael Espindola
· 12 years ago
e0d97df
Add unit test to test a trivial verifier check.
by Bill Wendling
· 12 years ago
74b6a77
Rename the VMCore unittest tree to IR. Somehow was missed when doing the
by Chandler Carruth
· 13 years ago
[Renamed (96%) from llvm/unittests/VMCore/VerifierTest.cpp]
9fb823b
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
130cec2
Sort the #include lines for unittest/...
by Chandler Carruth
· 13 years ago
229907c
land David Blaikie's patch to de-constify Type, with a few tweaks.
by Chris Lattner
· 14 years ago
489e505
Allow unnamed_addr on declarations.
by Rafael Espindola
· 15 years ago
026d152
Reject uses of unnamed_addr in declarations.
by Rafael Espindola
· 15 years ago
45e6c19
First step in fixing PR8927:
by Rafael Espindola
· 15 years ago
5a952b1
Remove a memory leak from VerifierTest.
by Jeffrey Yasskin
· 16 years ago
1d9a815
Teach the verifier to check the condition on a branch and ensure that it has
by Nick Lewycky
· 16 years ago