1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/lib/Transforms/Utils
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
..
BasicBlockUtils.cpp simplify code by using Value::takeName 2007-02-11 01:37:51 +00:00
BreakCriticalEdges.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
CloneFunction.cpp Change uses of Function::front to Function::getEntryBlock for readability. 2007-03-22 16:38:57 +00:00
CloneModule.cpp Implement the "thread_local" keyword. 2007-04-12 18:32:50 +00:00
CloneTrace.cpp Switch inliner over to use DenseMap instead of std::map for ValueMap. This 2007-02-03 00:08:31 +00:00
CodeExtractor.cpp Use new ETForest accessor. 2007-04-18 04:46:35 +00:00
DemoteRegToStack.cpp
InlineFunction.cpp Fix PR1335 and Transforms/Inline/2007-04-15-InlineEH.ll 2007-04-15 21:38:06 +00:00
LCSSA.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
Local.cpp
LoopSimplify.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
LowerAllocations.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
LowerInvoke.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
LowerSelect.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
LowerSwitch.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
Makefile
Mem2Reg.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
PromoteMemoryToRegister.cpp Mem2Reg does not need TargetData. 2007-04-25 18:32:35 +00:00
SimplifyCFG.cpp remove use of Instruction::getNext 2007-04-17 17:47:54 +00:00
UnifyFunctionExitNodes.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
ValueMapper.cpp fix an obscure and tricky bug the inliner can hit sometimes. 2007-02-23 19:54:30 +00:00
ValueMapper.h Switch inliner over to use DenseMap instead of std::map for ValueMap. This 2007-02-03 00:08:31 +00:00