Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-05 | user/llvm8: Additional powerpc fixes | Samuel Holland | 2 | -25/+142 | |
Two bugs found by running the rust 1.37.0 test suite: - Use the PIC sequence for getting the GOT address when resolving IE TLS in a PIE. The non-PIC code sequence creates bogus dynamic relocations. - Only use the PLT in PIC mode. Otherwise, calls to a DSO from a non-PIE dynamic executable force bss-plt, since secure-plt requires PIC. Signed-off-by: Samuel Holland <samuel@sholland.org> | |||||
2019-08-09 | user/llvm8: bump to 8.0.1 | A. Wilcox | 1 | -22/+9 | |
2019-07-21 | user/*: APKBUILD bashism removal, part one (a-p) | Max Rees | 1 | -2/+2 | |
2019-06-28 | user/llvm8: Enable more targets | Luis Ressel | 1 | -1/+1 | |
Support for these targets is required by ziglang. NVPTX remains disabled since it increases the binary size too much and thus breaks our 32 bit arches. | |||||
2019-04-25 | user/llvm8: fix build stuff | A. Wilcox | 1 | -7/+2 | |
2019-04-25 | user/llvm8: install CMake link, add SPARC/WASM targets | A. Wilcox | 1 | -1/+2 | |
2019-04-21 | user/llvm8: bump to 8.0.0 | A. Wilcox | 8 | -0/+558 | |