<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Bytecode/Writer, branch testing</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Bytecode/Writer?h=testing</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Bytecode/Writer?h=testing'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-05-06T19:33:40Z</updated>
<entry>
<title>remove the old bc writer</title>
<updated>2007-05-06T19:33:40Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-05-06T19:33:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b11f1a9ee167d278923e741cd11ccd0bfe58f816'/>
<id>urn:sha1:b11f1a9ee167d278923e741cd11ccd0bfe58f816</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36881 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>Implement protected visibility. This partly implements PR1363. Linker</title>
<updated>2007-04-29T18:35:00Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2007-04-29T18:35:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6f9896fcc81a1128b5f436d1763cc6213745adf1'/>
<id>urn:sha1:6f9896fcc81a1128b5f436d1763cc6213745adf1</id>
<content type='text'>
should be taught to deal with protected symbols.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36565 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Implement review feedback. Aliasees can be either GlobalValue's or</title>
<updated>2007-04-28T13:45:00Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2007-04-28T13:45:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a80e1181b78183dc36ec6568559d38faa86981f0'/>
<id>urn:sha1:a80e1181b78183dc36ec6568559d38faa86981f0</id>
<content type='text'>
bitcasts of them.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36537 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part</title>
<updated>2007-04-25T14:27:10Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2007-04-25T14:27:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8b0a8c84da2030ee8f4440d5b60a8033de691222'/>
<id>urn:sha1:8b0a8c84da2030ee8f4440d5b60a8033de691222</id>
<content type='text'>
will follow.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36435 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>PR400 work phase 1. Add attributed load/store instructions for volatile/align to LLVM.</title>
<updated>2007-04-22T19:24:39Z</updated>
<author>
<name>Christopher Lamb</name>
<email>christopher.lamb@gmail.com</email>
</author>
<published>2007-04-22T19:24:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=43c7f37942a35398fd1e14b22f435f483a0ee863'/>
<id>urn:sha1:43c7f37942a35398fd1e14b22f435f483a0ee863</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36349 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert Christopher Lamb's load/store alignment changes.</title>
<updated>2007-04-21T18:36:27Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-21T18:36:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c67bdc288aac130d88630f7fa95ceca6bcf95077'/>
<id>urn:sha1:c67bdc288aac130d88630f7fa95ceca6bcf95077</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36309 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>add support for alignment attributes on load/store instructions</title>
<updated>2007-04-21T08:16:25Z</updated>
<author>
<name>Christopher Lamb</name>
<email>christopher.lamb@gmail.com</email>
</author>
<published>2007-04-21T08:16:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2330e4d4c4f8008d17f5a38ac0d7b04e139d4131'/>
<id>urn:sha1:2330e4d4c4f8008d17f5a38ac0d7b04e139d4131</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36301 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
