b1c9317bb4 
								
							 
						 
						
							
							
								
								Remove trailing whitespace  
							
							... 
							
							
							
							llvm-svn: 21427 
							
						 
						
							2005-04-21 23:48:37 +00:00  
				
					
						
							
							
								 
						
							
								88a8a329c3 
								
							 
						 
						
							
							
								
								Get this file compiling with VC++, patch contributed by Morten Ofstad. Thanks Morten!  
							
							... 
							
							
							
							llvm-svn: 17125 
							
						 
						
							2004-10-18 15:43:46 +00:00  
				
					
						
							
							
								 
						
							
								4f2cf030e8 
								
							 
						 
						
							
							
								
								'Pass' should now not be derived from by clients.  Instead, they should derive  
							
							... 
							
							
							
							from ModulePass.  Instead of implementing Pass::run, then should implement
ModulePass::runOnModule.
llvm-svn: 16436 
							
						 
						
							2004-09-20 04:48:05 +00:00  
				
					
						
							
							
								 
						
							
								7c16caa336 
								
							 
						 
						
							
							
								
								Changes For Bug 352  
							
							... 
							
							
							
							Move include/Config and include/Support into include/llvm/Config,
include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
public header files must be under include/llvm/.
llvm-svn: 16137 
							
						 
						
							2004-09-01 22:55:40 +00:00  
				
					
						
							
							
								 
						
							
								63b38bd2ed 
								
							 
						 
						
							
							
								
								Fix #includes of i*.h => Instructions.h as per PR403.  
							
							... 
							
							
							
							llvm-svn: 15334 
							
						 
						
							2004-07-29 17:30:56 +00:00  
				
					
						
							
							
								 
						
							
								d041dcd92f 
								
							 
						 
						
							
							
								
								Simplify code a bit, and be sure to mark the external node as potentially throwing  
							
							... 
							
							
							
							llvm-svn: 12856 
							
						 
						
							2004-04-12 04:06:38 +00:00  
				
					
						
							
							
								 
						
							
								7db49ce5b4 
								
							 
						 
						
							
							
								
								Intrinsic functions cannot throw  
							
							... 
							
							
							
							llvm-svn: 11383 
							
						 
						
							2004-02-13 16:46:46 +00:00  
				
					
						
							
							
								 
						
							
								fae8ab3088 
								
							 
						 
						
							
							
								
								rename the "exceptional" destination of an invoke instruction to the 'unwind' dest  
							
							... 
							
							
							
							llvm-svn: 11202 
							
						 
						
							2004-02-08 21:44:31 +00:00  
				
					
						
							
							
								 
						
							
								56997dd283 
								
							 
						 
						
							
							
								
								Fix PR225: [pruneeh] -pruneeh pass removes invoke instructions it shouldn't  
							
							... 
							
							
							
							llvm-svn: 11200 
							
						 
						
							2004-02-08 21:15:59 +00:00  
				
					
						
							
							
								 
						
							
								28ebb3e0a6 
								
							 
						 
						
							
							
								
								Delete dead line  
							
							... 
							
							
							
							llvm-svn: 10164 
							
						 
						
							2003-11-22 02:26:17 +00:00  
				
					
						
							
							
								 
						
							
								f40cdbe856 
								
							 
						 
						
							
							
								
								Fix bug: Transforms/PruneEH/2003-11-21-PHIUpdate.llx  
							
							... 
							
							
							
							llvm-svn: 10163 
							
						 
						
							2003-11-22 02:20:36 +00:00  
				
					
						
							
							
								 
						
							
								f52e03c79e 
								
							 
						 
						
							
							
								
								Finegrainify namespacification  
							
							... 
							
							
							
							llvm-svn: 10138 
							
						 
						
							2003-11-21 21:54:22 +00:00  
				
					
						
							
							
								 
						
							
								960707c335 
								
							 
						 
						
							
							
								
								Put all LLVM code into the llvm namespace, as per bug 109.  
							
							... 
							
							
							
							llvm-svn: 9903 
							
						 
						
							2003-11-11 22:41:34 +00:00  
				
					
						
							
							
								 
						
							
								482202a601 
								
							 
						 
						
							
							
								
								Added LLVM project notice to the top of every C++ source file.  
							
							... 
							
							
							
							Header files will be on the way.
llvm-svn: 9298 
							
						 
						
							2003-10-20 19:43:21 +00:00  
				
					
						
							
							
								 
						
							
								5a6fa29eb3 
								
							 
						 
						
							
							
								
								Fix bug: PruneEH/2003-09-14-ExternalCall.llx  
							
							... 
							
							
							
							llvm-svn: 8516 
							
						 
						
							2003-09-15 02:22:50 +00:00  
				
					
						
							
							
								 
						
							
								04ecefe232 
								
							 
						 
						
							
							
								
								Eliminate support for the llvm.unwind intrinisic, using the Unwind instruction instead  
							
							... 
							
							
							
							llvm-svn: 8411 
							
						 
						
							2003-09-08 19:44:26 +00:00  
				
					
						
							
							
								 
						
							
								75444c751f 
								
							 
						 
						
							
							
								
								Add accessor function  
							
							... 
							
							
							
							llvm-svn: 8253 
							
						 
						
							2003-08-31 16:30:07 +00:00  
				
					
						
							
							
								 
						
							
								0a3f8d5dcd 
								
							 
						 
						
							
							
								
								Initial checkin of the -prune-eh pass, a very simple exception handling removal pass  
							
							... 
							
							
							
							llvm-svn: 8250 
							
						 
						
							2003-08-31 02:47:32 +00:00