<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/CodeGen/X86/GC, branch release_33</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/CodeGen/X86/GC?h=release_33</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/CodeGen/X86/GC?h=release_33'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2013-03-25T13:47:46Z</updated>
<entry>
<title>Add a GC plugin for Erlang</title>
<updated>2013-03-25T13:47:46Z</updated>
<author>
<name>Yiannis Tsiouris</name>
<email>gtsiour@softlab.ntua.gr</email>
</author>
<published>2013-03-25T13:47:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=477de3a7859104d7c41a36628169e13e524e980a'/>
<id>urn:sha1:477de3a7859104d7c41a36628169e13e524e980a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177867 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix GCMetadaPrinter::finishAssembly not executed, patch by Yiannis Tsiouris.</title>
<updated>2013-02-19T16:51:44Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2013-02-19T16:51:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=063337309e71683fc57c049c10d03d4f8a2ce356'/>
<id>urn:sha1:063337309e71683fc57c049c10d03d4f8a2ce356</id>
<content type='text'>
Due to the execution order of doFinalization functions, the GC information were
deleted before AsmPrinter::doFinalization was executed. Thus, the
GCMetadataPrinter::finishAssembly was never called.

The patch fixes that by moving the code of the GCInfoDeleter::doFinalization to
Printer::doFinalization.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175528 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Strip the pointer casts off of allocas so that the selection DAG can find them.</title>
<updated>2012-05-01T22:50:45Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2012-05-01T22:50:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=95dd4420419a6daae6304ed490a50537094ed488'/>
<id>urn:sha1:95dd4420419a6daae6304ed490a50537094ed488</id>
<content type='text'>
PR10799


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155954 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu</title>
<updated>2012-03-25T09:02:19Z</updated>
<author>
<name>Eli Bendersky</name>
<email>eli.bendersky@intel.com</email>
</author>
<published>2012-03-25T09:02:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=cc85160672e3b2d5ec363cc4e151e5b944a60454'/>
<id>urn:sha1:cc85160672e3b2d5ec363cc4e151e5b944a60454</id>
<content type='text'>
* Removed test/lib/llvm.exp - it is no longer needed 
* Deleted the dg.exp reading code from test/lit.cfg. There are no dg.exp files
  left in the test suite so this code is no longer required. test/lit.cfg is
  now much shorter and clearer 
* Removed a lot of duplicate code in lit.local.cfg files that need access to
  the root configuration, by adding a "root" attribute to the TestingConfig
  object. This attribute is dynamically computed to provide the same
  information as was previously provided by the custom getRoot functions. 
* Documented the config.root attribute in docs/CommandGuide/lit.pod





git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153408 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>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.</title>
<updated>2012-02-16T06:28:33Z</updated>
<author>
<name>Eli Bendersky</name>
<email>eli.bendersky@intel.com</email>
</author>
<published>2012-02-16T06:28:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0f0c411079cd21bb3a81a1b70bf8c67539a16c22'/>
<id>urn:sha1:0f0c411079cd21bb3a81a1b70bf8c67539a16c22</id>
<content type='text'>
Patch reviewed by Daniel Dunbar. It will be followed by additional cleanup patches.




git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150664 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>manually upgrade a bunch of tests to modern syntax, and remove some that</title>
<updated>2011-06-17T03:14:27Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-06-17T03:14:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=26b0000166ca3d00f2a1990b43a1f45cdac4e9b6'/>
<id>urn:sha1:26b0000166ca3d00f2a1990b43a1f45cdac4e9b6</id>
<content type='text'>
are either unreduced or only test old syntax.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133228 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>tests: CodeGen/X86/GC tests require X86.</title>
<updated>2010-08-05T15:45:33Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2010-08-05T15:45:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=feaac8f7fff264da2031069847e544dcbbfe5ebb'/>
<id>urn:sha1:feaac8f7fff264da2031069847e544dcbbfe5ebb</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110338 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>don't have i386-specific tests in CodeGen/Generic, PR6601.</title>
<updated>2010-03-14T18:51:18Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-03-14T18:51:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7147946afe27427968b27c06975e7c63a5726c77'/>
<id>urn:sha1:7147946afe27427968b27c06975e7c63a5726c77</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98508 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
