[llvm-branch-commits] [llvm-branch] r143610 - in /llvm/branches/release_30: ./ docs/CodeGenerator.html docs/GetElementPtr.html docs/LangRef.html docs/ProgrammersManual.html
Bill Wendling
isanbard at gmail.com
Wed Nov 2 23:43:54 PDT 2011
Author: void
Date: Thu Nov 3 01:43:54 2011
New Revision: 143610
URL: http://llvm.org/viewvc/llvm-project?rev=143610&view=rev
Log:
Merging r143349:
------------------------------------------------------------------------
r143349 | chapuni | 2011-10-31 06:04:26 -0700 (Mon, 31 Oct 2011) | 1 line
docs/*.html: Fix markups.
------------------------------------------------------------------------
Modified:
llvm/branches/release_30/ (props changed)
llvm/branches/release_30/docs/CodeGenerator.html
llvm/branches/release_30/docs/GetElementPtr.html
llvm/branches/release_30/docs/LangRef.html
llvm/branches/release_30/docs/ProgrammersManual.html
Propchange: llvm/branches/release_30/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Nov 3 01:43:54 2011
@@ -1,3 +1,3 @@
/llvm/branches/Apple/Pertwee:110850,110961
/llvm/branches/type-system-rewrite:133420-134817
-/llvm/trunk:142039,142055,142058,142112,142123,142125,142165,142168,142243,142350,142482,142486,142489,142491-142493,142537,142550,142559,142573-142574,142801,142806,142841,142869,142956,142994,142998,143006,143194,143222,143247,143290,143302-143303,143328,143348,143437
+/llvm/trunk:142039,142055,142058,142112,142123,142125,142165,142168,142243,142350,142482,142486,142489,142491-142493,142537,142550,142559,142573-142574,142801,142806,142841,142869,142956,142994,142998,143006,143194,143222,143247,143290,143302-143303,143328,143348-143349,143437
Modified: llvm/branches/release_30/docs/CodeGenerator.html
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_30/docs/CodeGenerator.html?rev=143610&r1=143609&r2=143610&view=diff
==============================================================================
--- llvm/branches/release_30/docs/CodeGenerator.html (original)
+++ llvm/branches/release_30/docs/CodeGenerator.html Thu Nov 3 01:43:54 2011
@@ -1813,6 +1813,8 @@
<a name="proepicode">Prolog/Epilog Code Insertion</a>
</h3>
+<div>
+
<!-- _______________________________________________________________________ -->
<h4>
<a name="compact_unwind">Compact Unwind</a>
@@ -1927,6 +1929,8 @@
</div>
+</div>
+
<!-- ======================================================================= -->
<h3>
<a name="latemco">Late Machine Code Optimizations</a>
Modified: llvm/branches/release_30/docs/GetElementPtr.html
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_30/docs/GetElementPtr.html?rev=143610&r1=143609&r2=143610&view=diff
==============================================================================
--- llvm/branches/release_30/docs/GetElementPtr.html (original)
+++ llvm/branches/release_30/docs/GetElementPtr.html Thu Nov 3 01:43:54 2011
@@ -746,7 +746,7 @@
src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"></a>
<a href="http://validator.w3.org/check/referer"><img
src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a>
- <a href="http://llvm.org/">The LLVM Compiler Infrastructure</a><br/>
+ <a href="http://llvm.org/">The LLVM Compiler Infrastructure</a><br>
Last modified: $Date$
</address>
</body>
Modified: llvm/branches/release_30/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_30/docs/LangRef.html?rev=143610&r1=143609&r2=143610&view=diff
==============================================================================
--- llvm/branches/release_30/docs/LangRef.html (original)
+++ llvm/branches/release_30/docs/LangRef.html Thu Nov 3 01:43:54 2011
@@ -1898,9 +1898,6 @@
possible to have a two dimensional array, using an array as the element type
of another array.</p>
-</div>
-
-
<!-- _______________________________________________________________________ -->
<h4>
<a name="t_aggregate">Aggregate Types</a>
@@ -2208,6 +2205,8 @@
</div>
+</div>
+
<!-- *********************************************************************** -->
<h2><a name="constants">Constants</a></h2>
<!-- *********************************************************************** -->
@@ -6304,8 +6303,6 @@
</div>
-</div>
-
<!-- ======================================================================= -->
<h3>
<a name="int_gc">Accurate Garbage Collection Intrinsics</a>
@@ -7001,8 +6998,6 @@
</div>
-</div>
-
<!-- _______________________________________________________________________ -->
<h4>
<a name="int_exp">'<tt>llvm.exp.*</tt>' Intrinsic</a>
@@ -7103,6 +7098,8 @@
</div>
+</div>
+
<!-- ======================================================================= -->
<h3>
<a name="int_manip">Bit Manipulation Intrinsics</a>
Modified: llvm/branches/release_30/docs/ProgrammersManual.html
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_30/docs/ProgrammersManual.html?rev=143610&r1=143609&r2=143610&view=diff
==============================================================================
--- llvm/branches/release_30/docs/ProgrammersManual.html (original)
+++ llvm/branches/release_30/docs/ProgrammersManual.html Thu Nov 3 01:43:54 2011
@@ -879,9 +879,6 @@
. Doing so avoids (relatively) expensive malloc/free calls, which dwarf the
cost of adding the elements to the container. </p>
-</div>
-
-
<!-- ======================================================================= -->
<h3>
<a name="ds_sequential">Sequential Containers (std::vector, std::list, etc)</a>
More information about the llvm-branch-commits
mailing list