What should be the last unnecessary <iostream>s in the library.
[oota-llvm.git] / utils / TableGen / TableGen.cpp
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-03-03 Chris Lattnerremove a bunch of long-dead testing code
2006-03-03 Chris Lattnerinitial implementation of intrinsic parsing
2006-03-03 Chris LattnerAdd support for "-Ifoo" in addition to "-I foo"
2006-03-03 Chris Lattneradd support for multiple include directories
2005-12-26 Duraid Madinamore standards-compliance stuff
2005-10-23 Chris LattnerRemove the obsolete instr selector emitter
2005-10-21 Jim LaskeyPlugin new subtarget backend into the build.
2005-09-03 Chris LattnerAdd an option and stuff implementation of a dag isel...
2005-04-22 Jeff CohenEliminate tabs and trailing spaces
2005-04-22 Misha BrukmanRemove trailing whitespace
2004-11-14 Reid SpencerFix usage of changed function prototype
2004-09-03 Reid SpencerMake tblgen's exception handling a little more robust...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerRemoveFileOnErrorSignal is now in the llvm::sys namespa...
2004-08-01 Chris LattnerInitial cut at an asm writer emitter. So far, this...
2004-08-01 Chris LattnerFinegrainify namespacification
2004-07-22 Chris LattnerRemove some abandoned code that was never finished...
2004-07-16 Chris LattnerPassing integer 0 in for a pointer value doesn't work...
2004-07-13 Chris LattnerMake tblgen not try to be smart. This is better handle...
2004-05-27 Chris LattnerHeader file moved
2004-04-06 Jakub Staszakadd tablgen backend for really simple instruction selector
2004-02-13 Chris Lattnerexit(1) instead of abort()'ing on error
2004-02-06 Chris LattnerPrint the record NAME not the record ADDRESS
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header.
2003-09-07 Misha BrukmanFixed spelling of `intentionally'.
2003-08-27 John CriswellAdded an option to TableGen that allows users to specif...
2003-08-14 Misha BrukmanUsing `std::remove' requires `cstdio.h'.
2003-08-06 Chris LattnerAdd an instruction selector emitter skeleton
2003-08-03 Chris Lattneradd new --gen-instr-desc option
2003-08-03 Chris LattnerAdd support for instruction enum emission
2003-08-01 Chris LattnerTablegen should only replace the output if it changes
2003-08-01 Chris LattnerMake sure to delete the output file if there is an...
2003-08-01 Chris LattnerAdd the ability to emit register file enums
2003-08-01 Chris LattnerDead code elimination
2003-08-01 Chris LattnerAdd file comment
2003-07-31 Chris LattnerRename createEmitter to run because eventually all...
2003-07-30 Chris LattnerMake tablegen take an input filename to parse if one...
2003-07-29 Chris LattnerDon't crash if there is no Inst class in the tablegen...
2003-06-03 Chris LattnerSpiff up options a bit
2003-06-03 Chris LattnerAdd -o support for TableGen
2003-06-03 Chris LattnerMake tablegen use more structured command line options
2003-05-24 Misha BrukmanAdd ability to utilize the code emitter generator ...
2002-12-03 Chris LattnerAdd code that can be used for debugging
2002-12-02 Chris LattnerAdjustments due to new FieldInit stuff
2002-12-02 Chris LattnerInitial checkin of TableGen utility