Add a pointer to the owning LLVMContext to Module. This requires threading LLVMConte...
[oota-llvm.git] / tools / llvm-as / llvm-as.cpp
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-03-06 Chris LattnerChange various llvm utilities to use PrettyStackTracePr...
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...
2008-02-21 Devang PatelAdd -disable-output option.
2007-12-29 Chris Lattnerremove attributions from tools.
2007-10-08 Dan GohmanMove the space in overview output for commands out...
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-05-06 Chris Lattnerswitch tools to bitcode instead of bytecode
2007-04-22 Chris Lattneradd a temporary -bitcode option, which instructs llvm...
2007-01-21 Chris Lattnerdefault to emiting an uncompressed .bc file
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris Lattnermake all llvm tools call llvm_shutdown when they exit...
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-08-18 Reid SpencerFor PR797:
2006-07-06 Chris LattnerChange the verifier to never throw an exception. Inste...
2006-05-29 Chris LattnerSilly cleanup
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-02-13 Chris LattnerPrint the module, not the pointer.
2005-01-22 Jeff CohenUse binary mode for reading/writing bytecode files
2005-01-02 Reid SpencerPrevent output of bytecode to std::cout unless the...
2005-01-01 Jeff CohenFix typo 'ompress' => 'compress'.
2004-12-30 Reid SpencerFor PR351:
2004-11-14 Reid SpencerFix usage of changed function prototype
2004-11-07 Reid SpencerRename the option for defeating compression to be a...
2004-11-07 Reid SpencerTurn on compression by default.
2004-11-06 Reid SpencerAdd support for compressed bytecode
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerThe functions in Signal.h are now in the llvm::sys...
2004-07-13 Chris LattnerActually, use an exception to stop verification. This...
2004-07-13 Chris LattnerThere is no reason to abort and print a stack trace...
2004-07-11 Reid SpencerCorrect an output typo.
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not include...
2004-06-25 Chris LattnerWrite .bc files to binary ostreams. This shouldn't...
2004-05-27 Chris LattnerHeader file moved
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 Chris LattnerFix file header
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-10 Misha BrukmanFix grammar.
2003-08-28 Misha BrukmanRenaming LLVM `as' to `llvm-as'.
2003-08-18 Chris LattnerAdd new -disable-verify option
2003-05-31 Chris LattnerAdd support for: -o -
2003-05-22 Chris LattnerKill using declarations
2002-08-30 Chris Lattner- 'analyze' and 'as' now explicitly verify input becaus...
2002-07-30 Chris LattnerPrint the tool name when an error comes from so that...
2002-07-25 Chris Lattner*** empty log message ***
2002-07-22 Chris Lattner*** empty log message ***
2002-06-30 Chris LattnerClean up anands patch
2002-06-25 Anand ShuklaChanges for 64bit gcc
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-28 Chris LattnerUse operator << to print modules
2002-04-18 Chris LattnerMake sure that there is no case where a signal can...
2002-04-07 Chris Lattneruse dump method instead of Asm/Writer to do debug printing
2002-01-22 Chris LattnerIn an amazing fit of stupidity, I flipped the condition...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-07-23 Chris LattnerCommandLine library cleanup. No longer use getValue...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-23 Chris LattnerLarge scale changes to implement new command line argum...
2001-06-06 Chris LattnerInitial revision