Age | Commit message (Expand) | Author | Files | Lines |
2012-07-31 | The current error message for bad imm4 operands wasn't really helpful, | Jan Beulich | 1 | -1/+1 |
2012-07-31 | Since the word to byte register conversion isn't active for x86-64 | Jan Beulich | 1 | -13/+9 |
2012-07-31 | At the point where check_VecOperands()/VEX_check_operands() get run, | Jan Beulich | 1 | -8/+8 |
2012-07-16 | Implement RDRSEED, ADX and PRFCHW instructions | H.J. Lu | 1 | -0/+6 |
2012-06-22 | gas/ | Roland McGrath | 1 | -3/+3 |
2012-06-13 | Fix .dc.a for x32 | H.J. Lu | 1 | -0/+11 |
2012-05-12 | Remove x32 addend overflow for BFD_RELOC_64 | H.J. Lu | 1 | -19/+0 |
2012-05-11 | Use int and bfd_signed_vma in x32 addend overflow check | H.J. Lu | 1 | -3/+5 |
2012-05-10 | Display signed hex number in x32 addend overflow check | H.J. Lu | 1 | -4/+11 |
2012-05-10 | Use fits_in_signed_long to check x32 addend overflow | H.J. Lu | 1 | -2/+1 |
2012-05-10 | Check 64-bit relocation addend overflow for x32 | H.J. Lu | 1 | -0/+11 |
2012-05-04 | Add `instruction' to unsupported error message | H.J. Lu | 1 | -1/+1 |
2012-05-04 | Reformat output_insn | H.J. Lu | 1 | -1/+1 |
2012-05-04 | Remove the extra VEX check | H.J. Lu | 1 | -2/+1 |
2012-05-04 | Improve unsupported error message | H.J. Lu | 1 | -2/+3 |
2012-03-13 | gas/ | Roland McGrath | 1 | -0/+12 |
2012-02-21 | Add HLEPrefixNone/HLEPrefixLock/HLEPrefixAny/HLEPrefixRelease | H.J. Lu | 1 | -4/+4 |
2012-02-08 | Implement Intel Transactional Synchronization Extensions | H.J. Lu | 1 | -4/+72 |
2012-01-23 | * configure.tgt (i386-*-nacl*): Match it. | Roland McGrath | 1 | -5/+6 |
2012-01-20 | Add .d8 suffix support to x86 assembler | H.J. Lu | 1 | -6/+27 |
2012-01-13 | Add vmfunc | H.J. Lu | 1 | -0/+2 |
2012-01-06 | 2012-01-06 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -6/+18 |
2011-08-01 | Check R_X86_64_32 overflow and allow R_X86_64_64 for x32. | H.J. Lu | 1 | -49/+10 |
2011-07-22 | Add initial Intel K1OM support. | H.J. Lu | 1 | -0/+29 |
2011-06-29 | 2011-06-29 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -27/+13 |
2011-06-10 | Support AVX Programming Reference (June, 2011). | H.J. Lu | 1 | -5/+104 |
2011-05-12 | 2011-05-12 Quentin Neill <quentin.neill@amd.com> | Quentin Neill | 1 | -5/+5 |
2011-05-10 | 2011-05-10 Quentin Neill <quentin.neill@amd.com> | Quentin Neill | 1 | -4/+6 |
2011-04-12 | Start error message with lower case. | H.J. Lu | 1 | -19/+19 |
2011-04-11 | 2011-04-11 Kai Tietz <ktietz@redhat.com> | Kai Tietz | 1 | -1/+1 |
2011-04-11 | * config/tc-i386.c (x86_cons): Define even for non-ELF targets. | Nick Clifton | 1 | -1/+1 |
2011-03-29 | Properly handle multiple operands for x32 quad. | H.J. Lu | 1 | -8/+8 |
2011-03-28 | Support .quad for x32. | H.J. Lu | 1 | -0/+48 |
2011-03-28 | Add support for DragonFlyBSD target. | Nick Clifton | 1 | -0/+1 |
2011-03-05 | Revert the last change. | H.J. Lu | 1 | -10/+3 |
2011-03-05 | Set x86_cie_data_alignment to -4 for x32. | H.J. Lu | 1 | -3/+10 |
2011-02-25 | Don't sign-checking 4-byte relocations for x32. | H.J. Lu | 1 | -1/+1 |
2011-02-08 | Use f32_patt in i386_align_code when tuning for i686. | H.J. Lu | 1 | -1/+1 |
2011-02-08 | Also update cpu_arch_isa_flags for ISA extensions. | H.J. Lu | 1 | -0/+2 |
2011-01-26 | 2011-01-26 Kai Tietz <kai.tietz@onevision.com> | Kai Tietz | 1 | -0/+5 |
2011-01-17 | Add support for TBM instructions. | Quentin Neill | 1 | -0/+2 |
2011-01-16 | Disallow 64bit relocations in x32 mode. | H.J. Lu | 1 | -17/+27 |
2011-01-15 | Don't allow movabs with relocation in x32 mode. | H.J. Lu | 1 | -11/+24 |
2011-01-14 | Rename --n32 to --x32. | H.J. Lu | 1 | -4/+4 |
2011-01-10 | * config/tc-i386.c (x86_elf_abi): Only define for targets that use | Nick Clifton | 1 | -0/+5 |
2011-01-07 | Add docs and arch tests to BMI. | Quentin Neill | 1 | -0/+2 |
2011-01-05 | Implement BMI instructions. | H.J. Lu | 1 | -18/+57 |
2010-12-31 | Add x86-64 ILP32 support. | H.J. Lu | 1 | -10/+67 |
2010-10-14 | Add CheckRegSize to instructions which require register size check. | H.J. Lu | 1 | -3/+2 |
2010-10-14 | Add .d32 encoding suffix. | H.J. Lu | 1 | -7/+17 |