Owen Anderson 
							
						 
					 
					
						
						
							
						
						5defacc6e6 
					 
					
						
						
							
							Move getTrue() and getFalse() to 2.5-like APIs.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77685  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-07-31 17:39:07 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Dunbar 
							
						 
					 
					
						
						
							
						
						460f656475 
					 
					
						
						
							
							Remove Value::getName{Start,End}, the last of the old Name APIs.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77152  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-07-26 09:48:23 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						b3056faa55 
					 
					
						
						
							
							Rename getConstantInt{True|False} to get{True|False} at Chris' behest.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76598  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-07-21 18:03:38 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Anderson 
							
						 
					 
					
						
						
							
						
						76f600b205 
					 
					
						
						
							
							Finish LLVMContext-ing lib/Analysis.  This required pushing LLVMContext's through the ValueTracking API.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74873  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-07-06 22:37:39 +00:00 
						 
				 
			
				
					
						
							
							
								Torok Edwin 
							
						 
					 
					
						
						
							
						
						1d9887054a 
					 
					
						
						
							
							Make Print callable from a pass's print method: add const qualifier. No  
						
						... 
						
						
						
						functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66700  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-03-11 20:50:17 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						afcde473c5 
					 
					
						
						
							
							"This patch adds a virtual call to AbstractLatticeFunction to derive a  
						
						... 
						
						
						
						type lattice value for an Argument*, giving clients the opportunity to
use something other than Top for it if they choose to."
Patch by John McCall!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54589  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-08-09 17:23:35 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						ef61af01df 
					 
					
						
						
							
							Use Function::getEntryBlock instead of Function::begin, for clarity.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51613  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-05-27 20:55:29 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						b22d6ac348 
					 
					
						
						
							
							Print debug output when any edge becomes executable, including  
						
						... 
						
						
						
						the first visited edge.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51612  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-05-27 20:47:30 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						28a8dbc35f 
					 
					
						
						
							
							Add a bool to isEdgeFeasible that tells it whether to treat unknown  
						
						... 
						
						
						
						value as undef or untracked.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51295  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-05-20 03:39:39 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						4651f3de34 
					 
					
						
						
							
							prune #includes.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50962  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-05-12 01:13:53 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						ab7d9ccf18 
					 
					
						
						
							
							Add a new SparsePropagation analysis utility, which allows you to do  
						
						... 
						
						
						
						SCCP like sparse lattice analysis with relative ease.  Just pick your
lattice function and implement the transfer function and you're good.
Just make sure you don't break monotonicity ;-)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50961  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-05-12 01:12:24 +00:00