Skip to content
  1. Jun 19, 2012
  2. Jun 18, 2012
    • Hal Finkel's avatar
      Allow up to 64 functional units per processor itinerary. · 8eac0096
      Hal Finkel authored
      This patch changes the type used to hold the FU bitset from unsigned to uint64_t.
      This will be needed for some upcoming PowerPC itineraries.
      
      llvm-svn: 158679
      8eac0096
    • Jim Grosbach's avatar
      ARM: Define generic HINT instruction. · cb540f5c
      Jim Grosbach authored
      The NOP, WFE, WFI, SEV and YIELD instructions are all hints w/
      a different immediate value in bits [7,0]. Define a generic HINT
      instruction and refactor NOP, WFI, WFI, SEV and YIELD to be
      assembly aliases of that.
      
      rdar://11600518
      
      llvm-svn: 158674
      cb540f5c
    • Joel Jones's avatar
      This change handles a another case for generating the bic instruction · 3237ce73
      Joel Jones authored
      when a compile time constant is known.  This occurs when implicitly zero 
      extending function arguments from 16 bits to 32 bits.  The 8 bit case doesn't
      need to be handled, as the 8 bit constants are encoded directly, thereby
      not needing a separate load instruction to form the constant into a register.
      
      <rdar://problem/11481151>
      
      llvm-svn: 158659
      3237ce73
    • Chandler Carruth's avatar
      Temporarily revert r158087. · 2cc11fd8
      Chandler Carruth authored
      This patch causes problems when both dynamic stack realignment and
      dynamic allocas combine in the same function. With this patch, we no
      longer build the epilog correctly, and silently restore registers from
      the wrong position in the stack.
      
      Thanks to Matt for tracking this down, and getting at least an initial
      test case to Chad. I'm going to try to check a variation of that test
      case in so we can easily track the fixes required.
      
      llvm-svn: 158654
      2cc11fd8
  3. Jun 16, 2012
  4. Jun 15, 2012
  5. Jun 14, 2012
  6. Jun 13, 2012
Loading