8f71f04961 
								
							 
						 
						
							
							
								
								fix file header  
							
							... 
							
							
							
							llvm-svn: 9294 
							
						 
						
							2003-10-20 17:58:43 +00:00  
				
					
						
							
							
								 
						
							
								09344dcf97 
								
							 
						 
						
							
							
								
								Added copyright header to all C++ source files.  
							
							... 
							
							
							
							llvm-svn: 9291 
							
						 
						
							2003-10-20 17:47:21 +00:00  
				
					
						
							
							
								 
						
							
								d67697411a 
								
							 
						 
						
							
							
								
								Fix grammar.  
							
							... 
							
							
							
							llvm-svn: 9026 
							
						 
						
							2003-10-10 17:56:49 +00:00  
				
					
						
							
							
								 
						
							
								f12549d921 
								
							 
						 
						
							
							
								
								Renaming LLVM `dis' to `llvm-dis'.  
							
							... 
							
							
							
							llvm-svn: 8189 
							
						 
						
							2003-08-28 21:34:13 +00:00  
				
					
						
							
							
								 
						
							
								306f8b4934 
								
							 
						 
						
							
							
								
								Add support for: -o -  
							
							... 
							
							
							
							llvm-svn: 6485 
							
						 
						
							2003-05-31 21:47:16 +00:00  
				
					
						
							
							
								 
						
							
								02a168310b 
								
							 
						 
						
							
							
								
								Kill using declarations  
							
							... 
							
							
							
							llvm-svn: 6292 
							
						 
						
							2003-05-22 20:13:16 +00:00  
				
					
						
							
							
								 
						
							
								f46a02c88e 
								
							 
						 
						
							
							
								
								Give verbose error messages if bytecode file cannot be parsed  
							
							... 
							
							
							
							llvm-svn: 5789 
							
						 
						
							2003-04-16 20:51:36 +00:00  
				
					
						
							
							
								 
						
							
								47c2e3e952 
								
							 
						 
						
							
							
								
								Make sure to close the file before deleting it  
							
							... 
							
							
							
							llvm-svn: 3905 
							
						 
						
							2002-09-24 00:09:48 +00:00  
				
					
						
							
							
								 
						
							
								9ae5cf5ca3 
								
							 
						 
						
							
							
								
								Minor non-functionality changing changes.  
							
							... 
							
							
							
							llvm-svn: 3833 
							
						 
						
							2002-09-19 20:48:48 +00:00  
				
					
						
							
							
								 
						
							
								437254f29e 
								
							 
						 
						
							
							
								
								Avoid deleting the ostream more than once.  
							
							... 
							
							
							
							llvm-svn: 3816 
							
						 
						
							2002-09-18 23:30:05 +00:00  
				
					
						
							
							
								 
						
							
								874a9e4078 
								
							 
						 
						
							
							
								
								- Converted CWriter to be an LLVM pass.  
							
							... 
							
							
							
							- Convert dis to use a PassManager to do it's work.
llvm-svn: 3560 
							
						 
						
							2002-08-31 00:30:15 +00:00  
				
					
						
							
							
								 
						
							
								dcd3ec6010 
								
							 
						 
						
							
							
								
								Print the tool name when an error comes from so that I can tell which  
							
							... 
							
							
							
							tool of a pipeline is having issues.
llvm-svn: 3166 
							
						 
						
							2002-07-30 19:52:14 +00:00  
				
					
						
							
							
								 
						
							
								64a6727d02 
								
							 
						 
						
							
							
								
								*** empty log message ***  
							
							... 
							
							
							
							llvm-svn: 3087 
							
						 
						
							2002-07-25 16:31:09 +00:00  
				
					
						
							
							
								 
						
							
								f5cad15a67 
								
							 
						 
						
							
							
								
								*** empty log message ***  
							
							... 
							
							
							
							llvm-svn: 2985 
							
						 
						
							2002-07-22 02:10:13 +00:00  
				
					
						
							
							
								 
						
							
								e693f33937 
								
							 
						 
						
							
							
								
								Clean up dis so that it does not print out code in various traversal orders.  
							
							... 
							
							
							
							Now it only output llvm or C code.
llvm-svn: 2564 
							
						 
						
							2002-05-09 01:25:55 +00:00  
				
					
						
							
							
								 
						
							
								cf3afd9dc5 
								
							 
						 
						
							
							
								
								*** empty log message ***  
							
							... 
							
							
							
							llvm-svn: 2552 
							
						 
						
							2002-05-08 18:09:58 +00:00  
				
					
						
							
							
								 
						
							
								d5a847057b 
								
							 
						 
						
							
							
								
								Eliminate duplicate or unneccesary #include's  
							
							... 
							
							
							
							llvm-svn: 2397 
							
						 
						
							2002-04-29 17:42:12 +00:00  
				
					
						
							
							
								 
						
							
								c065ad850c 
								
							 
						 
						
							
							
								
								Make sure that there is no case where a signal can occur leaving a partially  
							
							... 
							
							
							
							written output file.  This is important because crashing testcases often write
part of a file out, and the testing harness decides the file is up-to-date next
time the test is run.
llvm-svn: 2303 
							
						 
						
							2002-04-18 19:55:25 +00:00  
				
					
						
							
							
								 
						
							
								4a317367e9 
								
							 
						 
						
							
							
								
								Remove extranous #include  
							
							... 
							
							
							
							llvm-svn: 2183 
							
						 
						
							2002-04-08 22:05:10 +00:00  
				
					
						
							
							
								 
						
							
								62b7fd136e 
								
							 
						 
						
							
							
								
								Change references to the Method class to be references to the Function  
							
							... 
							
							
							
							class.  The Method class is obsolete (renamed) and all references to it
