Don't keep the log files around. Just pipe to a log file instead.
[oota-llvm.git] / utils / TableGen / TableGen.cpp
2011-02-14 Argyrios KyrtzidisAdd the ClangSACheckersEmitter tablegen backend which...
2011-01-19 Douglas GregorFix comment for gen-clang-decl-nodes tblgen backend...
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-15 Bob WilsonAdd a Neon intrinsic test generator.
2010-12-15 Chris Lattnervarious cleanups to tblgen, patch by Garrison Venn!
2010-12-13 Chris Lattnereliminate the Records global variable, patch by Garriso...
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-10-20 Anders CarlssonAdd a way to emit StringSwitch of clang attribute spell...
2010-10-07 Dan GohmanMove tool_output_file into its own file.
2010-09-27 Benjamin KramerPush twines deeper into SourceMgr's error handling...
2010-09-01 Dan GohmanMake tool_output_file's raw_ostream instance a member...
2010-08-20 Dan GohmanConvert tablegen to use tool_output_file.
2010-08-18 Sean HuntFinish full attribute class emission for clang.
2010-08-13 Mikhail GlushenkovRevert r111007.
2010-08-13 Mikhail GlushenkovAdd a workaround for building with Clang.
2010-07-20 Chris Lattnerremove option from tablegen for building static header.
2010-06-17 Nate BegemanModify tablegen to support generating all NEON code...
2010-06-16 Sean HuntAdd preliminary clang attribute generation support.
2010-06-04 Nate BegemanBuiltinsARM.def emitter, still needs a substantial...
2010-05-30 Sean HuntAllow for creation of clang DeclNodes tables.
2010-05-28 Eli FriedmanFix build breakage.
2010-05-28 Nate BegemanAdd support to tablegen for auto-generating arm_neon...
2010-05-27 Dan GohmanSimplify raw_ostream usage.
2010-05-05 Sean HuntAdd an emitter to handle the list of clang statement...
2010-04-02 Johnny ChenSecond try of initial ARM/Thumb disassembler check...
2010-03-27 Dan GohmanRemove an unnecessary #include.
2010-03-16 Bob Wilson--- Reverse-merging r98637 into '.':
2010-03-16 Johnny ChenInitial ARM/Thumb disassembler check-in. It consists...
2010-01-29 Sean CallananAdded a custom TableGen backend to support the
2009-11-25 Daniel DunbarSketch TableGen disassembler emitter, based on patch...
2009-11-18 Daniel DunbarTableGen: Add initial backend for clang Driver's option...
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-23 Chris LattnerChange raw_fd_ostream to take flags as an optional...
2009-07-15 Dan GohmanAdd a Force option to raw_fd_ostream to specify whether...
2009-07-11 Daniel DunbarStub out assembly matcher (.s -> MCInst) tblgen backend.
2009-07-08 Chris LattnerAdd a new little "FileCheck" utility for regression...
2009-07-03 Daniel DunbarReplace std::iostreams with raw_ostream in TableGen.
2009-06-30 Daniel DunbarNormalize SourceMgr messages.
2009-06-21 Chris Lattnerrename SourceMgr::PrintError to PrintMessage.
2009-06-21 Chris Lattnermove include searching logic from TGLexer to SourceMgr.
2009-06-21 Chris LattnerRename TGSourceMgr -> SourceMgr.
2009-06-21 Chris Lattnerrename TGLoc -> SMLoc.
2009-04-15 Chris Lattnerrename -gen-clang-diags-options -> -gen-clang-diag...
2009-03-18 Ted KremenekAdd another Clang TableGen-backend (-gen-clang-diags...
2009-03-13 Ted KremenekAdd (hidden) TableGen command option '-clang-component...
2009-03-13 Ted KremenekAdd initial implementation of a TableGen backend for...
2009-03-13 Chris Lattneradd a new TGError class and use it to propagate locatio...
2009-03-13 Chris Lattnergive each Record a location.
2009-03-13 Chris Lattnermake "locations" a class instead of a typedef.
2009-03-13 Chris Lattnersplit buffer management and diagnostic printing out...
2009-03-06 Chris LattnerChange various llvm utilities to use PrettyStackTracePr...
2009-02-05 Dale JohannesenReapply 63765. Patches for clang and llvm-gcc to follow.
2009-02-04 Dale JohannesenReverting 63765. This broke the build of both clang
2009-02-04 Nate BegemanNew feature: add support for target intrinsics being...
2008-11-07 Dan GohmanMake tablegen print out a nice error message for a...
2008-08-13 Dan GohmanInitial checkin of the new "fast" instruction selection...
2008-05-06 Mikhail GlushenkovNaming fix: LLVMCCConfigurationEmitter -> LLVMCConfigur...
2008-05-06 Mikhail GlushenkovRename LLVMCCConfigurationEmitter to LLVMCConfiguration...
2008-04-01 Chris LattnerChange the MemoryBuffer::getFile* methods to take just...
2008-03-23 Anton KorobeynikovAdd first proof-of-concept universal compiler driver...
2008-01-06 Chris Lattnersplit enum emission out from InstrInfoEmitter into...
2007-12-29 Chris Lattnerremove attributions from utils.
2007-11-22 Chris LattnerRewrite the tblgen parser in a recursive descent style...
2007-02-27 Chris Lattnerreapply
2007-02-27 Evan ChengBacking out
2007-02-27 Chris Lattnerinitial support for calling convention generation,...
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
next