Manman Ren
							
						 
						
							 
							
							
							
							
								
							
							
								abbb01abea 
								
							 
						 
						
							
							
								
								Profile: set branch weight metadata with data generated from profiling.  
							
							 
							
							... 
							
							
							
							This patch implements ProfileDataLoader which loads profile data generated by
-insert-edge-profiling and updates branch weight metadata accordingly.
Patch by Alastair Murray.
llvm-svn: 162799 
							
						 
						
							2012-08-28 22:21:25 +00:00  
						
					 
				
					
						
							
							
								 
								Chris Lattner
							
						 
						
							 
							
							
							
							
								
							
							
								0ab5e2cded 
								
							 
						 
						
							
							
								
								Fix a ton of comment typos found by codespell.  Patch by  
							
							 
							
							... 
							
							
							
							Luis Felipe Strano Moraes!
llvm-svn: 129558 
							
						 
						
							2011-04-15 05:18:47 +00:00  
						
					 
				
					
						
							
							
								 
								Ted Kremenek
							
						 
						
							 
							
							
							
							
								
							
							
								3c4408ceb6 
								
							 
						 
						
							
							
								
								Null initialize a few variables flagged by  
							
							 
							
							... 
							
							
							
							clang's -Wuninitialized-experimental warning.
While these don't look like real bugs, clang's
-Wuninitialized-experimental analysis is stricter
than GCC's, and these fixes have the benefit
of being general nice cleanups.
llvm-svn: 124073 
							
						 
						
							2011-01-23 17:05:06 +00:00  
						
					 
				
					
						
							
							
								 
								Owen Anderson
							
						 
						
							 
							
							
							
							
								
							
							
								6c18d1aac0 
								
							 
						 
						
							
							
								
								Get rid of static constructors for pass registration.  Instead, every pass exposes an initializeMyPassFunction(), which  
							
							 
							
							... 
							
							
							
							must be called in the pass's constructor.  This function uses static dependency declarations to recursively initialize
the pass's dependencies.
Clients that only create passes through the createFooPass() APIs will require no changes.  Clients that want to use the
CommandLine options for passes will need to manually call the appropriate initialization functions in PassInitialization.h
before parsing commandline arguments.
I have tested this with all standard configurations of clang and llvm-gcc on Darwin.  It is possible that there are problems
with the static dependencies that will only be visible with non-standard options.  If you encounter any crash in pass
registration/creation, please send the testcase to me directly.
llvm-svn: 116820 
							
						 
						
							2010-10-19 17:21:58 +00:00  
						
					 
				
					
						
							
							
								 
								Owen Anderson
							
						 
						
							 
							
							
							
							
								
							
							
								c266a36625 
								
							 
						 
						
							
							
								
								Analysis groups need to initialize their default implementations.  
							
							 
							
							... 
							
							
							
							llvm-svn: 116441 
							
						 
						
							2010-10-13 21:49:58 +00:00  
						
					 
				
					
						
							
							
								 
								Owen Anderson
							
						 
						
							 
							
							
							
							
								
							
							
								df7a4f2515 
								
							 
						 
						
							
							
								
								Now with fewer extraneous semicolons!  
							
							 
							
							... 
							
							
							
							llvm-svn: 115996 
							
						 
						
							2010-10-07 22:25:06 +00:00  
						
					 
				
					
						
							
							
								 
								Owen Anderson
							
						 
						
							 
							
							
							
							
								
							
							
								82d38df40c 
								
							 
						 
						
							
							
								
								Fix a warning when building with clang++.  
							
							 
							
							... 
							
							
							
							llvm-svn: 115924 
							
						 
						
							2010-10-07 17:04:18 +00:00  
						
					 
				
					
						
							
							
								 
								Owen Anderson
							
						 
						
							 
							
							
							
							
								
							
							
								af08ad4350 
								
							 
						 
						
							
							
								
								Appease the clang self-host buildbot by providing a correct instantiation.  
							
							 
							
							... 
							
							
							
							llvm-svn: 115857 
							
						 
						
							2010-10-06 22:23:20 +00:00  
						
					 
				
					
						
							
							
								 
								Owen Anderson
							
						 
						
							 
							
							
							
							
								
							
							
								ad8134f03b 
								
							 
						 
						
							
							
								
								Hide analysis group registration behind a macro, just like pass registration.  
							
							 
							
							... 
							
							
							
							llvm-svn: 115835 
							
						 
						
							2010-10-06 21:02:27 +00:00  
						
					 
				
					
						
							
							
								 
								Owen Anderson
							
						 
						
							 
							
							
							
							
								
							
							
								a7aed18624 
								
							 
						 
						
							
							
								
								Reapply r110396, with fixes to appease the Linux buildbot gods.  
							
							 
							
							... 
							
							
							
							llvm-svn: 110460 
							
						 
						
							2010-08-06 18:33:48 +00:00  
						
					 
				
					
						
							
							
								 
								Owen Anderson
							
						 
						
							 
							
							
							
							
								
							
							
								bda59bd247 
								
							 
						 
						
							
							
								
								Revert r110396 to fix buildbots.  
							
							 
							
							... 
							
							
							
							llvm-svn: 110410 
							
						 
						
							2010-08-06 00:23:35 +00:00  
						
					 
				
					
						
							
							
								 
								Owen Anderson
							
						 
						
							 
							
							
							
							
								
							
							
								755aceb5d0 
								
							 
						 
						
							
							
								
								Don't use PassInfo* as a type identifier for passes.  Instead, use the address of the static  
							
							 
							
							... 
							
							
							
							ID member as the sole unique type identifier.  Clean up APIs related to this change.
