<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/llvm/test/LLVMC, branch meklort-10.0.1</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2011-09-19T23:22:41+00:00</updated>
<entry>
<title>Remove llvmc and assorted build machinery for it.</title>
<updated>2011-09-19T23:22:41+00:00</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2011-09-19T23:22:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=4b0ae48614983089135cc5f374e5431de368dea7'/>
<id>urn:sha1:4b0ae48614983089135cc5f374e5431de368dea7</id>
<content type='text'>
The problems that llvmc solved have largely been subsumed with the
tasks that the clang driver can accomplish, but llvmc lacks flexibility
and depends too heavily on the EOL'd llvm-gcc.

llvm-svn: 140093
</content>
</entry>
<entry>
<title>Remove -llvmc-temp-hack from tblgen.</title>
<updated>2010-10-23T07:32:53+00:00</updated>
<author>
<name>Mikhail Glushenkov</name>
<email>foldr@codedgers.com</email>
</author>
<published>2010-10-23T07:32:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=f4a680923112109d09330e2db967bf9583d69906'/>
<id>urn:sha1:f4a680923112109d09330e2db967bf9583d69906</id>
<content type='text'>
llvm-svn: 117197
</content>
</entry>
<entry>
<title>llvmc: Add a test for the -c flag.</title>
<updated>2010-10-15T19:30:49+00:00</updated>
<author>
<name>Mikhail Glushenkov</name>
<email>foldr@codedgers.com</email>
</author>
<published>2010-10-15T19:30:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=3ba051a4f6cd19aaea44134ff0da048e23cdd7a0'/>
<id>urn:sha1:3ba051a4f6cd19aaea44134ff0da048e23cdd7a0</id>
<content type='text'>
llvm-svn: 116611
</content>
</entry>
<entry>
<title>Comments.</title>
<updated>2010-10-14T13:43:20+00:00</updated>
<author>
<name>Mikhail Glushenkov</name>
<email>foldr@codedgers.com</email>
</author>
<published>2010-10-14T13:43:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=793d141b7d2f6746680fe3b39426de07f96b1367'/>
<id>urn:sha1:793d141b7d2f6746680fe3b39426de07f96b1367</id>
<content type='text'>
llvm-svn: 116476
</content>
</entry>
<entry>
<title>Generalize tblgen's dag parsing logic to handle arbitrary expressions</title>
<updated>2010-10-06T04:55:48+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-10-06T04:55:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=28f034c21af118004b3f615a2d0244072bda01c4'/>
<id>urn:sha1:28f034c21af118004b3f615a2d0244072bda01c4</id>
<content type='text'>
as the operator of the dag.  Specifically, this allows parsing things
like (F.x 4) in addition to just (a 4).

Unfortunately, this runs afoul of an idiom being used by llvmc.  It
is using dags like (foo [1,2,3]) to represent a list of stuff being
passed into foo.  With this change, this is parsed as a [1,2,3] 
subscript on foo instead of being the first argument to the dag.
Cope with this in the short term by requiring a "-llvmc-temp-hack"
argument to tblgen to get the old parsing behavior.

llvm-svn: 115742
</content>
</entry>
<entry>
<title>llvmc: Support '-emit-llvm -S' with -opt.</title>
<updated>2010-09-22T09:00:41+00:00</updated>
<author>
<name>Mikhail Glushenkov</name>
<email>foldr@codedgers.com</email>
</author>
<published>2010-09-22T09:00:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=922f13ce2e93f63a79433bc93c0a49370fbffe6a'/>
<id>urn:sha1:922f13ce2e93f63a79433bc93c0a49370fbffe6a</id>
<content type='text'>
llvm-svn: 114541
</content>
</entry>
<entry>
<title>llvmc: Allow multiple output languages.</title>
<updated>2010-09-21T14:59:42+00:00</updated>
<author>
<name>Mikhail Glushenkov</name>
<email>foldr@codedgers.com</email>
</author>
<published>2010-09-21T14:59:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=ed79d5f24d80530780e41a045788d94d20b5a3e8'/>
<id>urn:sha1:ed79d5f24d80530780e41a045788d94d20b5a3e8</id>
<content type='text'>
llvm-svn: 114433
</content>
</entry>
<entry>
<title>llvmc: make -x work with unknown suffixes.</title>
<updated>2010-09-15T15:20:41+00:00</updated>
<author>
<name>Mikhail Glushenkov</name>
<email>foldr@codedgers.com</email>
</author>
<published>2010-09-15T15:20:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=0c99d122081ae325c0fd4d4bbe138d2a6a9e6a14'/>
<id>urn:sha1:0c99d122081ae325c0fd4d4bbe138d2a6a9e6a14</id>
<content type='text'>
llvm-svn: 113972
</content>
</entry>
<entry>
<title>Test: Fix LLVMC tests on CMake.</title>
<updated>2010-08-30T14:49:00+00:00</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2010-08-30T14:49:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=41c18853c84d97454b8517d4f526f575919513a9'/>
<id>urn:sha1:41c18853c84d97454b8517d4f526f575919513a9</id>
<content type='text'>
The CMake build didn't define TEST_COMPILE_CXX_CMD. The tests assumed gcc.

llvm-svn: 112480
</content>
</entry>
<entry>
<title>llvmc: Make syntax more consistent.</title>
<updated>2010-08-23T23:21:23+00:00</updated>
<author>
<name>Mikhail Glushenkov</name>
<email>foldr@codedgers.com</email>
</author>
<published>2010-08-23T23:21:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=aaed5ea9b75ee6f6d699ed4033c4d77b689ee8b4'/>
<id>urn:sha1:aaed5ea9b75ee6f6d699ed4033c4d77b689ee8b4</id>
<content type='text'>
CompilationGraph and LanguageMap definitions do not use special syntax anymore.

llvm-svn: 111862
</content>
</entry>
</feed>
