Skip to content
  1. Jul 24, 2009
  2. Jul 23, 2009
    • Reid Kleckner's avatar
      Re-committing r76828 with the JIT memory manager changes now that the build · 4b3a3564
      Reid Kleckner authored
      bots like the BumpPtrAllocator changes.
      
      llvm-svn: 76902
      4b3a3564
    • 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
    • Duncan Sands's avatar
      Revert r75581: it causes massive breakage in the Ada · f4981105
      Duncan Sands authored
      testsuite, due to exception handling not working
      correctly.  Maybe because the libgcc unwinder is
      miscompiled - not sure, and I won't have time to
      look into it before leaving on holiday.  Note that
      miscompilations of libgcc are not picked up by the
      nightly testers, because they dynamically link with
      libgcc, so pick up the system version rather than
      the version built as part of llvm-gcc.  This is a
      nasty flaw in the nightly testers.  (On the other
      hand the Ada testsuite links with the just built
      libgcc).
      
      llvm-svn: 76895
      f4981105
Loading