summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/SpecialCaseList.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reland 9f3fdb0d7fab: [Driver] Use VFS to check if sanitizer blacklists existIlya Biryukov2019-11-211-5/+7
* Revert "[Driver] Use VFS to check if sanitizer blacklists exist"Ilya Biryukov2019-11-211-7/+5
* [Driver] Use VFS to check if sanitizer blacklists existIlya Biryukov2019-11-211-5/+7
* [clang] Add VFS support for sanitizers' blacklistsJan Korous2019-11-081-2/+2
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Extend SpecialCaseList to allow users to blame matches on entries in the file.Mitch Phillips2017-11-071-46/+37
* Check special-case-list regex before insertion.Mitch Phillips2017-10-241-0/+5
* Add section headers to SpecialCaseListsVlad Tsyrklevich2017-09-251-75/+139
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Use trigrams to speed up SpecialCaseList.Ivan Krasin2016-12-011-2/+10
* Apply clang-tidy's 'performance-faster-string-find' check to LLVM.Benjamin Kramer2016-11-301-1/+1
* Do a sweep over move ctors and remove those that are identical to the default.Benjamin Kramer2016-10-201-4/+0
* Avoid some copies by using const references.Benjamin Kramer2016-05-271-1/+1
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-2/+0
* SpecialCaseList: Add support for parsing multiple input files.Alexey Samsonov2015-02-041-23/+35
* Remove support for undocumented SpecialCaseList entries.Alexey Samsonov2014-11-201-12/+0
* unique_ptrify the result of SpecialCaseList::createDavid Blaikie2014-09-021-7/+8
* Fix some cases where StringRef was being passed by const reference. Remove co...Craig Topper2014-08-301-5/+4
* Remove move assignment operator to appease older GCCs.Peter Collingbourne2014-07-101-5/+0
* Explicitly define move constructor and move assignment operator to appease MSVC.Peter Collingbourne2014-07-101-0/+9
* SpecialCaseList: use std::unique_ptr.Peter Collingbourne2014-07-101-15/+3
* Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.Alexey Samsonov2014-07-091-0/+178
OpenPOWER on IntegriCloud