summaryrefslogtreecommitdiff
path: root/test/builtins
Commit message (Expand)AuthorAgeFilesLines
* [builtins][test] Avoid unportable mmap call in clear_cache_test.cHEADmasterRainer Orth2019-10-221-1/+1
* [Builtins] Downgrade duplicate source file warning from a fatal error to a wa...Dan Liew2019-10-171-1/+3
* [Builtins] Provide a mechanism to selectively disable tests based on whether ...Dan Liew2019-10-17180-0/+228
* Fix `compiler_rt_logbf_test.c` test failure for Builtins-i386-darwin test suite.Dan Liew2019-10-081-3/+7
* builtins test: Move clear_cache_test.c from a mprotect()ed global to a mmap()...Nico Weber2019-09-251-28/+21
* compiler-rt/builtins: Make check-builtins run tests on macOS.Nico Weber2019-09-142-4/+11
* Revert "Revert "[builtins] Rounding mode support for addxf3/subxf3""Yi Kong2019-09-052-1/+62
* compiler-rt: Remove .cc from all lit config filesNico Weber2019-08-052-2/+2
* [builtins][test] XFAIL two SPARC testsRainer Orth2019-07-302-0/+8
* [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner2019-06-276-7/+7
* [compiler-rt] Make builtins test pass when using i386 gcc as host compilerNico Weber2019-05-081-1/+1
* Fix check-builtins on Windows after alias changesReid Kleckner2019-05-021-1/+5
* [compiler-rt][builtins][sanitizers] Update compiler-rt test cases forAmy Kwan2019-04-301-0/+7
* Revert "[builtins] Rounding mode support for addxf3/subxf3"Yi Kong2019-03-272-43/+1
* [builtins] Rounding mode support for addxf3/subxf3Yi Kong2019-03-262-1/+43
* [builtins] Divide shouldn't underflow if rounded result would be normal.Eli Friedman2019-03-193-2/+97
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19194-776/+582
* [compiler-rt][builtins][PowerPC] Implemented __floattitf builtin on PowerPCAmy Kwan2019-01-102-0/+256
* [compiler-rt][builtins][PowerPC] Implemented __fixunstfti builtin on PowerPCAmy Kwan2019-01-102-0/+758
* [compiler-rt][builtins][PowerPC] Enable builtins tests on PowerPC 64 bit LEAmy Kwan2018-12-197-15/+17
* Compile and test i128 math builtins for Win64Reid Kleckner2018-11-0138-47/+94
* [builtins] Re-enable x86-only long double testsReid Kleckner2018-10-301-1/+1
* [compiler-rt] [builtins] Restore tests from r342917 (disabled in r343095) on ...Jordan Rupprecht2018-09-273-9/+3
* Disable tests from r342917 on Windows; -lm won't work thereHans Wennborg2018-09-263-0/+6
* [compiler-rt] [builtins] Add logb/logbf/logbl methods to compiler-rt to avoid...Jordan Rupprecht2018-09-243-0/+205
* Support for multiarch runtimes layoutPetr Hosek2018-06-281-4/+4
* [builtins][macos] bump up the the macOS version min in os_version_check testsAlex Lorenz2018-05-172-2/+2
* [PATCH] [compiler-rt, RISCV] Support builtins for RISC-VShiva Chen2018-03-012-0/+124
* These tests require x86 80-bit doubles. Mark them so.Sterling Augustine2017-12-043-0/+3
* [builtins][ARM] re-enable mulsc3_test.c on ArmPeter Smith2017-11-161-2/+0
* [builtins] Remove one more missed not-androidVitaly Buka2017-09-161-1/+0
* These tests use 80-bit long doubles, which are x86 only. Mark them so.Sterling Augustine2017-08-034-16/+4
* Use a more standard method to mark these tests as unsupported on powerpc64.Sterling Augustine2017-08-023-0/+3
* Add clear_cache implementation for ppc64. Fix buffer to meet ppc64 alignment.Sterling Augustine2017-07-281-1/+1
* Remove Bitrig: CompilerRT ChangesErich Keane2017-07-211-2/+2
* fix trivial typos, NFCHiroshi Inoue2017-06-301-4/+4
* Add generic __bswap[ds]i2 implementationsDimitry Andric2017-05-252-46/+28
* [compiler-rt][mips] Add support for quad precision builtins for mips64Simon Dardis2017-05-047-0/+12
* [builtins] Remove stray quotes to fix check-builtins on non-Windows :(Reid Kleckner2017-04-071-1/+1
* [builtins] Get the builtins tests passing on WindowsReid Kleckner2017-04-0713-50/+36
* Add __ffssi2 implementation to compiler-rt builtinsDimitry Andric2017-04-061-0/+57
* [Builtins] Mark mulsc3_test as UNSUPPORTED for armhf; NFCWeiming Zhao2017-03-291-0/+2
* [Compiler-RT][Builtins] Remove XFAIL for mulsc3; NFCWeiming Zhao2017-03-291-2/+0
* [Builtin] Unxfail tests for armhfWeiming Zhao2017-03-2924-44/+7
* Reland "[Compiler-rt][Builtins] Implement lit-test support (part 2 of 2)"Weiming Zhao2017-03-273-0/+112
* Revert "[Compiler-rt][Builtins] Implement lit-test support (part 2 of 2)"Juergen Ributzka2017-03-273-109/+0
* [Compiler-rt][Builtins] Implement lit-test support (part 2 of 2)Weiming Zhao2017-03-243-0/+109
* [Builtin] Implement lit-test support (part 1 of 2: test cases update)Weiming Zhao2017-03-21192-7/+306
* [compiler-rt][builtins] __isOSVersionAtLeast should load CoreFoundationAlex Lorenz2017-03-141-0/+12
* [Builtin][AArch64] Fix build errors of test casesWeiming Zhao2017-03-142-0/+2