Fix PR4207.
[oota-llvm.git] / utils / TableGen / Record.cpp
2009-05-14 David GreeneFix PR4207.
2009-04-24 David GreeneFix multiclass inheritance to limit value resolution...
2009-04-23 David GreeneMake BinOps typed and require a type specifier for...
2009-04-22 David GreeneImplement !nameconcat to concatenate strings and look...
2009-03-19 Nate BegemanAdd support to tablegen for naming the nodes themselves...
2008-10-17 Dan GohmanFun x86 encoding tricks: when adding an immediate value...
2008-06-10 Matthijs KooijmanRemove some debug output from tblgen. This fixes a...
2007-12-29 Chris Lattnerremove attributions from utils.
2007-11-22 Chris Lattnerchange the Init print methods to return strings, and...
2007-11-22 Chris Lattnereliminate a bunch of print methods that are duplicate...
2007-11-20 Chris LattnerAdd the ability to convert a tblgen type to a string.
2007-11-11 Anton KorobeynikovAdd convenient helper to obtain list of ints
2007-07-19 Evan ChengChange instruction description to split OperandList...
2007-05-15 Evan ChengAdded \!con(a,b) syntax to concatnate two dag fragments.
2007-02-27 Chris Lattnerreapply
2007-02-27 Evan ChengBacking out
2007-02-27 Chris Lattnerinitial support for calling convention generation,...
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-11-02 Reid SpencerFor PR786:
2006-03-31 Chris LattnerGeneralize the previous binary operator support and...
2006-03-30 Chris LattnerImplement Regression/TableGen/DagDefSubst.ll
2006-02-18 Jeff CohenFix bugs identified by VC++.
2006-01-31 Chris Lattnerimplement test/Regression/TableGen/DagIntSubst.ll
2005-12-26 Duraid Madinamore standards-compliance stuff
2005-11-30 Nate BegemanFix some copy and paste typos.
2005-10-28 Chris LattnerRename Record::getValueAsListDef to getValueAsListOfDef...
2005-10-28 Jim LaskeyAdded method to return a vector of records for a ListIn...
2005-09-13 Chris LattnerAdd a new Record::getValueAsCode method to mirror the...
2005-08-19 Chris LattnerAdd a setName method to Record.
2005-04-22 Jeff CohenEliminate tabs and trailing spaces
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-04-19 Chris Lattnerfix bogus warning
2005-04-19 Chris LattnerMajor change to tblgen: instead of resolving values...
2005-04-19 Chris Lattnerimplementing shifting of literal integers
2004-11-05 Chris LattnerQuiet VC++ warnings
2004-10-08 Misha BrukmanProperly `quote' names, and don't forget to add the...
2004-09-30 Misha Brukman#include DataTypes.h to compile on MinGW, patch by...
2004-08-01 Chris LattnerFinegrainify namespacification
2004-07-27 Chris LattnerImplement test/Regression/TableGen/ListSlices.td
2004-07-26 Chris LattnerAdd initial support for list slices. This currently...
2004-06-21 Misha BrukmanHandle shifts >= 32 bits.
2004-02-28 Chris LattnerAssert instead of going into an infinite loop!
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header.
2003-08-10 Chris LattnerImplement correct parsing, representation, and printing...
2003-08-07 Chris LattnerAdd new method getVAlueAsDag
2003-08-06 Chris LattnerThere is something wrong with code that looks like:
2003-08-04 Chris Lattneradd support for DagInit initializers, which represent...
2003-08-04 Chris LattnerIt appears that somehow we forgot to add support for...
2003-08-04 Chris LattnerAdd initial support for a new 'dag' type
2003-08-03 Chris LattnerAdd new Record::getValueAsBit method
2003-08-03 Chris LattnerFix bug: TableGen/IntBitInit.td
2003-08-03 Chris LattnerFix bug: TableGen/BitsInitOverflow.td
2003-08-03 Chris LattnerChanges to allow lists of any type
2003-08-02 Chris LattnerAdd new method
2003-08-01 Chris Lattneradd support for emitting register classes
2003-08-01 Chris LattnerAdd new getValueAsListInit and getValueAsInt methods
2003-08-01 Chris LattnerFix the way field bit references are resolved, also...
2003-08-01 Chris LattnerAdd new getValueAsBitsInit 'high-level' method
2003-08-01 Chris LattnerSwitch over to an exception handling model for "high...
2003-08-01 Chris LattnerFactor code out into a new getAllDerivedDefinitions...
2003-07-30 Chris LattnerAllow passing lists through variables
2003-07-30 Chris LattnerImplement resolution of variables to the value of the...
2003-07-28 Chris LattnerAllow initializing variable initializers with variables
2002-12-06 Chris LattnerAllow printing partially constructed bitsets
2002-12-06 Chris LattnerDon't delete values that may still be referenced!
2002-12-06 Chris LattnerTighten up assertion checking
2002-12-03 Chris LattnerContinue implementing field initializers
2002-12-02 Chris LattnerContinued support for field intitializers
2002-12-02 Chris LattnerContinued support for field initializer
2002-12-02 Chris Lattner* Move BitsInit::resolveReferences up with the rest...
2002-12-02 Chris LattnerInitial checkin of TableGen utility