llvm-6502/lib/Transforms/IPO
Daniel Dunbar ce63ffb52f More migration to raw_ostream, the water has dried up around the iostream hole.
- Some clients which used DOUT have moved to DEBUG. We are deprecating the
   "magic" DOUT behavior which avoided calling printing functions when the
   statement was disabled. In addition to being unnecessary magic, it had the
   downside of leaving code in -Asserts builds, and of hiding potentially
   unnecessary computations.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77019 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-25 00:23:56 +00:00
..
ArgumentPromotion.cpp More migration to raw_ostream, the water has dried up around the iostream hole. 2009-07-25 00:23:56 +00:00
CMakeLists.txt Update CMake files. 2009-07-21 17:43:20 +00:00
ConstantMerge.cpp
DeadArgumentElimination.cpp More migration to raw_ostream, the water has dried up around the iostream hole. 2009-07-25 00:23:56 +00:00
DeadTypeElimination.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
ExtractGV.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
FunctionAttrs.cpp
GlobalDCE.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
GlobalOpt.cpp More migration to raw_ostream, the water has dried up around the iostream hole. 2009-07-25 00:23:56 +00:00
IndMemRemoval.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
InlineAlways.cpp
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
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
LoopExtractor.cpp
LowerSetJmp.cpp Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come. 2009-07-24 23:12:02 +00:00
Makefile
MergeFunctions.cpp More migration to raw_ostream, the water has dried up around the iostream hole. 2009-07-25 00:23:56 +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 Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
StripDeadPrototypes.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
StripSymbols.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
StructRetPromotion.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00