| 
							
							
								 Bill Wendling | 9e7013a506 | Use ArrayRef instead of an explicit 'const std::vector &'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140172 91177308-0d34-0410-b5e6-96231b3b80d8 | 2011-09-20 19:05:04 +00:00 |  | 
			
				
					| 
							
							
								 Dan Gohman | 03ee68a145 | Forward-declare Loop and LoopInfo instead of #including LoopInfo.h. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75529 91177308-0d34-0410-b5e6-96231b3b80d8 | 2009-07-13 22:19:41 +00:00 |  | 
			
				
					| 
							
							
								 Dan Gohman | 1baa88e3de | Prune and tidy #includes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51697 91177308-0d34-0410-b5e6-96231b3b80d8 | 2008-05-29 19:52:31 +00:00 |  | 
			
				
					| 
							
							
								 Chris Lattner | 7ed47a1335 | Don't attribute in file headers anymore.  See llvmdev for the discussion of this change.  Boy are my fingers tired. ;-)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45411 91177308-0d34-0410-b5e6-96231b3b80d8 | 2007-12-29 19:59:42 +00:00 |  | 
			
				
					| 
							
							
								 Owen Anderson | 019b92a70c | Start the process of making MachineLoopInfo possible by templating Loop. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44097 91177308-0d34-0410-b5e6-96231b3b80d8 | 2007-11-14 02:33:58 +00:00 |  | 
			
				
					| 
							
							
								 Devang Patel | 4b90e3a276 | Do not use ETForest as well as DomiantorTree.  DominatorTree is sufficient. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37501 91177308-0d34-0410-b5e6-96231b3b80d8 | 2007-06-07 22:17:16 +00:00 |  | 
			
				
					| 
							
							
								 Owen Anderson | ba43963e96 | Completely purge DomSet.  This is the (hopefully) final patch for PR1171. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35731 91177308-0d34-0410-b5e6-96231b3b80d8 | 2007-04-07 07:17:27 +00:00 |  | 
			
				
					| 
							
							
								 Owen Anderson | c6fcf29e81 | Expunge DomSet from CodeExtractor.  This is part of the continuing work on PR1171.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35726 91177308-0d34-0410-b5e6-96231b3b80d8 | 2007-04-07 05:31:27 +00:00 |  | 
			
				
					| 
							
							
								 Jeff Cohen | d41b30def3 | Unbreak VC++ build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31464 91177308-0d34-0410-b5e6-96231b3b80d8 | 2006-11-05 19:31:28 +00:00 |  | 
			
				
					| 
							
							
								 Misha Brukman | 34695381d6 | Remove trailing whitespace git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21412 91177308-0d34-0410-b5e6-96231b3b80d8 | 2005-04-21 20:59:05 +00:00 |  | 
			
				
					| 
							
							
								 Chris Lattner | 1fca5ff62b | Convert 'struct' to 'class' in various places to adhere to the coding standards and work better with VC++.  Patch contributed by Morten Ofstad!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17281 91177308-0d34-0410-b5e6-96231b3b80d8 | 2004-10-27 16:14:51 +00:00 |  | 
			
				
					| 
							
							
								 Misha Brukman | de41aab1f7 | Aggregating function arguments is now an option. Default is `no', as before. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13142 91177308-0d34-0410-b5e6-96231b3b80d8 | 2004-04-23 23:54:34 +00:00 |  | 
			
				
					| 
							
							
								 Chris Lattner | 268316ee14 | The code extractor needs dominator information, so we provide it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12482 91177308-0d34-0410-b5e6-96231b3b80d8 | 2004-03-18 03:47:46 +00:00 |  | 
			
				
					| 
							
							
								 Chris Lattner | e454c0d607 | Make this header file self-contained git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12480 91177308-0d34-0410-b5e6-96231b3b80d8 | 2004-03-18 03:14:56 +00:00 |  | 
			
				
					| 
							
							
								 Misha Brukman | 7ace0409aa | Add prototype for ExtractCodeRegion() git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12069 91177308-0d34-0410-b5e6-96231b3b80d8 | 2004-03-02 00:20:32 +00:00 |  | 
			
				
					| 
							
							
								 Misha Brukman | a8a06367f8 | Add ability to extract a single basic block into a new function. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12052 91177308-0d34-0410-b5e6-96231b3b80d8 | 2004-03-01 18:27:13 +00:00 |  | 
			
				
					| 
							
							
								 Misha Brukman | 4977a163b4 | New Function-level transformation utils. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11938 91177308-0d34-0410-b5e6-96231b3b80d8 | 2004-02-28 03:33:30 +00:00 |  |