llvm-svn: 110396 
							
						 
						
							2010-08-05 23:42:04 +00:00  
						
					 
				
					
						
							
							
								 
								Owen Anderson
							
						 
						
							 
							
							
							
							
								
							
							
								ac4a1ede17 
								
							 
						 
						
							
							
								
								Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisGroup<> for pass registration.  
							
							 
							
							... 
							
							
							
							llvm-svn: 109058 
							
						 
						
							2010-07-21 23:07:00 +00:00  
						
					 
				
					
						
							
							
								 
								Owen Anderson
							
						 
						
							 
							
							
							
							
								
							
							
								81781220d2 
								
							 
						 
						
							
							
								
								Speculatively revert r108813, in an attempt to get the self-host buildbots working again.  I don't see why this patch  
							
							 
							
							... 
							
							
							
							would cause them to fail the way they are, but none of the other intervening patches seem likely either.
llvm-svn: 108818 
							
						 
						
							2010-07-20 08:26:15 +00:00  
						
					 
				
					
						
							
							
								 
								Owen Anderson
							
						 
						
							 
							
							
							
							
								
							
							
								8dc129325f 
								
							 
						 
						
							
							
								
								Reapply r108794, a fix for the failing test from last time.  
							
							 
							
							... 
							
							
							
							llvm-svn: 108813 
							
						 
						
							2010-07-20 06:52:42 +00:00  
						
					 
				
					
						
							
							
								 
								Gabor Greif
							
						 
						
							 
							
							
							
							
								
							
							
								26ec65ac3c 
								
							 
						 
						
							
							
								
								cache another dereferenced iterator  
							
							 
							
							... 
							
							
							
							llvm-svn: 108421 
							
						 
						
							2010-07-15 10:19:23 +00:00  
						
					 
				
					
						
							
							
								 
								Duncan Sands
							
						 
						
							 
							
							
							
							
								
							
							
								67aa21d7b5 
								
							 
						 
						
							
							
								
								Remove a pointless variable.  
							
							 
							
							... 
							
							
							
							llvm-svn: 107128 
							
						 
						
							2010-06-29 11:39:45 +00:00  
						
					 
				
					
						
							
							
								 
								Gabor Greif
							
						 
						
							 
							
							
							
							
								
							
							
								6c6b2fd2b2 
								
							 
						 
						
							
							
								
								rename pred_const_iterator to const_pred_iterator for consistency's sake  
							
							 
							
							... 
							
							
							
							llvm-svn: 99567 
							
						 
						
							2010-03-25 23:25:28 +00:00  
						
					 
				
					
						
							
							
								 
								Chris Lattner
							
						 
						
							 
							
							
							
							
								
							
							
								da363d9af8 
								
							 
						 
						
							
							
								
								adopt getAdjustedAnalysisPointer in a few more passes.  
							
							 
							
							... 
							
							
							
							llvm-svn: 94018 
							
						 
						
							2010-01-20 20:09:02 +00:00  
						
					 
				
					
						
							
							
								 
								David Greene
							
						 
						
							 
							
							
							
							
								
							
							
								d79102d6f2 
								
							 
						 
						
							
							
								
								Change dbgs() back to errs() for assert messages as Chris requested.  
							
							 
							
							... 
							
							
							
							llvm-svn: 92076 
							
						 
						
							2009-12-23 22:59:29 +00:00  
						
					 
				
					
						
							
							
								 
								David Greene
							
						 
						
							 
							
							
							
							
								
							
							
								cf1884c246 
								
							 
						 
						
							
							
								
								Convert debug messages to use dbgs().  Generally this means  
							
							 
							
							... 
							
							
							
							s/errs/dbgs/g except for certain special cases.
