diff --git a/Readme.md b/Readme.md index 40fb7ce50aa51eed10b363bb9e6894bf61e519cb..b69ef3006cbb69c4c604d3423397180a5e6d2736 100644 --- a/Readme.md +++ b/Readme.md @@ -38,17 +38,17 @@ Open the front end, back end, and compilation optimization of compilers. Support - Architecture Design Principles - [MAPLE IR Design](doc/en/MapleIRDesign.md) - - [RC API](doc/en/RC_API.md) - - [Naive RC Insertion Principle](doc/en/Naive_RC_Insertion_Description.md) - - [Virtual Table and Interface Table Design](doc/en/Vtable_Itable_Description.md) - - [Phase Design](doc/en/Compiler_Phase_Description.md) + - [RC API](doc/en/RcApi.md) + - [Naive RC Insertion Principle](doc/en/NaiveRcInsertionDescription.md) + - [Virtual Table and Interface Table Design](doc/en/VtableItableDescription.md) + - [Phase Design](doc/en/CompilerPhaseDescription.md) -- [Environment Configuration](doc/en/Development_Preparation.md) +- [Environment Configuration](doc/en/DevelopmentPreparation.md) -- [Developer Guide](doc/en/Developer_Guide.md) +- [Developer Guide](doc/en/DeveloperGuide.md) -- [Programming Specifications](doc/en/Programming_Specifications.md) +- [Programming Specifications](doc/en/ProgrammingSpecifications.md) diff --git a/Readme_zh.md b/Readme_zh.md index 9f58d0f2a1fecd95aa54f93c31000e1e70b15f1c..e42b19bbe4a2224e17cc42a900aa9a673a0a73a8 100644 --- a/Readme_zh.md +++ b/Readme_zh.md @@ -38,18 +38,19 @@ OpenArkCompiler是来自华为方舟编译器的开源项目。 - 架构设计原理 - [MAPLE IR Design](doc/en/MapleIRDesign.md) - - [RC API](doc/cn/RC_API.md) - - [Naive RC操作插入原理](doc/cn/Naive_RC_Insertion_Description.md) - - [虚函数表和接口函数表设计介绍](doc/cn/Vtable_Itable_Description.md) - - [Phase设计介绍](doc/cn/Compiler_Phase_Description.md) + - [RC API](doc/cn/RcApi.md) + - [Naive RC操作插入原理](doc/cn/NaiveRcInsertionDescription.md) + - [虚函数表和接口函数表设计介绍](doc/cn/VtableItableDescription.md) + - [Phase设计介绍](doc/cn/CompilerPhaseDescription.md) + - [Maple通用模块应用手册](doc/cn/DeveloperGuide4Utility.md) -- [环境配置](doc/cn/Development_Preparation.md) +- [环境配置](doc/cn/DevelopmentPreparation.md) -- [开发者指南](doc/cn/Developer_Guide.md) - -- [编程规范](doc/cn/Programming_Specifications.md) +- [开发者指南](doc/cn/DeveloperGuide.md) +- [编程规范](doc/cn/ProgrammingSpecifications.md) +- [C++编程探讨之指针](doc/cn/CPPCodingTalkAboutPointer.md) ## 许可证 - [LICENSE](license/LICENSE)