struct Init -> class Init.
[oota-llvm.git] / utils / TableGen / Record.h
2011-07-11 Evan Chengstruct Init -> class Init.
2011-07-11 David Greene[AVX] Make Inits Foldable
2011-06-27 Owen AndersonAdd support for alternative register names, useful...
2011-06-21 Jim GrosbachConsolidate some TableGen diagnostic helper functions.
2011-04-17 Chris Lattnernow that predicates have a decent abstraction layer...
2011-01-07 David GreeneRename lisp-like functions as suggested by Gabor Greif...
2010-12-15 Chris Lattnervarious cleanups to tblgen, patch by Garrison Venn!
2010-12-13 Bill WendlingAdd support for using the `!if' operator when initializ...
2010-12-13 Chris Lattnereliminate the Records global variable, patch by Garriso...
2010-11-29 Michael J. SpencerI swear I did a make clean and make before committing...
2010-10-06 Chris Lattnerremove the !nameconcat tblgen feature. It "shorthand...
2010-09-27 Benjamin KramerPush twines deeper into SourceMgr's error handling...
2010-09-21 Mikhail GlushenkovTrailing whitespace, 80-col violations.
2010-09-03 David GreeneGeneralize getFieldType to work on all TypedInits....
2010-05-26 Jakob Stoklund OlesenAdd StringRef::compare_numeric and use it to sort Table...
2010-04-09 Johnny ChenIf all the bit positions are not specified; do not...
2010-04-05 Jakob Stoklund OlesenReplace TSFlagsFields and TSFlagsShifts with a simpler...
2010-03-25 Jakob Stoklund OlesenTeach TableGen to understand X.Y notation in the TSFlag...
2010-03-25 Jakob Stoklund OlesenFix evil TableGen bug in template parameters with defaults.
2010-03-01 Chris LattnerFix PR2590 by making PatternSortingPredicate actually be
2010-01-05 David GreeneAdd an !eq() operator to TableGen. It operates on...
2009-11-24 Dan GohmanDelete some dead and non-obvious code.
2009-11-22 Bob WilsonFix whitespace.
2009-11-21 Bob WilsonFix some spelling in comments.
2009-11-21 Bob WilsonAvoid a redundant assertion.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-09-18 Chris Lattnerconvert some stuff to StringRef to avoid temporary...
2009-08-23 Daniel DunbarFix non-determinism in DAGISel emitter.
2009-08-12 Dan GohmanThis void is implicit in C++.
2009-07-03 Daniel DunbarReplace std::iostreams with raw_ostream in TableGen.
2009-06-29 David GreeneImplement !cast<string>.
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 GreeneMake IntInits and ListInits typed. This helps deduce...
2009-06-08 David GreeneAdd a !regmatch operator to do pattern matching in...
2009-05-15 Nick LewyckyAdd extra parenthesis around || statements to pacify...
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-30 Bob WilsonChange forward declaration of MultiClass to use the...
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...
2009-03-13 Ted KremenekFurther constify Record::isSubClassOf.
2009-03-13 Chris Lattneradd a new TGError class and use it to propagate locatio...
2009-03-13 Chris Lattnergive each Record a location.
2008-10-22 Argyrios KyrtzidisUnbreak LLVM on the MSVC compiler:
2008-10-17 Dan GohmanFun x86 encoding tricks: when adding an immediate value...
2008-09-11 Jim Grosbachlib/Target/SubtargetFeature.cpp asserts that the Featur...
2008-08-26 Chris LattnerStabilize 'getDwarfRegNumFull' output to not depend...
2008-07-07 Dan GohmanAdd explicit keywords.
2008-03-25 Dan GohmanAdd explicit keywords.
2008-01-22 Anton KorobeynikovAdd interator interface to DAGInit also
2008-01-21 Anton KorobeynikovProvide iterator access to ListInit contents
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-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-08-28 Reid SpencerAdd virtual methods to all subclasses so they are not...
2006-03-31 Chris LattnerGeneralize the previous binary operator support and...
2006-03-30 Chris LattnerImplement Regression/TableGen/DagDefSubst.ll
2006-01-31 Chris Lattnerimplement test/Regression/TableGen/DagIntSubst.ll
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-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 LattnerMajor change to tblgen: instead of resolving values...
2005-04-19 Chris Lattnerimplementing shifting of literal integers
2005-04-19 Chris LattnerAdd initial lexer and parser support for shifting value...
2004-12-06 Reid SpencerFor PR387:
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-10-23 Chris LattnerMake VC happier, patch contributed by Morten Ofstad
2004-07-27 Chris LattnerImplement test/Regression/TableGen/ListSlices.td
2004-07-26 Chris LattnerAdd initial support for list slices. This currently...
2004-04-15 Misha BrukmanThe "best" of both worlds: readable C++ comments and...
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 autopromotion of leaf trees from arguments...
2003-08-10 Chris LattnerImplement correct parsing, representation, and printing...
2003-08-07 Chris LattnerAdd and use a new method
2003-08-07 Chris LattnerAdd new method getVAlueAsDag
2003-08-06 Chris LattnerIck, add the RIGHT accessor
2003-08-06 Chris LattnerAdd accessor
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...
next