Skip to content
  1. Jun 23, 2012
  2. Jun 22, 2012
  3. Jun 21, 2012
    • Jack Carter's avatar
      The inline asm operand modifier 'n' is suppose · c457f620
      Jack Carter authored
      to be generic across architectures. It has the
      following description in the gnu sources:
      
          Negate the immediate constant
      
      Several Architectures such as x86 have local implementations
      of operand modifier 'n' which go beyond the above description
      slightly. This won't affect them.
      
      Affected files:
      
          lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
              Added 'n' to the switch cases.
      
          test/CodeGen/Generic/asm-large-immediate.ll
              Generic compiled test (x86 for me)
      
          test/CodeGen/Mips/asm-large-immediate.ll
              Mips compiled version of the generic one
      
      Contributer: Jack Carter
      llvm-svn: 158939
      c457f620
    • Nuno Lopes's avatar
      Add support for invoke to the MemoryBuiltin analysid. · dc6085e5
      Nuno Lopes authored
      Update comments accordingly.
      
      Make instcombine remove useless invokes to C++'s 'new' allocation function (test attached).
      
      llvm-svn: 158937
      dc6085e5
Loading