Skip to content
  1. Sep 02, 2011
    • Craig Topper's avatar
      Make IC_VEX* not inherit from IC_*. Prevents instructions with no VEX form... · 94ce5356
      Craig Topper authored
      Make IC_VEX* not inherit from IC_*. Prevents instructions with no VEX form from disassembling to their non-VEX form. Also prevents weak filter collisons that were keeping valid VEX instructions from decoding properly. Make VEX_L* not inherit from VEX_* because the VEX.L bit always important. This stops packed int VEX encodings from being disassembled when specified with VEX.L=1. Fixes PR10831 and PR10806.
      
      llvm-svn: 138997
      94ce5356
  2. Aug 30, 2011
  3. Aug 26, 2011
  4. Aug 25, 2011
  5. Aug 19, 2011
  6. Mar 15, 2011
  7. Nov 14, 2010
  8. Oct 22, 2010
  9. Oct 05, 2010
  10. Jul 13, 2010
  11. May 06, 2010
  12. Apr 17, 2010
  13. Mar 08, 2010
  14. Feb 13, 2010
  15. Dec 22, 2009
Loading