Skip to content
  1. Mar 28, 2013
  2. Mar 27, 2013
    • Chad Rosier's avatar
      [ms-inline asm] Add support of imm displacement before bracketed memory · 1530ba5e
      Chad Rosier authored
      expression.  Specifically, this syntax:
      
       ImmDisp [ BaseReg + Scale*IndexReg + Disp ] 
      
      We don't currently support:
      
       ImmDisp [ Symbol ]
      
      rdar://13518671
      
      llvm-svn: 178186
      1530ba5e
    • Preston Gurd's avatar
      · 663e6f95
      Preston Gurd authored
      For the current Atom processor, the fastest way to handle a call
      indirect through a memory address is to load the memory address into
      a register and then call indirect through the register.
      
      This patch implements this improvement by modifying SelectionDAG to
      force a function address which is a memory reference to be loaded
      into a virtual register.
      
      Patch by Sriram Murali.
      
      llvm-svn: 178171
      663e6f95
    • Hal Finkel's avatar
      Fix typo (common to both X86 and PPC) · 1996f3d8
      Hal Finkel authored
      Thanks to Bill Schmidt for pointing this out during code review!
      
      llvm-svn: 178170
      1996f3d8
  3. Mar 26, 2013
  4. Mar 25, 2013
  5. Mar 21, 2013
  6. Mar 20, 2013
Loading