[C++11] Use 'nullptr'.
[oota-llvm.git] / unittests / IR / PatternMatch.cpp
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-04 Chandler Carruth[Modules] Move the NoFolder into the IR library as...
2014-03-04 Chandler Carruth[Modules] Move the LLVM IR pattern match header into...
2014-01-05 Chandler CarruthAdd in a unittest for the one-use pattern matcher.
2014-01-05 Chandler CarruthAdd support to the pattern match library for matching...
2014-01-05 Chandler CarruthUse a shorter name for the IRBuilder member. This will...
2014-01-05 Chandler CarruthSimplify the PatternMatch unittest by giving it a modul...
2013-05-05 Arnold SchwaighoferPatternMatch: Matcher for (un)ordered floating point...