Chris Lattner 
							
						 
					 
					
						
						
							
						
						ac139f19d9 
					 
					
						
						
							
							libc++ and compiler_rt are now dual licensed under UIUC and MIT license.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119387  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-11-16 21:32:53 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						c226fc8985 
					 
					
						
						
							
							reapply developer policy changes after discussion.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114886  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-09-27 21:17:15 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						e398018e86 
					 
					
						
						
							
							temporarily revert developer policy change as a courtesy to vikram.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114792  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-09-25 15:53:35 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						823d9a53a4 
					 
					
						
						
							
							remove an obsolete section  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114701  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-09-23 22:34:49 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						1e6c589a9a 
					 
					
						
						
							
							rewrite the copyright section to match reality: llvm does't have a  
						
						... 
						
						
						
						copyright assignment process.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114673  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-09-23 17:37:11 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						5ce8981db0 
					 
					
						
						
							
							add lldb and libc++ code owners.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114669  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-09-23 17:27:54 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						b742ff084f 
					 
					
						
						
							
							updates to make it clear that this applies to clang and other llvm subprojects.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112781  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-09-02 00:09:17 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						c1076ea611 
					 
					
						
						
							
							Delete mkpatch. Everything it does is already done by svn diff by default.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110203  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-08-04 16:07:22 +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 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						621a415c01 
					 
					
						
						
							
							Fix typos in comments.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97257  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-02-26 20:18:32 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						9b96e80da4 
					 
					
						
						
							
							add a link to the GSG for info on how to check out svn trunk  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83734  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-10-10 21:37:16 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						f86a77868c 
					 
					
						
						
							
							apparently russians are really hard to sort or something!  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82016  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-09-16 05:42:12 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						b2030437fc 
					 
					
						
						
							
							I can sort, no really.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82015  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-09-16 05:37:13 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						941f4cd246 
					 
					
						
						
							
							make more clear since it is sorted by last name now.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82014  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-09-16 05:36:54 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						af5bd677c9 
					 
					
						
						
							
							Doug is now the code owner for most of the Clang frontend.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82013  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-09-16 05:36:07 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						d0acd9cfff 
					 
					
						
						
							
							Ted is christened as the owner of the clang static analyzer.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82008  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-09-16 04:59:30 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						d7f10d3361 
					 
					
						
						
							
							add a note about the build bots  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77796  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-08-01 19:25:25 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						8792232f99 
					 
					
						
						
							
							remove some old CVS-specific arguments that don't work with SVN.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73369  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-06-15 04:18:54 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						19a8dca186 
					 
					
						
						
							
							Add character encoding declaration to fix verification warning.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68440  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-04-05 12:38:44 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						78c8fcef7b 
					 
					
						
						
							
							Obsessively format this document.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68439  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-04-05 12:37:44 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						01bb8b0c36 
					 
					
						
						
							
							lex and bison aren't needed to build llvm anymore.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61560  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-01-02 07:10:51 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						740e3db203 
					 
					
						
						
							
							Center the legal note to give it even padding on left and right, and make it  
						
						... 
						
						
						
						stand out better.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61475  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-12-29 19:55:01 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						66286e9e61 
					 
					
						
						
							
							* Removed stray </p> tag  
						
						... 
						
						
						
						* Whitespace cleanups
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60891  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-12-11 19:44:51 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						f00ddb04df 
					 
					
						
						
							
							Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img>  
						
						... 
						
						
						
						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 
						
						
					 
					
						2008-12-11 18:23:24 +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 
						 
				 
			
				
					
						
							
							
								Daniel Dunbar 
							
						 
					 
					
						
						
							
						
						607d6bb819 
					 
					
						
						
							
							Grammar.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59581  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-11-19 02:37:39 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						37a1ebb24c 
					 
					
						
						
							
							punctuate, add wording about patches contributed by others.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59417  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-11-16 17:40:16 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						7258737a11 
					 
					
						
						
							
							Fix a minor wording ambiguity in the Developer Policy.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56022  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-09-09 22:13:09 +00:00 
						 
				 
			
				
					
						
							
							
								Gordon Henriksen 
							
						 
					 
					
						
						
							
						
						72efde2dc7 
					 
					
						
						
							
							Add a note for Thunderbird users to the Developer Policy.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52797  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-06-26 22:58:37 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						64a4c11e2f 
					 
					
						
						
							
							minor edits  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51405  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-05-22 03:06:14 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						305915b8f6 
					 
					
						
						
							
							Clarify copyright transfer when you don't own the copyright of  
						
						... 
						
						
						
						the contributed code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51329  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-05-20 20:06:53 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						ab2b10c3a9 
					 
					
						
						
							
							Don't attribute in file headers anymore.  See llvmdev for the  
						
						... 
						
						
						
						discussion of this change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45409  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-12-29 19:56:08 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						e268a40b1e 
					 
					
						
						
							
							Describe the notion of 'owners' of the code.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44537  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-12-03 19:00:47 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						bebcdabd8f 
					 
					
						
						
							
							explain what I need to grant commit access.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44524  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-12-03 00:36:20 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						669ed45029 
					 
					
						
						
							
							Subversionify the documentation.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38442  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-07-09 08:04:31 +00:00 
						 
				 
			
				
					
						
							
							
								Duncan Sands 
							
						 
					 
					
						
						
							
						
						8036ca47e2 
					 
					
						
						
							
							Various hopefully correct easy fixes.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35506  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-03-30 12:22:09 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						d2dceea3f3 
					 
					
						
						
							
							grammaro  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34830  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-03-02 02:57:34 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						d5e2d40693 
					 
					
						
						
							
							clarify.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34524  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-23 06:53:06 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						7d8012b602 
					 
					
						
						
							
							clarify llvm-gcc GPL issue  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34486  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-22 06:33:23 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						d932aabff0 
					 
					
						
						
							
							Corrected typo.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34421  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-19 18:32:40 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						cb069bb76e 
					 
					
						
						
							
							Some minor tweaks and grammar cleanup.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34420  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-19 17:38:38 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						64113a5b96 
					 
					
						
						
							
							fix validation  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34414  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-19 06:57:46 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						0cca50c912 
					 
					
						
						
							
							more wording changes and some minor additions  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34413  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-19 06:57:16 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						2ae49dd470 
					 
					
						
						
							
							add the definite article  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34412  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-19 06:24:23 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						793aa380a8 
					 
					
						
						
							
							rename section to Copyright, License, and Patents  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34411  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-19 06:19:16 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						d0742ce309 
					 
					
						
						
							
							wording changes  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34410  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-19 06:15:33 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						b87fb2aabc 
					 
					
						
						
							
							add strong words about patents  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34409  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-19 06:13:50 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						1ff20cd479 
					 
					
						
						
							
							incremental changes to own section, protosection on patents  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34408  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-19 06:05:58 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						8bb16ff2bb 
					 
					
						
						
							
							fix TOC, clarify bullet in incremental dev  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34407  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-19 05:59:30 +00:00