<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/GetElementPtr.html, branch release_29</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/GetElementPtr.html?h=release_29</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/GetElementPtr.html?h=release_29'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2011-02-11T21:50:52Z</updated>
<entry>
<title>attempt to capture recent discussion about overflow and inbounds geps.</title>
<updated>2011-02-11T21:50:52Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-02-11T21:50:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=776b7df0e7a91ab86a8aef59f3c896721cd597d9'/>
<id>urn:sha1:776b7df0e7a91ab86a8aef59f3c896721cd597d9</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125412 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>remove unions from LLVM IR.  They are severely buggy and not</title>
<updated>2010-08-28T04:09:24Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-08-28T04:09:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=61c70e98ac3c7504d31dd9bc81c4e9cb998e9984'/>
<id>urn:sha1:61c70e98ac3c7504d31dd9bc81c4e9cb998e9984</id>
<content type='text'>
being actively maintained, improved, or extended.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112356 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Note the relationship between C99 restrict and LLVM noalias, and</title>
<updated>2010-07-06T15:26:33Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-07-06T15:26:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ff70fe40aa64ed260aaff5f77151c3c2fb39b75a'/>
<id>urn:sha1:ff70fe40aa64ed260aaff5f77151c3c2fb39b75a</id>
<content type='text'>
clarify a few other things.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107659 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert r103213. It broke several sections of live website.</title>
<updated>2010-05-07T00:28:04Z</updated>
<author>
<name>mike-m</name>
<email>mikem.llvm@gmail.com</email>
</author>
<published>2010-05-07T00:28:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e2c3a49c8029ebd9ef530101cc24c66562e3dff5'/>
<id>urn:sha1:e2c3a49c8029ebd9ef530101cc24c66562e3dff5</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103219 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Overhauled llvm/clang docs builds. Closes PR6613.</title>
<updated>2010-05-06T23:45:43Z</updated>
<author>
<name>mike-m</name>
<email>mikem.llvm@gmail.com</email>
</author>
<published>2010-05-06T23:45:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=68cb31901c590cabceee6e6356d62c84142114cb'/>
<id>urn:sha1:68cb31901c590cabceee6e6356d62c84142114cb</id>
<content type='text'>
NOTE: 2nd part changeset for cfe trunk to follow.

*** PRE-PATCH ISSUES ADDRESSED

- clang api docs fail build from objdir
- clang/llvm api docs collide in install PREFIX/
- clang/llvm main docs collide in install
- clang/llvm main docs have full of hard coded destination
  assumptions and make use of absolute root in static html files;
  namely CommandGuide tools hard codes a website destination
  for cross references and some html cross references assume
  website root paths

*** IMPROVEMENTS

- bumped Doxygen from 1.4.x -&gt; 1.6.3
- splits llvm/clang docs into 'main' and 'api' (doxygen) build trees
- provide consistent, reliable doc builds for both main+api docs
- support buid vs. install vs. website intentions
- support objdir builds
- document targets with 'make help'
- correct clean and uninstall operations
- use recursive dir delete only where absolutely necessary
- added call function fn.RMRF which safeguards against botched 'rm -rf';
  if any target (or any variable is evaluated) which attempts
  to remove any dirs which match a hard-coded 'safelist', a verbose
  error will be printed and make will error-stop.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103213 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge the advanced getelementptr FAQ into the regular</title>
<updated>2010-02-25T18:16:03Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-02-25T18:16:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b02c08c2abb600899c84ff80df7b6bac622e3549'/>
<id>urn:sha1:b02c08c2abb600899c84ff80df7b6bac622e3549</id>
<content type='text'>
getelementptr FAQ.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97154 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Documentation: Perform automated correction of common typos.</title>
<updated>2009-10-12T14:46:08Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2009-10-12T14:46:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8040cd3cfd7b87661c08ca916daf355593dd8ffa'/>
<id>urn:sha1:8040cd3cfd7b87661c08ca916daf355593dd8ffa</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83849 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Surrounded variable in &lt;tt&gt; tags for consistency.</title>
<updated>2009-08-18T19:18:40Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2009-08-18T19:18:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fc13d1c4d3807dbe9b1d6e6bee0dbd9b2112be54'/>
<id>urn:sha1:fc13d1c4d3807dbe9b1d6e6bee0dbd9b2112be54</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79357 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Removed warnings from HTML 4.01 validator: trailing slashes in &lt;br&gt; and &lt;img&gt;</title>
<updated>2008-12-11T18:23:24Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2008-12-11T18:23:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f00ddb04dfdef01a0389fa4c3cf63f7fa23627b9'/>
<id>urn:sha1:f00ddb04dfdef01a0389fa4c3cf63f7fa23627b9</id>
<content type='text'>
tags are not needed in HTML, only XML.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60885 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.</title>
<updated>2008-12-11T17:34:48Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2008-12-11T17:34:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=444087057ad0592f3e0bb2e434e0b610aa7914f6'/>
<id>urn:sha1:444087057ad0592f3e0bb2e434e0b610aa7914f6</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60880 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
