Michael J. Spencer 
							
						 
					 
					
						
						
							
						
						75338097c7 
					 
					
						
						
							
							Remove llvm-ld and llvm-stub (which is only used by llvm-ld).  
						
						... 
						
						
						
						llvm-ld is no longer useful and causes confusion and so it is being removed.
* Does not work very well on Windows because it must call a gcc like driver to
  assemble and link.
* Has lots of hard coded paths which are wrong on many systems.
* Does not understand most of ld's options.
* Can be partially replaced by llvm-link | opt | {llc | as, llc -filetype=obj} |
  ld, or fully replaced by Clang.
I know of no production use of llvm-ld, and hacking use should be
replaced by Clang's driver.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155147  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-04-19 19:27:54 +00:00 
						 
				 
			
				
					
						
							
							
								Nadav Rotem 
							
						 
					 
					
						
						
							
						
						fdc309cc4e 
					 
					
						
						
							
							Add a random .LL file generator to stress-test different llvm components.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151479  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-02-26 08:35:53 +00:00 
						 
				 
			
				
					
						
							
							
								Devang Patel 
							
						 
					 
					
						
						
							
						
						5e19c1f945 
					 
					
						
						
							
							Add documentation for llvm-cov.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145319  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-11-28 23:39:25 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						e5a789627a 
					 
					
						
						
							
							Remove mention of llvm-gcc and llvm-g++. -Ministry of Truth  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140163  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-09-20 18:24:04 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Christopher 
							
						 
					 
					
						
						
							
						
						eae5a13078 
					 
					
						
						
							
							Remove more of llvmc and dependencies.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140121  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-09-20 00:34:27 +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 
							
						 
					 
					
						
						
							
						
						ee69926b10 
					 
					
						
						
							
							docs/CommandGuide/index.html: Fix CSS url to relative.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129268  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-04-11 03:27:38 +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 
						 
				 
			
				
					
						
							
							
								John McCall 
							
						 
					 
					
						
						
							
						
						8c35936583 
					 
					
						
						
							
							Add documentation for llvm-diff.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113303  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-09-07 23:10:21 +00:00 
						 
				 
			
				
					
						
							
							
								Tanya Lattner 
							
						 
					 
					
						
						
							
						
						10934e881d 
					 
					
						
						
							
							Test commit.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103478  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-05-11 16:47:42 +00:00 
						 
				 
			
				
					
						
							
							
								Tanya Lattner 
							
						 
					 
					
						
						
							
						
						e924ab5037 
					 
					
						
						
							
							Test commit.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103477  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-05-11 16:46:45 +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 
						 
				 
			
				
					
						
							
							
								Duncan Sands 
							
						 
					 
					
						
						
							
						
						7e7ae5ad69 
					 
					
						
						
							
							Refer to -help instead of --help since this is what tools themselves say.  
						
						... 
						
						
						
						Also, have tools output -help-hidden rather than refer to --help-hidden,
for consistency, and likewise adjust documentation.  This doesn't change
every mention of --help, only those which seemed clearly safe.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96578  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-02-18 14:08:13 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Dunbar 
							
						 
					 
					
						
						
							
						
						8b828a84a0 
					 
					
						
						
							
							Add link to 'lit' from CommandGuide.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84461  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-10-19 03:54:13 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						9d3787b73c 
					 
					
						
						
							
							add a simple FileCheck man page.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79105  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-08-15 15:38:11 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						39309dfbb2 
					 
					
						
						
							
							* Fixed formatting of command descriptions to be consistent:  
						
						... 
						
						
						
						- descriptions on new line
  - no terminating period
