<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Target/MSIL, branch release_20</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Target/MSIL?h=release_20</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Target/MSIL?h=release_20'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-05-06T20:31:17Z</updated>
<entry>
<title>add this back</title>
<updated>2007-05-06T20:31:17Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-05-06T20:31:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=31c2ec3afb8ed19c27593e7a6ff28dea9a58a166'/>
<id>urn:sha1:31c2ec3afb8ed19c27593e7a6ff28dea9a58a166</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36892 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update MSIL BE. This patch fixes most weird glitches outlined in</title>
<updated>2007-05-06T20:13:33Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2007-05-06T20:13:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f13090c436a7e08bebdd400cd33ede551f6c008a'/>
<id>urn:sha1:f13090c436a7e08bebdd400cd33ede551f6c008a</id>
<content type='text'>
README.txt. Patch by Roman Samoilov!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36890 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Drop 'const'</title>
<updated>2007-05-03T01:11:54Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2007-05-03T01:11:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1997473cf72957d0e70322e2fe6fe2ab141c58a6'/>
<id>urn:sha1:1997473cf72957d0e70322e2fe6fe2ab141c58a6</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36662 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use 'static const char' instead of 'static const int'.</title>
<updated>2007-05-02T21:39:20Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2007-05-02T21:39:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3e15bf33e024b9df9e89351a165acfdb1dde51ed'/>
<id>urn:sha1:3e15bf33e024b9df9e89351a165acfdb1dde51ed</id>
<content type='text'>
Due to darwin gcc bug, one version of darwin linker coalesces
static const int, which defauts PassID based pass identification.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36652 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Do not use typeinfo to identify pass in pass manager.</title>
<updated>2007-05-01T21:15:47Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2007-05-01T21:15:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=794fd75c67a2cdc128d67342c6d88a504d186896'/>
<id>urn:sha1:794fd75c67a2cdc128d67342c6d88a504d186896</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36632 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Removed tabs everywhere except autogenerated &amp; external files. Add make</title>
<updated>2007-04-16T18:10:23Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2007-04-16T18:10:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bed2946a96ecb15b0b636fa74cb26ce61b1c648e'/>
<id>urn:sha1:bed2946a96ecb15b0b636fa74cb26ce61b1c648e</id>
<content type='text'>
target for tabs checking.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36146 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR1146:</title>
<updated>2007-04-11T02:44:20Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-11T02:44:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=18da0720887527ed570e9703ae5f290beb491ee1'/>
<id>urn:sha1:18da0720887527ed570e9703ae5f290beb491ee1</id>
<content type='text'>
Put the parameter attributes in their own ParamAttr name space. Adjust the
rest of llvm as a result.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35877 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR1146:</title>
<updated>2007-04-09T06:17:21Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-09T06:17:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5694b6e90eaf94fa7a21f101a8e4424d813a85ce'/>
<id>urn:sha1:5694b6e90eaf94fa7a21f101a8e4424d813a85ce</id>
<content type='text'>
Adapt handling of parameter attributes to use the new ParamAttrsList class.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35814 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix authorship</title>
<updated>2007-03-25T13:44:26Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2007-03-25T13:44:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4be4e51a50c7fc7f73b2feaf129b67156dadc948'/>
<id>urn:sha1:4be4e51a50c7fc7f73b2feaf129b67156dadc948</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35337 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add TODO list for MSIL backend</title>
<updated>2007-03-21T21:48:59Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2007-03-21T21:48:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3070cd7e80817a72dd7873b35ed32159bc52568b'/>
<id>urn:sha1:3070cd7e80817a72dd7873b35ed32159bc52568b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35244 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
