1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-29 23:12:55 +01:00
llvm-mirror/lib/Analysis
Devang Patel 8ee9065162 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
..
IPA Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
AliasAnalysis.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
AliasAnalysisCounter.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
AliasAnalysisEvaluator.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
AliasDebugger.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
AliasSetTracker.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
BasicAliasAnalysis.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
CFGPrinter.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
ConstantFolding.cpp The bit counting intrinsics return i32 not the operand type. This fixes 2007-04-01 18:42:20 +00:00
InstCount.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
Interval.cpp Remove trailing whitespace 2005-04-21 21:13:18 +00:00
IntervalPartition.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
LoadValueNumbering.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
LoopInfo.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
LoopPass.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
Makefile Changed from PARALLEL_DIRS to DIRS since we're only building one directory. 2006-12-13 19:42:54 +00:00
PostDominators.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
ProfileInfo.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
ProfileInfoLoader.cpp Change uses of Function::front to Function::getEntryBlock for readability. 2007-03-22 16:38:57 +00:00
ProfileInfoLoaderPass.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
ScalarEvolution.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
ScalarEvolutionExpander.cpp Be more careful when inserting reused instructions. This fixes CodeGen/Generic/2007-04-17-lsr-crash.ll 2007-04-17 23:43:50 +00:00
Trace.cpp Added an automatic cast to "std::ostream*" etc. from OStream. We then can 2006-12-17 05:15:13 +00:00
ValueNumbering.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00