Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-09-11 | Added missing LLVM_NOEXCEPT to the definition of _obj2yaml_error_category::name | Ismail Pazarbasi | 1 | -1/+3 |
2014-06-13 | Remove unused and odd code. | Rafael Espindola | 1 | -9/+0 |
2014-06-12 | Don't import error_category into the llvm namespace. | Rafael Espindola | 1 | -2/+2 |
2014-06-12 | Don't import error_condition into the llvm namespace. | Rafael Espindola | 1 | -3/+4 |
2014-06-11 | Use std::error_code instead of llvm::error_code. | Rafael Espindola | 1 | -1/+1 |
2014-06-11 | Use an enum class. | Rafael Espindola | 1 | -5/+4 |
2014-06-10 | Mark a few functions noexcept. | Rafael Espindola | 1 | -2/+2 |
2014-05-31 | There is no std::errc::success, remove the llvm one. | Rafael Espindola | 1 | -1/+1 |
2014-05-07 | [obj2yaml] Recognize input file format using llvm::object::ObjectFile | Simon Atanasyan | 1 | -0/+54 |