summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/SpecialCaseList.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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