summaryrefslogtreecommitdiff
path: root/notes
blob: 0a2c46898a6754e6230aed2e45deeb14ffcaa796 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
* - has issues

DONE  CLStaticMain.c
DONE  ClientGlue.c
DONE  CLMain.c
DONE* MacEmul/Resources.c
STUB  Envir/CLErrors.c
DONE* MacEmul/ResourceStrings.c
----  Plugins/CLPlugins.c
----  Callbacks/CLParserCallbacks_v1.cpp
STUB  CLIO.c
STUB  CLToolExec.c
DONE  OSLib/Posix.c
DONE  OSLib/StringExtras.c
DONE  OSLib/Generic.c
----  Project/CLProj.c
----  CLLicenses.c
DONE  OSLib/MemUtils.c
----  CLPluginRequests.cpp
DONE  MacEmul/LowMem.c
----  CLFileOps.c
----  CLPrefs.c
----  CLTarg.c
----  Project/CLAccessPaths.c
DONE  OSLib/MacSpecs.c
DONE  OSLib/StringUtils.c
DONE  MacEmul/Memory.c
DONE  MacEmul/File.c
DONE  MacEmul/TextUtils.c
----  ?? AddFileTypeMappingList, SetMacFileType, ...
----  Project/CLFiles.c
----  Project/CLOverlays.c
----  Project/CLSegs.c
----  Callbacks/CLDropinCallbacks_V10.cpp
DONE  OSLib/MacFileTypes.c
DONE  OSLib/FileHandles.c
----  Callbacks/CLCompilerLinkerDropin_V10.cpp
----  CLDependencies.c
----  CLWriteObjectFile.c
----  CLBrowser.c
----  CLIncludeFileCache.c
----  CLLoadAndCache.c
DONE  MacEmul/ErrMgr.c
----  ?? Counterpart of cc-macosx-ppc-mw.c
      (Includes RegisterStaticTargetResources, GetStaticTarget, ...)
----  ?? Counterpart of ParserGlue-macosx-ppc-cc.c
      (Includes RegisterStaticParserToolInfo and all the option lists)
----  ?? Counterpart of cc-macosx-ppc.c
      (Includes RegisterStaticCompilerPlugin, RegisterCompilerResources)
----  ?? Counterpart of machimp-macosx-ppc.c
      (Includes RegisterStaticLibImporterPlugin, RegisterLibImporterResources)
----  TargetOptimizer-ppc-mach.c
----  OptimizerHelpers.c
----  ?? TargetSetWarningFlags, TargetDisplayWarningOptions
----  WarningHelpers.c

----  CCompiler.c
----  CParser.c
----  CompilerTools.c
----  CodeGenOptPPC.c
----  IrOptimizer.c
----  CodeGen.c
----  CPrep.c
----  CScope.c
----  CMachine.c
----  CExpr.c
----  CFunc.c
----  CTemplateNew.c
STUB  CError.c
----  ObjGenMachO.c
----  CDecl.c
----  CMangler.c
----  CSOM.c
----  CABI.c
----  CInit.c
----  CClass.c
----  CIRTransform.c
----  CObjC.c
----  CInline.c
----  CPrepTokenizer.c
----  CTemplateTools.c
----  IroPointerAnalysis.c
----  InstrSelection.c
----  IroFlowgraph.c
----  IroLinearForm.c
----  IroUtil.c
----  IroCSE.c
----  IroPropagate.c
----  IROUseDef.c
----  InlineAsmPPC.c
----  IroDump.c
----  IroTransform.c
----  IroVars.c
----  IroEval.c
----  IroJump.c
----  IroRangePropagation.c
----  IroEmptyLoop.c
----  IroUnrollLoop.c
----  IroLoop.c
----  IroExprRegeneration.c
----  IroSubable.c
----  RegisterInfo.c
----  TOC.c
----  StackFrame.c
----  Register.sc
PART  PCode.c
----  Switch.c
----  ValueNumbering.c
----  PCodeUtilities.c
----  Operands.c
----  Exceptions.c
----  ?? Dumping (DumpIR, DumpExpression, ...)
----  COptimizer.c
----  GlobalOptimizer.c
----  PCodeListing.c
----  Peephole.c
----  Scheduler.c
----  Coloring.c
----  PCodeAssembly.c
----  Intrinsics.c
----  PPCError.c
----  CExpr2.c
DONE* CInt64.c
----  CPrec.c
----  CBrowse.c
----  CPreprocess.c
----  FuncLevelAsmPPC.c
----  CException.c
----  CTemplateClass.c
----  ScanFloat.c
----  CExprConvMatch.c
----  CRTTI.c
----  CObjCModern.c
----  InlineAsm.c
----  Unmangle.c
----  MachO.c
----  GenStabs.c
----  CTemplateFunc.c
----  IroMalloc.c
STUB  PCodeInfo.c
----  StructMoves.c
----  FunctionCalls.c
----  IroBitVect.c
----  InlineAsmRegistersPPC.c
----  InlineAsmMnemonicsPPC.c
----  InlineAsmRegisters.c
----  Alias.c
----  LoopDetection.c
----  CopyPropagation.c
----  CodeMotion.c
----  StrengthReduction.c
----  LoopOptimization.c
----  ConstantPropagation.c
----  AddPropagation.c
----  UseDefChains.c
----  LoadDeletion.c
----  VectorArraysToRegs.c
----  ?? computelivevariables, dead
----  MachineSimulation604.c
----  MachineSimulation603.e
----  MachineSimulationAltiVec.c
----  MachineSimulation7500.c
----  MachineSimulation603e.c
----  MachineSimulation750.c
----  MachineSimulation601.c
----  MachineSimulation821.c
----  InterferenceGraph.c
----  SpillCode.c
----  GCCInlineAsm.c
----  BitVectors.c
DONE  (debug) StaticParserGlue.c
DONE  (debug) ParserFace.c
DONE* (debug) ParserHelpers.c
DONE* (debug) ToolHelpers.c
DONE  (debug) ParserHelpers-cc.c
DONE# (debug) Arguments.c
DONE  (debug) ToolHelpers-cc.c
DONE  (debug) IO.c
DONE  (debug) Projects.c
DONE  (debug) Targets.c
DONE# (debug) Option.c
DONE  (debug) ParserErrors.c
----  (debug) Utils.c
DONE# (debug) Parameter.c
DONE# (debug) Help.c
DONE  uContext1.cpp
DONE  uContextCL.cpp
DONE  uContextSecret.cpp
----  ?? COS
DONE  uContextParser.cpp
----  ?? Something import-related
----  Various MSL objects