summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [RFC] Don't block on finishing demangling msymbolsusers/cbiesinger/all-perf-patchesChristian Biesinger2019-11-182-54/+91
* Create a correctly-sized demangled names hashtableChristian Biesinger2019-11-181-2/+9
* Compute msymbol hash codes in parallelChristian Biesinger2019-11-101-15/+25
* Precompute hash value for symbol_set_namesChristian Biesinger2019-11-103-6/+30
* Set names of worker threadsTom Tromey2019-11-108-9/+43
* Use run_on_main_thread in gdb.post_eventTom Tromey2019-11-102-69/+70
* Add maint set/show worker-threadsTom Tromey2019-11-105-0/+84
* Demangle minsyms in parallelTom Tromey2019-11-106-18/+155
* Implement a thread poolChristian Biesinger2019-11-104-0/+223
* Introduce thread-safe way to handle SIGSEGVTom Tromey2019-11-104-72/+131
* Introduce run_on_main_threadTom Tromey2019-11-105-0/+176
* Introduce alternate_signal_stack RAII classTom Tromey2019-11-103-24/+78
* Add RAII class for blocking gdb signalsTom Tromey2019-11-1017-38/+389
* Add configure check for std::threadTom Tromey2019-11-1011-6/+1615
* Defer minimal symbol name-settingTom Tromey2019-11-103-1/+28
* Remove can_highlight from TUI windowsTom Tromey2019-11-104-7/+12
* Remove unused constructor declaration from cli_style_optionTom Tromey2019-11-102-3/+5
* Automatic date update in version.inGDB Administrator2019-11-101-1/+1
* Automatic date update in version.inGDB Administrator2019-11-091-1/+1
* i386: Only check suffix in instruction mnemonicH.J. Lu2019-11-089-48/+79
* Constify command_line_inputTom Tromey2019-11-087-9/+20
* Revert "GENERATE_SHLIB_SCRIPT vs. EMBEDDED."Alan Modra2019-11-0815-9/+35
* x86: convert RegMask and RegBND from bitfield to enumeratorJan Beulich2019-11-089-14566/+14587
* x86: convert RegSIMD and RegMMX from bitfield to enumeratorJan Beulich2019-11-089-19217/+19240
* x86: convert Control/Debug/Test from bitfield to enumeratorJan Beulich2019-11-089-14015/+14035
* x86: convert SReg from bitfield to enumeratorJan Beulich2019-11-0810-13819/+13841
* x86: introduce operand type "class"Jan Beulich2019-11-088-146/+238
* PR25172, Wrong description of --stop-address=ADDR switchAlan Modra2019-11-082-1/+6
* Automatic date update in version.inGDB Administrator2019-11-081-1/+1
* [gas][aarch64] Add the v8.6 Data Gathering Hint mnemonic [10/X]Matthew Malcomson2019-11-076-49/+81
* [Patch][binutils][arm] Armv8.6-A Matrix Multiply extension [9/10]Matthew Malcomson2019-11-0710-5/+195
* [binutils][aarch64] Matrix Multiply extension enablement [8/X]Matthew Malcomson2019-11-0719-463/+1225
* [Patch][binutils][aarch64] .bfloat16 directive for AArch64 [7/10]Matthew Malcomson2019-11-075-0/+98
* [Patch][binutils][arm] .bfloat16 directive for Arm [6/X]Matthew Malcomson2019-11-075-0/+96
* [Patch][binutils] Generic support for parsing numbers in bfloat16 format [5/X]Matthew Malcomson2019-11-073-29/+63
* [binutils][arm] BFloat16 enablement [4/X]Matthew Malcomson2019-11-0722-29/+863
* [Patch][binutils][arm] Create a new generic coprocessor array [3/10]Matthew Malcomson2019-11-072-51/+98
* [binutils][aarch64] Bfloat16 enablement [2/X]Matthew Malcomson2019-11-0718-73/+766
* [gas][aarch64] Armv8.6-a option [1/X]Matthew Malcomson2019-11-077-2/+25
* Allow the --output option of the "ar" prorgam to extract files to locations o...Nick Clifton2019-11-073-20/+25
* Fix bug merging notes with objcopy when no merging results in zeroes being wr...Nick Clifton2019-11-072-15/+20
* [gdb/contrib] Add words.sh scriptTom de Vries2019-11-071-0/+129
* Remove CR16C supportAlan Modra2019-11-0724-1532/+33
* Order targets in ld/configure.tgtAlan Modra2019-11-072-99/+100
* x86: support further AMD Zen2 instructionsJan Beulich2019-11-0717-4135/+4205
* x86: adjust register names printed for MONITOR/MWAITJan Beulich2019-11-0714-217/+100
* x86/Intel: drop IgnoreSize from operand-less MOVSD/CMPSD againJan Beulich2019-11-073-4/+11
* aarch64 and arm testsuite fixes for targets lacking shared libsAlan Modra2019-11-0796-47/+269
* Automatic date update in version.inGDB Administrator2019-11-071-1/+1
* Use strtok_r instead of strtokChristian Biesinger2019-11-0610-27/+56