<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/JitListener, branch stable</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/JitListener?h=stable</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/JitListener?h=stable'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2013-01-28T19:52:37Z</updated>
<entry>
<title>Add support for source and line information to IntelJITEventListener for object emitted by MCJIT.</title>
<updated>2013-01-28T19:52:37Z</updated>
<author>
<name>Andrew Kaylor</name>
<email>andrew.kaylor@intel.com</email>
</author>
<published>2013-01-28T19:52:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=710cb0c7826c61b432e19d5899a2f26f76d7aa81'/>
<id>urn:sha1:710cb0c7826c61b432e19d5899a2f26f76d7aa81</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173712 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use the 'count' attribute to calculate the upper bound of an array.</title>
<updated>2012-12-04T21:34:03Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2012-12-04T21:34:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9493dae613847b01b79914502f337814fe3e00ac'/>
<id>urn:sha1:9493dae613847b01b79914502f337814fe3e00ac</id>
<content type='text'>
The count attribute is more accurate with regards to the size of an array. It
also obviates the upper bound attribute in the subrange. We can also better
handle an unbound array by setting the count to -1 instead of the lower bound to
1 and upper bound to 0.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169312 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a 'count' field to the DWARF subrange.</title>
<updated>2012-12-04T06:20:49Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2012-12-04T06:20:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a7645a3c66668da5e2bc772a8e5ab03dc301610c'/>
<id>urn:sha1:a7645a3c66668da5e2bc772a8e5ab03dc301610c</id>
<content type='text'>
The count field is necessary because there isn't a difference between the 'lo'
and 'hi' attributes for a one-element array and a zero-element array. When the
count is '0', we know that this is a zero-element array. When it's &gt;=1, then
it's a normal constant sized array. When it's -1, then the array is unbounded.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169218 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Adding tests for the Intel JIT event listener's MCJIT support.</title>
<updated>2012-11-21T20:38:26Z</updated>
<author>
<name>Andrew Kaylor</name>
<email>andrew.kaylor@intel.com</email>
</author>
<published>2012-11-21T20:38:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=238f34a706a60bf9606d70122bac0f77265e3431'/>
<id>urn:sha1:238f34a706a60bf9606d70122bac0f77265e3431</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168459 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
