llvm-6502/lib/Transforms/IPO
Daniel Dunbar 7f93dc8345 Switch obvious clients to Twine instead of utostr (when they were already using
a Twine, e.g., for names).
 - I am a little ambivalent about this; we don't want the string conversion of
   utostr, but using overload '+' mixed with string and integer arguments is
   sketchy. On the other hand, this particular usage is something of an idiom.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77579 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-30 04:20:37 +00:00
..
ArgumentPromotion.cpp Switch obvious clients to Twine instead of utostr (when they were already using 2009-07-30 04:20:37 +00:00
CMakeLists.txt Update CMake files. 2009-07-21 17:43:20 +00:00
ConstantMerge.cpp Add the private linkage. 2009-01-15 20:18:42 +00:00
DeadArgumentElimination.cpp Move types back to the 2.5 API. 2009-07-29 22:17:13 +00:00
DeadTypeElimination.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
ExtractGV.cpp Eliminate a few unused-variable warnings 2009-07-29 22:41:10 +00:00
FunctionAttrs.cpp Fix PR3754: don't mark functions that wrap MallocInst with 2009-05-06 08:42:00 +00:00
GlobalDCE.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
GlobalOpt.cpp Switch obvious clients to Twine instead of utostr (when they were already using 2009-07-30 04:20:37 +00:00
IndMemRemoval.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
InlineAlways.cpp Adjustments to last patch based on review. 2009-01-09 01:30:11 +00:00
Inliner.cpp More migration to raw_ostream, the water has dried up around the iostream hole. 2009-07-25 00:23:56 +00:00
InlineSimple.cpp Adjustments to last patch based on review. 2009-01-09 01:30:11 +00:00
Internalize.cpp More migration to raw_ostream, the water has dried up around the iostream hole. 2009-07-25 00:23:56 +00:00
IPConstantPropagation.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
IPO.cpp add a bunch more passes to the C bindings (PR3734), patch by 2009-03-06 16:52:18 +00:00
LoopExtractor.cpp Tidy up several unbeseeming casts from pointer to intptr_t. 2008-09-04 17:05:41 +00:00
LowerSetJmp.cpp Move types back to the 2.5 API. 2009-07-29 22:17:13 +00:00
Makefile Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
MergeFunctions.cpp Move ConstantExpr to 2.5 API. 2009-07-29 18:55:55 +00:00
PartialInlining.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
PartialSpecialization.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
PruneEH.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
RaiseAllocations.cpp Move types back to the 2.5 API. 2009-07-29 22:17:13 +00:00
StripDeadPrototypes.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
StripSymbols.cpp Remove Value::getName{Start,End}, the last of the old Name APIs. 2009-07-26 09:48:23 +00:00
StructRetPromotion.cpp Move types back to the 2.5 API. 2009-07-29 22:17:13 +00:00