Don't keep the log files around. Just pipe to a log file instead.
[oota-llvm.git] / utils / TableGen / TGLexer.h
2011-01-07 David GreeneRename lisp-like functions as suggested by Gabor Greif...
2010-11-29 Michael J. SpencerI swear I did a make clean and make before committing...
2010-10-06 Chris Lattnerremove the !nameconcat tblgen feature. It "shorthand...
2010-09-27 Benjamin KramerPush twines deeper into SourceMgr's error handling...
2010-01-05 David GreeneAdd an !eq() operator to TableGen. It operates on...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-06-21 Chris Lattnerprune #include, fix warning.
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-06-09 David GreeneRevert 73074 and 73099 because Windows doesn't have...
2009-06-08 David GreeneAdd a !patsubst operator. Use on string types.
2009-06-08 David GreeneAdd a !regmatch operator to do pattern matching in...
2009-05-14 David GreeneImplement !if, analogous to $(if) in GNU make.
2009-05-14 David GreeneGraduate LLVM to the big leagues by embedding a LISP...
2009-05-14 David GreeneImplement a !foreach operator analogous to GNU make...
2009-05-14 David GreeneImplement a !subst operation simmilar to $(subst) in...
2009-05-14 David GreeneImplement !cast.
2009-05-14 David GreeneOperation Enhancements
2009-04-22 David GreeneImplement !nameconcat to concatenate strings and look...
2009-03-13 Chris Lattnermake "locations" a class instead of a typedef.
2009-03-13 Chris Lattnersplit buffer management and diagnostic printing out...
2008-10-22 Argyrios KyrtzidisUnbreak LLVM on the MSVC compiler:
2008-10-17 Dan GohmanFun x86 encoding tricks: when adding an immediate value...
2007-12-29 Chris Lattnerremove attributions from utils.
2007-11-22 Chris Lattneradd missing #include
2007-11-22 Chris LattnerRewrite the tblgen parser in a recursive descent style...
2007-11-19 Chris LattnerRecord the start of the current token, for use in error...
2007-11-19 Chris LattnerAdd carat diagnostics to tblgen lexer errors.
2007-11-18 Chris Lattnerreimplement the tblgen lexer with a simple hand-written...