1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/lib/Analysis
Scott Michel 889ee011f7 Dial down gcc's warnings: don't use 0UL when 0U suffices (and when the
variables and methods themselves only use unsigned.)

llvm-svn: 48492
2008-03-18 16:55:06 +00:00
..
IPA Dial down gcc's warnings: don't use 0UL when 0U suffices (and when the 2008-03-18 16:55:06 +00:00
AliasAnalysis.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
AliasAnalysisCounter.cpp Identify Analysis pass. 2008-03-18 00:39:19 +00:00
AliasAnalysisEvaluator.cpp Identify Analysis pass. 2008-03-18 00:39:19 +00:00
AliasDebugger.cpp Identify Analysis pass. 2008-03-18 00:39:19 +00:00
AliasSetTracker.cpp Identify Analysis pass. 2008-03-18 00:39:19 +00:00
Analysis.cpp Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. 2008-02-20 11:08:44 +00:00
BasicAliasAnalysis.cpp Fix a compiler warning. 2008-02-19 09:28:48 +00:00
CFGPrinter.cpp Identify Analysis pass. 2008-03-18 00:39:19 +00:00
ConstantFolding.cpp Avoid unnecessarily casting away const, fixing a FIXME. 2008-01-31 01:05:10 +00:00
InstCount.cpp Identify Analysis pass. 2008-03-18 00:39:19 +00:00
Interval.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
IntervalPartition.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
LoadValueNumbering.cpp Identify Analysis pass. 2008-03-18 00:39:19 +00:00
LoopInfo.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
LoopPass.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00
MemoryDependenceAnalysis.cpp Re-apply the patch to improve the optimizations of memcpy's, with several 2008-02-12 21:15:18 +00:00
PostDominators.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
ProfileInfo.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
ProfileInfoLoader.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
ProfileInfoLoaderPass.cpp Identify Analysis pass. 2008-03-18 00:39:19 +00:00
ScalarEvolution.cpp Temporarily reverting 46959. 2008-02-25 03:57:32 +00:00
ScalarEvolutionExpander.cpp Add 'umax' similar to 'smax' SCEV. Closes PR2003. 2008-02-20 06:48:22 +00:00
Trace.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
ValueNumbering.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00