<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/llvm/lib/Target/MBlaze, 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>2013-07-25T18:55:05+00:00</updated>
<entry>
<title>Remove the mblaze backend from llvm.</title>
<updated>2013-07-25T18:55:05+00:00</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2013-07-25T18:55:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=729866670b05108c399221ca3908400d94ef9783'/>
<id>urn:sha1:729866670b05108c399221ca3908400d94ef9783</id>
<content type='text'>
Approval in here http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-July/064169.html

llvm-svn: 187145
</content>
</entry>
<entry>
<title>Split generated asm mnemonic matching table into a separate table for each asm variant.</title>
<updated>2013-07-24T07:33:14+00:00</updated>
<author>
<name>Craig Topper</name>
<email>craig.topper@gmail.com</email>
</author>
<published>2013-07-24T07:33:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=690d8ea181af6f26f6aae79abc3c035795fa9ced'/>
<id>urn:sha1:690d8ea181af6f26f6aae79abc3c035795fa9ced</id>
<content type='text'>
This removes the need to store the asm variant in each row of the single table that existed before. Shaves ~16K off the size of X86AsmParser.o.

llvm-svn: 187026
</content>
</entry>
<entry>
<title>Use SmallVectorImpl&amp; instead of SmallVector to avoid repeating small vector size.</title>
<updated>2013-07-14T04:42:23+00:00</updated>
<author>
<name>Craig Topper</name>
<email>craig.topper@gmail.com</email>
</author>
<published>2013-07-14T04:42:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=b94011fd28ff346162c07a616466e8f966f03297'/>
<id>urn:sha1:b94011fd28ff346162c07a616466e8f966f03297</id>
<content type='text'>
llvm-svn: 186274
</content>
</entry>
<entry>
<title>Replacing an empty switch with its moral equivalent.  No functional changes intended.</title>
<updated>2013-07-10T17:19:22+00:00</updated>
<author>
<name>Aaron Ballman</name>
<email>aaron@aaronballman.com</email>
</author>
<published>2013-07-10T17:19:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=f04bbd8b7fad6d4dcfc576b976ff52bbda609df5'/>
<id>urn:sha1:f04bbd8b7fad6d4dcfc576b976ff52bbda609df5</id>
<content type='text'>
llvm-svn: 186017
</content>
</entry>
<entry>
<title>Add a space between closing template '&gt;' to unbreak build.</title>
<updated>2013-07-04T01:43:17+00:00</updated>
<author>
<name>Craig Topper</name>
<email>craig.topper@gmail.com</email>
</author>
<published>2013-07-04T01:43:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=6597b8fd227f09524874f5b475bebb76ff95b275'/>
<id>urn:sha1:6597b8fd227f09524874f5b475bebb76ff95b275</id>
<content type='text'>
llvm-svn: 185607
</content>
</entry>
<entry>
<title>Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size.</title>
<updated>2013-07-04T01:31:24+00:00</updated>
<author>
<name>Craig Topper</name>
<email>craig.topper@gmail.com</email>
</author>
<published>2013-07-04T01:31:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=af0dea13479bbd1eacfb1404ac09c729174c32fe'/>
<id>urn:sha1:af0dea13479bbd1eacfb1404ac09c729174c32fe</id>
<content type='text'>
llvm-svn: 185606
</content>
</entry>
<entry>
<title>The getRegForInlineAsmConstraint function should only accept MVT value types.</title>
<updated>2013-06-22T18:37:38+00:00</updated>
<author>
<name>Chad Rosier</name>
<email>mcrosier@apple.com</email>
</author>
<published>2013-06-22T18:37:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=295bd43adb9c514c53f6df861ae1c6e97c23a53a'/>
<id>urn:sha1:295bd43adb9c514c53f6df861ae1c6e97c23a53a</id>
<content type='text'>
llvm-svn: 184642
</content>
</entry>
<entry>
<title>Access the TargetLoweringInfo from the TargetMachine object instead of caching it. The TLI may change between functions. No functionality change.</title>
<updated>2013-06-19T21:36:55+00:00</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2013-06-19T21:36:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=a3cd35024929af630d4cc4a039da219723de261e'/>
<id>urn:sha1:a3cd35024929af630d4cc4a039da219723de261e</id>
<content type='text'>
llvm-svn: 184360
</content>
</entry>
<entry>
<title>Don't cache the instruction and register info from the TargetMachine, because</title>
<updated>2013-06-07T06:26:43+00:00</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2013-06-07T06:26:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=90bee83c3856b5afdea4ecae9c6936923126c6b5'/>
<id>urn:sha1:90bee83c3856b5afdea4ecae9c6936923126c6b5</id>
<content type='text'>
the internals of TargetMachine could change.

llvm-svn: 183491
</content>
</entry>
<entry>
<title>Cache the TargetLowering info object as a pointer.</title>
<updated>2013-06-06T00:43:09+00:00</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2013-06-06T00:43:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=f77190855d05ae63ba8ec4ec1f0463ab56024fc2'/>
<id>urn:sha1:f77190855d05ae63ba8ec4ec1f0463ab56024fc2</id>
<content type='text'>
Caching it as a pointer allows us to reset it if the TargetMachine object
changes.

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