test commit redux
[oota-llvm.git] / test / TableGen /
2011-10-24 Benjamin KramerXFAIL test on leak checkers.
2011-10-19 David GreeneAdd Paste Test
2011-10-19 David GreeneAdd NAME Member
2011-10-10 Benjamin KramerXFAIL tblgen tests on leak checkers.
2011-10-07 David GreeneRemove Multidefs
2011-10-06 David GreeneMake Test More Thorough
2011-10-06 Peter Collingbournes/tblgen/llvm-tblgen/g in a few missed places, includin...
2011-10-05 David GreeneUpdate Test for Multidefs
2011-10-05 David GreeneAdd a Multidef Test
2011-10-04 David GreeneTest Operand Arguments
2011-09-30 David GreeneTest More Complicated Lists
2011-09-30 David GreeneTest VarListElementInit:: resolveListElementReference
2011-08-27 Andrew TrickReverted r138652, valgrind doesn't understand obj:...
2011-08-26 Andrew Trickvalgrind: Always suppress tblgen leaks.
2011-08-26 Benjamin KramerWe don't care if TableGen leaks memory.
2011-06-04 Jakob Stoklund OlesenTeach TableGen to evaluate DAG expressions as set opera...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
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-10-06 Chris LattnerGeneralize tblgen's dag parsing logic to handle arbitra...
2010-10-06 Chris Lattnerrename add some comments.
2010-10-06 Chris Lattnerfilecheckize
2010-10-06 Chris Lattnerremove the !nameconcat tblgen feature. It "shorthand...
2010-10-05 Chris Lattnerenhance tblgen to support anonymous defm's, use this to
2010-09-09 Daniel Dunbartests: XFAIL a handful of tests on the vg_leak builder...
2010-09-03 David GreeneGeneralize getFieldType to work on all TypedInits....
2010-07-11 Jakob Stoklund OlesenRemove TargetInstrInfo::copyRegToReg entirely.
2010-06-23 Bruno Cardoso LopesFix a tblgen bug.
2010-06-22 Bruno Cardoso LopesFix a subtle multiclass bug: when using class inheritan...
2010-06-18 Bruno Cardoso LopesTeach tablegen how to inherit from classes in 'defm...
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-06-10 Bruno Cardoso LopesTeach tablegen to allow "let" expressions inside multic...
2010-06-05 Bruno Cardoso LopesTeach tablegen to support 'defm' inside multiclasses.
2010-03-27 Jeffrey YasskinXFAIL a new tblgen test for memory leak checking.
2010-03-25 Jakob Stoklund OlesenFix evil TableGen bug in template parameters with defaults.
2010-03-20 Jeffrey YasskinAdd support for XFAILing valgrind runs with memory...
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-22 Bob WilsonFix pr5470. Tablegen handles template arguments by...
2009-06-29 David GreeneAdd some tests of advanced TableGen list functionality.
2009-06-09 Daniel DunbarRemove empty test (my DejaGNU doesn't like this)
2009-06-09 Bill WendlingRemove empty file.
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 GreeneAdd a more robust !if test.
2009-06-08 David GreeneFix DejaGNU run line to escape special characters.
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-14 David GreeneImplement !if, analogous to $(if) in GNU make.
2009-05-14 David GreeneFix tests to not upset DejaGNU.
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-08 Dan GohmanUse .td for tablegen files, not .ll.
2009-05-05 David GreeneAllow multiclass def names to contain "#NAME"" where...
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 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-13 Chris Lattneradd support for a few simple escape characters in tblge...
2009-03-11 Chris Lattnerimplement support for C-style string literal concatenat...
2008-10-17 Dan GohmanFun x86 encoding tricks: when adding an immediate value...
2008-06-10 Matthijs KooijmanFor all RUN lines starting with "not", redirect stderr...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-06-29 John CriswellConvert .cvsignore files
2007-04-16 Reid SpencerFor PR1319:
2007-04-15 Reid SpencerFor PR1319: Upgrade to new test harness
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2006-10-11 Chris Lattneradd test for mdef in a let
2006-09-18 Chris Lattnernew testcase
2006-09-01 Chris LattnerMake this harder
2006-09-01 Chris Lattnersimple multiclass example
2006-04-12 Tanya LattnerAdded the ability to xfail based on llvmgcc version
2006-03-31 Chris Lattnernew testcase
2006-03-30 Chris LattnerDag operator should be able to be template params.
2006-03-23 Reid SpencerTired of wading through cvs's list ? files that are...
2006-01-31 Chris Lattnernew testcase
2005-09-30 Chris LattnerAdd a test that you can forward ref a class.
2005-09-30 Chris LattnerCheck that we can refer to the same class we are defining.
2005-09-08 Chris Lattnerx and X should be structurally identical
2005-09-06 Chris Lattnernew testcase: tblgen should grok this.
2005-05-09 John CriswellTell tblgen exactly where to find the include file.
2005-04-19 Chris LattnerNew testcase for a changing values late and allowing...
2005-04-19 Chris LattnerMake this significantly harder
2005-04-19 Chris LattnerAdd a real run line
2005-04-19 Chris Lattnerfix this testcase
2005-04-19 Chris Lattnernew testcase
2005-04-19 Chris Lattneradd a run line
2005-04-19 Chris LattnerTell dj to run the tests in this directory
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2004-07-27 Chris LattnerNew testcase for list slicing
2004-07-25 Chris LattnerCodify my thoughts on where we want to end up with...
2004-02-28 Chris Lattnerfix a bug in the testcase
2004-02-28 Chris Lattnernew testcase for a tblgen bug that alkis ran into
2003-09-15 John CriswellRemoving Makefiles. Regression tests are now run by...
next