llvm-6502/tools
Reid Spencer c4bb052ecc For PR351:
Generally, remove use of fork/exec from bugpoint in favor of the portable
sys::Program::ExecuteAndWait method. This change requires two new options
to bugpoint to tell it that it is running in "child" mode. In this mode,
it reads its input and runs the passes. The result code signals to the
parent instance of bugpoint what happened (success, fail, crash).

This change should make bugpoint usable on Win32 systems.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24961 91177308-0d34-0410-b5e6-96231b3b80d8
2005-12-22 20:02:55 +00:00
..
analyze Fix test/Regression/Other/2002-01-31-CallGraph.ll after the recent callgraph 2005-12-22 19:26:06 +00:00
bugpoint For PR351: 2005-12-22 20:02:55 +00:00
gccas Move some constant folding code shared by Analysis and Transform passes 2005-10-27 15:54:34 +00:00
gccld Implement PR679: 2005-12-22 01:50:56 +00:00
llc rename option for consistency with -mcpu -mattr etc 2005-12-16 05:19:55 +00:00
lli rename option 2005-12-16 05:19:18 +00:00
llvm-ar
llvm-as
llvm-bcanalyzer
llvm-db
llvm-dis
llvm-extract Move some constant folding code shared by Analysis and Transform passes 2005-10-27 15:54:34 +00:00
llvm-ld Implement PR512: 2005-12-21 05:03:23 +00:00
llvm-link
llvm-nm
llvm-prof
llvm-ranlib
llvm-stub
llvmc
opt Fix test/Regression/Other/2002-01-31-CallGraph.ll after the recent callgraph 2005-12-22 19:26:06 +00:00
Makefile