<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Makefile, branch release_31</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Makefile?h=release_31</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Makefile?h=release_31'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2012-03-29T23:23:59Z</updated>
<entry>
<title>Revert r153694. It was causing failures in the buildbots.</title>
<updated>2012-03-29T23:23:59Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2012-03-29T23:23:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=288967dfac246c8e35dc4f85afb667e74d1d26a8'/>
<id>urn:sha1:288967dfac246c8e35dc4f85afb667e74d1d26a8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153701 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Re-factored RuntimeDyld.</title>
<updated>2012-03-29T21:46:18Z</updated>
<author>
<name>Danil Malyshev</name>
<email>dmalyshev@accesssoftek.com</email>
</author>
<published>2012-03-29T21:46:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4b0b8ef1b0edc2c343145f6b029c43b00a6f5c13'/>
<id>urn:sha1:4b0b8ef1b0edc2c343145f6b029c43b00a6f5c13</id>
<content type='text'>
Added ExecutionEngine/MCJIT tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153694 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert a series of commits to MCJIT to get the build working in CMake</title>
<updated>2012-03-22T05:44:06Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2012-03-22T05:44:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3e29671cca14f8fce1ea6b602175880cb3df7199'/>
<id>urn:sha1:3e29671cca14f8fce1ea6b602175880cb3df7199</id>
<content type='text'>
(and hopefully on Windows). The bots have been down most of the day
because of this, and it's not clear to me what all will be required to
fix it.

The commits started with r153205, then r153207, r153208, and r153221.
The first commit seems to be the real culprit, but I couldn't revert
a smaller number of patches.

When resubmitting, r153207 and r153208 should be folded into r153205,
they were simple build fixes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153241 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Re-factored RuntimeDyld.</title>
<updated>2012-03-21T21:06:29Z</updated>
<author>
<name>Danil Malyshev</name>
<email>dmalyshev@accesssoftek.com</email>
</author>
<published>2012-03-21T21:06:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=799184d8eb140d02385501223cea0a087148b67b'/>
<id>urn:sha1:799184d8eb140d02385501223cea0a087148b67b</id>
<content type='text'>
Added ExecutionEngine/MCJIT tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153221 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>build/make/test: Get rid of unused BUGPOINT_TOPTS variable.</title>
<updated>2011-11-16T23:56:03Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2011-11-16T23:56:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=708276d6e4c75f512d0eca3cf249df7bc13239c0'/>
<id>urn:sha1:708276d6e4c75f512d0eca3cf249df7bc13239c0</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144864 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>tests: Rip out a bunch of now unused test code relating to use of llvm-gcc in LLVM tests.</title>
<updated>2011-10-27T20:59:26Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2011-10-27T20:59:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=dd4667f909d1cd7bbcb75f4578bdcf1c177c8e09'/>
<id>urn:sha1:dd4667f909d1cd7bbcb75f4578bdcf1c177c8e09</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143143 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>test/Makefile: Inspect $(PROJ_OBJ_ROOT)/tools/clang/Makefile instead of $(PROJ_SRC_ROOT)/tools/clang for "check-all".</title>
<updated>2011-10-16T02:54:14Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2011-10-16T02:54:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=40a436018625d5d954d5ee172fd0731660f91b67'/>
<id>urn:sha1:40a436018625d5d954d5ee172fd0731660f91b67</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142100 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>cmake+lit: handle ENABLE_ASSERTIONS feature properly.</title>
<updated>2011-06-23T17:52:36Z</updated>
<author>
<name>Andrew Trick</name>
<email>atrick@apple.com</email>
</author>
<published>2011-06-23T17:52:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=75d33878ab75618f169939f9b6941a5c4794336f'/>
<id>urn:sha1:75d33878ab75618f169939f9b6941a5c4794336f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133725 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>lit support for REQUIRES: asserts.</title>
<updated>2011-06-22T23:23:19Z</updated>
<author>
<name>Andrew Trick</name>
<email>atrick@apple.com</email>
</author>
<published>2011-06-22T23:23:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f2a58425cd2a288b1d9fc3d2484ac774d361a0d7'/>
<id>urn:sha1:f2a58425cd2a288b1d9fc3d2484ac774d361a0d7</id>
<content type='text'>
Take #2. Don't piggyback on the existing config.build_mode. Instead,
define a new lit feature for each build feature we need (currently
just "asserts"). Teach both autoconf'd and cmake'd Makefiles to define
this feature within test/lit.site.cfg. This doesn't require any lit
harness changes and should be more robust across build systems.


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