* Changed the W3C logos from yellow to blue to not stand out
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60879  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-12-11 17:12:52 +00:00 
						 
				 
			
				
					
						
							
							
								Mikhail Glushenkov 
							
						 
					 
					
						
						
							
						
						a606d1f34e 
					 
					
						
						
							
							Add a man page for llvmc. Really basic for now, will be updated later.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60049  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-11-25 21:38:38 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						01924d00c7 
					 
					
						
						
							
							stacker is really gone.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54400  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-08-06 05:57:58 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						2a3cea1a6d 
					 
					
						
						
							
							remove stacker  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54398  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-08-06 05:56:52 +00:00 
						 
				 
			
				
					
						
							
							
								Anton Korobeynikov 
							
						 
					 
					
						
						
							
						
						9d9dc7d176 
					 
					
						
						
							
							Remove entries from here also  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50616  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-05-04 06:23:44 +00:00 
						 
				 
			
				
					
						
							
							
								Tanya Lattner 
							
						 
					 
					
						
						
							
						
						148df159a3 
					 
					
						
						
							
							Added note to getting started guide to use llvm-gcc4.2.  
						
						... 
						
						
						
						Removed llvm-upgrade from documentations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49346  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-04-07 18:32:25 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						944b7f28ac 
					 
					
						
						
							
							Update links to the command guide generated documentation.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40855  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-08-05 23:43:44 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						c69f777645 
					 
					
						
						
							
							This dir does not appear under /docs anymore but under /cmds so use an  
						
						... 
						
						
						
						absolute path to the llvm.css file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38436  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-07-09 06:32:55 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						439ba1fefa 
					 
					
						
						
							
							Remove broken links to gccas and gccld.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34393  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-18 20:37:44 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						3248df2373 
					 
					
						
						
							
							Document the llvm-upgrade tool.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32124  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-12-02 16:35:42 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						84f82f7fac 
					 
					
						
						
							
							Excise references to the now defunct "analyze" tool. Merge descriptions  
						
						... 
						
						
						
						where appropriate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29931  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-08-28 00:34:19 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						c95cf1d5e7 
					 
					
						
						
							
							Add tblgen to the index  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28656  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-06-02 17:43:38 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						e497ff1110 
					 
					
						
						
							
							Add llvm2cpp program.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28563  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-05-30 19:56:31 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						cbe3a78f4a 
					 
					
						
						
							
							Add llvm-config to the index.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27017  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-03-24 00:03:37 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						cd143fc4d0 
					 
					
						
						
							
							Change docs for llvm.cs.uiuc.edu -> llvm.org  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26747  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-03-14 05:42:07 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						4e8458d02c 
					 
					
						
						
							
							extract has been renamed to llvm-extract to avoid conflicting with another tool  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21501  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2005-04-24 17:46:58 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						dc0cd0228f 
					 
					
						
						
							
							Missed moving bugpoint link over to CommandGuide/html/  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18732  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-12-09 23:28:09 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						233952b445 
					 
					
						
						
							
							Generated HTML documentation is now back in CommandGuide/html/  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18731  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-12-09 23:25:59 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						38f98b52a6 
					 
					
						
						
							
							* add llvmc and llvm-ld  
						
						... 
						
						
						
						* fix the links to not be in an html subdir as that's not how this gets
  installed (anymore).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18320  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-11-29 04:32:37 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						bbcb10f56e 
					 
					
						
						
							
							* Add an entry for llvm-ranlib  
						
						... 
						
						
						
						* Add missing dashes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17838  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-11-15 19:53:43 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						0aa189949c 
					 
					
						
						
							
							Add llvm-ar to the index.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17682  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-11-11 09:30:00 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						9099e3ed27 
					 
					
						
						
							
							Add link to the stkrc page  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14734  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-07-10 21:43:12 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						1a5a79c4bc 
					 
					
						
						
							
							Minor cleanups:  
						
						... 
						
						
						
						* Mention the --help and --help-hidden options
 * Don't say program when we really mean any old bytecode file
 * Add a link to the man pages
 * Move analyze down in the list, as it's not as important as the rest
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14730  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-07-10 06:06:56 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						66a72ef15a 
					 
					
						
						
							
							* Link to the POD-generated HTML documentation  
						
						... 
						
						
						
						* Updated llvm-abcd to llvm-bcanalyzer
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14577  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-07-02 15:46:55 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						efa1e62374 
					 
					
						
						
							
							This is more of an "llvm team" thing by now  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14539  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-07-01 18:25:59 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						95bba873f4 
					 
					
						
						
							
							Mention llvm-abcd, point out difference between it and `analyze'.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14532  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-07-01 16:59:05 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						38ca9be9ef 
					 
					
						
						
							
							Change format of CommandGuide index page to look like other docs.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14531  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2004-07-01 16:04:49 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						8522e38c1b 
					 
					
						
						
							
							A line was missing  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10269  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-11-30 05:46:14 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						e66e73aee5 
					 
					
						
						
							
							Checkin an initial version of the llvm-prof documentation  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9649  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-11-02 02:10:54 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						c6ad94c6a1 
					 
					
						
						
							
							* Not much point to indent the whole file  
						
						... 
						
						
						
						* Let CVS keep track of our last-modified timestamp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9628  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-10-31 00:39:28 +00:00 
						 
				 
			
				
					
						
							
							
								Brian Gaeke 
							
						 
					 
					
						
						
							
						
						cab5c190eb 
					 
					
						
						
							
							yikes, a copy-and-paste-o  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9164  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-10-16 18:05:09 +00:00 
						 
				 
			
				
					
						
							
							
								Brian Gaeke 
							
						 
					 
					
						
						
							
						
						f0e3a08ea2 
					 
					
						
						
							
							add llvm-nm entry.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9163  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-10-16 18:04:40 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						651fbec146 
					 
					
						
						
							
							Ensure both columns take 50%  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8942  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2003-10-07 20:35:55 +00:00