Cleanup some comments in the OCaml bindings.
[oota-llvm.git] / tools / llvm-as /
2008-02-21 Devang PatelAdd -disable-output option.
2007-12-29 Chris Lattnerremove attributions from tools.
2007-12-29 Chris Lattnerremove attributions from tools/utils makefiles.
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 Lattnerlink in bitwriter library
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-09-04 Chris LattnerSwitch to using llvm-config to select components to...
2006-08-18 Reid SpencerFor PR797:
2006-07-07 Chris LattnerTools require EH for their top-level try blocks.
2006-07-06 Chris LattnerChange the verifier to never throw an exception. Inste...
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2006-05-29 Chris LattnerSilly cleanup
2005-04-24 Misha BrukmanThere are still uses for spaces in Makefiles -- to...
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-25 Reid SpencerAdd LLVMbzip2 library, now required.
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-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-22 Reid SpencerWe're not doing automake any more
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerAdd the LLVMsystem.a library as it is now used for...
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 John CriswellAdded LLVM copyright to Makefiles.
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-10-10 Misha BrukmanRenamed as.cpp => llvm-as.cpp; this should've happened...
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-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