prune #include, fix warning.
[oota-llvm.git] / utils / TableGen / TGLexer.cpp
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-21 Chris Lattnermove TGSourceMgr class out of TableGen into libsupport.
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-05-05 David GreeneAllow multiclass def names to contain "#NAME"" where...
2009-04-22 David GreeneImplement !nameconcat to concatenate strings and look...
2009-03-13 Chris LattnerFix escaping in asm string literals correctly by having...
2009-03-13 Chris Lattneradd a horrible hack to fix the build.
2009-03-13 Chris Lattneradd support for a few simple escape characters in tblge...
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-17 Dan GohmanFun x86 encoding tricks: when adding an immediate value...
2008-10-08 Duncan SandsAdd <cstdio> include where needed by gcc-4.4.
2008-04-01 Chris LattnerChange the MemoryBuffer::getFile* methods to take just...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2007-12-29 Chris Lattnerremove attributions from utils.
2007-11-22 Chris LattnerRewrite the tblgen parser in a recursive descent style...
2007-11-21 Chuck Rose IIISwitching back to strtoll. Including config.h. On...
2007-11-21 Chuck Rose IIIThis change does a couple of things. First it gets...
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 Lattnerminor cleanups
2007-11-18 Chris Lattnerensure header is self contained.
2007-11-18 Chris Lattnerreimplement the tblgen lexer with a simple hand-written...