1065 Commits (2023.05.19)
 

Author SHA1 Message Date
Andrew Waterman ced660c61a Fix offsets in binutils patch 11 years ago
Andrew Waterman b5d67b3f53 Avoid t0 for indirect calls 11 years ago
Andrew Waterman 28fccff586 gcc: upgrade to version 5.2.0 11 years ago
Andrew Waterman dd2c7916fe binutils: page size is 4096, not 8192 11 years ago
Andrew Waterman 3a2d84c7dc binutils: be more conservative relaxing R_RISCV_CALL between sections 11 years ago
Andrew Waterman 0f680c80dd binutils: add missing break statement 11 years ago
Andrew Waterman 9c76663400 Don't set XLEN in --with-arch for now 11 years ago
Andrew Waterman 49af882370 gcc: for -Os, avoid sibcalls when they hurt code size 11 years ago
Andrew Waterman b84d3753bf gcc: only use save/restore routines if they don't increase stack usage 11 years ago
Andrew Waterman ddf8d39d08 Merge pull request #61 from palmer-dabbelt/gcc-x-isa-strings 11 years ago
Palmer Dabbelt d8367667ea Make GCC pass through non-standard ISA strings 11 years ago
Andrew Waterman b85637e5d2 gcc: add experimental support for compressed prologues/epilogues 11 years ago
Andrew Waterman 4583979d24 Merge pull request #58 from palmer-dabbelt/fp-emulation 11 years ago
Palmer Dabbelt 394782ac1a Fix some glibc FP routines for non-F 11 years ago
Andrew Waterman 5b1febda0c Merge pull request #59 from palmer-dabbelt/distdir-not-destdir 11 years ago
Palmer Dabbelt 6f9b405fa1 It's DISTDIR, not DESTDIR 11 years ago
Andrew Waterman 3ae3d5b0bb Describe $DESTDIR and build/installation process 11 years ago
Andrew Waterman c7b68ac34f Synchronize prerequisites with riscv-tools repo 11 years ago
Palmer Dabbelt c0e50a3913 Merge pull request #56 from palmer-dabbelt/imafd-not-g 11 years ago
Palmer Dabbelt fa54fe1ece autoreconf 0d15a32742 11 years ago
Palmer Dabbelt 0d15a32742 Default to IMAFD, not G for --with-arch 11 years ago
Andrew Waterman a572788943 Merge pull request #55 from palmer-dabbelt/with-arch 11 years ago
Palmer Dabbelt 75dfbd195f autoreconf f849e10ab4 11 years ago
Palmer Dabbelt f849e10ab4 Rename "--with-base-isa" to "--with-arch" 11 years ago
Andrew Waterman 7c06819d01 Merge pull request #54 from palmer-dabbelt/with-base-isa 11 years ago
Andrew Waterman e1bf1372ea Merge pull request #53 from palmer-dabbelt/newlib-without-f 11 years ago
Palmer Dabbelt bff10f7a0e autoreconf 0ddf033f72 11 years ago
Palmer Dabbelt 0ddf033f72 Add "--with-base-isa" support to autoconf 11 years ago
Palmer Dabbelt 1b33b0210f Disable newlib's dynamic rounding without F 11 years ago
Palmer Dabbelt 6dcbadf525 Have fesetmask return -1 on RISC-V 11 years ago
Andrew Waterman 8ec335a738 binutils: fix default xlen setting 11 years ago
Andrew Waterman b8bb5e1c27 binutils: allow call macro to specify destination register 11 years ago
Andrew Waterman 9238403d16 binutils: fix .balign directive 11 years ago
Andrew Waterman c9c03bc385 gcc: accept --with-arch configure flag 11 years ago
Andrew Waterman 5dc6168dc5 gcc: merge libgcc makefiles for linux/elf targets 11 years ago
Andrew Waterman eff2e68ea0 Merge pull request #51 from vapier/master 11 years ago
Mike Frysinger 7baf1c7c44 binutils: gas: fix default xlen selection 11 years ago
Andrew Waterman d8188f4cbe Merge pull request #50 from vapier/master 11 years ago
Mike Frysinger 4fadae73e6 binutils: use xcalloc 11 years ago
Mike Frysinger 8542b7f47f binutils: fix crash when disassembling memory 11 years ago
Andrew Waterman 5f1d4eeb14 binutils: fix tentative branch offsets to improve objdump readability 11 years ago
Andrew Waterman 6c47d3bd03 binutils: avoid dereferencing potentially invalid pointer 11 years ago
Andrew Waterman e90f095bd2 binutils: when using RVC, relax calls to C.JAL 11 years ago
Andrew Waterman 8865766cbd binutils: add ELF e_flag to signify RVC code 11 years ago
Andrew Waterman 164ad4affd binutils: complete implementation of RVC v1.7 draft 11 years ago
Andrew Waterman 24565255e2 gcc: add experimental -mrvc flag to enable RVC 11 years ago
Andrew Waterman 0f0d5254dc Merge pull request #47 from svenstucki/master 11 years ago
Sven Stucki 0ce9d4d335 Fix objdump error message always printed 11 years ago
Andrew Waterman 21f239b164 binutils: support assembling wfi instruction 11 years ago
Andrew Waterman 560a58edd2 Merge pull request #45 from palmer-dabbelt/libsanitizer 11 years ago