Skip to content
  1. Apr 14, 2013
    • Jakob Stoklund Olesen's avatar
      Add target flags to SPARC address operands. · 1fb08a8b
      Jakob Stoklund Olesen authored
      SDNodes and MachineOperands get target flags representing the %hi() and
      %lo() assembly annotations that eventually become relocations.
      
      Also define flags to be used by the 64-bit code models.
      
      llvm-svn: 179468
      1fb08a8b
    • Hal Finkel's avatar
      Mark all PPC CR registers to be spilled as live-in and tag MFCR appropriately · 2f293915
      Hal Finkel authored
      Leaving MFCR has having unmodeled side effects is not enough to prevent
      unwanted instruction reordering post-RA. We could probably apply a stronger
      barrier attribute, but there is a better way: Add all (not just the first) CR
      to be spilled as live-in to the entry block, and add all CRs to the MFCR
      instruction as implicitly killed.
      
      Unfortunately, I don't have a small test case.
      
      llvm-svn: 179465
      2f293915
  2. Apr 13, 2013
  3. Apr 12, 2013
Loading