#
6983f5d2 |
| 13-Feb-2005 |
Chris Lattner <sabre@nondot.org> |
Print the module, not the pointer.
llvm-svn: 20156
|
#
c8f1f4bc |
| 22-Jan-2005 |
Jeff Cohen <jeffc@jolt-lang.org> |
Use binary mode for reading/writing bytecode files
llvm-svn: 19751
|
#
742af2f2 |
| 02-Jan-2005 |
Reid Spencer <rspencer@reidspencer.com> |
Prevent output of bytecode to std::cout unless the --force flag is given. This prevents bytecode splats with usage like: cat file.ll | llvm-as -
llvm-svn: 19239
|
#
ca7d19e2 |
| 01-Jan-2005 |
Jeff Cohen <jeffc@jolt-lang.org> |
Fix typo 'ompress' => 'compress'.
llvm-svn: 19232
|
#
996ec72d |
| 30-Dec-2004 |
Reid Spencer <rspencer@reidspencer.com> |
For PR351: * Place a try/catch block around the entire tool to Make sure std::string exceptions are caught and printed before exiting the tool. * Make sure we catch unhandled exceptions at the top
For PR351: * Place a try/catch block around the entire tool to Make sure std::string exceptions are caught and printed before exiting the tool. * Make sure we catch unhandled exceptions at the top level so that we don't abort with a useless message but indicate than an unhandled exception was generated.
llvm-svn: 19192
show more ...
|
Revision tags: llvmorg-1.4.0 |
|
#
b2d0fa08 |
| 14-Nov-2004 |
Reid Spencer <rspencer@reidspencer.com> |
Fix usage of changed function prototype
llvm-svn: 17798
|
#
505b225e |
| 07-Nov-2004 |
Reid Spencer <rspencer@reidspencer.com> |
Rename the option for defeating compression to be a little more specific.
llvm-svn: 17567
|
#
feb3d509 |
| 07-Nov-2004 |
Reid Spencer <rspencer@reidspencer.com> |
Turn on compression by default. Change --compress to --no-compress so compression can be turned off.
llvm-svn: 17564
|
#
2e49204e |
| 06-Nov-2004 |
Reid Spencer <rspencer@reidspencer.com> |
Add support for compressed bytecode
llvm-svn: 17535
|
#
7c16caa3 |
| 01-Sep-2004 |
Reid Spencer <rspencer@reidspencer.com> |
Changes For Bug 352 Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/l
Changes For Bug 352 Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/.
llvm-svn: 16137
show more ...
|
#
e3263eca |
| 29-Aug-2004 |
Reid Spencer <rspencer@reidspencer.com> |
The functions in Signal.h are now in the llvm::sys namespace - adjust
llvm-svn: 16091
|
Revision tags: llvmorg-1.3.0 |
|
#
ab1aedab |
| 13-Jul-2004 |
Chris Lattner <sabre@nondot.org> |
Actually, use an exception to stop verification. This gives us much better error messages because verification stops at the first error.
llvm-svn: 14794
|
#
2c1bc9e7 |
| 13-Jul-2004 |
Chris Lattner <sabre@nondot.org> |
There is no reason to abort and print a stack trace if there is a verification error. Just print the message like a good little tool.
llvm-svn: 14793
|
#
a9e83604 |
| 11-Jul-2004 |
Reid Spencer <rspencer@reidspencer.com> |
Correct an output typo.
llvm-svn: 14766
|
#
f0ebb25d |
| 04-Jul-2004 |
Reid Spencer <rspencer@reidspencer.com> |
Add #include <iostream> since Value.h does not include it any more.
llvm-svn: 14623
|
#
10247b13 |
| 25-Jun-2004 |
Chris Lattner <sabre@nondot.org> |
Write .bc files to binary ostreams. This shouldn't change anything on unix, but allows us to generate valid code on hosts (like windows) that do newline translation for text files.
llvm-svn: 14418
|
#
278f5152 |
| 27-May-2004 |
Chris Lattner <sabre@nondot.org> |
Header file moved
llvm-svn: 13813
|
Revision tags: llvmorg-1.2.0 |
|
#
12439ffb |
| 19-Feb-2004 |
Chris Lattner <sabre@nondot.org> |
Make sure to print a stack trace whenever an error signal is delivered to the tool.
llvm-svn: 11632
|
Revision tags: llvmorg-1.1.0 |
|
#
960707c3 |
| 11-Nov-2003 |
Brian Gaeke <gaeke@uiuc.edu> |
Put all LLVM code into the llvm namespace, as per bug 109.
llvm-svn: 9903
|
Revision tags: llvmorg-1.0.0 |
|
#
22feb17e |
| 20-Oct-2003 |
Chris Lattner <sabre@nondot.org> |
Fix file header
llvm-svn: 9292
|
#
09344dcf |
| 20-Oct-2003 |
John Criswell <criswell@uiuc.edu> |
Added copyright header to all C++ source files.
llvm-svn: 9291
|
#
d6769741 |
| 10-Oct-2003 |
Misha Brukman <brukman+llvm@gmail.com> |
Fix grammar.
llvm-svn: 9026
|
#
9893027b |
| 28-Aug-2003 |
Misha Brukman <brukman+llvm@gmail.com> |
Renaming LLVM `as' to `llvm-as'.
llvm-svn: 8188
|
#
016ccdfe |
| 18-Aug-2003 |
Chris Lattner <sabre@nondot.org> |
Add new -disable-verify option
llvm-svn: 7960
|
#
306f8b49 |
| 31-May-2003 |
Chris Lattner <sabre@nondot.org> |
Add support for: -o -
llvm-svn: 6485
|