Make 'unset_option' work on list options.
[oota-llvm.git] / utils / TableGen / TGLexer.h
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...