Skip to content
  1. Feb 23, 2006
  2. Feb 22, 2006
  3. Feb 20, 2006
  4. Feb 18, 2006
  5. Feb 17, 2006
  6. Feb 16, 2006
  7. Feb 15, 2006
  8. Feb 14, 2006
  9. Feb 13, 2006
  10. Feb 11, 2006
  11. Feb 09, 2006
    • Evan Cheng's avatar
      Added SelectionDAG::InsertISelMapEntry(). This is used to workaround the gcc · a1ef3ec5
      Evan Cheng authored
      problem where it inline the map insertion call too aggressively. Before this
      change it was producing a frame size of 24k for Select_store(), now it's down
      to 10k (by calling this method rather than calling the map insertion operator).
      
      llvm-svn: 26094
      a1ef3ec5
    • Evan Cheng's avatar
      More changes to reduce frame size. · d3f1db93
      Evan Cheng authored
      Move all getTargetNode() out of SelectionDAG.h into SelectionDAG.cpp. This
      prevents them from being inlined.
      Change getTargetNode() so they return SDNode * instead of SDOperand to prevent
      copying. It should also help compilation speed.
      
      llvm-svn: 26083
      d3f1db93
Loading