This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-03-04 10:30:30 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
test
/
TableGen
History
Matt Arsenault
a3dd1c8170
Fix error in tablegen when either operand of !if is an empty list.
...
!if([Something], []) would error with "No type for list". llvm-svn: 210572
2014-06-10 20:10:08 +00:00
..
2003-08-03-PassCode.td
…
2006-09-18-LargeInt.td
FileCheckize some tests.
2013-08-22 20:46:05 +00:00
2010-03-24-PrematureDefaults.td
…
AnonDefinitionOnDemand.td
…
BitsInitOverflow.td
…
cast.td
…
CStyleComment.td
…
Dag.td
…
defmclass.td
…
DefmInherit.td
…
DefmInsideMultiClass.td
…
eq.td
…
eqbit.td
…
FieldAccess.td
…
foreach.td
…
ForeachList.td
…
ForeachLoop.td
Anonymous definitions in foreach blocks triggered a 'def already exists'
2014-06-10 12:41:14 +00:00
ForwardRef.td
…
GeneralList.td
test/TableGen: Remove XFAIL:vg_leak out of 3 tests corresponding to r208293.
2014-05-09 08:18:33 +00:00
if-empty-list-arg.td
Fix error in tablegen when either operand of !if is an empty list.
2014-06-10 20:10:08 +00:00
if.td
…
ifbit.td
Mark 36 tests as XFAIL:vg_leak in llvm/test/TableGen.
2013-11-10 14:26:08 +00:00
Include.inc
…
Include.td
Remove 6 of XFAIL(s) in llvm/test/TableGen, since r193736. They have been XPASSing.
2013-11-10 14:25:44 +00:00
IntBitInit.td
…
intrinsic-order.td
…
intrinsic-varargs.td
…
LazyChange.td
…
LetInsideMultiClasses.td
…
lisp.td
test/TableGen: Remove XFAIL:vg_leak out of 3 tests corresponding to r208293.
2014-05-09 08:18:33 +00:00
list-element-bitref.td
…
ListArgs.td
…
ListArgsSimple.td
…
listconcat.td
test/TableGen: Remove XFAIL:vg_leak out of 3 tests corresponding to r208293.
2014-05-09 08:18:33 +00:00
ListConversion.td
…
ListManip.td
…
ListOfList.td
…
ListSlices.td
…
lit.local.cfg
Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed.
2012-02-16 06:28:33 +00:00
LoLoL.td
…
math.td
…
MultiClass.td
…
MultiClassDefName.td
…
MultiClassInherit.td
…
MultiPat.td
…
nested-comment.td
…
NestedForeach.td
…
Paste.td
…
pr8330.td
…
SetTheory.td
…
SiblingForeach.td
…
Slice.td
Mark 36 tests as XFAIL:vg_leak in llvm/test/TableGen.
2013-11-10 14:26:08 +00:00
strconcat.td
…
String.td
…
subst2.td
…
subst.td
…
SuperSubclassSameName.td
…
TargetInstrInfo.td
…
TargetInstrSpec.td
…
TemplateArgRename.td
…
Tree.td
…
TreeNames.td
…
TwoLevelName.td
…
UnsetBitInit.td
…
UnterminatedComment.td
…
usevalname.td
…
ValidIdentifiers.td
…