Fix one file that I didn't convert properly in r256707.
[oota-llvm.git] / test / TableGen /
2015-11-24 Krzysztof ParzyszekAdd new vector types for 512-, 1024- and 2048-bit vectors
2015-11-23 Krzysztof ParzyszekRevert r253923.
2015-11-23 Krzysztof ParzyszekAdd new vector types for 512-, 1024- and 2048-bit vectors
2015-09-02 Joseph Tremoulet[TableGen] Allow TokenTy in intrinsic signatures
2015-07-31 Matt ArsenaultTableGen: Support folding casts from bits to int
2015-07-15 Petr Pavlu[TableGen] Improve decoding options for non-orthogonal...
2015-05-26 Michael KupersteinUse std::bitset for SubtargetFeatures.
2015-05-21 Hal Finkel[TableGen] Resolve complex def names inside multiclasses
2015-05-13 Michael KupersteinReverting r237234, "Use std::bitset for SubtargetFeatures"
2015-05-13 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-04-17 Kit BartonAdd support for v1i128 type.
2015-04-07 Toma Tabacu[TableGen] Prevent invalid code generation when emittin...
2014-09-30 Robert Khasanov[AVX512] Added intrinsics for VPCMPEQB and VPCMPEQW.
2014-09-27 Craig TopperUpdate test case to match minor formatting change intro...
2014-09-27 Craig TopperFix TableGen -gen-disassembler output for bit fields...
2014-09-16 Adam Nemet[TableGen] Fully resolve class-instance values before...
2014-08-29 Jean-Luc DupratTablegen fixes for new syntax when initializing bits...
2014-08-12 NAKAMURA Takumillvm/test/TableGen/*Foreach*.td: Remove XFAIL:vg_leak...
2014-08-07 Pete CooperUpdate BitRecTy::convertValue to allow if expressions...
2014-08-07 Pete CooperChange the { } expression in tablegen to accept sized...
2014-08-07 Pete CooperChange BitsInit to inherit from TypedInit.
2014-08-07 Pete CooperChange TableGen so that binary literals such as 0b001...
2014-08-07 Pete CooperTableGen: Change { } to only accept bits<n> entries...
2014-08-05 Joerg SonnenbergerAllow binary and for tblgen math.
2014-07-22 Richard SmithRevert of r213521. This change introduced a non-hermeti...
2014-07-21 Tom StellardTableGen: Allow AddedComplexity values to be negative
2014-07-17 Adam Nemet[TableGen] Allow shift operators to take bits<n>
2014-07-17 Justin Holewinski[TABLEGEN] Do not crash on intrinsics with names longer...
2014-06-10 Matt ArsenaultFix error in tablegen when either operand of !if is...
2014-06-10 Artyom SkrobovAnonymous definitions in foreach blocks triggered a...
2014-05-09 NAKAMURA Takumitest/TableGen: Remove XFAIL:vg_leak out of 3 tests...
2014-05-08 NAKAMURA TakumiMark test/TableGen/listconcat.td as XFAIL:vg_leak....
2014-05-07 Daniel Sanders[tablegen] Add !listconcat operator with the similar...
2014-05-02 Daniel Sanders[tablegen] !strconcat accepts more than two arguments...
2014-01-02 Hal Finkel[TableGen] Correctly generate implicit anonymous protot...
2014-01-02 Hal Finkel[TableGen] Use the same anonymous name as the prefix...
2013-12-22 Alp TokerFileCheckize r197869
2013-12-21 Alp TokerRelax tab check into a whitespace check to fix the...
2013-12-21 Alp TokerTableGen: Generate valid identifiers for anonymous...
2013-11-10 NAKAMURA TakumiMark 36 tests as XFAIL:vg_leak in llvm/test/TableGen.
2013-11-10 NAKAMURA TakumiRemove 6 of XFAIL(s) in llvm/test/TableGen, since r1937...
2013-10-31 Andrew TrickEnable variable arguments support for intrinsics.
2013-08-22 Bill WendlingFileCheckize some tests.
2013-07-25 Justin HolewinskiFix a bug in TableGen where the intrinsic function...
2013-03-24 Jakob Stoklund OlesenAllow TableGen DAG arguments to be just a name.
2013-01-25 Reid KlecknerFileCheck-ify some grep tests
2013-01-25 Hal FinkelImprove the !add TableGen test case.
2013-01-25 Hal FinkelAdd an addition operator to TableGen
2012-12-12 Jakub StaszakFix typo, which prevent test from being check.
2012-12-11 NAKAMURA Takumillvm/test/TableGen: Remove XFAIL:vg_leak in dozen of...
2012-09-06 Michael LiaoRe-work bit/bits value resolving in tblgen
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-05-24 Jakob Stoklund OlesenAdd support for range expressions in TableGen foreach...
2012-05-24 Jakob Stoklund OlesenDon't put TGParser scratch results in the output.
2012-05-24 Owen AndersonTeach tblgen's set theory "sequence" operator to suppor...
2012-03-07 Jakob Stoklund OlesenFix infinite loop in nested multiclasses.
2012-02-22 David GreeneAdd Foreach Loop
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-01-24 Jakob Stoklund OlesenAdd an (interleave A, B, ...) SetTheory operator.
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.
next