llvm-svn: 92060 
							
						 
						
							2009-12-23 21:48:18 +00:00  
						
					 
				
					
						
							
							
								 
								John McCall
							
						 
						
							 
							
							
							
							
								
							
							
								4ea24f19f5 
								
							 
						 
						
							
							
								
								You can't use typedefs to declare template member specializations, and  
							
							 
							
							... 
							
							
							
							clang enforces it.
llvm-svn: 91397 
							
						 
						
							2009-12-15 02:35:24 +00:00  
						
					 
				
					
						
							
							
								 
								Andreas Neustifter
							
						 
						
							 
							
							
							
							
								
							
							
								312288b30c 
								
							 
						 
						
							
							
								
								Converted ProfileInfo to template, added more API for ProfileInfo-preserving.  
							
							 
							
							... 
							
							
							
							llvm-svn: 90445 
							
						 
						
							2009-12-03 09:30:12 +00:00  
						
					 
				
					
						
							
							
								 
								Nick Lewycky
							
						 
						
							 
							
							
							
							
								
							
							
								974e12b2d3 
								
							 
						 
						
							
							
								
								Remove includes of Support/Compiler.h that are no longer needed after the  
							
							 
							
							... 
							
							
							
							VISIBILITY_HIDDEN removal.
llvm-svn: 85043 
							
						 
						
							2009-10-25 06:57:41 +00:00  
						
					 
				
					
						
							
							
								 
								Nick Lewycky
							
						 
						
							 
							
							
							
							
								
							
							
								02d5f77d26 
								
							 
						 
						
							
							
								
								Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.  
							
							 
							
							... 
							
							
							
							Chris claims we should never have visibility_hidden inside any .cpp file but
that's still not true even after this commit.
llvm-svn: 85042 
							
						 
						
							2009-10-25 06:33:48 +00:00  
						
					 
				
					
						
							
							
								 
								Andreas Neustifter
							
						 
						
							 
							
							
							
							
								
							
							
								93bc18f80a 
								
							 
						 
						
							
							
								
								Add the first functions for updating ProfileInfo.  
							
							 
							
							... 
							
							
							
							llvm-svn: 81359 
							
						 
						
							2009-09-09 17:52:57 +00:00  
						
					 
				
					
						
							
							
								 
								Dan Gohman
							
						 
						
							 
							
							
							
							
								
							
							
								6942375aa4 
								
							 
						 
						
							
							
								
								Move ProfileInfo::Edge's operator<< out of line. Among other benefits,  
							
							 
							
							... 
							
							
							
							this eliminates the ATTRIBUTE_USED, which wasn't being used in a manner
acceptable to some GCC versions, according to the buildbots.
llvm-svn: 80103 
							
						 
						
							2009-08-26 15:56:38 +00:00  
						
					 
				
					
						
							
							
								 
								Andreas Neustifter
							
						 
						
							 
							
							
							
							
								
							
							
								83489058d0 
								
							 
						 
						
							
							
								
								Moved isDeclaration() check further down to allow for function counts for  
							
							 
							
							... 
							
							
							
							declarations if necessary.
llvm-svn: 80084 
							
						 
						
							2009-08-26 13:33:09 +00:00  
						
					 
				
					
						
							
							
								 
								Andreas Neustifter
							
						 
						
							 
							
							
							
							
								
							
							
								d5ab926848 
								
							 
						 
						
							
							
								
								This patch cleans up the ProfileInfo by  
							
							 
							
							... 
							
							
							
							*) introducing new data type and export function of edge info for whole function (preparation for next patch).
