summaryrefslogtreecommitdiff
path: root/unittests/Transforms/Utils/SpecialCaseList.cpp
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'.Craig Topper2014-06-08
* Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola2014-05-17
* Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola2014-05-17
* Fix most of PR10367.Rafael Espindola2014-05-16
* Change the GlobalAlias constructor to look a bit more like GlobalVariable.Rafael Espindola2014-05-16
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* Introduce SpecialCaseList::isIn overload for GlobalAliases.Peter Collingbourne2013-08-19
* Remove SpecialCaseList::findCategory.Peter Collingbourne2013-08-19
* Relax conditions of test added in r188156 to fix it on WindowsAlexey Samsonov2013-08-12
* Introduce factory methods for SpecialCaseListAlexey Samsonov2013-08-12
* Make SpecialCaseList match full strings, as documented, using anchors.Peter Collingbourne2013-07-16
* Implement categories for special case lists.Peter Collingbourne2013-07-09
* Add some SpecialCaseList unit tests.Peter Collingbourne2013-07-09