Skip to content
  1. Jan 31, 2008
    • Dan Gohman's avatar
      Create a new class, MemOperand, for describing memory references · 3646fdda
      Dan Gohman authored
      in the backend. Introduce a new SDNode type, MemOperandSDNode, for
      holding a MemOperand in the SelectionDAG IR, and add a MemOperand
      list to MachineInstr, and code to manage them. Remove the offset
      field from SrcValueSDNode; uses of SrcValueSDNode that were using
      it are all all using MemOperandSDNode now.
      
      Also, begin updating some getLoad and getStore calls to use the
      PseudoSourceValue objects.
      
      Most of this was written by Florian Brander, some
      reorganization and updating to TOT by me.
      
      llvm-svn: 46585
      3646fdda
  2. Jan 30, 2008
  3. Jan 29, 2008
  4. Jan 28, 2008
Loading