Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libcxx] Slightly improved policy for handling experimental features | Louis Dionne | 2019-06-11 | 1 | -20/+0 |
* | Update more file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Fix PR39749 - Headers containing just #error harm __has_include. | Eric Fiselier | 2019-01-06 | 1 | -1/+11 |
* | Remove <experimental/numeric>; use <numeric> instead. See https://libcxx.llvm... | Marshall Clow | 2018-02-01 | 1 | -109/+1 |
* | [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows | Eric Fiselier | 2017-05-31 | 1 | -0/+6 |
* | Fix GCC 7 test failures. | Eric Fiselier | 2017-05-09 | 1 | -6/+7 |
* | Make lcm/gcd work better in edge cases. Fixes a UBSAN failure. | Marshall Clow | 2017-02-10 | 1 | -11/+16 |
* | Implement LWG2733: [fund.ts.v2] gcd / lcm and bool. We already did tbis for ... | Marshall Clow | 2017-01-24 | 1 | -0/+4 |
* | Implement LCM and GCD for Library Fundamentals. Reviewed as https://reviews.l... | Marshall Clow | 2016-07-26 | 1 | -0/+103 |