MMichael Jones[libc] add rounding modes to printf float conv
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libc] add printf oct conversion The oct converter handles the %o conversion. Reviewed By: lntue Differential Revision: https://reviews.llvm.org/D127985 | 3 年前 | |
[libc] Add implementations of fopen, flose, fread, fwrite and fseek. A follow up patch will add feof and ferror. Reviewed By: lntue Differential Revision: https://reviews.llvm.org/D122327 | 4 年前 | |
[libc] add rounding modes to printf float conv This adds functionality for rounding towards negative inf, positive inf, and zero to the float hex conversion (%a). Reviewed By: lntue Differential Revision: https://reviews.llvm.org/D129702 | 3 年前 | |
[libc] Add implementations of feof, ferror and clearerr. The corresponding _unlocked functions have also been added. Reviewed By: lntue, michaelrj Differential Revision: https://reviews.llvm.org/D124311 | 4 年前 | |
[libc] Add implementations of feof, ferror and clearerr. The corresponding _unlocked functions have also been added. Reviewed By: lntue, michaelrj Differential Revision: https://reviews.llvm.org/D124311 | 4 年前 | |
[libc] refactor printf file writing Add return values to converter functions to allow for better error handling when writing files. Also move the file writing code around to be easier to read. Reviewed By: sivachandra Differential Revision: https://reviews.llvm.org/D127773 | 3 年前 | |
[libc] add printf This patch adds the entrypoint for printf. With this, building a "hello world" program with just LLVM-libc is possible. Reviewed By: sivachandra Differential Revision: https://reviews.llvm.org/D126831 | 3 年前 | |
[libc] add snprintf After adding sprintf, snprintf is simple. The functions are very similar. The tests only cover the behavior of the max length since the sprintf tests should cover the other behavior. Reviewed By: lntue Differential Revision: https://reviews.llvm.org/D125826 | 4 年前 | |
[libc] add rounding modes to printf float conv This adds functionality for rounding towards negative inf, positive inf, and zero to the float hex conversion (%a). Reviewed By: lntue Differential Revision: https://reviews.llvm.org/D129702 | 3 年前 | |
[libc] Add implementations of feof, ferror and clearerr. The corresponding _unlocked functions have also been added. Reviewed By: lntue, michaelrj Differential Revision: https://reviews.llvm.org/D124311 | 4 年前 |