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
    • Howard Hinnant's avatar
      Accidentally disallowed explicit tuple conversions when all elements of the... · f3b02b17
      Howard Hinnant authored
      Accidentally disallowed explicit tuple conversions when all elements of the tuple can be explicitly converted.
      
      llvm-svn: 179467
      f3b02b17
    • Greg Clayton's avatar
      Fixed issues with the way ELF symbols are parsed: · 9594f4c8
      Greg Clayton authored
      - Do not add symbols with no names
      - Make sure that symbols from ELF symbol tables know that the byte size is correct. Previously the symbols would calculate their sizes by looking for the next symbol and take symbols that had zero size and make them have invalid sizes.
      - Added the ability to dump raw ELF symbols by adding a Dump method to ELFSymbol
      
      Also removed some unused code from lldb_private::Symtab.
      
      llvm-svn: 179466
      9594f4c8
    • 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
    • Rafael Espindola's avatar
      Simplify test so that it is more portable. · 4f16ebfb
      Rafael Espindola authored
      I have checked that the test still fails when the "|| !P.isRegularFile()" from
      the original patch is removed.
      
      llvm-svn: 179464
      4f16ebfb
  2. Apr 13, 2013
Loading