aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-02Move generic_load declaration to symfile.hSimon Marchi4-3/+15
2019-07-02Fix a bug recently introduced to the linker where it would complain about a s...Nick Clifton4-1/+16
2019-07-02This patch fixes a bug in the AArch64 assembler where an incorrect structural...Barnaby Wilks6-1/+29
2019-07-02PR ld/24709 [arm] linker crash and assertion failure with CMSEChristophe Lyon2-1/+31
2019-07-02Ensure that debug information is retained for ARMv8-M security functions.Srinath Parvathaneni7-0/+230
2019-07-02[AArch64] Allow MOVPRFX to be used with FMOVRichard Sandiford5-1/+36
2019-07-02[AArch64] Add missing C_MAX_ELEM flags for SVE conversionsRichard Sandiford6-35/+113
2019-07-02[AArch64] Fix bogus MOVPRFX warning for GPR form of CPYRichard Sandiford6-8/+14
2019-07-02Automatic date update in version.inGDB Administrator1-1/+1
2019-07-01Avoid use-after-free in DWARF debug names codeTom Tromey2-6/+9
2019-07-01Fix bug when generating REL type relocs for assembler generated build notes.Nick Clifton2-10/+21
2019-07-01[gas][aarch64][SVE2] Fix pmull{t,b} requirement on SVE2-AESMatthew Malcomson14-313/+389
2019-07-01Remove is_a_field_of_this from ada_lookup_symbolTom Tromey4-10/+14
2019-07-01Document the .value directive supported by the x86 and x86_64 assemblers.Nick Clifton2-0/+12
2019-07-01Correct a typo in the description of the Align and P2align directives.Nick Clifton2-2/+9
2019-07-01Correct the calculation of offsets for ARM exidx relocs when performing a par...Nick Clifton4-1/+15
2019-07-01libctf: fix spurious error when rolling back to the first snapshotNick Alcock2-1/+5
2019-07-01libctf: deduplicate and sort the string tableNick Alcock8-138/+520
2019-07-01libctf: add hash traversal helpersNick Alcock3-0/+67
2019-07-01libctf: fix hash removalNick Alcock2-1/+6
2019-07-01libctf: disambiguate hex output in dumpsNick Alcock2-3/+8
2019-07-01Fix spelling error in assembler documentation.Nick Clifton2-1/+6
2019-07-01x86: drop Vec_Imm4Jan Beulich8-10010/+10002
2019-07-01x86: limit ImmExt abuseJan Beulich5-139/+153
2019-07-01x86: optimize AND/OR with twice the same registerJan Beulich13-5/+445
2019-07-01x86-64: optimize certain commutative VEX-encoded insnsJan Beulich17-1580/+1419
2019-07-01x86: StaticRounding implies SAEJan Beulich2-6/+8
2019-07-01x86: optimize EVEX packed integer logical instructionsJan Beulich27-25/+969
2019-07-01x86: add missing pseudo ops for VPCLMULQDQ ISA extensionJan Beulich23-19/+313
2019-07-01x86: drop bogus Disp8MemShift attributesJan Beulich3-6/+12
2019-07-01x86: use encoding_length() also elsewhereJan Beulich2-32/+8
2019-07-01x86: warn about insns exceeding the 15-byte limitJan Beulich7-0/+146
2019-07-01x86: remove ModRM.mod decoding layer from AVX512F VMOVS{S,D}Jan Beulich5-63/+35
2019-07-01x86: drop a few dead macrosJan Beulich2-5/+5
2019-07-01Automatic date update in version.inGDB Administrator1-1/+1
2019-06-30Automatic date update in version.inGDB Administrator1-1/+1
2019-06-29Automatic date update in version.inGDB Administrator1-1/+1
2019-06-28Adjust i386 registers on SystemTap probes' arguments (PR breakpoints/24541)Sergio Durigan Junior6-3/+156
2019-06-28Fix crash when using PYTHONMALLOC=debug (PR python/24742)Sergio Durigan Junior2-1/+8
2019-06-28Handle either order of name and linkage nameTom Tromey5-2/+154
2019-06-28Prevent attempts to allocate excessive amounts of memory when parsing corrupt...Nick Clifton5-2/+44
2019-06-28Prevent an attempt to allocate an excessive amount of memory when dumping the...Nick Clifton2-1/+22
2019-06-28Plugin target handlingAlan Modra6-26/+37
2019-06-28[GOLD] PowerPC tweak relnum testsAlan Modra2-2/+7
2019-06-28[GOLD] PowerPC linkage table errorAlan Modra2-5/+25
2019-06-28[GOLD] R_PPC64_REL16_HIGH relocsAlan Modra4-0/+51
2019-06-28PowerPC notoc call stub testsAlan Modra6-0/+91
2019-06-28Automatic date update in version.inGDB Administrator1-1/+1
2019-06-27i386: Check vector length for scatter/gather prefetch instructionsH.J. Lu6-12/+141
2019-06-27Change arm_objfile_data_key to use type-safe registryTom Tromey2-23/+15