<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/include, branch release_22</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/include?h=release_22</id>
<link rel='self' href='https://git.amat.us/llvm/atom/include?h=release_22'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2008-01-21T22:45:15Z</updated>
<entry>
<title>Merge from mainline.</title>
<updated>2008-01-21T22:45:15Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2008-01-21T22:45:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9526723ee0f38c1b0dbf92a910063006a7b14aae'/>
<id>urn:sha1:9526723ee0f38c1b0dbf92a910063006a7b14aae</id>
<content type='text'>
Fix the failures in the PPC JIT by marking relocation entries for
external symbols (e.g. 'fmod') as needing a stub.  This regression
was introduced by Evan's jit patch here:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20071231/056749.html

With this fixed, the two ExecutionEngine failures are passing on ppc,
and the ppc jit works on freebench and olden.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_22@46225 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Do not mark EH tables no-dead-strip unless the</title>
<updated>2008-01-16T19:59:28Z</updated>
<author>
<name>Dale Johannesen</name>
<email>dalej@apple.com</email>
</author>
<published>2008-01-16T19:59:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=48ae02fe62cafd44c740e67cfae6e7277e61a973'/>
<id>urn:sha1:48ae02fe62cafd44c740e67cfae6e7277e61a973</id>
<content type='text'>
associated function is so marked.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46088 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Factor the ReachesChainWithoutSideEffects out of dag combiner into </title>
<updated>2008-01-16T05:49:24Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-01-16T05:49:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=572dee71af1313e6742e1dfd5274fff326b9ef1c'/>
<id>urn:sha1:572dee71af1313e6742e1dfd5274fff326b9ef1c</id>
<content type='text'>
a public SDOperand::reachesChainWithoutSideEffects method.  No 
functionality change.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46050 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Changed ImmutableMap::find to return an iterator instead of a pointer</title>
<updated>2008-01-15T23:53:53Z</updated>
<author>
<name>Ted Kremenek</name>
<email>kremenek@apple.com</email>
</author>
<published>2008-01-15T23:53:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=316e98447122fc3f1e99930583a305ba481e848c'/>
<id>urn:sha1:316e98447122fc3f1e99930583a305ba481e848c</id>
<content type='text'>
to the tree node.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46034 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>- Introduces versioning macro LLVM_LTO_VERSION</title>
<updated>2008-01-15T23:52:34Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2008-01-15T23:52:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5e563c326490207ebd58d47935fb9efda7638aa2'/>
<id>urn:sha1:5e563c326490207ebd58d47935fb9efda7638aa2</id>
<content type='text'>
- Communicate symbol visibility
- Communicate code generation model


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46033 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix and enable EH for x86-64 Darwin.  Adds</title>
<updated>2008-01-15T23:24:56Z</updated>
<author>
<name>Dale Johannesen</name>
<email>dalej@apple.com</email>
</author>
<published>2008-01-15T23:24:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4af349445222fa2a66b6248217ecd18eb6930646'/>
<id>urn:sha1:4af349445222fa2a66b6248217ecd18eb6930646</id>
<content type='text'>
ShortenEHDataFor64Bits as a not-very-accurate
abstraction to cover all the changes in DwarfWriter.
Some cosmetic changes to Darwin assembly code for
gcc testsuite compatibility.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46029 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move some calls to getVRegDef higher in the callgraph, so they don't get executed as frequently in performance sensitive code.</title>
<updated>2008-01-15T22:58:11Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2008-01-15T22:58:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=40a627ddf87fe8e5fe057fba405cc0893cf14e70'/>
<id>urn:sha1:40a627ddf87fe8e5fe057fba405cc0893cf14e70</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46027 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Unbreak the build.</title>
<updated>2008-01-15T22:19:35Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2008-01-15T22:19:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=426df7538d1d89eac4fe3b56a74a9febcea6b196'/>
<id>urn:sha1:426df7538d1d89eac4fe3b56a74a9febcea6b196</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46021 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix a memory correctness error noticed by valgrind (harmless in practice).</title>
<updated>2008-01-15T20:02:11Z</updated>
<author>
<name>Gordon Henriksen</name>
<email>gordonhenriksen@mac.com</email>
</author>
<published>2008-01-15T20:02:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=afa47c5a261e0a52b52b1e66034237dff80bc0f4'/>
<id>urn:sha1:afa47c5a261e0a52b52b1e66034237dff80bc0f4</id>
<content type='text'>
Thanks to Duncan Sands for noticing it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46007 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Oops. Forgot to commit this.</title>
<updated>2008-01-15T07:49:54Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2008-01-15T07:49:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e14af4fe741a15b37cd1f00b67d65e63aec8feef'/>
<id>urn:sha1:e14af4fe741a15b37cd1f00b67d65e63aec8feef</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46003 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
