summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/SpecialCaseList.cpp
Commit message (Expand)AuthorAge
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-25
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* 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