Changes For Bug 352
[oota-llvm.git] / tools / llvm-as / llvm-as.cpp
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