1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/lib/Transforms/IPO
Owen Anderson b9762c07cb 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
..
ArgumentPromotion.cpp Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static 2010-08-05 23:42:04 +00:00
CMakeLists.txt IPO needs ScalarOpts and InstCombine in its libs 2010-04-14 23:42:23 +00:00
ConstantMerge.cpp Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static 2010-08-05 23:42:04 +00:00
DeadArgumentElimination.cpp Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static 2010-08-05 23:42:04 +00:00
DeadTypeElimination.cpp Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static 2010-08-05 23:42:04 +00:00
ExtractGV.cpp Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static 2010-08-05 23:42:04 +00:00
FunctionAttrs.cpp Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static 2010-08-05 23:42:04 +00:00
GlobalDCE.cpp Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static 2010-08-05 23:42:04 +00:00
GlobalOpt.cpp Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static 2010-08-05 23:42:04 +00:00
InlineAlways.cpp Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static 2010-08-05 23:42:04 +00:00
Inliner.cpp Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static 2010-08-05 23:42:04 +00:00
InlineSimple.cpp Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static 2010-08-05 23:42:04 +00:00
Internalize.cpp Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static 2010-08-05 23:42:04 +00:00
IPConstantPropagation.cpp Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static 2010-08-05 23:42:04 +00:00
IPO.cpp Adding IPSCCP and Internalize passes to the C-bindings 2010-04-09 20:43:20 +00:00
LoopExtractor.cpp Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static 2010-08-05 23:42:04 +00:00
LowerSetJmp.cpp Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static 2010-08-05 23:42:04 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
MergeFunctions.cpp Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static 2010-08-05 23:42:04 +00:00
PartialInlining.cpp Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static 2010-08-05 23:42:04 +00:00
PartialSpecialization.cpp Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static 2010-08-05 23:42:04 +00:00
PruneEH.cpp Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static 2010-08-05 23:42:04 +00:00
StripDeadPrototypes.cpp Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static 2010-08-05 23:42:04 +00:00
StripSymbols.cpp Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static 2010-08-05 23:42:04 +00:00
StructRetPromotion.cpp Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static 2010-08-05 23:42:04 +00:00