Skip to content
  1. Apr 09, 2004
    • John Criswell's avatar
      Changed assertions to error messages. · 2fc99838
      John Criswell authored
      llvm-svn: 12787
      2fc99838
    • 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
  2. Apr 08, 2004
  3. Apr 07, 2004
  4. Apr 06, 2004
    • Jakub Staszak's avatar
      · b8955205
      Jakub Staszak authored
      file based off InstSelectSimple.cpp, slowly being replaced by generated code from the really simple X86 instruction selector tablegen backend
      
      llvm-svn: 12715
      b8955205
    • Jakub Staszak's avatar
      · de647007
      Jakub Staszak authored
      Tablgen files for really simple instruction selector
      
      llvm-svn: 12714
      de647007
Loading