<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/tutorial/LangImpl6.html, branch release_28</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/tutorial/LangImpl6.html?h=release_28</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/tutorial/LangImpl6.html?h=release_28'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-09-01T20:09:20Z</updated>
<entry>
<title>update the tutorial to use CreateFAdd to create fp operations.</title>
<updated>2010-09-01T20:09:20Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-09-01T20:09:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f57fcf78445c0a5f4789a2825f5ef9157c5b217d'/>
<id>urn:sha1:f57fcf78445c0a5f4789a2825f5ef9157c5b217d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112733 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix typos reported by Adam Warner!</title>
<updated>2010-06-21T20:31:30Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-06-21T20:31:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6808cdc4244723b3f9712fd13eed026d5f137459'/>
<id>urn:sha1:6808cdc4244723b3f9712fd13eed026d5f137459</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106468 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update html tutorial docs to match api changes.</title>
<updated>2010-06-14T06:09:39Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2010-06-14T06:09:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2214b811961285ae4b857598dfee538bc456ad2e'/>
<id>urn:sha1:2214b811961285ae4b857598dfee538bc456ad2e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105933 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>Make Kaleidoscope not link against the interpreter, since that didn't</title>
<updated>2010-02-11T19:15:20Z</updated>
<author>
<name>Jeffrey Yasskin</name>
<email>jyasskin@google.com</email>
</author>
<published>2010-02-11T19:15:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=42fc5586241ddc5948ffff67eefe8cb2690534a8'/>
<id>urn:sha1:42fc5586241ddc5948ffff67eefe8cb2690534a8</id>
<content type='text'>
work anyway (Interpreter::getPointerToFunction doesn't return a
callable pointer), and improve the error message when an
ExecutionEngine can't be created.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95896 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add "Author Date Id Revision" svn:keyword properties to these files, as</title>
<updated>2010-02-03T17:27:31Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-02-03T17:27:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=523e3928a340dfd6645b4fc8e861c2d883728227'/>
<id>urn:sha1:523e3928a340dfd6645b4fc8e861c2d883728227</id>
<content type='text'>
is done with the other html files in doc, to hopefully keep strings like
"Last modified" current.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95225 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Kill ModuleProvider and ghost linkage by inverting the relationship between</title>
<updated>2010-01-27T20:34:15Z</updated>
<author>
<name>Jeffrey Yasskin</name>
<email>jyasskin@google.com</email>
</author>
<published>2010-01-27T20:34:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f0356fe140af1a30587b9a86bcfb1b2c51b8ce20'/>
<id>urn:sha1:f0356fe140af1a30587b9a86bcfb1b2c51b8ce20</id>
<content type='text'>
Modules and ModuleProviders. Because the "ModuleProvider" simply materializes
GlobalValues now, and doesn't provide modules, it's renamed to
"GVMaterializer". Code that used to need a ModuleProvider to materialize
Functions can now materialize the Functions directly. Functions no longer use a
magic linkage to record that they're materializable; they simply ask the
GVMaterializer.

Because the C ABI must never change, we can't remove LLVMModuleProviderRef or
the functions that refer to it. Instead, because Module now exposes the same
functionality ModuleProvider used to, we store a Module* in any
LLVMModuleProviderRef and translate in the wrapper methods.  The bindings to
other languages still use the ModuleProvider concept.  It would probably be
worth some time to update them to follow the C++ more closely, but I don't
intend to do it.

Fixes http://llvm.org/PR5737 and http://llvm.org/PR5735.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94686 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Sync c++ kaleidoscope tutorial with test.</title>
<updated>2009-09-22T21:14:49Z</updated>
<author>
<name>Erick Tryzelaar</name>
<email>idadesub@users.sourceforge.net</email>
</author>
<published>2009-09-22T21:14:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fd1ec5e68b593a4f4d5497b150e677ebef36c231'/>
<id>urn:sha1:fd1ec5e68b593a4f4d5497b150e677ebef36c231</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82572 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update the tutorial to match changes to examples/Kaleidoscope.</title>
<updated>2009-09-13T21:38:54Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2009-09-13T21:38:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=422094c38dfe6878de40f4ad443dcd77542fac22'/>
<id>urn:sha1:422094c38dfe6878de40f4ad443dcd77542fac22</id>
<content type='text'>
One change I'm not folding in is the removal of two unused variables that
caused warnings, because those were there for expository purposes.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81721 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
