<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/tools, branch testing</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/tools?h=testing</id>
<link rel='self' href='https://git.amat.us/llvm/atom/tools?h=testing'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2013-03-19T16:04:02Z</updated>
<entry>
<title>Remove stale comment</title>
<updated>2013-03-19T16:04:02Z</updated>
<author>
<name>Eli Bendersky</name>
<email>eliben@google.com</email>
</author>
<published>2013-03-19T16:04:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=576a0b4d77138434ffc25a5a1de5522d2663e3b1'/>
<id>urn:sha1:576a0b4d77138434ffc25a5a1de5522d2663e3b1</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177410 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix for r177390: map values are pointers, use DeleteContainerSeconds() instead of .clear()</title>
<updated>2013-03-19T15:33:18Z</updated>
<author>
<name>Alexey Samsonov</name>
<email>samsonov@google.com</email>
</author>
<published>2013-03-19T15:33:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=51283a1513648b235925e8f931707ebdea217359'/>
<id>urn:sha1:51283a1513648b235925e8f931707ebdea217359</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177409 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>llvm-symbolizer: flush internal caches functionality</title>
<updated>2013-03-19T10:24:42Z</updated>
<author>
<name>Dmitry Vyukov</name>
<email>dvyukov@google.com</email>
</author>
<published>2013-03-19T10:24:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e9e10d18df7ba3ec65c37eaa25131fbd5c1b130e'/>
<id>urn:sha1:e9e10d18df7ba3ec65c37eaa25131fbd5c1b130e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177390 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Build LLVMgold.so on FreeBSD using cmake.</title>
<updated>2013-03-17T12:01:05Z</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2013-03-17T12:01:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=df41cf003aa8576a75a7f4e0a992a0a145167ee1'/>
<id>urn:sha1:df41cf003aa8576a75a7f4e0a992a0a145167ee1</id>
<content type='text'>
Patch by Stephen Checkoway.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177233 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make LTO codegen use a PassManager, rather than a FunctionPassManager, for the</title>
<updated>2013-03-13T21:18:46Z</updated>
<author>
<name>Lang Hames</name>
<email>lhames@gmail.com</email>
</author>
<published>2013-03-13T21:18:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a991b254f71173f3911be3b313b5304dd9b3b862'/>
<id>urn:sha1:a991b254f71173f3911be3b313b5304dd9b3b862</id>
<content type='text'>
codegen passes. This brings it in to line with clang and llc's codegen setup,
and tidies up the code.

If I understand correctly, adding ModulePasses to a FunctionPassManager is
bogus. It only seems to explode if an added ModulePass depends on a
FunctionPass though, which might be why this code has survived so long.

Fixes &lt;rdar://problem/13386816&gt;.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176977 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Connect LLVM CMake build scripts to LLDB's CMake scripts:</title>
<updated>2013-02-28T23:15:15Z</updated>
<author>
<name>Daniel Malea</name>
<email>daniel.malea@intel.com</email>
</author>
<published>2013-02-28T23:15:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=39d994c78bf3d9844dcbf2a236d4178155168ebf'/>
<id>urn:sha1:39d994c78bf3d9844dcbf2a236d4178155168ebf</id>
<content type='text'>
- if you have LLDB checked out in $llvm/tools, CMake will build it now!
- LLDB is known to build on Linux with libstdc++ and GCC 4.6/4.7 or Clang 3.3
- to run lldb tests, do "make check-lldb" after a build



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176307 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add the -disable-opt option to LTO. This adds:</title>
<updated>2013-02-28T14:11:10Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2013-02-28T14:11:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6303b661b390ef37185f7e5f5cdd352287caf1fc'/>
<id>urn:sha1:6303b661b390ef37185f7e5f5cdd352287caf1fc</id>
<content type='text'>
- Consistency with opt (which supports the same option with the same meaning and
  description).
- Debugging gold plugin-based linking without optimizations getting in the way.
- Debugging programs linked with the gold plugin while preserving the original
  debug info.
- Fine-grained control over LTO passes using the gold plugin in combination with
  opt (or clang/dragonegg).

Patch by Cristiano Giuffrida!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176257 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>print TLS segment</title>
<updated>2013-02-27T17:57:17Z</updated>
<author>
<name>Shankar Easwaran</name>
<email>shankare@codeaurora.org</email>
</author>
<published>2013-02-27T17:57:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=512685dacf7978af2729e86d022fab4d78784d43'/>
<id>urn:sha1:512685dacf7978af2729e86d022fab4d78784d43</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176192 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Try to get rid of a -wunitialized warning: explicitly initialize the pointer</title>
<updated>2013-02-26T23:04:17Z</updated>
<author>
<name>Eli Bendersky</name>
<email>eliben@google.com</email>
</author>
<published>2013-02-26T23:04:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=533048228fe7bf3bac05e7db3d2f12aaf3f47fa1'/>
<id>urn:sha1:533048228fe7bf3bac05e7db3d2f12aaf3f47fa1</id>
<content type='text'>
to NULL and use asserts to check in relevant places.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176134 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix auto_ptr is deprecated warnings</title>
<updated>2013-02-26T21:20:35Z</updated>
<author>
<name>Matt Arsenault</name>
<email>Matthew.Arsenault@amd.com</email>
</author>
<published>2013-02-26T21:20:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7375f4f98148fc34f0c7fc765967501cdc65b24e'/>
<id>urn:sha1:7375f4f98148fc34f0c7fc765967501cdc65b24e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176123 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
