Fix bug where sys::Wait could wait on wrong pid.
[oota-llvm.git] / lib / Support / SpecialCaseList.cpp
2014-09-02 David Blaikieunique_ptrify the result of SpecialCaseList::create
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...