f5cad15a67 
								
							 
						 
						
							
							
								
								*** empty log message ***  
							
							... 
							
							
							
							llvm-svn: 2985 
							
						 
						
							2002-07-22 02:10:13 +00:00  
				
					
						
							
							
								 
						
							
								1a26e82bd5 
								
							 
						 
						
							
							
								
								added emitfuncs pass, and disabled reassociate pass (needs fixing)  
							
							... 
							
							
							
							llvm-svn: 2885 
							
						 
						
							2002-07-12 20:14:27 +00:00  
				
					
						
							
							
								 
						
							
								33422fedc2 
								
							 
						 
						
							
							
								
								*** empty log message ***  
							
							... 
							
							
							
							llvm-svn: 2813 
							
						 
						
							2002-06-30 16:25:25 +00:00  
				
					
						
							
							
								 
						
							
								68c9977d7f 
								
							 
						 
						
							
							
								
								Changes for 64bit gcc  
							
							... 
							
							
							
							llvm-svn: 2797 
							
						 
						
							2002-06-25 21:43:28 +00:00  
				
					
						
							
							
								 
						
							
								113f4f4609 
								
							 
						 
						
							
							
								
								MEGAPATCH checkin.  
							
							... 
							
							
							
							For details, See: docs/2002-06-25-MegaPatchInfo.txt
