Age | Commit message (Expand) | Author | Files | Lines |
2024-09-27 | RISC-V: odd data padding vs mapping symbols | Jan Beulich | 3 | -5/+30 |
2024-09-27 | RISC-V: correct alignment directive handling for text sections | Jan Beulich | 7 | -18/+218 |
2024-09-27 | x86: optimize {,V}INSERTPS with certain immediates | Jan Beulich | 12 | -7/+209 |
2024-09-27 | x86: optimize {,V}EXTRACT{F,I}{128,32x{4,8},64x{2,4}} with immediate 0 | Jan Beulich | 11 | -20/+316 |
2024-09-27 | x86: optimize {,V}EXTRACTPS with immediate 0 | Jan Beulich | 12 | -12/+126 |
2024-09-27 | x86: correct {,V}PEXTR{D,Q} optimization | Jan Beulich | 1 | -0/+1 |
2024-09-27 | Enable -z separate-code, -z common and -z text for more targets | Alan Modra | 4 | -4/+4 |
2024-09-27 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2024-09-26 | Add 'const' to symmisc.c | Tom Tromey | 1 | -3/+5 |
2024-09-26 | Fix 32207 [gprofng collect app] Error in parsing the -O option | Vladimir Mezentsev | 1 | -1/+1 |
2024-09-26 | Updated Brazilian Portuguese translation for the gprof directory. | Nick Clifton | 1 | -58/+59 |
2024-09-26 | Fix -Wstringop-overflow warning in ecoff_link_hash_newfunc | Andreas Schwab | 1 | -1/+1 |
2024-09-26 | ld: Ignore .note.gnu.build-id when placing orphaned notes | H.J. Lu | 13 | -3/+92 |
2024-09-26 | x86: templatize SIMD narrowing-move templates | Jan Beulich | 2 | -72/+32 |
2024-09-26 | x86: templatize SIMD sign-/zero-extension templates | Jan Beulich | 2 | -251/+220 |
2024-09-26 | x86: templatize SIMD FP binary-logic templates | Jan Beulich | 2 | -282/+271 |
2024-09-26 | x86: further templatize FMA templates | Jan Beulich | 2 | -349/+339 |
2024-09-26 | x86: templatize SIMD FP arithmetic templates | Jan Beulich | 2 | -1135/+1100 |
2024-09-26 | gdb/testsuite: test for memory leaks in gdb.Inferior.read_memory() | Andrew Burgess | 3 | -0/+163 |
2024-09-26 | x86/testsuite: Refine AVX10.2 rounding testcases | Haochen Jiang | 2 | -2/+3 |
2024-09-26 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2024-09-26 | x86 TLS relocation checks | Alan Modra | 1 | -7/+8 |
2024-09-25 | ltmain.sh: allow more flags at link-time | Sam James | 1 | -12/+34 |
2024-09-25 | [gdb/python] Make sure python sys.exit makes gdb exit | Tom de Vries | 2 | -0/+98 |
2024-09-25 | gdb/testsuite: format some Python files | Simon Marchi | 3 | -0/+3 |
2024-09-25 | gdb, gdbserver, python, testsuite: Remove MPX. | Schimpe, Christina | 41 | -2528/+61 |
2024-09-25 | gdb, testsuite, python: Add missing imports. | Schimpe, Christina | 4 | -1/+4 |
2024-09-24 | binutils testsuite: canonicalize subtest names in libctf | Frank Ch. Eigler | 2 | -9/+8 |
2024-09-24 | binutils testsuite: canonicalize subtest names in debuginfod.exp | Frank Ch. Eigler | 1 | -6/+6 |
2024-09-25 | RISC-V: Add Smrnmi extension csrs. | Jiawei | 12 | -2/+96 |
2024-09-25 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2024-09-24 | Fix typo in gdb.ada/complete.exp test | Tom Tromey | 1 | -1/+1 |
2024-09-24 | gdb: testsuite: Test whether PC register is expedited in gdb.server/server-ru... | Thiago Jung Bauermann | 6 | -8/+87 |
2024-09-24 | ld: re-generate configure | Simon Marchi | 1 | -15/+3 |
2024-09-24 | gdb/elfread.c: remove unused includes | Simon Marchi | 1 | -4/+0 |
2024-09-24 | [gdb] Handle SIGTERM in run_events | Tom de Vries | 1 | -1/+14 |
2024-09-24 | ld: support --build-id=xx mode | Frank Ch. Eigler | 9 | -54/+228 |
2024-09-24 | [gdb] Handle ^C in ~scoped_remote_fd | Tom de Vries | 1 | -0/+12 |
2024-09-24 | btrace: Add support for further events. | Felix Willgerodt | 1 | -0/+155 |
2024-09-24 | btrace: Add support for IRET events. | Felix Willgerodt | 3 | -1/+19 |
2024-09-24 | btrace: Add support for interrupt events. | Felix Willgerodt | 8 | -25/+364 |
2024-09-24 | btrace: Enable event tracing on Linux for Intel PT. | Felix Willgerodt | 9 | -6/+165 |
2024-09-24 | btrace: Add printing support for cfe and evd packets. | Felix Willgerodt | 1 | -0/+13 |
2024-09-24 | btrace: Print "non-contiguous" for gaps. | Felix Willgerodt | 2 | -5/+5 |
2024-09-24 | [gdb] Eliminate catch(...) in pipe_command | Tom de Vries | 1 | -11/+6 |
2024-09-24 | [gdb] Eliminate catch(...) in target_wait | Tom de Vries | 1 | -12/+6 |
2024-09-24 | [gdb] Eliminate catch(...) in execute_fn_to_string | Tom de Vries | 1 | -12/+2 |
2024-09-24 | [gdb] Make scope_exit constructor throw | Tom de Vries | 1 | -0/+3 |
2024-09-24 | [gdb] Handle ^C in gnu_source_highlight_test | Tom de Vries | 1 | -0/+6 |
2024-09-24 | [gdb/cli] Show readline wrapping mode for maint info screen | Tom de Vries | 2 | -6/+70 |