Make BinOps typed and require a type specifier for !nameconcat. This
[oota-llvm.git] / utils / TableGen / TGParser.cpp
2009-04-23 David GreeneMake BinOps typed and require a type specifier for...
2009-04-22 David GreeneAllow defm to inherit from multiple multiclasses.
2009-04-22 David GreeneImplement !nameconcat to concatenate strings and look...
2009-04-22 David GreeneImplement multiclass inheritance.
2009-03-26 Jim Grosbachfix a few spelling errors and typos
2009-03-19 Nate BegemanAdd support to tablegen for naming the nodes themselves...
2009-03-13 Chris Lattnergive each Record a location.
2009-03-13 Chris Lattnermake "locations" a class instead of a typedef.
2009-03-11 Chris Lattnerimplement support for C-style string literal concatenat...
2009-02-14 Cedric VenetUnbreak the build on win32.
2008-10-17 Dan GohmanFun x86 encoding tricks: when adding an immediate value...
2008-04-10 Chris Lattnerproduce an error on invalid input instead of asserting:
2008-01-10 Chris LattnerFix a crash on code like: let x = 1 {x
2007-12-29 Chris Lattnerremove attributions from utils.
2007-11-26 Chuck Rose IIIAdd TGParser files to VStudio project files. Removed...
2007-11-22 Chris Lattnerresolve the last fixme's in the new tblgen parser.
2007-11-22 Chris LattnerRewrite the tblgen parser in a recursive descent style...