Anton Korobeynikov 
							
						 
					 
					
						
						
							
						
						6b8337392c 
					 
					
						
						
							
							Properly initialize value :)  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40059  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-07-19 15:32:47 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						7f1444bc0a 
					 
					
						
						
							
							shrink vmcore by moving symbol table stripping support out of VMCore into  
						
						... 
						
						
						
						the one IPO pass that uses it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33990  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-07 06:22:45 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						58f84d4b2d 
					 
					
						
						
							
							Eliminate the O(n) version of TypeSymbolTable::remove, it is dead.  When  
						
						... 
						
						
						
						inserting a type into the type symbol table, only compute unique name if not
in symtab already.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33983  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-07 05:35:58 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						67408dab1b 
					 
					
						
						
							
							TypeSymbolTable::rename is dead, remove it  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33982  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-07 05:29:34 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						78d033e086 
					 
					
						
						
							
							For PR411:  
						
						... 
						
						
						
						Take an incremental step towards type plane elimination. This change
separates types from values in the symbol tables by finally making use
of the TypeSymbolTable class. This yields more natural interfaces for
dealing with types and unclutters the SymbolTable class.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32956  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-01-06 07:24:44 +00:00 
						 
				 
			
				
					
						
							
							
								Andrew Lenharth 
							
						 
					 
					
						
						
							
						
						9e3264a1ea 
					 
					
						
						
							
							4 billion names is enough for anyone.  And really fix the build on alpha this time  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28598  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-05-31 20:40:36 +00:00 
						 
				 
			
				
					
						
							
							
								Andrew Lenharth 
							
						 
					 
					
						
						
							
						
						37e8bde141 
					 
					
						
						
							
							Fix build breakage on alpha, without causing it on x86.  as a bonus, all platforms can invent the same number of unique names now  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28596  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-05-31 20:18:28 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						0cf4bc7995 
					 
					
						
						
							
							Simple is good, CVS log is for history, not the silly credits block  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25204  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-01-11 05:38:15 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						eb7116bb08 
					 
					
						
						
							
							For PR411:  
						
						... 
						
						
						
						First step in refactoring the SymbolTable is to split it into two classes,
one for a symbol table of types and one for a symbol table of Values.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25175  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-01-10 09:51:48 +00:00