| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove regzmm from AVX2 gather assert | Michael Zolotukhin | 2014-01-22 | 1 | -4/+2 |
* | Add check for invalid register in AVX512 gathers | Michael Zolotukhin | 2014-01-22 | 1 | -0/+16 |
* | Remove regbnd and vec_disp8 | H.J. Lu | 2014-01-08 | 1 | -3/+1 |
* | Add a dummy "int bnd_prefix" argument | H.J. Lu | 2013-11-18 | 1 | -2/+3 |
* | Add R_X86_64_PC32_BND and R_X86_64_PLT32_BND | H.J. Lu | 2013-11-17 | 1 | -13/+42 |
* | Reorder invalid default mask check | Michael Zolotukhin | 2013-11-15 | 1 | -8/+8 |
* | x86-64/gas: fix an asymmetry in suffix/register checking | Jan Beulich | 2013-11-04 | 1 | -5/+6 |
* | gas/ | Jan Beulich | 2013-10-08 | 1 | -14/+8 |
* | Add AMD bdver4 support. | Saravanan Ekanathan | 2013-09-30 | 1 | -0/+2 |
* | Add Intel AVX-512 support | H.J. Lu | 2013-07-26 | 1 | -57/+960 |
* | Support Intel SHA | H.J. Lu | 2013-07-25 | 1 | -0/+2 |
* | Support Intel MPX | H.J. Lu | 2013-07-24 | 1 | -0/+52 |
* | Don't align text/data/bss sections for ELF | H.J. Lu | 2013-05-31 | 1 | -9/+0 |
* | Rewrote i386_index_check | H.J. Lu | 2013-03-07 | 1 | -121/+106 |
* | Replace have_hle with hle_prefix | H.J. Lu | 2013-02-28 | 1 | -14/+7 |
* | Optimize REP prefix check | H.J. Lu | 2013-02-28 | 1 | -25/+12 |
* | Implement Intel SMAP instructions | H.J. Lu | 2013-02-19 | 1 | -0/+2 |
* | Support size relocation only for ELF | H.J. Lu | 2013-01-18 | 1 | -0/+6 |
* | Add x86 size relocation support to gas | H.J. Lu | 2013-01-17 | 1 | -3/+35 |
* | Increment length by 1 if the relocation token is removed | H.J. Lu | 2013-01-15 | 1 | -2/+6 |
* | Remove trailing white spaces on gas | H.J. Lu | 2013-01-10 | 1 | -2/+2 |
* | 2013-01-09 Steve Ellcey <sellcey@mips.com> | Steve Ellcey | 2013-01-09 | 1 | -2/+2 |
* | Add AMD bdver3 support. | Nagajyothi Eggone | 2012-10-09 | 1 | -0/+2 |
* | Replace CpuSSE3 with CpuCX16 for cmpxchg16b | H.J. Lu | 2012-09-20 | 1 | -0/+2 |
* | Add AMD btver1 and btver2 support | H.J. Lu | 2012-08-17 | 1 | -1/+7 |
* | Terminate register name when reporting bad register | H.J. Lu | 2012-08-14 | 1 | -0/+6 |
* | Despite them being ignored by the CPU, gas issues segment override | Jan Beulich | 2012-08-07 | 1 | -10/+6 |
* | The VGATHER group of instructions requires that all three involved | Jan Beulich | 2012-08-07 | 1 | -29/+84 |
* | There were several cases where the registers in the REX encoded range | Jan Beulich | 2012-08-07 | 1 | -23/+25 |
* | * config/tc-i386.c (lex_got): Provide implementation for PE | Nick Clifton | 2012-08-07 | 1 | -0/+103 |
* | The current error message for bad imm4 operands wasn't really helpful, | Jan Beulich | 2012-07-31 | 1 | -1/+1 |
* | Since the word to byte register conversion isn't active for x86-64 | Jan Beulich | 2012-07-31 | 1 | -13/+9 |
* | At the point where check_VecOperands()/VEX_check_operands() get run, | Jan Beulich | 2012-07-31 | 1 | -8/+8 |
* | Implement RDRSEED, ADX and PRFCHW instructions | H.J. Lu | 2012-07-16 | 1 | -0/+6 |
* | gas/ | Roland McGrath | 2012-06-22 | 1 | -3/+3 |
* | Fix .dc.a for x32 | H.J. Lu | 2012-06-13 | 1 | -0/+11 |
* | Remove x32 addend overflow for BFD_RELOC_64 | H.J. Lu | 2012-05-12 | 1 | -19/+0 |
* | Use int and bfd_signed_vma in x32 addend overflow check | H.J. Lu | 2012-05-11 | 1 | -3/+5 |
* | Display signed hex number in x32 addend overflow check | H.J. Lu | 2012-05-10 | 1 | -4/+11 |
* | Use fits_in_signed_long to check x32 addend overflow | H.J. Lu | 2012-05-10 | 1 | -2/+1 |
* | Check 64-bit relocation addend overflow for x32 | H.J. Lu | 2012-05-10 | 1 | -0/+11 |
* | Add `instruction' to unsupported error message | H.J. Lu | 2012-05-04 | 1 | -1/+1 |
* | Reformat output_insn | H.J. Lu | 2012-05-04 | 1 | -1/+1 |
* | Remove the extra VEX check | H.J. Lu | 2012-05-04 | 1 | -2/+1 |
* | Improve unsupported error message | H.J. Lu | 2012-05-04 | 1 | -2/+3 |
* | gas/ | Roland McGrath | 2012-03-13 | 1 | -0/+12 |
* | Add HLEPrefixNone/HLEPrefixLock/HLEPrefixAny/HLEPrefixRelease | H.J. Lu | 2012-02-21 | 1 | -4/+4 |
* | Implement Intel Transactional Synchronization Extensions | H.J. Lu | 2012-02-08 | 1 | -4/+72 |
* | * configure.tgt (i386-*-nacl*): Match it. | Roland McGrath | 2012-01-23 | 1 | -5/+6 |
* | Add .d8 suffix support to x86 assembler | H.J. Lu | 2012-01-20 | 1 | -6/+27 |