Skip to content
  1. Feb 25, 2004
  2. Feb 23, 2004
  3. Feb 20, 2004
  4. Feb 19, 2004
  5. Feb 18, 2004
  6. Feb 17, 2004
  7. Feb 15, 2004
  8. Feb 14, 2004
  9. Feb 11, 2004
    • Brian Gaeke's avatar
      Add check-exit-code option, defaulting to true. · 35145beb
      Brian Gaeke authored
      Add ProgramExitedNonzero argument to executeProgram(), and make it
      tell its caller whether the program exited nonzero.
      
      Move executeProgramWithCBE() out of line, to ExecutionDriver.cpp, and remove
      its extra arguments which are always defaulted.  Make it turn off
      check-exit-code if the program exits nonzero while generating a reference
      output.
      
      Make diffProgram() assume that any nonzero exit code is a failure, if
      check-exit-code is turned on.
      
      llvm-svn: 11325
      35145beb
    • Chris Lattner's avatar
      1dec4a1e
  10. Feb 08, 2004
  11. Feb 02, 2004
  12. Feb 01, 2004
    • Chris Lattner's avatar
      Now that tailduplication does not bork SSA form, run mem2reg earlier in gccas. · eddfe437
      Chris Lattner authored
      This tremendously improves the code generated by the LLVM optimizer, primarily
      by making the inliner more aggressive.  For example, it improves the stepanov
      benchmark from 55.56 mega-additions/sec to 98.04 Ma/s.  It also improves the
      oopack/iterator benchmark from 338.3MFLOPS/s to 1103.4MFLOPS/s.  Less noteworthy,
      it improves oopack/matrix from 573 -> 641 MFLOPS/s.
      
      llvm-svn: 11053
      eddfe437
Loading