Skip to content
  1. Dec 18, 2010
    • Bill Wendling's avatar
      During local stack slot allocation, the materializeFrameBaseRegister function · 3fff1fd4
      Bill Wendling authored
      may be called. If the entry block is empty, the insertion point iterator will be
      the "end()" value. Calling ->getParent() on it (among others) causes problems.
      
      Modify materializeFrameBaseRegister to take the machine basic block and insert
      the frame base register at the beginning of that block. (It's very similar to
      what the code does all ready. The only difference is that it will always insert
      at the beginning of the entry block instead of after a previous materialization
      of the frame base register. I doubt that that matters here.)
      
      <rdar://problem/8782198>
      
      llvm-svn: 122104
      3fff1fd4
    • Bob Wilson's avatar
      Fix a DAGCombiner crash when folding binary vector operations with constant · 5408144a
      Bob Wilson authored
      BUILD_VECTOR operands where the element type is not legal.  I had previously
      changed this code to insert TRUNCATE operations, but that was just wrong.
      
      llvm-svn: 122102
      5408144a
  2. Dec 17, 2010
  3. Dec 16, 2010
  4. Dec 15, 2010
  5. Dec 14, 2010
  6. Dec 13, 2010
  7. Dec 12, 2010
  8. Dec 11, 2010
  9. Dec 10, 2010
Loading