summaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
Diffstat (limited to 'notes')
-rw-r--r--notes192
1 files changed, 192 insertions, 0 deletions
diff --git a/notes b/notes
new file mode 100644
index 0000000..0a2c468
--- /dev/null
+++ b/notes
@@ -0,0 +1,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 \ No newline at end of file