aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-as/llvm-as.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Move tool_output_file into its own file.Dan Gohman2010-10-071-1/+1
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-011-2/+2
* Use the new tool_output_file in several tools. This fixes a varietyDan Gohman2010-08-201-8/+6
* llvm-as: Simplify, and don't create empty output files with -disable-output.Daniel Dunbar2009-10-171-31/+35
* Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman2009-09-111-7/+6
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-251-4/+1
* eliminate the ostream version of CheckBitcodeOutputToConsole,Chris Lattner2009-08-231-1/+1
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-231-75/+51
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-161-7/+6
* To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson2009-07-151-1/+1
* Add a Force option to raw_fd_ostream to specify whether openingDan Gohman2009-07-151-27/+21
* switch the .ll parser into SMDiagnostic.Chris Lattner2009-07-021-2/+3
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-1/+1
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-1/+3
* Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner2009-03-061-2/+5
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-021-2/+3
* Add -disable-output option.Devang Patel2008-02-211-2/+6
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* Move the space in overview output for commands out of each of theDan Gohman2007-10-081-1/+1
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-1/+1
* switch tools to bitcode instead of bytecodeChris Lattner2007-05-061-19/+4
* add a temporary -bitcode option, which instructs llvm-as to produce a bitcode...Chris Lattner2007-04-221-2/+11
* default to emiting an uncompressed .bc fileChris Lattner2007-01-211-1/+1
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-15/+15
* make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner2006-12-061-0/+2
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-291-11/+12
* For PR797:Reid Spencer2006-08-181-5/+3
* Change the verifier to never throw an exception. Instead verifyModule canopt...Chris Lattner2006-07-061-8/+8
* Silly cleanupChris Lattner2006-05-291-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-221-10/+10
* Print the module, not the pointer.Chris Lattner2005-02-131-1/+1
* Use binary mode for reading/writing bytecode filesJeff Cohen2005-01-221-15/+16
* Prevent output of bytecode to std::cout unless the --force flag is given.Reid Spencer2005-01-021-1/+4
* Fix typo 'ompress' => 'compress'.Jeff Cohen2005-01-011-1/+1
* For PR351:Reid Spencer2004-12-301-2/+9
* Fix usage of changed function prototypeReid Spencer2004-11-141-3/+4
* Rename the option for defeating compression to be a little more specific.Reid Spencer2004-11-071-1/+1
* Turn on compression by default.Reid Spencer2004-11-071-3/+3
* Add support for compressed bytecodeReid Spencer2004-11-061-1/+4
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-291-2/+2
* Actually, use an exception to stop verification. This gives us much betterChris Lattner2004-07-131-1/+5
* There is no reason to abort and print a stack trace if there is a verificationChris Lattner2004-07-131-1/+1
* Correct an output typo.Reid Spencer2004-07-111-1/+1
* Add #include <iostream> since Value.h does not include it any more.Reid Spencer2004-07-041-0/+1
* Write .bc files to binary ostreams. This shouldn't change anything on unix,Chris Lattner2004-06-251-2/+4
* Header file movedChris Lattner2004-05-271-1/+1
* Make sure to print a stack trace whenever an error signal is delivered to theChris Lattner2004-02-191-0/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+2