Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Purge unused includes throughout libSupport. | Benjamin Kramer | 2015-03-23 | 1 | -2/+0 |
* | SpecialCaseList: Add support for parsing multiple input files. | Alexey Samsonov | 2015-02-04 | 1 | -23/+35 |
* | Remove support for undocumented SpecialCaseList entries. | Alexey Samsonov | 2014-11-20 | 1 | -12/+0 |
* | unique_ptrify the result of SpecialCaseList::create | David Blaikie | 2014-09-02 | 1 | -7/+8 |
* | Fix some cases where StringRef was being passed by const reference. Remove co... | Craig Topper | 2014-08-30 | 1 | -5/+4 |
* | Remove move assignment operator to appease older GCCs. | Peter Collingbourne | 2014-07-10 | 1 | -5/+0 |
* | Explicitly define move constructor and move assignment operator to appease MSVC. | Peter Collingbourne | 2014-07-10 | 1 | -0/+9 |
* | SpecialCaseList: use std::unique_ptr. | Peter Collingbourne | 2014-07-10 | 1 | -15/+3 |
* | Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics. | Alexey Samsonov | 2014-07-09 | 1 | -0/+178 |