diff options
author | Ash Wolf <ninji@wuffs.org> | 2022-10-14 23:15:32 +0100 |
---|---|---|
committer | Ash Wolf <ninji@wuffs.org> | 2022-10-14 23:15:32 +0100 |
commit | 775b6861666af36d317fb577cf489e2c6377f878 (patch) | |
tree | 2ae8c829eb861c85a6e2b5acf42f51919a0d78f2 /notes | |
parent | b8df05413a4e8b299de07b915cddce73a3bb16e3 (diff) | |
download | MWCC-775b6861666af36d317fb577cf489e2c6377f878.tar.gz MWCC-775b6861666af36d317fb577cf489e2c6377f878.zip |
add tons of stuff
Diffstat (limited to 'notes')
-rw-r--r-- | notes | 192 |
1 files changed, 192 insertions, 0 deletions
@@ -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 |