*) renaming variables to make clear distinction between data and containers that contain this data.
*) updated comments and whitespaces.
*) made ProfileInfo::MissingValue a double (as it should be...).
(Discussed at http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090817/084955.html .)
llvm-svn: 79940 
							
						 
						
							2009-08-24 21:37:48 +00:00  
						
					 
				
					
						
							
							
								 
								Andreas Neustifter
							
						 
						
							 
							
							
							
							
								
							
							
								21e66abd40 
								
							 
						 
						
							
							
								
								Broke line before break.  
							
							 
							
							... 
							
							
							
							llvm-svn: 79404 
							
						 
						
							2009-08-19 05:44:39 +00:00  
						
					 
				
					
						
							
							
								 
								Daniel Dunbar
							
						 
						
							 
							
							
							
							
								
							
							
								2f140834cf 
								
							 
						 
						
							
							
								
								Some ProfileInfo cleanups.  
							
							 
							
							... 
							
							
							
							- Part of optimal static profiling patch sequence by Andreas Neustifter.
llvm-svn: 78485 
							
						 
						
							2009-08-08 18:59:03 +00:00  
						
					 
				
					
						
							
							
								 
								Daniel Dunbar
							
						 
						
							 
							
							
							
							
								
							
							
								3b5008e23a 
								
							 
						 
						
							
							
								
								More ProfileInfo improvements.  
							
							 
							
							... 
							
							
							
							- Part of optimal static profiling patch sequence by Andreas Neustifter.
 - Store edge, block, and function information separately for each functions
   (instead of in one giant map).
 - Return frequencies as double instead of int, and use a sentinel value for
   missing information.
llvm-svn: 78477 
							
						 
						
							2009-08-08 17:43:09 +00:00  
						
					 
				
					
						
							
							
								 
								Daniel Dunbar
							
						 
						
							 
							
							
							
							
								
							
							
								4f6f6d080f 
								
							 
						 
						
							
							
								
								Make block and function count available via ProfileInfo.  
							
							 
							
							... 
							
							
							
							- Part of optimal static profiling patch sequence by Andreas Neustifter.
llvm-svn: 78247 
							
						 
						
							2009-08-05 21:51:16 +00:00  
						
					 
				
					
						
							
							
								 
								Daniel Dunbar
							
						 
						
							 
							
							
							
							
								
							
							
								9afad0888d 
								
							 
						 
						
							
							
								
								ProfileInfo interface tweaks.  
							
							 
							
							... 
							
							
							
							- Add getExecutionCount(const Function).
 - Add helper Edge type.
 - constify.
 - No functionality change.
llvm-svn: 75623 
							
						 
						
							2009-07-14 06:58:59 +00:00  
						
					 
				
					
						
							
							
								 
								Dan Gohman
							
						 
						
							 
							
							
							
							
								
							
							
								a79db30d28 
								
							 
						 
						
							
							
								
								Tidy up several unbeseeming casts from pointer to intptr_t.  
							
							 
							
							... 
							
							
							
							llvm-svn: 55779 
							
						 
						
							2008-09-04 17:05:41 +00:00  
						
					 
				
					
						
							
							
								 
								Dan Gohman
							
						 
						
							 
							
							
							
							
								
							
							
								d78c400b5b 
								
							 
						 
						
							
							
								
								Clean up the use of static and anonymous namespaces. This turned up  
							
							 
							
							... 
							
							
							
							several things that were neither in an anonymous namespace nor static
but not intended to be global.
llvm-svn: 51017 
							
						 
						
							2008-05-13 00:00:25 +00:00  
						
					 
				
					
						
							
							
								 
								Devang Patel
							
						 
						
							 
							
							
							
							
								
							
							
								80e43fa744 
								
							 
						 
						
							
							
								
								Restore isCFGOnly property of various analysis passes.  
							
							 
							
							... 
							
							
							
							llvm-svn: 48579 
							
						 
						
							2008-03-20 02:25:21 +00:00  
						
					 
				
					
						
							
							
								 
								Devang Patel
							
						 
						
							 
							
							
							
							
								
							
							
								718da668ab 
								
							 
						 
						
							
							
								
								PassInfo keep tracks whether a pass is an analysis pass or not.  
							
							 
							
							... 
							
							
							
							llvm-svn: 48554 
							
						 
						
							2008-03-19 21:56:59 +00:00  
						
					 
				
					
						
							
							
								 
								Chris Lattner
							
						 
						
							 
							
							
							
							
								
							
							
								f3ebc3f3d2 
								
							 
						 
						
							
							
								
								Remove attribution from file headers, per discussion on llvmdev.  
							
							 
							
							... 
							
							
							
							llvm-svn: 45418 
							
						 
						
							2007-12-29 20:36:04 +00:00  
						
					 
				
					
						
							
							
								 
								Devang Patel
							
						 
						
							 
							
							
							
							
								
							
							
								8c78a0bff0 
								
							 
						 
						
							
							
								
								Drop 'const'  
							
							 
							
							... 
							
							
							
							llvm-svn: 36662 
							
						 
						
							2007-05-03 01:11:54 +00:00  
						
					 
				
					
						
							
							
								 
								Devang Patel
							
						 
						
							 
							
							
							
							
								
							
							
								e95c6ad802 
								
							 
						 
						
							
							
								
								Use 'static const char' instead of 'static const int'.  
							
							 
							
							... 
							
							
							
							Due to darwin gcc bug, one version of darwin linker coalesces
