Skip to content
  1. Oct 04, 2004
  2. Oct 03, 2004
  3. Sep 08, 2004
  4. Aug 11, 2004
  5. Aug 10, 2004
  6. Aug 01, 2004
  7. Jul 31, 2004
  8. Jun 11, 2004
  9. Apr 13, 2004
  10. Apr 12, 2004
  11. Apr 11, 2004
  12. Apr 09, 2004
    • John Criswell's avatar
      Changes recommended by Chris: · c28c3b62
      John Criswell authored
      InstSelectSimple.cpp:
        Change the checks for proper I/O port address size into an exit() instead
        of an assertion.  Assertions aren't used in Release builds, and handling
        this error should be graceful (not that this counts as graceful, but it's
        more graceful).
      
        Modified the generation of the IN/OUT instructions to have 0 arguments.
      X86InstrInfo.td:
        Added the OpSize attribute to the 16 bit IN and OUT instructions.
      
      llvm-svn: 12786
      c28c3b62
Loading