| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Remove LLVM_NOEXCEPT and replace it with noexcept | Reid Kleckner | 2016-10-19 | 1 | -2/+2 |
| * | Add FIXMEs to all derived classes of std::error_category. | Peter Collingbourne | 2016-05-24 | 1 | -0/+3 |
| * | MSVC requires redeclarations to repeat noexcept | Reid Kleckner | 2014-11-03 | 1 | -1/+1 |
| * | Remove unused and odd code. | Rafael Espindola | 2014-06-13 | 1 | -9/+0 |
| * | Don't import error_category into the llvm namespace. | Rafael Espindola | 2014-06-12 | 1 | -2/+2 |
| * | Don't import error_condition into the llvm namespace. | Rafael Espindola | 2014-06-12 | 1 | -3/+5 |
| * | Use std::error_code instead of llvm::error_code. | Rafael Espindola | 2014-06-11 | 1 | -1/+1 |
| * | Use an enum class. | Rafael Espindola | 2014-06-11 | 1 | -7/+6 |
| * | Mark a few functions noexcept. | Rafael Espindola | 2014-06-10 | 1 | -2/+2 |
| * | There is no std::errc::success, remove the llvm one. | Rafael Espindola | 2014-05-31 | 1 | -1/+1 |
| * | Support: Make error_category's constructor public | Justin Bogner | 2014-03-15 | 1 | -1/+1 |
| * | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-08 | 1 | -3/+3 |
| * | Implements low-level object file format specific output for COFF and | Eric Christopher | 2013-04-03 | 1 | -0/+62 |