Skip to content
  1. Jul 29, 2009
  2. Jul 28, 2009
  3. Jul 27, 2009
  4. Jul 26, 2009
  5. Jul 25, 2009
  6. Jul 24, 2009
  7. Jul 23, 2009
    • Chris Lattner's avatar
      "fix" PR4612, which is a crash on: · 308c7896
      Chris Lattner authored
      %0 = malloc [3758096384 x i32]
      
      The "malloc" instruction doesn't support 64-bits correctly (see PR715),
      and should be removed.  Victor is actively working on fixing this, in 
      the meantime just don't crash.
      
      llvm-svn: 76899
      308c7896
Loading