Skip to content
  1. Mar 05, 2013
    • Bill Wendling's avatar
      Remove unused #includes. · a69d0aaa
      Bill Wendling authored
      llvm-svn: 176467
      a69d0aaa
    • David Sehr's avatar
      The current X86 NOP padding uses one long NOP followed by the remainder in · 4c8979cd
      David Sehr authored
      one-byte NOPs.  If the processor actually executes those NOPs, as it sometimes
      does with aligned bundling, this can have a performance impact.  From my
      micro-benchmarks run on my one machine, a 15-byte NOP followed by twelve
      one-byte NOPs is about 20% worse than a 15 followed by a 12.  This patch
      changes NOP emission to emit as many 15-byte (the maximum) as possible followed
      by at most one shorter NOP.
      
      llvm-svn: 176464
      4c8979cd
  2. Mar 04, 2013
  3. Mar 02, 2013
  4. Mar 01, 2013
Loading