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