<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs, branch release_25</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs?h=release_25</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs?h=release_25'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-03-03T04:36:03Z</updated>
<entry>
<title>2.5 release notes.</title>
<updated>2009-03-03T04:36:03Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2009-03-03T04:36:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5b6bd3109afdc2525bd092f6623a920924b1de54'/>
<id>urn:sha1:5b6bd3109afdc2525bd092f6623a920924b1de54</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_25@65923 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge 64066 from mainline.</title>
<updated>2009-03-03T02:50:57Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2009-03-03T02:50:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9cdda8b4d7966249f152aeee04a37ed018849af2'/>
<id>urn:sha1:9cdda8b4d7966249f152aeee04a37ed018849af2</id>
<content type='text'>
Document the 'llvm.OP.with.overflow' intrinsics.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_25@65918 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Disable support for vicmp/vfcmp from the LLVM 2.5 release branch, like we did for LLVM 2.4.  These are slated to be removed (PR3370) and we don't want to have to be backwards compatible with them in the future.</title>
<updated>2009-02-04T23:00:52Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2009-02-04T23:00:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a5db86927f4786447fac319405a50c672603b80f'/>
<id>urn:sha1:a5db86927f4786447fac319405a50c672603b80f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_25@63788 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Improve -fno-opt style option processing to not require an extra</title>
<updated>2009-02-02T22:48:49Z</updated>
<author>
<name>Mike Stump</name>
<email>mrs@apple.com</email>
</author>
<published>2009-02-02T22:48:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d64e0eb094a108bdcdf51328425904042aa6122b'/>
<id>urn:sha1:d64e0eb094a108bdcdf51328425904042aa6122b</id>
<content type='text'>
option to make the -fno- form on the option.  We also document the new
form in the CommandLine documentation.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63559 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>validation error fix.</title>
<updated>2009-02-02T07:33:15Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-02-02T07:33:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ef56ce18b81ef8d9769ec9620f35a6c6843d1db8'/>
<id>urn:sha1:ef56ce18b81ef8d9769ec9620f35a6c6843d1db8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63503 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Document type upreferences (PR3380), patch by Stein Roger Skafløtten</title>
<updated>2009-02-02T07:32:36Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-02-02T07:32:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=242d61d1c974e1c79f063a29fe8448d543f24cb1'/>
<id>urn:sha1:242d61d1c974e1c79f063a29fe8448d543f24cb1</id>
<content type='text'>
with enhancements and corrections by me.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63502 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title> Each input file is encoded as a separate compile unit in LLVM debugging</title>
<updated>2009-01-30T18:20:31Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2009-01-30T18:20:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=dd9db6688283639a0c95f8ed67beb1bd54b5fff4'/>
<id>urn:sha1:dd9db6688283639a0c95f8ed67beb1bd54b5fff4</id>
<content type='text'>
information output. However, many target specific tool chains prefer to encode
only one compile unit in an object file. In this situation, the LLVM code
generator will include  debugging information entities in the compile unit 
that is marked as main compile unit. The code generator accepts maximum one main
compile unit per module. If a module does not contain any main compile unit 
then the code generator will emit multiple compile units in the output object 
file.

[Part 1]

Update DebugInfo APIs to accept optional boolean value while creating DICompileUnit  to mark the unit as "main" unit. By defaults all units are considered  non-main.  Update SourceLevelDebugging.html to document "main" compile unit.

Update DebugInfo APIs to not accept and encode separate source file/directory entries while creating various llvm.dbg.* entities. There was a recent, yet to be documented, change to include this additional information so no documentation changes are required here.

Update DwarfDebug to handle "main" compile unit. If "main" compile unit is seen then all DIEs are inserted into "main" compile unit. All other compile units are used to find source location for llvm.dbg.* values. If there is not any "main" compile unit then create unique compile unit DIEs for each llvm.dbg.compile_unit.

[Part 2]

Create separate llvm.dbg.compile_unit for each input file. Mark compile unit create for main_input_filename as "main" compile unit. Use appropriate compile unit, based on source location information collected from the tree node, while creating llvm.dbg.* values using DebugInfo APIs.

---

This is Part 1.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63400 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>SDOperand has been renamed to SDValue. SDNode::Val is now</title>
<updated>2009-01-28T21:36:46Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-01-28T21:36:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=50ef90d48e9d1b60416f5c5ec290391305149272'/>
<id>urn:sha1:50ef90d48e9d1b60416f5c5ec290391305149272</id>
<content type='text'>
accessed via SDNode::getNode.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63240 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Rename getAnalysisToUpdate to getAnalysisIfAvailable.</title>
<updated>2009-01-28T13:14:17Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2009-01-28T13:14:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1465d61bdd36cfd6021036a527895f0dd358e97d'/>
<id>urn:sha1:1465d61bdd36cfd6021036a527895f0dd358e97d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63198 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update the generated docs.</title>
<updated>2009-01-28T03:47:38Z</updated>
<author>
<name>Mikhail Glushenkov</name>
<email>foldr@codedgers.com</email>
</author>
<published>2009-01-28T03:47:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5303c75a4929ebb233e612f3b52b7dc4b11ae6b5'/>
<id>urn:sha1:5303c75a4929ebb233e612f3b52b7dc4b11ae6b5</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63173 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