static const int, which defauts PassID based pass identification.
llvm-svn: 36652 
							
						 
						
							2007-05-02 21:39:20 +00:00  
						
					 
				
					
						
							
							
								 
								Lauro Ramos Venancio
							
						 
						
							 
							
							
							
							
								
							
							
								41223586a2 
								
							 
						 
						
							
							
								
								Fix build error.  
							
							 
							
							... 
							
							
							
							llvm-svn: 36648 
							
						 
						
							2007-05-02 20:37:47 +00:00  
						
					 
				
					
						
							
							
								 
								Devang Patel
							
						 
						
							 
							
							
							
							
								
							
							
								09f162ca6a 
								
							 
						 
						
							
							
								
								Do not use typeinfo to identify pass in pass manager.  
							
							 
							
							... 
							
							
							
							llvm-svn: 36632 
							
						 
						
							2007-05-01 21:15:47 +00:00  
						
					 
				
					
						
							
							
								 
								Dan Gohman
							
						 
						
							 
							
							
							
							
								
							
							
								dcb291faa4 
								
							 
						 
						
							
							
								
								Change uses of Function::front to Function::getEntryBlock for readability.  
							
							 
							
							... 
							
							
							
							llvm-svn: 35265 
							
						 
						
							2007-03-22 16:38:57 +00:00  
						
					 
				
					
						
							
							
								 
								Reid Spencer
							
						 
						
							 
							
							
							
							
								
							
							
								f75727ab14 
								
							 
						 
						
							
							
								
								Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce  
							
							 
							
							... 
							
							
							
							LLVM's footprint and speed up linking.
llvm-svn: 33941 
							
						 
						
							2007-02-05 23:42:17 +00:00  
						
					 
				
					
						
							
							
								 
								Chris Lattner
							
						 
						
							 
							
							
							
							
								
							
							
								97c9f20c52 
								
							 
						 
						
							
							
								
								simplify AnalysisGroup registration, eliminating one typeid call.  
							
							 
							
							... 
							
							
							
							llvm-svn: 29932 
							
						 
						
							2006-08-28 00:42:29 +00:00  
						
					 
				
					
						
							
							
								 
								Chris Lattner
							
						 
						
							 
							
							
							
							
								
							
							
								c2d3d3112e 
								
							 
						 
						
							
							
								
								eliminate RegisterOpt.  It does the same thing as RegisterPass.  
							
							 
							
							... 
							
							
							
							llvm-svn: 29925 
							
						 
						
							2006-08-27 22:42:52 +00:00  
						
					 
				
					
						
							
							
								 
								Misha Brukman
							
						 
						
							 
							
							
							
							
								
							
							
								01808caded 
								
							 
						 
						
							
							
								
								Remove trailing whitespace  
							
							 
							
							... 
							
							
							
							llvm-svn: 21416 
							
						 
						
							2005-04-21 21:13:18 +00:00  
						
					 
				
					
						
							
							
								 
								Jeff Cohen
							
						 
						
							 
							
							
							
							
								
							
							
								cede1ce95a 
								
							 
						 
						
							
							
								
								Add even more missing createXxxPass functions.  
							
							 
							
							... 
							
							
							
							llvm-svn: 19402 
							
						 
						
							2005-01-08 22:01:16 +00:00  
						
					 
				
					
						
							
							
								 
								Chris Lattner
							
						 
						
							 
							
							
							
							
								
							
							
								9bde783c5c 
								
							 
						 
						
							
							
								
								Switch to using edge profiling information as the basic source of profile info  
							
							 
							
							... 
							
							
							
							from using basic block counts.
llvm-svn: 12242 
							
						 
						
							2004-03-08 22:04:08 +00:00