llvm-6502/lib/CodeGen/SelectionDAG
Daniel Dunbar 43ed267db3 Fix some refactos for iostream changes (in -Asserts mode).
- The world needs better C++ refactoring tools, can I get an Amen!?

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79843 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-23 08:50:52 +00:00
..
CallingConvLower.cpp Change Pass::print to take a raw ostream instead of std::ostream, 2009-08-23 06:03:38 +00:00
CMakeLists.txt Lexically order files in CMakeLists.txt files. 2009-07-15 21:08:16 +00:00
DAGCombiner.cpp remove a few DOUTs here and there. 2009-08-23 06:35:02 +00:00
FastISel.cpp Record variable debug info at ISel time directly. 2009-08-22 17:12:53 +00:00
LegalizeDAG.cpp Change Pass::print to take a raw ostream instead of std::ostream, 2009-08-23 06:03:38 +00:00
LegalizeFloatTypes.cpp Add contexts to some of the MVT APIs. No functionality change yet, just the infrastructure work needed to get the contexts to where they need to be first. 2009-08-12 00:36:31 +00:00
LegalizeIntegerTypes.cpp Add contexts to some of the MVT APIs. No functionality change yet, just the infrastructure work needed to get the contexts to where they need to be first. 2009-08-12 00:36:31 +00:00
LegalizeTypes.cpp eliminate uses of cerr() 2009-08-23 07:05:07 +00:00
LegalizeTypes.h Add contexts to some of the MVT APIs. No functionality change yet, just the infrastructure work needed to get the contexts to where they need to be first. 2009-08-12 00:36:31 +00:00
LegalizeTypesGeneric.cpp Add contexts to some of the MVT APIs. No functionality change yet, just the infrastructure work needed to get the contexts to where they need to be first. 2009-08-12 00:36:31 +00:00
LegalizeVectorOps.cpp Split EVT into MVT and EVT, the former representing _just_ a primitive type, while 2009-08-11 20:47:22 +00:00
LegalizeVectorTypes.cpp eliminate uses of cerr() 2009-08-23 07:05:07 +00:00
Makefile
ScheduleDAGFast.cpp eliminate uses of cerr() 2009-08-23 07:05:07 +00:00
ScheduleDAGList.cpp eliminate uses of cerr() 2009-08-23 07:05:07 +00:00
ScheduleDAGRRList.cpp eliminate uses of cerr() 2009-08-23 07:05:07 +00:00
ScheduleDAGSDNodes.cpp Use the schedule itinerary operand use/def cycle information to adjust dependence edge latency for post-RA scheduling. 2009-08-19 16:08:58 +00:00
ScheduleDAGSDNodes.h
ScheduleDAGSDNodesEmit.cpp Be more clever about regclasses in ScheduleDAGSDNodes::EmitCopyFromReg. 2009-08-16 17:40:59 +00:00
SelectionDAG.cpp Change Pass::print to take a raw ostream instead of std::ostream, 2009-08-23 06:03:38 +00:00
SelectionDAGBuild.cpp Record variable debug info at ISel time directly. 2009-08-22 17:12:53 +00:00
SelectionDAGBuild.h Rename MVT to EVT, in preparation for splitting SimpleValueType out into its own struct type. 2009-08-10 22:56:29 +00:00
SelectionDAGISel.cpp eliminate uses of cerr() 2009-08-23 07:05:07 +00:00
SelectionDAGPrinter.cpp Fix some refactos for iostream changes (in -Asserts mode). 2009-08-23 08:50:52 +00:00
TargetLowering.cpp Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. 2009-08-22 20:48:53 +00:00