summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Transforms/Utils/SpecialCaseList.cpp
Commit message (Expand)AuthorAgeFilesLines
* Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.Alexey Samsonov2014-07-091-232/+0
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-6/+6
* Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola2014-05-171-1/+1
* Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola2014-05-171-3/+1
* Fix most of PR10367.Rafael Espindola2014-05-161-1/+1
* Change the GlobalAlias constructor to look a bit more like GlobalVariable.Rafael Espindola2014-05-161-2/+3
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-11/+12
* Introduce SpecialCaseList::isIn overload for GlobalAliases.Peter Collingbourne2013-08-191-0/+46
* Remove SpecialCaseList::findCategory.Peter Collingbourne2013-08-191-2/+0
* Relax conditions of test added in r188156 to fix it on WindowsAlexey Samsonov2013-08-121-1/+1
* Introduce factory methods for SpecialCaseListAlexey Samsonov2013-08-121-2/+32
* Make SpecialCaseList match full strings, as documented, using anchors.Peter Collingbourne2013-07-161-0/+16
* Implement categories for special case lists.Peter Collingbourne2013-07-091-8/+33
* Add some SpecialCaseList unit tests.Peter Collingbourne2013-07-091-0/+117
OpenPOWER on IntegriCloud