[AVX] Make UnOpInit Unique
[oota-llvm.git] / utils / TableGen / Record.cpp
2011-07-29 David Greene[AVX] Make UnOpInit Unique
2011-07-29 David Greene[AVX] Make ListInits Unique
2011-07-29 David Greene[AVX] Make CodeInit Unique
2011-07-29 David Greene[AVX] Make StringInit Unique
2011-07-29 David Greene[AVX] Make IntInit Unique
2011-07-29 David Greene[AVX] Make BitsInit Unique
2011-07-29 David Greene[AVX] Unique BitInit
2011-07-29 David Greene[AVX] Unique UnsetInit
2011-07-29 David Greene[AVX] Create Inits Via Factory Method
2011-07-29 David Greene[AVX] Constify Inits
2011-07-29 David Greene[AVX] Remove non-const Iterators
2011-07-29 David Greene[AVX] Remove Mutating Members from Inits
2011-07-29 David GreeneAdd a std::string Wrapper for TableGen
2011-07-18 Jakob Stoklund OlesenIntern all RecTy subclass instances to avoid duplicates.
2011-07-11 Eric ChristopherRevert r134921, 134917, 134908 and 134907. They're...
2011-07-11 David GreeneUse get(0 Instead of Create()
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-06-03 Nick LewyckyRework the logic to not rely on undefined behaviour...
2011-05-06 Jim GrosbachImprove diagnostics for some parse errors. Not assertin...
2011-01-07 David GreeneRename lisp-like functions as suggested by Gabor Greif...
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-12-13 Chris Lattnerclean up RecordKeeper::getAllDerivedDefinitions, patch...
2010-12-10 Bill WendlingGet rid of ellipses.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-10-06 Chris Lattnerremove the !nameconcat tblgen feature. It "shorthand...
2010-09-03 David GreeneGeneralize getFieldType to work on all TypedInits....
2010-06-23 Bruno Cardoso LopesFix a tblgen bug.
2010-06-17 Bruno Cardoso LopesIn case Rec is a definition and not a class, do the...
2010-06-17 Bruno Cardoso LopesFix the handling of !if result, avoiding null results...
2010-06-17 Bruno Cardoso LopesFor a tablegen expression such as !if(a,b,c), let 'a'
2010-06-16 Bruno Cardoso Lopeslet the '!eq' expression support 'int' and 'bit' types
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-18 Chris Lattnerdisallow concatenation of two dags with different opera...
2010-01-05 David GreeneAdd an !eq() operator to TableGen. It operates on...
2009-12-21 David GreeneFix a bug in !subst where TableGen would go and resubst...
2009-11-24 Dan GohmanDelete some dead and non-obvious code.
2009-11-22 Bob WilsonFix whitespace.
2009-11-22 Bob WilsonFix pr5470. Tablegen handles template arguments by...
2009-11-21 Bob WilsonFix some spelling in comments.
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-07-03 Daniel DunbarReplace std::iostreams with raw_ostream in TableGen.
2009-06-29 David GreeneRemove commented code.
2009-06-29 David GreeneImplement !cast<string>.
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 GreeneMake !if short-circuit when possible.
2009-06-08 David GreeneAdd a !regmatch operator to do pattern matching in...
2009-05-15 Nick LewyckyFix warning.
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-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
next