summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/SpecialCaseList.cpp
Commit message (Expand)AuthorAge
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Introduce SpecialCaseList::isIn overload for GlobalAliases.Peter Collingbourne2013-08-19
* Remove SpecialCaseList::findCategory.Peter Collingbourne2013-08-19
* Remove unused SpecialCaseList constructorsAlexey Samsonov2013-08-12
* Add SpecialCaseList::createOrDie() factory and use it in sanitizer passesAlexey Samsonov2013-08-12
* Introduce factory methods for SpecialCaseListAlexey Samsonov2013-08-12
* Introduce an optimisation for special case lists with large numbers of litera...Peter Collingbourne2013-08-05
* Make SpecialCaseList match full strings, as documented, using anchors.Peter Collingbourne2013-07-16
* Implement categories for special case lists.Peter Collingbourne2013-07-09
* Introduce a SpecialCaseList ctor which takes a MemoryBuffer to makePeter Collingbourne2013-07-09
* Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.Peter Collingbourne2013-07-09