deliverable/binutils-gdb.git
2018-05-01  Nick CliftonBring in support for the NFP target in the config.sub...
2018-05-01  Francois H... Add the Netronome Flow Processor as a build target...
2018-05-01  Dan Robertsonrust: Fix null deref when casting (PR 23124)
2018-05-01  GDB AdministratorAutomatic date update in version.in
2018-04-30  Joel Brobecker[Ada/ravenscar] error during "continue" after task...
2018-04-30  Tom TromeyRemove a use of is_mi_like_p from darwin-nat-info.c
2018-04-30  Tom TromeyRemove some is_mi_like_p from breakpoint code
2018-04-30  Tom TromeyRemove a use of is_mi_like_p from tracepoint.c
2018-04-30  Tom TromeyRemove some uses of is_mi_like_p from spu-tdep.c
2018-04-30  Tom TromeyRemove some uses of is_mi_like_p from py-framefilter.c
2018-04-30  Tom TromeyMake do_is_mi_like_p const.
2018-04-30  Tom TromeyChange Python code to use new_reference
2018-04-30  Tom TromeyUse new_reference for struct value
2018-04-30  Tom TromeyRemove new_bfd_ref
2018-04-30  Tom TromeyIntroduce ref_ptr::new_reference
2018-04-30  Tom TromeyRemove long_long_align_bit gdbarch attribute
2018-04-30  Tom TromeyRemove rust_type_alignment
2018-04-30  Tom TromeyExpose type alignment on gdb.Type
2018-04-30  Tom TromeyHandle alignof and _Alignof
2018-04-30  Tom TromeyAdd initial type alignment support
2018-04-30  Francois H... This patch adds support to objdump for disassembly...
2018-04-30  Simon MarchiUse bool in read_index_from_section
2018-04-30  GDB AdministratorAutomatic date update in version.in
2018-04-29  Fabian Groffenproc-events.c: fix compilation on Solaris
2018-04-29  John ReiserFix race when building ada-lex.c
2018-04-29  GDB AdministratorAutomatic date update in version.in
2018-04-28  GDB AdministratorAutomatic date update in version.in
2018-04-27  Alexandre OlivaAdd libcc1 v1 compatibility to C compile feature
2018-04-27  Tom TromeyAdd inclusive range support for Rust
2018-04-27  Tom TromeyEnable -Wsuggest-override
2018-04-27  Maciej W. RozyckiMIPS/LD/testsuite: Update `run_dump_test' cases for...
2018-04-27  Maciej W. Rozyckitestsuite: Support filtering targets by TCL procedure...
2018-04-27  Igor TsimbalistRevert "Enable Intel MOVDIRI, MOVDIR64B instructions."
2018-04-27  Alan ModraRegenerate some files for recent ARM patches
2018-04-27  Alan ModraPR23123, PowerPC32 ifunc regression
2018-04-27  GDB AdministratorAutomatic date update in version.in
2018-04-26  Andrzej KaczmarekFix remote 'g' command error handling (PR remote/9665)
2018-04-26  Igor TsimbalistEnable Intel MOVDIRI, MOVDIR64B instructions.
2018-04-26  Nick CliftonExtend the assembler so that it can automatically gener...
2018-04-26  Christophe... [ld/testsuite] Fix pr2404 output.
2018-04-26  Pedro AlvesFix resolving GNU ifunc bp locations when inferior...
2018-04-26  Pedro AlvesExtend GNU ifunc testcases
2018-04-26  Pedro AlvesPPC64: always make synthetic .text symbols for GNU...
2018-04-26  Pedro AlvesFor PPC64/ELFv1: Introduce mst_data_gnu_ifunc
2018-04-26  Pedro AlvesFix stepping past GNU ifunc resolvers (introduce lookup...
2018-04-26  Pedro AlvesFor PPC64: elf_gnu_ifunc_record_cache: handle plt symbo...
2018-04-26  Pedro AlvesFactor out minsym_found/find_function_start_sal overload
2018-04-26  Pedro AlvesEliminate find_pc_partial_function_gnu_ifunc
2018-04-26  Pedro AlvesBreakpoints, don't skip prologue of ifunc resolvers...
2018-04-26  Pedro AlvesFix setting breakpoints on ifunc functions after they...
2018-04-26  Pedro AlvesFix elf_gnu_ifunc_resolve_by_got buglet
2018-04-26  Pedro AlvesCalling ifunc functions when resolver has debug info...
2018-04-26  Pedro AlvesCalling ifunc functions when target has no debug info...
2018-04-26  Pedro AlvesFix calling ifunc functions when resolver has debug...
2018-04-26  Pedro AlvesFix breakpoints in ifunc after inferior resolved it...
2018-04-26  Jan Beulichx86: fold various non-memory operand AVX512VL templates
2018-04-26  Jan Beulichx86: also optimize zeroing-masking variants of insns
2018-04-26  Jan Beulichx86: properly force / avoid forcing EVEX encoding
2018-04-26  Jan Beulichx86: CpuXSAVE is a prereq for various other features
2018-04-26  Jan Beulichx86: drop CpuRegMMX, CpuReg[XYZ]MM, and CpuRegMask
2018-04-26  Jan Beulichx86: don't recognize bnd<N> as registers without CpuMPX
2018-04-26  Jan Beulichx86: x87-related adjustments
2018-04-26  Jan Beulichx86: fix indentation in build_modrm_byte()
2018-04-26  Jan Beulichx86: move and fold common code in build_modrm_byte()
2018-04-26  Jan Beulichx86: drop VexImmExt
2018-04-26  Jan Beulichx86: tighten assertion in build_modrm_byte()
2018-04-26  Jan Beulichx86: drop dead code from build_modrm_byte()
2018-04-26  GDB AdministratorAutomatic date update in version.in
2018-04-25  Christophe... [ARM] FDPIC: Update testsuite so that many tests pass...
2018-04-25  Christophe... [ARM] FDPIC: Implement Thumb-only PLT for FDPIC.
2018-04-25  Christophe... [ARM] FDPIC: New tests.
2018-04-25  Christophe... [ARM] FDPIC: Fix ld testcase not to conflict with uclib...
2018-04-25  Christophe... [ARM] FDPIC: Make _GLOBAL_OFFSET_TABLE_ a relative...
2018-04-25  Christophe... [ARM] FDPIC: Translate R_ARM_TARGET2 relocation into...
2018-04-25  Christophe... [ARM] FDPIC: Add stack segment
2018-04-25  Christophe... [ARM] Add TLS relocations for FDPIC.
2018-04-25  Christophe... [ARM] Implement PLT for FDPIC.
2018-04-25  Christophe... [ARM] Implement FDPIC relocations.
2018-04-25  Christophe... [ARM] Add FDPIC relocations definitions
2018-04-25  Christophe... [ARM] Add FDPIC OSABI flag support.
2018-04-25  Christophe... [ARM] Add armelf_linux_fdpiceabi and armelfb_linux_fdpi...
2018-04-25  Pedro AlvesFix new inferior events output
2018-04-25  Jan Beulichx86: drop redundant AVX512VL shift templates
2018-04-25  Tamar ChristinaFix the mask for the sqrdml(a|s)h instructions.
2018-04-25  Nick CliftonUpdated Spanish translation for the gas directory.
2018-04-25  Alan ModraSilence gcc-8 warnings
2018-04-25  Cary CoutantFix bug with relocation addends and merge sections...
2018-04-25  Alan ModraRemove arm-aout and arm-coff support
2018-04-25  GDB AdministratorAutomatic date update in version.in
2018-04-24  Cary CoutantFix internal error caused by conflicting default versio...
2018-04-24  Sergio Durigan... Enable 'set print inferior-events' and improve detach...
2018-04-24  Nick CliftonFix an illegal memory access when trying to copy an...
2018-04-24  Nick CliftonFix an illegal memory access when copying a PE format...
2018-04-24  Simon Marchiinfo-shared.exp: Replace libs=-ldl with shlib_load
2018-04-24  Tom TromeyReindent cli-out.h
2018-04-24  Tom TromeyRemove cli_ui_out::out_field_fmt
2018-04-24  GDB AdministratorAutomatic date update in version.in
2018-04-23  Tom TromeyRemove a cleanup from scm-frame.c
2018-04-23  Tom TromeyRegenerate gdb/configure and gdbserver/configure
2018-04-23  Alan ModraRevert bfd part of "Silence gcc-8 warnings"
next
This page took 0.044855 seconds and 4 git commands to generate.