llvm-svn: 2779 
							
						 
						
							2002-06-25 16:13:24 +00:00  
				
					
						
							
							
								 
						
							
								5972e5cc5c 
								
							 
						 
						
							
							
								
								Expose cfg simplification pass  
							
							... 
							
							
							
							llvm-svn: 2699 
							
						 
						
							2002-05-21 20:05:16 +00:00  
				
					
						
							
							
								 
						
							
								81525db280 
								
							 
						 
						
							
							
								
								expose LICM pass  
							
							... 
							
							
							
							llvm-svn: 2614 
							
						 
						
							2002-05-10 22:44:37 +00:00  
				
					
						
							
							
								 
						
							
								6205c268e0 
								
							 
						 
						
							
							
								
								Expose the lowerallocs pass  
							
							... 
							
							
							
							llvm-svn: 2602 
							
						 
						
							2002-05-10 15:43:07 +00:00  
				
					
						
							
							
								 
						
							
								35cc0d2027 
								
							 
						 
						
							
							
								
								Expose the pi node insertion pass.  
							
							... 
							
							
							
							llvm-svn: 2594 
							
						 
						
							2002-05-10 05:41:49 +00:00  
				
					
						
							
							
								 
						
							
								a2f3b65dec 
								
							 
						 
						
							
							
								
								Expose expression reassociation  
							
							... 
							
							
							
							llvm-svn: 2557 
							
						 
						
							2002-05-08 22:18:34 +00:00  
				
					
						
							
							
								 
						
							
								b4bf0c1422 
								
							 
						 
						
							
							
								
								Spell aggressive correctly  
							
							... 
							
							
							
							llvm-svn: 2551 
							
						 
						
							2002-05-07 22:15:01 +00:00  
				
					
						
							
							
								 
						
							
								89a20ef164 
								
							 
						 
						
							
							
								
								Merge all include/llvm/Transforms/Scalar/* into a single Scalar.h  
							
							... 
							
							
							
							llvm-svn: 2538 
							
						 
						
							2002-05-07 20:03:27 +00:00  
				
					
						
							
							
								 
						
							
								15435fd550 
								
							 
						 
						
							
							
								
								Move UnifyFunctionExitNodes to Utils library: final resting place this time  
							
							... 
							
							
							
							llvm-svn: 2531 
							
						 
						
							2002-05-07 19:18:48 +00:00  
				
					
						
							
							
								 
						
							
								7608a46cbe 
								
							 
						 
						
							
							
								
								Updates to move some header files out of include/llvm/Transforms into  
							
							... 
							
							
							
							the Scalar and Utils subdirectories
llvm-svn: 2523 
							
						 
						
							2002-05-07 18:36:35 +00:00  
				
					
						
							
							
								 
						
							
								b81da4b616 
								
							 
						 
						
							
							
								
								Expose the internalize pass.  
							
							... 
							
							
							
							llvm-svn: 2365 
							
						 
						
							2002-04-28 05:49:53 +00:00  
				
					
						
							
							
								 
						
							
								9f3b15b8fe 
								
							 
						 
						
							
							
								
								Expose new GCSE pass  
							
							... 
							
							
							
							llvm-svn: 2339 
							
						 
						
							2002-04-28 00:48:17 +00:00  
				
					
						
							
							
								 
						
							
								f998685cd9 
								
							 
						 
						
							
							
								
								s/Method/Function  
							
							... 
							
							
							
							llvm-svn: 2336 
							
						 
						
							2002-04-27 07:27:19 +00:00  
				
					
						
							
							
								 
						
							
								c8e665431b 
								
							 
						 
						
							
							
								
								* Rename MethodPass class to FunctionPass  
							
							... 
							
							
							
							- Rename runOnMethod to runOnFunction
* Transform getAnalysisUsageInfo into getAnalysisUsage
  - Method is now const
  - It now takes one AnalysisUsage object to fill in instead of 3 vectors
    to fill in
  - Pass's now specify which other passes they _preserve_ not which ones
    they modify (be conservative!)
  - A pass can specify that it preserves all analyses (because it never
    modifies the underlying program)
* s/Method/Function/g in other random places as well
llvm-svn: 2333 
							
						 
						
							2002-04-27 06:56: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  
				
					
						
							
							
								 
						
							
								fda0035ec9 
								
							 
						 
						
							
							
								
								* Add the printm pass to allow dumping the entire module after a transformation.  
							
							... 
							
							
							
							* s/Method/Function/
llvm-svn: 2234 
							
						 
						
							2002-04-13 18:32:47 +00:00  
				
					
						
							
							
								 
						
							
								b86b11a02e 
								
							 
						 
						
							
							
								
								Expose funcresolve pass through opt  
							
							... 
							
							
							
							llvm-svn: 2231 
							
						 
						
							2002-04-12 18:21:13 +00:00  
				
					
						
							
							
								 
						
							
								6e39131e01 
								
							 
						 
						
							
							
								
								s/PrintMethodPass/PrintFunctionPass  
							
							... 
							
							
							
							llvm-svn: 2182 
							
						 
						
							2002-04-08 22:05:01 +00:00  
				
					
						
							
							
								 
						
							
								b9530575ef 
								
							 
						 
						
							
							
								
								Add hook for pool allocation pass  
							
							... 
							
							
							
							llvm-svn: 2013 
							
						 
						
							2002-03-28 18:08:07 +00:00  
				
					
						
							
							
								 
						
							
								92c3670048 
								
							 
						 
						
							
							
								
								Checking for Cameron  
							
							... 
							
							
							
							llvm-svn: 2011 
							
						 
						
							2002-03-28 17:56:28 +00:00  
				
					
						
							
							
								 
						
							
								025fdf98b6 
								
							 
						 
						
							
							
								
								Rename pass to DecomposeMultiDimRefs.  
							
							... 
							
							
							
							llvm-svn: 1960 
							
						 
						
							2002-03-24 03:19:54 +00:00  
				
					
						
							
							
								 
						
							
								6ba1a5f7d9 
								
							 
						 
						
							
							
								
								Expose dead instruction elimination pass  
							
							... 
							
							
							
							llvm-svn: 1877 
							
						 
						
							2002-03-14 22:36:15 +00:00  
				
					
						
							
							
								 
						
							
								04805fa29c 
								
							 
						 
						
							
							
								
								Change over to use new style pass mechanism, now passes only expose small  
							
							... 
							
							
							
							creation functions in their public header file, unless they can help it.
llvm-svn: 1816 
							
						 
						
							2002-02-26 21:46:54 +00:00  
				
					
						
							
							
								 
						
							
								d209550828 
								
							 
						 
						
							
							
								
								Move ProfilePaths class into ProfilePaths library, only expose a creation function  
							
							... 
							
							
							
							llvm-svn: 1812 
							
						 
						
							2002-02-26 20:04:59 +00:00  
				
					
						
							
							
								 
						
							
								d7291473cf 
								
							 
						 
						
							
							
								
								Includes -paths option to trace paths in the program  
							
							... 
							
							
							
							llvm-svn: 1811 
							
						 
						
							2002-02-26 19:57:59 +00:00  
				
					
						
							
							
								 
						
							
								f608d7f4f4 
								
							 
						 
						
							
							
								
								* Expose the verifier pass as one that can be ran  
							
							... 
							
							
							
							* Force the verifier to run before bytecode is written
llvm-svn: 1783 
							
						 
						
							2002-02-20 17:56:53 +00:00  
				
					
						
							
							
								 
						
							
								e5e23525ec 
								
							 
						 
						
							
							
								
								Enable register promotion pass  
							
							... 
							
							
							
							llvm-svn: 1740 
							
						 
						
							2002-02-12 17:17:33 +00:00  
				
					
						
							
							
								 
						
							
								4db2f2cbce 
								
							 
						 
						
							
							
								
								Add mergereturn pass  
							
							... 
							
							
							
							llvm-svn: 1629 
							
						 
						
							2002-02-01 04:54:11 +00:00  
				
					
						
							
							
								 
						
							
								c90d6ba9a2 
								
							 
						 
						
							
							
								
								Convert to use new Pass framework...  
							
							... 
							
							
							
							llvm-svn: 1610 
							
						 
						
							2002-01-31 00:47:12 +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  
				
					
						
							
							
								 
						
							
								3787ee6be6 
								
							 
						 
						
							
							
								
								Rename LowerAllocations.h to ChangeAllocations.h since it now contains the  
							
							... 
							
							
							
							RaiseAllocations pass as well.
llvm-svn: 1525 
							
						 
						
							2002-01-22 01:04:08 +00:00  
				
					
						
							
							
								 
						
							
								4f0f09757d 
								
							 
						 
						
							
							
								
								Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass in  
							
							... 
							
							
							
							the ChangeAllocations.h header file.
llvm-svn: 1522 
							
						 
						
							2002-01-22 00:13:51 +00:00  
				
					
						
							
							
								 
						
							
								ee965abc36 
								
							 
						 
						
							
							
								
								Move stuff out of the Optimizations directories into the appropriate Transforms  
							
							... 
							
							
							
							directories.  Eliminate the opt namespace.
llvm-svn: 1520 
							
						 
						
							2002-01-21 23:17:48 +00:00  
				
					
						
							
							
								 
						
							
								c940c536ab 
								
							 
						 
						
							
							
								
								Rename SwapStructureContents -> IPO/SimpleStructMutation  
							
							... 
							
							
							
							Move MutateStructTypes.(cpp|h) -> IPO/MutateStructTypes.(cpp|h)
llvm-svn: 1510 
							
						 
						
							2002-01-21 07:52:35 +00:00  
				
					
						
							
							
								 
						
							
								0686e435d1 
								
							 
						 
						
							
							
								
								Implement a more powerful, simpler, pass system.  This pass system can figure  
							
							... 
							
							
							
							out how to run a collection of passes optimially given their behaviors and
charactaristics.
Convert code to use it.
llvm-svn: 1507 
							
						 
						
							2002-01-21 07:31:50 +00:00  
				
					
						
							
							
								 
						
							
								7f74a56e24 
								
							 
						 
						
							
							
								
								Changes to build successfully with GCC 3.02  
							
							... 
							
							
							
							llvm-svn: 1503 
							
						 
						
							2002-01-20 22:54:45 +00:00  
				
					
						
							
							
								 
						
							
								4f106568d4 
								
							 
						 
						
							
							
								
								Add instruction combining pass  
							
							... 
							
							
							
							Rename -mergecons to -constmerge
llvm-svn: 1478 
							
						 
						
							2001-12-14 16:50:35 +00:00  
				
					
						
							
							
								 
						
							
								28fef95650 
								
							 
						 
						
							
							
								
								Remove unnecesary namespace impot  
							
							... 
							
							
							
							llvm-svn: 1419 
							
						 
						
							2001-12-05 06:35:30 +00:00  
				
					
						
							
							
								 
						
							
								27ace6461f 
								
							 
						 
						
							
							
								
								Use new induction variable simplification code with -indvars option  
							
							... 
							
							
							
							llvm-svn: 1410 
							
						 
						
							2001-12-04 04:32:04 +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  
				
					
						
							
							
								 
						
							
								ba5220d4c4 
								
							 
						 
						
							
							
								
								* Add hooks to globaldce  
							
							... 
							
							
							
							* Fix ugly hacks by implementing IPOs correctly
* Use an auto_ptr to manage the module lifecycle
llvm-svn: 1395 
							
						 
						
							2001-11-26 19:22:39 +00:00  
				
					
						
							
							
								 
						
							
								bf3bfebb7b 
								
							 
						 
						
							
							
								
								Change swapstructs itf  
							
							... 
							
							
							
							Add nasty hack to be removed later
llvm-svn: 1356 
							
						 
						
							2001-11-26 18:18:53 +00:00  
				
					
						
							
							
								 
						
							
								fc92c5fa1a 
								
							 
						 
						
							
							
								
								Add hooks to call the new swap structcontents pass  
							
							... 
							
							
							
							llvm-svn: 1243 
							
						 
						
							2001-11-10 07:16:10 +00:00  
				
					
						
							
							
								 
						
							
								e326957333 
								
							 
						 
						
							
							
								
								Move the Raise xform from opt to transforms  
							
							... 
							
							
							
							llvm-svn: 1072 
							
						 
						
							2001-11-01 02:41:09 +00:00  
				
					
						
							
							
								 
						
							
								7a2d677332 
								
							 
						 
						
							
							
								
								Add hook for GCC cleanup pass  
							
							... 
							
							
							
							llvm-svn: 1060 
							
						 
						
							2001-10-31 04:29:44 +00:00  
				
					
						
							
							
								 
						
							
								3923967f1e 
								
							 
						 
						
							
							
								
								Fix to reference the right header  
							
							... 
							
							
							
							llvm-svn: 915 
							
						 
						
							2001-10-19 15:39:14 +00:00  
				
					
						
							
							
								 
						
							
								75c9f9f958 
								
							 
						 
						
							
							
								
								Expose more xforms to the opt utility  
							
							... 
							
							
							
							llvm-svn: 900 
							
						 
						
							2001-10-18 20:06:45 +00:00  
				
					
						
							
							
								 
						
							
								ed8947fb11 
								
							 
						 
						
							
							
								
								Use the standard header not the old one  
							
							... 
							
							
							
							llvm-svn: 886 
							
						 
						
							2001-10-18 06:13:08 +00:00  
				
					
						
							
							
								 
						
							
								6fc7ff4db8 
								
							 
						 
						
							
							
								
								Add support to insert trace code as an "optimization"  
							
							... 
							
							
							
							llvm-svn: 884 
							
						 
						
							2001-10-18 06:05:15 +00:00  
				
					
						
							
							
								 
						
							
								5b6026a13a 
								
							 
						 
						
							
							
								
								* Passes return true if they change something, not if they fail  
							
							... 
							
							
							
							* Convert opt to use Pass's and convert optimizations to pass structure
llvm-svn: 870 
							
						 
						
							2001-10-18 01:31:43 +00:00  
				
					
						
							
							
								 
						
							
								c3f679f2fe 
								
							 
						 
						
							
							
								
								Remove support for const pool merging, which is obsolete now.  
							
							... 
							
							
							
							llvm-svn: 471 
							
						 
						
							2001-09-07 16:59:35 +00:00  
				
					
						
							
							
								 
						
							
								3dfcf026f0 
								
							 
						 
						
							
							
								
								Change option name slightly  
							
							... 
							
							
							
							llvm-svn: 287 
							
						 
						
							2001-07-23 23:02:51 +00:00  
				
					
						
							
							
								 
						
							
								d5c3133364 
								
							 
						 
						
							
							
								
								Use the new Alias command line option  
							
							... 
							
							
							
							llvm-svn: 284 
							
						 
						
							2001-07-23 20:22:30 +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  
				
					
						
							
							
								 
						
							
								0af2464a78 
								
							 
						 
						
							
							
								
								Large scale changes to implement new command line argument facility  
							
							... 
							
							
							
							llvm-svn: 272 
							
						 
						
							2001-07-23 02:35:57 +00:00  
				
					
						
							
							
								 
						
							
								05132dacd0 
								
							 
						 
						
							
							
								
								Add support to call LevelRaise  
							
							... 
							
							
							
							llvm-svn: 217 
							
						 
						
							2001-07-20 19:16:47 +00:00  
				
					
						
							
							
								 
						
							
								57f61a32b0 
								
							 
						 
						
							
							
								
								Include ADCE pass, rename include/Opt directory to llvm/Optimizations  
							
							... 
							
							
							
							Optimizations now in opt namespace.
Rename SCCP pass to DoSCCP
llvm-svn: 118 
							
						 
						
							2001-06-30 06:38:31 +00:00  
				
					
						
							
							
								 
						
							
								bef00adb40 
								
							 
						 
						
							
							
								
								Add command line arguments for Constant Pool Merging & Sparse Conditional Constant Prop  
							
							... 
							
							
							
							llvm-svn: 94 
							
						 
						
							2001-06-27 23:37:58 +00:00  
				
					
						
							
							
								 
						
							
								ac6d4fd1b1 
								
							 
						 
						
							
							
								
								Add stub for induction variable code  
							
							... 
							
							
							
							llvm-svn: 38 
							
						 
						
							2001-06-20 19:27:34 +00:00  
				
					
						
							
							
								 
						
							
								03d5267ba1 
								
							 
						 
						
							
							
								
								Removed silly test code  
							
							... 
							
							
							
							llvm-svn: 31 
							
						 
						
							2001-06-13 19:55:50 +00:00  
				
					
						
							
							
								 
						
							
								4ddc451fb3 
								
							 
						 
						
							
							
								
								Added a stupid testcase for iterators.  
							
							... 
							
							
							
							llvm-svn: 17 
							
						 
						
							2001-06-08 00:35:25 +00:00  
				
					
						
							
							
								 
						
							
								2f7c963559 
								
							 
						 
						
							
							
								
								Initial revision  
							
							... 
							
							
							
							llvm-svn: 2 
							
						 
						
							2001-06-06 20:29:01 +00:00