are being converted over to Function.
llvm-svn: 2144 
							
						 
						
							2002-04-07 20:49:59 +00:00  
				
					
						
							
							
								 
						
							
								e48f0452fe 
								
							 
						 
						
							
							
								
								GCC3.0.4 crashes when compiling this.  Comment it out for now  
							
							... 
							
							
							
							llvm-svn: 1792 
							
						 
						
							2002-02-24 23:03:37 +00:00  
				
					
						
							
							
								 
						
							
								c141abf8f2 
								
							 
						 
						
							
							
								
								Genericize the ReversePostOrderIterator.  
							
							... 
							
							
							
							llvm-svn: 1785 
							
						 
						
							2002-02-24 21:48:59 +00:00  
				
					
						
							
							
								 
						
							
								60a6591d83 
								
							 
						 
						
							
							
								
								Method.h no longer includes BasicBlock.h  
							
							... 
							
							
							
							Method::inst_* is now in llvm/Support/InstIterator.h
GraphTraits specializations for BasicBlock and Methods are now in llvm/Support/CFG.h
llvm-svn: 1746 
							
						 
						
							2002-02-12 21:07:25 +00:00  
				
					
						
							
							
								 
						
							
								0e11e54d20 
								
							 
						 
						
							
							
								
								In an amazing fit of stupidity, I flipped the conditional and didn't test  
							
							... 
							
							
							
							it right.  Sheesh :)
llvm-svn: 1550 
							
						 
						
							2002-01-22 21:07:24 +00:00  
				
					
						
							
							
								 
						
							
								7f74a56e24 
								
							 
						 
						
							
							
								
								Changes to build successfully with GCC 3.02  
							
							... 
							
							
							
							llvm-svn: 1503 
							
						 
						
							2002-01-20 22:54:45 +00:00  
				
					
						
							
							
								 
						
							
								5de2204fe8 
								
							 
						 
						
							
							
								
								Create a new #include "Support/..." directory structure to move things  
							
							... 
							
							
							
							from "llvm/Support/..." that are not llvm dependant.
Move files and fix #includes
llvm-svn: 1400 
							
						 
						
							2001-11-27 00:03:19 +00:00  
				
					
						
							
							
								 
						
							
								6d56c6b5b6 
								
							 
						 
						
							
							
								
								Fix comment flyer  
							
							... 
							
							
							
							llvm-svn: 781 
							
						 
						
							2001-10-13 07:06:57 +00:00  
				
					
						
							
							
								 
						
							
								bb09a10929 
								
							 
						 
						
							
							
								
								Pull iterators out of CFG.h and CFGdecls and put them in Support directory  
							
							... 
							
							
							
							llvm-svn: 664 
							
						 
						
							2001-09-28 22:56:31 +00:00  
				
					
						
							
							
								 
						
							
								ab0cc40796 
								
							 
						 
						
							
							
								
								CommandLine library cleanup.  No longer use getValue/setValue, instead, just treat the commandline  
							
							... 
							
							
							
							args as the objects they represent and the "right thing" will happen
llvm-svn: 283 
							
						 
						
							2001-07-23 19:27:24 +00:00  
				
					
						
							
							
								 
						
							
								e2472bbf6c 
								
							 
						 
						
							
							
								
								Moved inline/llvm/Tools/* to include/llvm/Support/*  
							
							... 
							
							
							
							llvm-svn: 279 
							
						 
						
							2001-07-23 17:46:59 +00:00  
				
					
						
							
							
								 
						
							
								8767b618ef 
								
							 
						 
						
							
							
								
								Verbosify descriptions  
							
							... 
							
							
							
							llvm-svn: 273 
							
						 
						
							2001-07-23 02:54:25 +00:00  
				
					
						
							
							
								 
						
							
								0af2464a78 
								
							 
						 
						
							
							
								
								Large scale changes to implement new command line argument facility  
							
							... 
							
							
							
							llvm-svn: 272 
							
						 
						
							2001-07-23 02:35:57 +00:00  
				
					
						
							
							
								 
						
							
								4cee8d8ffb 
								
							 
						 
						
							
							
								
								Miscellaneous cleanups:  
							
							... 
							
							
							
							* Convert post to pre-increment for for loops
  * Use generic programming more
  * Use new Value::cast* instructions
  * Use new Module, Method, & BasicBlock forwarding methods
  * Use new facilities in STLExtras.h
  * Use new Instruction::isPHINode() method
llvm-svn: 96 
							
						 
						
							2001-06-27 23:41:11 +00:00  
				
					
						
							
							
								 
						
							
								f284ac55f6 
								
							 
						 
						
							
							
								
								Added options to print out basic blocks in a variety of different orderings  
							
							... 
							
							
							
							as a testcase for cfg iterators.
llvm-svn: 30 
							
						 
						
							2001-06-13 19:55:41 +00:00  
				
					
						
							
							
								 
						
							
								2f7c963559 
								
							 
						 
						
							
							
								
								Initial revision  
							
							... 
							
							
							
							llvm-svn: 2 
							
						 
						
							2001-06-06 20:29:01 +00:00