Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-08-07 | user/llvm14: Fix GCC 13-adjacent bugs | A. Wilcox | 4 | -3/+280 | |
Backport the GCC miscompile workaround from LLVM 18. Use the old x87 excess precision behaviour to fix most of the tests. Still no idea why 32-bit Intel wants new shiny colours for the graph. Closes: #1200, #1202, #1204, #1223 | |||||
2024-08-07 | user/llvm14: Mark as non-default LLVM now | A. Wilcox | 1 | -1/+1 | |
2023-09-14 | user/llvm14: disable LD_PRELOAD-affected tests. fixes #1053. | Zach van Rijn | 1 | -3/+10 | |
2023-05-12 | remove erroneous files. fixes #828. | Zach van Rijn | 1 | -33/+0 | |
2022-12-01 | user/llvm14: Fix DWARF patch for x86 | A. Wilcox | 2 | -2/+2 | |
It turns out we *have* to specify signedness or we have incorrect results on systems with signed-char by default (aka x86). Tested on ppc64 and x86_64 and both pass tests now. Fixes: #911 | |||||
2022-11-28 | user/llvm14: Fix tests on 32-bit machines | A. Wilcox | 5 | -6/+90 | |
* DWARF info patch fixes issue seen on ARMv7 and PPC. * Dyld patch fixes OrcJIT on PPC (also needed for mesa). * MachO fix is being sent upstream and affects all 32-bit CPUs. * PPC test fix is already upstream, backported to 14 branch. Fixes: #846 | |||||
2022-10-21 | user/llvm14: strip 'libLLVM-*.so' as may be too large for 32-bit systems. ↵ | Zach van Rijn | 1 | -34/+29 | |
fixes #797. | |||||
2022-10-21 | user/llvm14: disable problematic tests on 32-bit systems. fixes #785. | A. Wilcox | 1 | -0/+12 | |
2022-10-21 | user/llvm14: Update to 14.0.6, fix issues | A. Wilcox | 1 | -3/+8 | |
- Install utility binaries, required by Clang test suite. - Set large thread stack size for llvm-lto2. | |||||
2022-10-21 | user/llvm14: Mark roundeven* unavailable on musl | A. Wilcox | 2 | -1/+52 | |
2022-10-21 | user/llvm14: New package | A. Wilcox | 8 | -0/+541 | |