Commit
ff6fd3855244bc90094e7de3f07853a5971cf8ef
by sivachandra[libc] Add implementations of rounding functions which depend rounding mode.
Namely, implementations for rint, rintf, rintl, lrint, lrintf, lrintl, llrint, llrintf and llrintl have been added.
Reviewed By: lntue
Differential Revision: https://reviews.llvm.org/D93889
|
 | libc/utils/MPFRWrapper/MPFRUtils.h |
 | libc/src/math/llrintf.cpp |
 | libc/test/src/math/rint_test.cpp |
 | libc/test/src/math/RIntTest.h |
 | libc/src/math/rint.h |
 | libc/utils/MPFRWrapper/MPFRUtils.cpp |
 | libc/test/src/math/lrintf_test.cpp |
 | libc/src/math/lrintf.cpp |
 | libc/src/math/rint.cpp |
 | libc/src/math/llrint.h |
 | libc/src/math/lrintl.h |
 | libc/spec/stdc.td |
 | libc/src/math/llrint.cpp |
 | libc/test/src/math/rintl_test.cpp |
 | libc/test/src/math/CMakeLists.txt |
 | libc/utils/FPUtil/NearestIntegerOperations.h |
 | libc/src/math/rintf.h |
 | libc/src/math/lrintl.cpp |
 | libc/src/math/rintl.h |
 | libc/src/math/llrintl.h |
 | libc/src/math/llrintl.cpp |
 | libc/src/math/lrint.h |
 | libc/test/src/math/llrint_test.cpp |
 | libc/test/src/math/llrintl_test.cpp |
 | libc/src/math/lrintf.h |
 | libc/src/math/rintf.cpp |
 | libc/test/src/math/RoundToIntegerTest.h |
 | libc/test/src/math/rintf_test.cpp |
 | libc/src/math/rintl.cpp |
 | libc/src/math/llrintf.h |
 | libc/src/math/lrint.cpp |
 | libc/test/src/math/lrint_test.cpp |
 | libc/test/src/math/llrintf_test.cpp |
 | libc/src/math/CMakeLists.txt |
 | libc/config/linux/x86_64/entrypoints.txt |
 | libc/test/src/math/lrintl_test.cpp |
Commit
109e0736620cc3ca618e80ec3c1f2f267ee2e026
by aqjune[ConstraintElimination] Add tests for select form and/or (NFC)
|
 | llvm/test/Transforms/ConstraintElimination/or.ll |
 | llvm/test/Transforms/ConstraintElimination/and.ll |
Commit
71867ed5e6606a93f0c1413f205afe3bb16317fe
by andrew.litteken[IROutliner] Adding support for swift errors
|
 | llvm/test/Transforms/IROutliner/outlining-swift-error.ll |
 | llvm/lib/Transforms/IPO/IROutliner.cpp |
Commit
eeb99c2ac2672c8a61085e94f66b1b31c524cd87
by andrew.littekenRevert "[IROutliner] Adding support for swift errors"
This reverts commit 71867ed5e6606a93f0c1413f205afe3bb16317fe.
Reverting for lack of commit messages.
|
 | llvm/test/Transforms/IROutliner/outlining-swift-error.ll |
 | llvm/lib/Transforms/IPO/IROutliner.cpp |
Commit
30feb93036ebb8ffc5233a9ab3960836c2407d95
by andrew.litteken[IROutliner] Adding support for swift errors in the IROutliner
Since some values can be swift errors, we need to make sure that we correctly propagate the parameter attributes.
Tests found at: llvm/test/Transforms/IROutliner/outlining-swift-error.ll
Reviewers: jroelofs, paquette
Recommit of: 71867ed5e6606a93f0c1413f205afe3bb16317fe
Differential Revision: https://reviews.llvm.org/D87742
|
 | llvm/test/Transforms/IROutliner/outlining-swift-error.ll |
 | llvm/lib/Transforms/IPO/IROutliner.cpp |