aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-12-24Add assembler support for ARMv8-M BaselineThomas Preud'homme4-21/+62
2015-12-24Add assembler support for ARMv8-M MainlineThomas Preud'homme4-18/+54
2015-12-24Consolidate Thumb-1/Thumb-2 ISA detectionThomas Preud'homme2-3/+8
2015-12-22Add support for ARM's NOREAD section flag.Mickael Guene3-4/+9
2015-12-17[Patch ARM] Fix build attributes for armv8-a in case of assembler files that ...Ramana Radhakrishnan1-2/+3
2015-12-17Add forgotten ChangeLog updates for 72d98d16ed09584660d0cbb759d90f8dfeef2343:Christophe Lyon1-0/+4
2015-12-16[ARM] Add support for thumb1 pcrop relocations.Mickael Guene1-0/+5
2015-12-15[ARM] Enable CRC by default for ARMv8.1 and later.Matthew Wahab2-3/+11
2015-12-15Add support for RX V2 Instruction SetYoshinori Sato4-1/+28
2015-12-14[AArch64][PATCH 11/14] Add support for the 2H vector type.Matthew Wahab2-0/+6
2015-12-11[AArch64][Patch 5/5] Add instruction PSB CSYNCMatthew Wahab2-0/+14
2015-12-11[AArch64][Patch 4/5] Support HINT aliases taking operands.Matthew Wahab2-0/+7
2015-12-11[AArch64][Patch 1/5] Support the ARMv8.2 Statistical Profiling Extension.Matthew Wahab2-0/+5
2015-12-10[AArch64][PATCH 2/2] Support ARMv8.2 DC CVAP instruction.Matthew Wahab2-0/+7
2015-12-10[AArch64][PATCH 1/2] Add support for ARMv8.2 DC CVAP instruction.Matthew Wahab2-1/+8
2015-12-10[AArch64][PATCH 1/2] Add support for RAS instruction ESB.Matthew Wahab2-0/+7
2015-12-10[AArch64] Fix ARMv8.1 and ARMv8.2 feature settings.Matthew Wahab2-2/+13
2015-12-07R_PPC64_ENTRYAlan Modra2-0/+5
2015-12-04Fix failures in the GAS testsuite for the ARC architecture.Claudiu Zissulescu2-1/+5
2015-12-03Darwin: add new mach-o header flags.Tristan Gingold2-1/+7
2015-12-01Invoke aout N_* macros with pointer to struct internal_execAlan Modra11-53/+70
2015-11-28Port libvtv to SolarisRainer Orth2-0/+9
2015-11-28SH FDPIC backend supportRich Felker2-0/+36
2015-11-28PR other/61321 - demangler crash on casts in template parametersPedro Alves1-0/+4
2015-11-28Fix PR63758 by using the _NSGetEnviron() API on DarwinIain Sandoe2-0/+38
2015-11-28Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill1-0/+2
2015-11-27[AArch64] Add ARMv8.2 instructions BFC and REV64.Matthew Wahab2-0/+5
2015-11-27[AArch64] Add feature flags and command line for ARMv8.2 FP16 support.Matthew Wahab2-0/+8
2015-11-24Add an AArch64 simulator to GDB.Nick Clifton2-0/+52
2015-11-20[AArch64] Add support for ARMv8.1 Virtulization Host Extensions.Matthew Wahab2-0/+7
2015-11-19[ARM] Add ARMv8.2 architecture feature and command line option.Matthew Wahab2-0/+8
2015-11-19[AArch64] Add ARMv8.2 command line option and feature flag.Matthew Wahab2-1/+14
2015-11-17Mach-O: add new defines and struct for darwin 14.5Tristan Gingold5-2/+158
2015-11-15sim: cr16: convert to common sim memory modulesMike Frysinger2-9/+6
2015-11-15sim: drop extern C linkage from most sim interface headersMike Frysinger8-59/+9
2015-11-11Add assembler, disassembler and linker support for power9.Peter Bergner5-0/+25
2015-11-10sim: cr16/d10v: localize translation funcsMike Frysinger3-46/+9
2015-11-09Modify obstack.[hc] to avoid having to include other gnulib filesAlan Modra2-1/+10
2015-11-09Copy gnulib obstack filesAlan Modra2-461/+454
2015-11-02Disassemble RX NOP instructions as such.Nick Clifton2-0/+8
2015-11-02Fix disassembly of RX zero-offset register indirect instructions.Nick Clifton2-0/+5
2015-10-28Pass noaliases_p to aarch64_decode_insnYao Qi2-1/+5
2015-10-28Fix errors in the gas testsuite for the ARC target.Cupertino Miranda2-7/+18
2015-10-27Add support to readelf for reading NetBSD ELF core notes.Stephen Fisher2-0/+5
2015-10-22Add "-z call-nop=PADDING" option to ldH.J. Lu2-0/+11
2015-10-22Add R_X86_64_[REX_]GOTPCRELX support to gas and ldH.J. Lu2-4/+15
2015-10-22Add R_386_GOT32X support to gas and ldH.J. Lu2-0/+6
2015-10-07Avoid using 'template' C++ keywordYao Qi2-1/+6
2015-10-07Wrap include/opcode/aarch64.h in extern "C" for C++Yao Qi2-0/+12
2015-10-07New ARC implementation.Nick Clifton9-268/+1088