aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-31x86: add more exhaustive tests for invalid AVX512 zeroing-maskingJan Beulich3-0/+414
2018-07-31x86/Intel: correct permitted operand sizes for AVX512 scatter/gatherJan Beulich13-633/+742
2018-07-31x86: don't abort() upon DATA16 prefix on (E)VEX encoded insnJan Beulich7-5/+142
2018-07-31x86: drop CpuVREXJan Beulich7-4352/+4361
2018-07-31Automatic date update in version.inGDB Administrator1-1/+1
2018-07-30Match any kind of error after "cannot resolve name" on lib/gdbserver-support....Sergio Durigan Junior2-1/+6
2018-07-30RISC-V: Set insn info fields correctly when disassembling.Jim Wilson5-178/+242
2018-07-30gdb: Fix sizeof for dynamic types other than arraysAndrew Burgess2-1/+8
2018-07-30x86: don't mistakenly scale non-8-bit displacementsJan Beulich6-1/+60
2018-07-30 * MAINTAINERS (C-SKY): Add Yunhai Shang as co-maintainer.Andrew Jenner2-0/+5
2018-07-30 * MAINTAINERS (C-SKY): Add Lifang Xia as maintainer.Andrew Jenner2-0/+5
2018-07-30Fix crash with -D_GLIBCXX_DEBUGTom Tromey2-3/+10
2018-07-30Remove old lint codeTom Tromey5-20/+11
2018-07-30Prevent a seg-fault in the linker when trying to process SH object files with...Nick Clifton2-17/+112
2018-07-30Fix thinko in the placement of the .gnu.build.attributes section.Nick Clifton2-1/+7
2018-07-30Add support for the C_SKY series of processors.Andrew Jenner162-5/+27187
2018-07-30Combine ,gnu.build.attributes.* sections into one .gnu.build.attributes secti...Nick Clifton4-0/+12
2018-07-30Automatic date update in version.inGDB Administrator1-1/+1
2018-07-29Fix unwind offset for start_symbol.John David Anglin2-1/+9
2018-07-29Automatic date update in version.inGDB Administrator1-1/+1
2018-07-28gdb: Don't call gdb_load_shlib unless GDB is runningAndrew Burgess3-1/+15
2018-07-28[gdb/exp] Interpret size of vla with unknown size as <optimized out>Tom de Vries4-0/+51
2018-07-28Automatic date update in version.inGDB Administrator1-1/+1
2018-07-27RISC-V: Fix gas configure support for riscv*-*-*.Jim Wilson2-1/+5
2018-07-27Improve gcore manpage and clarify "-o" optionSergio Durigan Junior4-18/+32
2018-07-27x86: Check for more than 2 memory referencesH.J. Lu6-0/+32
2018-07-27S12Z: Remove ELF_TARGET_ID macroJohn Darrington2-1/+4
2018-07-27Add functions and macros to read and write 24 bit values.John Darrington3-2/+57
2018-07-27S12Z: Remove inappropriate comment.John Darrington2-1/+5
2018-07-27S12Z: Emit uninitialized data in the .bss segmentJohn Darrington2-0/+6
2018-07-27S12Z: Emit initialized data segment image.John Darrington2-3/+7
2018-07-27MIPS/GAS: Correct the AFL_ASE_MASK macroChenghua Xu2-1/+6
2018-07-27Re: PowerPC Improve support for Gekko & BroadwayAlan Modra2-6/+12
2018-07-27Automatic date update in version.inGDB Administrator1-1/+1
2018-07-26Fix Cygwin compilation after target_ops C++ conversion.Jon Turney2-4/+9
2018-07-26x86: Initialize broadcast_op.bytes to 0H.J. Lu2-0/+6
2018-07-26Make psymbols and psymtabs independent of the program spaceTom Tromey11-356/+280
2018-07-26Add validity bits for psymtab high and low fieldsTom Tromey5-11/+30
2018-07-26Introduce accessors for psymtab high and low fieldsTom Tromey7-97/+150
2018-07-26Introduce partial_symbol::addressTom Tromey3-20/+53
2018-07-26Change representation of psymbol to flush out accessorsTom Tromey4-101/+115
2018-07-26Remove dead code in end_psymtabTom Tromey2-7/+5
2018-07-26[gdb/testsuite] Add comment in gdb.base/vla-optimized-out.cTom de Vries2-0/+7
2018-07-26PowerPC Improve support for Gekko & BroadwayAlex Chadwick12-13/+323
2018-07-26Re: Enhance powerpc ld -r --relaxAlan Modra2-3/+7
2018-07-26gdb: Add switch to disable DWARF stack unwindersAndrew Burgess11-2/+106
2018-07-26Implement PowerPC64 .localentry for value 1Alan Modra10-31/+106
2018-07-26Automatic date update in version.inGDB Administrator1-1/+1
2018-07-26[gdb/breakpoints] Fix sigsegv in info prog at exec catchpointTom de Vries5-1/+80
2018-07-25x86: Expand Broadcast to 3 bitsH.J. Lu6-409/+521