Skip to content
  1. May 11, 2012
  2. May 10, 2012
  3. May 04, 2012
  4. May 02, 2012
  5. Mar 19, 2012
  6. Feb 29, 2012
  7. Feb 28, 2012
    • Preston Gurd's avatar
      · a49ef92a
      Preston Gurd authored
      This patch adds instruction latencies for the SSE instructions
      to the instruction scheduler for the Intel Atom.
      
      llvm-svn: 151590
      a49ef92a
  8. Feb 18, 2012
  9. Feb 02, 2012
    • Andrew Trick's avatar
      Instruction scheduling itinerary for Intel Atom. · 8523b16f
      Andrew Trick authored
      Adds an instruction itinerary to all x86 instructions, giving each a default latency of 1, using the InstrItinClass IIC_DEFAULT.
      
      Sets specific latencies for Atom for the instructions in files X86InstrCMovSetCC.td, X86InstrArithmetic.td, X86InstrControl.td, and X86InstrShiftRotate.td. The Atom latencies for the remainder of the x86 instructions will be set in subsequent patches.
      
      Adds a test to verify that the scheduler is working.
      
      Also changes the scheduling preference to "Hybrid" for i386 Atom, while leaving x86_64 as ILP.
      
      Patch by Preston Gurd!
      
      llvm-svn: 149558
      8523b16f
Loading