<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/tools/opt/AnalysisWrappers.cpp, branch release_22</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/tools/opt/AnalysisWrappers.cpp?h=release_22</id>
<link rel='self' href='https://git.amat.us/llvm/atom/tools/opt/AnalysisWrappers.cpp?h=release_22'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-12-29T20:44:31Z</updated>
<entry>
<title>remove attributions from tools.</title>
<updated>2007-12-29T20:44:31Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-12-29T20:44:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=21c62da287237d39d0d95004881ea4baae3be6da'/>
<id>urn:sha1:21c62da287237d39d0d95004881ea4baae3be6da</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45421 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>For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid</title>
<updated>2007-01-30T20:08:39Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-01-30T20:08:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5cbf985dcbc89fba3208e7baf8b6f488b06d3ec9'/>
<id>urn:sha1:5cbf985dcbc89fba3208e7baf8b6f488b06d3ec9</id>
<content type='text'>
confusion with external linkage types.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33663 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>This needs the callgraph data structure to stick around as long as the</title>
<updated>2006-12-05T19:43:42Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2006-12-05T19:43:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8257bee70bc45179d401e970faf67405b6cf46a2'/>
<id>urn:sha1:8257bee70bc45179d401e970faf67405b6cf46a2</id>
<content type='text'>
printer does.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32236 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Eliminate RegisterAnalysis.  RegisterPass now does all that is necessary.</title>
<updated>2006-08-27T22:30:17Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2006-08-27T22:30:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5d8925c7c506a54ebdfb0bc93437ec9f602eaaa0'/>
<id>urn:sha1:5d8925c7c506a54ebdfb0bc93437ec9f602eaaa0</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29921 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix printing call graphs</title>
<updated>2006-04-18T23:45:19Z</updated>
<author>
<name>Andrew Lenharth</name>
<email>andrewl@lenharth.org</email>
</author>
<published>2006-04-18T23:45:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0cafa92371ce020ce19e9aacf1a96f8c8a7bb47a'/>
<id>urn:sha1:0cafa92371ce020ce19e9aacf1a96f8c8a7bb47a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27820 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix test/Regression/Other/2002-01-31-CallGraph.ll after the recent callgraph</title>
<updated>2005-12-22T19:26:06Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2005-12-22T19:26:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=171eee54717a22f439b06a4e07b361fcd983af1f'/>
<id>urn:sha1:171eee54717a22f439b06a4e07b361fcd983af1f</id>
<content type='text'>
rework.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24959 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove trailing whitespace</title>
<updated>2005-04-22T00:00:37Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2005-04-22T00:00:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3da94aec4d429b2ba0f65fa040c33650cade196b'/>
<id>urn:sha1:3da94aec4d429b2ba0f65fa040c33650cade196b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21428 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
