Skip to content
  1. Mar 14, 2004
  2. Mar 13, 2004
  3. Mar 12, 2004
  4. Feb 20, 2004
  5. Feb 19, 2004
  6. Feb 18, 2004
  7. Feb 17, 2004
  8. 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
  9. Jan 14, 2004
  10. Dec 07, 2003
  11. Nov 29, 2003
  12. Nov 23, 2003
  13. Nov 22, 2003
  14. Nov 11, 2003
  15. Nov 05, 2003
    • Chris Lattner's avatar
      I hate it when bugpoint is all ready to give me a bytecode file, then crashes · 2920100e
      Chris Lattner authored
      in final cleanups.  Then you had to run the whole mess again with
      -disable-final-cleanups.
      
      This makes bugpoint run the cleanups in a protected environment so that if
      they crash, bugpoint itself doesn't crash.  This makes things much happier,
      implements a FIXME, and gets rid of YABPO (yet another bugpoint option).
      
      llvm-svn: 9743
      2920100e
Loading