PPhoebe Wang[X86] Support _Float16 on SSE2 and up
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[darwin] add support for __isPlatformVersionAtLeast check for if (@available) The __isPlatformVersionAtLeast routine is an implementation of if (@available) check that uses the _availability_version_check API on Darwin that's supported on macOS 10.15, iOS 13, tvOS 13 and watchOS 6. Differential Revision: https://reviews.llvm.org/D90367 | 5 年前 | |
Speculatively fix build bots This should address the issues found by: https://lab.llvm.org/buildbot/#/builders/105/builds/24292 | 4 年前 | |
Move tests for BlocksRuntime and builtins to corresponding directories under test/ llvm-svn: 201396 | 12 年前 | |
[X86] Support _Float16 on SSE2 and up This is split from D113107 to address #56204 and https://discourse.llvm.org/t/how-to-build-compiler-rt-for-new-x86-half-float-abi/63366 Reviewed By: zahiraam, rjmccall, bkramer, MaskRay Differential Revision: https://reviews.llvm.org/D128571 | 3 年前 | |
compiler-rt: Remove .cc from all lit config files All cc files have been renamed to cpp now. llvm-svn: 367911 | 6 年前 | |
[compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.* These lit configuration files are really Python source code. Using the .py file extension helps editors and tools use the correct language mode. LLVM and Clang already use this convention for lit configuration, this change simply applies it to all of compiler-rt. Reviewers: vitalybuka, dberris Differential Revision: https://reviews.llvm.org/D63658 llvm-svn: 364591 | 6 年前 |