Age | Commit message (Expand) | Author | Files | Lines |
2020-07-06 | gdb/python: Add architecture method to gdb.PendingFrame | Andrew Burgess | 7 | -1/+54 |
2020-07-06 | gdb: Remove deprecated_set_gdbarch_data | Andrew Burgess | 6 | -68/+33 |
2020-07-06 | [gdb/symtab] Fix line-table end-of-sequence sorting | Tom de Vries | 5 | -6/+30 |
2020-07-06 | x86: adjust/correct VFRCZ{P,S}{S,D} decoding | Jan Beulich | 2 | -12/+48 |
2020-07-06 | x86: use %LW / %XW instead of going through vex_w_table[] | Jan Beulich | 4 | -192/+77 |
2020-07-06 | x86: most VBROADCAST{F,I}{32,64}x* only accept memory operands | Jan Beulich | 5 | -24/+90 |
2020-07-06 | x86: adjust/correct V*{F,I}{32x8,64x4} | Jan Beulich | 2 | -14/+22 |
2020-07-06 | x86: drop EVEX table entries that can be made served by VEX ones | Jan Beulich | 5 | -165/+92 |
2020-07-06 | x86: AVX512 VPERM{D,Q,PS,PD} insns need to honor EVEX.L'L | Jan Beulich | 5 | -4/+47 |
2020-07-06 | x86: AVX512 extract/insert insns need to honor EVEX.L'L | Jan Beulich | 10 | -45/+120 |
2020-07-06 | x86: honor VEX.W for VCVT{PH2PS,PS2PH} | Jan Beulich | 5 | -15/+27 |
2020-07-06 | x86: drop EVEX table entries that can be served by VEX ones | Jan Beulich | 5 | -713/+185 |
2020-07-06 | x86: replace EXqScalarS by EXqVexScalarS | Jan Beulich | 10 | -7/+29 |
2020-07-06 | x86: replace EX{d,q}Scalar by EXxmm_m{d,q} | Jan Beulich | 3 | -47/+48 |
2020-07-06 | Fix spelling mistakes in some of the binutils sub-directories. | Nick Clifton | 11 | -1690/+1916 |
2020-07-06 | Updated translations for various binutils sub-directories | Nick Clifton | 22 | -22170/+22964 |
2020-07-06 | [gdb/tui,c++17] Fix NULL string_view in tui_partial_win_by_name | Tom de Vries | 2 | -13/+15 |
2020-07-06 | asan: readelf: stack buffer overflow | Alan Modra | 2 | -2/+7 |
2020-07-06 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2020-07-05 | [gdb/build,c++17] Fix use of deprecated std::uncaught_exception | Tom de Vries | 2 | -1/+16 |
2020-07-05 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2020-07-04 | Tweak version numbers in release-howto | Nick Clifton | 1 | -6/+6 |
2020-07-04 | oops - omitted from previous delta | Nick Clifton | 1 | -0/+6 |
2020-07-04 | Update version to 2.35.50 and regenerate files | Nick Clifton | 16 | -5105/+5331 |
2020-07-04 | Add markers for binutils 2.35 branch | Nick Clifton | 17 | -0/+59 |
2020-07-03 | gdb: make macro_stringify return a gdb::unique_xmalloc_ptr<char> | Simon Marchi | 4 | -16/+15 |
2020-07-03 | gdb: make macro_expand_next return a gdb::unique_xmalloc_ptr<char> | Simon Marchi | 4 | -22/+28 |
2020-07-03 | gdb: remove callback in macro expand functions | Simon Marchi | 7 | -91/+72 |
2020-07-04 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2020-07-03 | sim/igen: Fix linker error with -fno-common | Sebastian Huber | 4 | -0/+20 |
2020-07-03 | sim/ppc: Fix linker error with -fno-common | Sebastian Huber | 3 | -17/+38 |
2020-07-03 | Fix gdb.base/structs2.exp with Clang | Pedro Alves | 3 | -2/+8 |
2020-07-03 | Fix gdb.base/charset.exp with Clang | Pedro Alves | 2 | -4/+18 |
2020-07-03 | Remove stale -DNO_PROTOTYPES bits from gdb testsuite | Pedro Alves | 8 | -67/+27 |
2020-07-03 | Remove stale overlay testcase bits | Pedro Alves | 4 | -583/+5 |
2020-07-03 | Re: Change readelf's display of symbol names | Alan Modra | 14 | -63/+88 |
2020-07-03 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2020-07-02 | x86: Add SwapSources | H.J. Lu | 7 | -3991/+4008 |
2020-07-02 | Skip fill-1 gas test for MeP targets. | Nick Clifton | 2 | -1/+7 |
2020-07-02 | aarch64: Fix segfault on unicode symbols | Alex Coplan | 4 | -1/+18 |
2020-07-02 | gdb: remove unused fetch_inferior_event and inferior_event_handler parameters | Simon Marchi | 10 | -18/+31 |
2020-07-02 | Change readelf's display of symbol names (when not in --wide mode) so that if... | Nick Clifton | 19 | -25/+116 |
2020-07-01 | Make tui_win_info::name pure virtual | Tom Tromey | 3 | -4/+11 |
2020-07-01 | Remove tui_gen_win_info | Tom Tromey | 6 | -93/+76 |
2020-07-01 | Derive tui_locator_window from tui_win_info | Tom Tromey | 2 | -1/+23 |
2020-07-01 | Remove body of tui_locator_window constructor | Tom Tromey | 2 | -5/+5 |
2020-07-01 | Don't derive tui_data_item_window from tui_gen_win_info | Tom Tromey | 4 | -78/+51 |
2020-07-01 | Rename tui_data_item_window::item_no | Tom Tromey | 3 | -4/+11 |
2020-07-01 | Remove useless "if' from tui-regs.c | Tom Tromey | 2 | -7/+9 |
2020-07-01 | Remove tui_data_window::name | Tom Tromey | 3 | -2/+5 |