llvm-6502/tools
Chris Lattner 17e9edc4a7 Change raw_fd_ostream to take flags as an optional bitmask
instead of as two bools.  Use this to add a F_Append flag
which has the obvious behavior.

Other unrelated changes conflated into this patch:

1. REmove EH stuff from llvm-dis and llvm-as, the try blocks
   are dead.
2. Simplify the filename inference code in llvm-as/llvm-dis,
   because raw_fd_ostream does the right thing with '-'.
3. Switch machine verifier to use raw_ostream instead of ostream
   (Which is the thing that needed append in the first place).




git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79807 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-23 02:51:22 +00:00
..
bugpoint Change raw_fd_ostream to take flags as an optional bitmask 2009-08-23 02:51:22 +00:00
gccas
gccld
gold Change raw_fd_ostream to take flags as an optional bitmask 2009-08-23 02:51:22 +00:00
llc Change raw_fd_ostream to take flags as an optional bitmask 2009-08-23 02:51:22 +00:00
lli Push LLVMContexts through the IntegerType APIs. 2009-08-13 21:58:54 +00:00
llvm-ar
llvm-as Change raw_fd_ostream to take flags as an optional bitmask 2009-08-23 02:51:22 +00:00
llvm-bcanalyzer
llvm-config CMake: Automatic regeneration of the library dependencies file. 2009-08-14 16:59:41 +00:00
llvm-db
llvm-dis Change raw_fd_ostream to take flags as an optional bitmask 2009-08-23 02:51:22 +00:00
llvm-extract Change raw_fd_ostream to take flags as an optional bitmask 2009-08-23 02:51:22 +00:00
llvm-ld Change raw_fd_ostream to take flags as an optional bitmask 2009-08-23 02:51:22 +00:00
llvm-link Change raw_fd_ostream to take flags as an optional bitmask 2009-08-23 02:51:22 +00:00
llvm-mc Change raw_fd_ostream to take flags as an optional bitmask 2009-08-23 02:51:22 +00:00
llvm-nm Add plumbing for the `linker_private' linkage type. This type is meant for 2009-07-20 01:03:30 +00:00
llvm-prof
llvm-ranlib
llvm-stub
llvmc
lto Change raw_fd_ostream to take flags as an optional bitmask 2009-08-23 02:51:22 +00:00
opt Change raw_fd_ostream to take flags as an optional bitmask 2009-08-23 02:51:22 +00:00
CMakeLists.txt CMake: Discriminate MINGW, MSYS, CYGWIN: does not try to build llvm-config under mingw without msys. 2009-08-16 20:50:41 +00:00
Makefile The attached patches attempt to fix cross builds. For example, if you 2009-08-18 00:40:33 +00:00