Fix some cases where StringRef was being passed by const reference. Remove const...
[oota-llvm.git] / lib / Support / SpecialCaseList.cpp
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-07-10 Peter CollingbourneRemove move assignment operator to appease older GCCs.
2014-07-10 Peter CollingbourneExplicitly define move constructor and move assignment...
2014-07-10 Peter CollingbourneSpecialCaseList: use std::unique_ptr.
2014-07-09 Alexey SamsonovDecouple llvm::SpecialCaseList text representation...