struct Init -> class Init.
[oota-llvm.git] / utils / TableGen / TGParser.h
2011-07-11 Evan Chengstruct Init -> class Init.
2011-07-11 David Greene[AVX] Make Inits Foldable
2011-06-21 Jim GrosbachConsolidate some TableGen diagnostic helper functions.
2011-06-01 Joerg SonnenbergerAdd new -d option to tblgen. It writes a make(1)-style...
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-09-27 Benjamin KramerPush twines deeper into SourceMgr's error handling...
2010-06-10 Bruno Cardoso LopesTeach tablegen to allow "let" expressions inside multic...
2010-06-05 Bruno Cardoso LopesTeach tablegen to support 'defm' inside multiclasses.
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-08 David GreeneMake IntInits and ListInits typed. This helps deduce...
2009-05-14 David GreeneOperation Enhancements
2009-04-30 Bob WilsonRename the CurMultiClass formal parameter of TGParser...
2009-04-30 Bob WilsonRemove unnecessary "class" keywords.
2009-04-22 David GreeneImplement multiclass inheritance.
2009-03-19 Sebastian RedlFix the Win32 VS2008 build:
2009-03-13 Chris Lattnermake "locations" a class instead of a typedef.
2009-03-13 Chris Lattnersplit buffer management and diagnostic printing out...
2009-02-14 Cedric VenetUnbreak the build on win32.
2009-01-22 Chris LattnerMake tblgen more portable, allowing it to build with...
2007-12-29 Chris Lattnerremove attributions from utils.
2007-11-22 Chris LattnerRewrite the tblgen parser in a recursive descent style...