Skip to content
  1. Sep 27, 2013
  2. Sep 26, 2013
  3. Sep 25, 2013
    • Reed Kotler's avatar
      Fix a bad typo in the inline assembly code for mips16 pic fp stubs · a6ce797f
      Reed Kotler authored
      and make one cosmetic cleanup to make it look the same as gcc
      in this area; adjusting test cases.
      
      llvm-svn: 191400
      a6ce797f
    • Andrew Trick's avatar
      Mark the x86 machine model as incomplete. PR17367. · b6854d80
      Andrew Trick authored
      Ideally, the machinel model is added at the time the instructions are
      defined. But many instructions in X86InstrSSE.td still need a model.
      
      Without this workaround the scheduler asserts because x86 already has
      itinerary classes for these instructions, indicating they should be
      modeled by the scheduler. Since we use the new machine model for other
      instructions, it expects a new machine model for these too.
      
      llvm-svn: 191391
      b6854d80
Loading