fix leak in a test, make the sanitizer bot green
[oota-llvm.git] / unittests / IR / VerifierTest.cpp
2015-12-01 Keno Fischer[Verifier] Improve error for cross-module refs
2014-06-06 Rafael EspindolaAllow aliases to be unnamed_addr.
2014-05-17 Rafael EspindolaUse create methods since msvc doesn't handle delegating...
2014-05-17 Rafael EspindolaReduce abuse of default values in the GlobalAlias const...
2014-05-16 Rafael EspindolaChange the GlobalAlias constructor to look a bit more...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-01-19 Chandler Carruth[PM] Make the verifier work independently of any pass...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2013-10-30 Rafael EspindolaAdd calls to doInitialization() and doFinalization...
2013-06-19 Bill WendlingAdd unit test to test a trivial verifier check.
2013-01-07 Chandler CarruthRename the VMCore unittest tree to IR. Somehow was...