<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/TableGen/MultiClassDefName.td, branch release_31</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/TableGen/MultiClassDefName.td?h=release_31</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/TableGen/MultiClassDefName.td?h=release_31'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2011-10-06T13:39:59Z</updated>
<entry>
<title>s/tblgen/llvm-tblgen/g in a few missed places, including the tests</title>
<updated>2011-10-06T13:39:59Z</updated>
<author>
<name>Peter Collingbourne</name>
<email>peter@pcc.me.uk</email>
</author>
<published>2011-10-06T13:39:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5d5c0624d0f5b9d89a6ad9cbc9fc96b0408ec033'/>
<id>urn:sha1:5d5c0624d0f5b9d89a6ad9cbc9fc96b0408ec033</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141294 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add support for XFAILing valgrind runs with memory leak checking independently</title>
<updated>2010-03-20T23:08:45Z</updated>
<author>
<name>Jeffrey Yasskin</name>
<email>jyasskin@google.com</email>
</author>
<published>2010-03-20T23:08:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=32989deb9641cf3878686b5634311a7a125f8f02'/>
<id>urn:sha1:32989deb9641cf3878686b5634311a7a125f8f02</id>
<content type='text'>
of runs without leak checking.  We add -vg to the triple for non-checked runs,
or -vg_leak for checked runs.  Also use this to XFAIL the TableGen tests, since
tablegen leaks like a sieve.  This includes some valgrindArgs refactoring.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99103 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Allow multiclass def names to contain "#NAME"" where TableGen replaces</title>
<updated>2009-05-05T16:28:25Z</updated>
<author>
<name>David Greene</name>
<email>greened@obbligato.org</email>
</author>
<published>2009-05-05T16:28:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=065f259ff5e9e3dcd0da4db3ccd29775c789669d'/>
<id>urn:sha1:065f259ff5e9e3dcd0da4db3ccd29775c789669d</id>
<content type='text'>
#NAME# with the name of the defm instantiating the multiclass.  This is
useful for AVX instruction naming where a "V" prefix is standard
throughout the ISA.  For example:

multiclass SSE_AVX_Inst&lt;...&gt; {
   def SS : Instr&lt;...&gt;;
   def SD : Instr&lt;...&gt;;
   def PS : Instr&lt;...&gt;;
   def PD : Instr&lt;...&gt;;

   def V#NAME#SS : Instr&lt;...&gt;;
   def V#NAME#SD : Instr&lt;...&gt;;
   def V#NAME#PS : Instr&lt;...&gt;;
   def V#NAME#PD : Instr&lt;...&gt;;
}

defm ADD : SSE_AVX_Inst&lt;...&gt;;

Results in 

ADDSS
ADDSD
ADDPS
ADDPD

VADDSS
VADDSD
VADDPS
VADDPD


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70979 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
