Skip to content
  1. Jun 21, 2013
    • Quentin Colombet's avatar
      ARM: Remove a (false) dependency on the memoryoperand's value as we do not use · 663150f6
      Quentin Colombet authored
      it at the moment.
      This allows to form more paired loads even when stack coloring pass destroys the
      memoryoperand's value.
      
      <rdar://problem/13978317>
      
      llvm-svn: 184492
      663150f6
    • Ulrich Weigand's avatar
      · 68e2e1b3
      Ulrich Weigand authored
      [PowerPC] Clean up VK_PPC_TOC... names
      
      This is another minor cleanup; to bring enum names in line
      with the corresponding @modifier names, this renames:
      
        VK_PPC_TOC -> VK_PPC_TOCBASE
        VK_PPC_TOC_ENTRY -> VK_PPC_TOC16
      
      No code change intended.
      
      llvm-svn: 184491
      68e2e1b3
    • Kevin Enderby's avatar
      Update the X86 disassembler to use xacquire and xrelease when appropriate. · 35fd7923
      Kevin Enderby authored
      This is a bit tricky as the xacquire and xrelease hints use the same bytes,
      0xf2 and 0xf3, as the repne and rep prefixes.
      
      Fortunately llvm has different llvm MCInst Opcode enums for rep/xrelease
      and repne/xacquire. So to make this work a boolean was added the
      InternalInstruction struct as part of the Prefix state which is set with the
      added logic in readPrefixes() when decoding an instruction to determine
      if these prefix bytes are to be disassembled as xacquire or xrelease.  Then
      we let the matcher pick the normal prefix instructionID and we change the
      Opcode after that when it is set into the MCInst being created.
      
      rdar://11019859
      
      llvm-svn: 184490
      35fd7923
    • Rafael Espindola's avatar
      Add another fixme. · 1efb69cd
      Rafael Espindola authored
      llvm-svn: 184488
      1efb69cd
    • Rafael Espindola's avatar
      Add a fixme. · 9bb9fa84
      Rafael Espindola authored
      llvm-svn: 184486
      9bb9fa84
    • Ulrich Weigand's avatar
      · 9e90b3c8
      Ulrich Weigand authored
      [PowerPC] Minor cleanup in PPCELFObjectWriter::getRelocTypeInner
      
      This just re-sorts the big switch statement in
      PPCELFObjectWriter::getRelocTypeInner to follow
      the (numerical) order of the reloc types, and
      fixes a couple of whitespace issues.
      
      llvm-svn: 184485
      9e90b3c8
    • Rafael Espindola's avatar
      Remove last use of PathV1.h from Archive.cpp. · e34d6a5f
      Rafael Espindola authored
      llvm-svn: 184484
      e34d6a5f
  2. Jun 20, 2013
Loading