Daniel Dunbar 
							
						 
					 
					
						
						
							
						
						adea497673 
					 
					
						
						
							
							[docs] Update HTML pages to refer to CSS in a way that works locally and with Sphinx.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155153  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-04-19 20:20:34 +00:00 
						 
				 
			
				
					
						
							
							
								NAKAMURA Takumi 
							
						 
					 
					
						
						
							
						
						5c6e4df713 
					 
					
						
						
							
							docs/*.html: Appease W3C Checker to add "charset=utf-8".  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143348  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-10-31 11:21:59 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						88816ec963 
					 
					
						
						
							
							Fix up the formating and change llvm-gcc to clang.  
						
						... 
						
						
						
						Note that this example doesn't work anymore!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139999  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-09-18 12:51:05 +00:00 
						 
				 
			
				
					
						
							
							
								NAKAMURA Takumi 
							
						 
					 
					
						
						
							
						
						f5af6ada3b 
					 
					
						
						
							
							docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.  
						
						... 
						
						
						
						<h2>Section Example</h2>
<div> <!-- h2+div is applied -->
<p>Section preamble.</p>
<h3>Subsection Example</h3>
<p> <!-- h3+p is applied -->
Subsection body
</p>
<!-- End of section body -->
</div>
FIXME: Care H5 better.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130040  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-04-23 00:30:22 +00:00 
						 
				 
			
				
					
						
							
							
								NAKAMURA Takumi 
							
						 
					 
					
						
						
							
						
						05d0265fef 
					 
					
						
						
							
							docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.  
						
						... 
						
						
						
						H1 ... doc_title
H2 ... doc_section
H3 ... doc_subsection
H4 ... doc_subsubsection
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129736  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-04-18 23:59:50 +00:00 
						 
				 
			
				
					
						
							
							
								NAKAMURA Takumi 
							
						 
					 
					
						
						
							
						
						b9a33634cc 
					 
					
						
						
							
							docs: Canonicalize URLs.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129181  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-04-09 02:13:37 +00:00 
						 
				 
			
				
					
						
							
							
								Duncan Sands 
							
						 
					 
					
						
						
							
						
						18d52f2fb5 
					 
					
						
						
							
							Convert a bunch of uses of 'bytecode' into 'bitcode'.  This  
						
						... 
						
						
						
						is not everything, but the remaining cases are less trivial.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115080  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-09-29 20:09:55 +00:00 
						 
				 
			
				
					
						
							
							
								mike-m 
							
						 
					 
					
						
						
							
						
						e2c3a49c80 
					 
					
						
						
							
							Revert r103213. It broke several sections of live website.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103219  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-05-07 00:28:04 +00:00 
						 
				 
			
				
					
						
							
							
								mike-m 
							
						 
					 
					
						
						
							
						
						68cb31901c 
					 
					
						
						
							
							Overhauled llvm/clang docs builds. Closes PR6613.  
						
						... 
						
						
						
						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 -> 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 
						
						
					 
					
						2010-05-06 23:45:43 +00:00 
						 
				 
			
				
					
						
							
							
								Nick Lewycky 
							
						 
					 
					
						
						
							
						
						1f048649e3 
					 
					
						
						
							
							Fix typo.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102276  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-04-24 22:01:40 +00:00 
						 
				 
			
				
					
						
							
							
								Benjamin Kramer 
							
						 
					 
					
						
						
							
						
						8040cd3cfd 
					 
					
						
						
							
							Documentation: Perform automated correction of common typos.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83849  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-10-12 14:46:08 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						64722e5163 
					 
					
						
						
							
							* Comply with HTML 4.01 Strict  
						
						... 
						
						
						
						* Added code-region markings to code sections to make them stand out
* Added pre.doc_code class to llvm.css to simplify marking code regions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61072  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-12-16 03:07:49 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						444087057a 
					 
					
						
						
							
							Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60880  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-12-11 17:34:48 +00:00 
						 
				 
			
				
					
						
							
							
								Nick Kledzik 
							
						 
					 
					
						
						
							
						
						84e5f77880 
					 
					
						
						
							
							update to document new lto API  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47764  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-02-29 19:34:52 +00:00 
						 
				 
			
				
					
						
							
							
								Nick Kledzik 
							
						 
					 
					
						
						
							
						
						55998ba767 
					 
					
						
						
							
							test svn commit capability  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47584  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-02-26 01:36:52 +00:00 
						 
				 
			
				
					
						
							
							
								Tanya Lattner 
							
						 
					 
					
						
						
							
						
						5efa7e9c96 
					 
					
						
						
							
							Rename llvm-gcc4 to llvm-gcc.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41380  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-08-24 23:23:23 +00:00 
						 
				 
			
				
					
						
							
							
								Gabor Greif 
							
						 
					 
					
						
						
							
						
						04367bfc20 
					 
					
						
						
							
							first pass of nomenclature changes in .html files  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37956  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-07-06 22:07:22 +00:00 
						 
				 
			
				
					
						
							
							
								Duncan Sands 
							
						 
					 
					
						
						
							
						
						6db928a62e 
					 
					
						
						
							
							Rephrase linker explanation.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35739  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-04-07 17:43:25 +00:00 
						 
				 
			
				
					
						
							
							
								Devang Patel 
							
						 
					 
					
						
						
							
						
						0cf10286d5 
					 
					
						
						
							
							Update example notes to clarify system linker's role.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35597  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-04-02 16:54:12 +00:00 
						 
				 
			
				
					
						
							
							
								Devang Patel 
							
						 
					 
					
						
						
							
						
						682f675c86 
					 
					
						
						
							
							Use doc_code class.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31239  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-10-27 23:06:27 +00:00 
						 
				 
			
				
					
						
							
							
								Devang Patel 
							
						 
					 
					
						
						
							
						
						ca403272f4 
					 
					
						
						
							
							Document removeModule().  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31237  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-10-27 22:02:30 +00:00 
						 
				 
			
				
					
						
							
							
								Devang Patel 
							
						 
					 
					
						
						
							
						
						9286cd3e9b 
					 
					
						
						
							
							Document getAlignment()  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31234  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-10-27 21:58:31 +00:00 
						 
				 
			
				
					
						
							
							
								Devang Patel 
							
						 
					 
					
						
						
							
						
						c1e6e138e3 
					 
					
						
						
							
							Document getTargetTriple().  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30133  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-09-06 20:22:55 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						29a965d3c4 
					 
					
						
						
							
							typo  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29668  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-08-14 20:07:50 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						f428c0f3f3 
					 
					
						
						
							
							Fix a typo.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29667  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-08-14 19:51:02 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						b5fc9f537b 
					 
					
						
						
							
							Fix several grammaros and a few HTML usage items.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29665  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-08-14 19:19:55 +00:00 
						 
				 
			
				
					
						
							
							
								Devang Patel 
							
						 
					 
					
						
						
							
						
						e6dd6a11d1 
					 
					
						
						
							
							Use < and >  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29662  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-08-14 18:49:03 +00:00 
						 
				 
			
				
					
						
							
							
								Devang Patel 
							
						 
					 
					
						
						
							
						
						2c1292f709 
					 
					
						
						
							
							Fix verification failures.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29661  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-08-14 18:39:35 +00:00 
						 
				 
			
				
					
						
							
							
								Devang Patel 
							
						 
					 
					
						
						
							
						
						93449f13d8 
					 
					
						
						
							
							Add lto doc.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29659  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-08-14 18:03:40 +00:00