소스 검색

* cleanup of cgai386

peter 27 년 전
부모
커밋
bf1d4a1fc1
2개의 변경된 파일107개의 추가작업 그리고 4669개의 파일을 삭제
  1. 90 4646
      compiler/cgi386.pas
  2. 17 23
      compiler/cws.txt

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 90 - 4646
compiler/cgi386.pas


+ 17 - 23
compiler/cws.txt

@@ -16,27 +16,26 @@ Location of the codegenerator functions
 The names are given for the i386, for the m68k rename the 386 to 68k
 The names are given for the i386, for the m68k rename the 386 to 68k
 
 
 cg386con - Constant generation
 cg386con - Constant generation
- - secondordconst
- - secondrealconst
- - secondstringconst
- - secondfixconst
- - secondsetconst
- - secondniln
-
+  - secondordconst
+  - secondrealconst
+  - secondstringconst
+  - secondfixconst
+  - secondsetconst
+  - secondniln
 
 
 cg386mat - Mathematic functions
 cg386mat - Mathematic functions
- - secondmoddiv
- - secondshlshr
- - secondumminus
- - secondnot
+  - secondmoddiv
+  - secondshlshr
+  - secondumminus
+  - secondnot
 
 
 cg386cnv - Type conversion functions
 cg386cnv - Type conversion functions
- - secondtypeconv
-
+  - secondtypeconv
+  - secondis
+  - secondas
 
 
 cg386add - Add/concat functions
 cg386add - Add/concat functions
- - secondadd
-
+  - secondadd
 
 
 cg386mem - Memory functions
 cg386mem - Memory functions
   - secondvecn
   - secondvecn
@@ -50,9 +49,6 @@ cg386mem - Memory functions
   - secondloadvmt
   - secondloadvmt
   - secondsubscriptn
   - secondsubscriptn
   - secondderef
   - secondderef
-  - secondis
-  - secondas
-
 
 
 cg386flw - Flow functions
 cg386flw - Flow functions
   - secondifn
   - secondifn
@@ -73,7 +69,6 @@ cg386ld - Load/Store functions
   - secondassignment
   - secondassignment
   - secondfuncret
   - secondfuncret
 
 
-
 cg386set - Set functions
 cg386set - Set functions
   - secondcase
   - secondcase
   - secondin
   - secondin
@@ -87,7 +82,6 @@ cg386cal - Call/inline functions
 cgi386 - Main secondpass handling
 cgi386 - Main secondpass handling
   - secondnothing
   - secondnothing
   - seconderror
   - seconderror
-  - secondasm,
-  - secondblockn,
-  - secondstatement,
-       
+  - secondasm
+  - secondblockn
+  - secondstatement

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.