<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/llvm/test/CodeGen/MIR/basic-blocks.mir, 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>2015-08-04T06:32:45+00:00</updated>
<entry>
<title>Move generic MIR tests in their own subdir, requires "native" as well</title>
<updated>2015-08-04T06:32:45+00:00</updated>
<author>
<name>Mehdi Amini</name>
<email>mehdi.amini@apple.com</email>
</author>
<published>2015-08-04T06:32:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=63c3989f6a39034d1ca0f8ecbd35f79606147746'/>
<id>urn:sha1:63c3989f6a39034d1ca0f8ecbd35f79606147746</id>
<content type='text'>
These tests rely on the native backend to be built-in.

From: Mehdi Amini &lt;mehdi.amini@apple.com&gt;
llvm-svn: 243959
</content>
</entry>
<entry>
<title>MIR Serialization: Serialize machine basic block operands.</title>
<updated>2015-06-26T16:46:11+00:00</updated>
<author>
<name>Alex Lorenz</name>
<email>arphaman@gmail.com</email>
</author>
<published>2015-06-26T16:46:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=33f0aef32f92efe150ae18a9a5d2678a064517a3'/>
<id>urn:sha1:33f0aef32f92efe150ae18a9a5d2678a064517a3</id>
<content type='text'>
This commit serializes machine basic block operands. The
machine basic block operands use the following syntax:

  %bb.&lt;id&gt;[.&lt;name&gt;]

This commit also modifies the YAML representation for the
machine basic blocks - a new, required field 'id' is added
to the MBB YAML mapping.

The id is used to resolve the MBB references to the
actual MBBs. And while the name of the MBB can be
included in a MBB reference, this name isn't used to
resolve MBB references - as it's possible that multiple
MBBs will reference the same BB and thus they will have the
same name. If the name is specified, the parser will verify
that it is equal to the name of the MBB with the specified id.

Reviewers: Duncan P. N. Exon Smith

Differential Revision: http://reviews.llvm.org/D10608

llvm-svn: 240792
</content>
</entry>
<entry>
<title>MIR Serialization: Serialize the list of machine basic blocks with simple attributes.</title>
<updated>2015-06-19T17:43:07+00:00</updated>
<author>
<name>Alex Lorenz</name>
<email>arphaman@gmail.com</email>
</author>
<published>2015-06-19T17:43:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=4f093bf1ce0c6b4c9cd4472fbaa0b2b0a942a38c'/>
<id>urn:sha1:4f093bf1ce0c6b4c9cd4472fbaa0b2b0a942a38c</id>
<content type='text'>
This commit implements the initial serialization of machine basic blocks in a
machine function. Only the simple, scalar MBB attributes are serialized. The 
reference to LLVM IR's basic block is preserved when that basic block has a name.

Reviewers: Duncan P. N. Exon Smith

Differential Revision: http://reviews.llvm.org/D10465

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