Initial checkin
[oota-llvm.git] / tools / 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-23 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 LattnerRemove asmwriter library from link line, because the...
2002-04-07 Chris Lattneruse dump method instead of Asm/Writer to do debug printing
2002-03-06 Chris LattnerSince verifier and SlotCalculator are now in VMCore...
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-09-09 Chris LattnerRemove extraneous space
2001-09-07 Chris LattnerMake use of the new TOOLNAME/USEDLIBS options provided...
2001-08-25 Vikram S. AdveAdd dependence to libvmcore.
2001-07-25 Chris LattnerAdd library dep
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-07-15 Vikram S. AdveReordered link line for correct static linking.
2001-06-06 Chris LattnerInitial revision