summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/SpecialCaseList.cpp
Commit message (Expand)AuthorAgeFilesLines
* Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.Alexey Samsonov2014-07-091-222/+0
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-3/+4
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-2/+1
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Remove system_error.h.Rafael Espindola2014-06-121-1/+1
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-251-3/+3
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-3/+2
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-1/+1
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Introduce SpecialCaseList::isIn overload for GlobalAliases.Peter Collingbourne2013-08-191-2/+14
* Remove SpecialCaseList::findCategory.Peter Collingbourne2013-08-191-35/+0
* Remove unused SpecialCaseList constructorsAlexey Samsonov2013-08-121-20/+0
* Add SpecialCaseList::createOrDie() factory and use it in sanitizer passesAlexey Samsonov2013-08-121-0/+7
* Introduce factory methods for SpecialCaseListAlexey Samsonov2013-08-121-10/+43
* Introduce an optimisation for special case lists with large numbers of litera...Peter Collingbourne2013-08-051-13/+38
* Make SpecialCaseList match full strings, as documented, using anchors.Peter Collingbourne2013-07-161-1/+1
* Implement categories for special case lists.Peter Collingbourne2013-07-091-26/+92
* Introduce a SpecialCaseList ctor which takes a MemoryBuffer to makePeter Collingbourne2013-07-091-1/+9
* Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.Peter Collingbourne2013-07-091-0/+126
OpenPOWER on IntegriCloud