mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 09:52:24 +00:00
Fix shift/rotate for all integer types, add tests, make build order work for SYSTEM.c/h changes.
This commit is contained in:
parent
74a085dda3
commit
9baf4c9429
217 changed files with 334 additions and 2550 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -4,9 +4,12 @@
|
|||
/build/*
|
||||
/*.exe
|
||||
/*.obj
|
||||
/*.o
|
||||
/*.[cho]
|
||||
/*.lib
|
||||
/*.map
|
||||
/*.sym
|
||||
/*.asm
|
||||
/*.mod
|
||||
/olang
|
||||
/src/test/**/*.exe
|
||||
/src/test/**/*.c
|
||||
|
|
@ -14,10 +17,11 @@
|
|||
/src/test/**/*.o
|
||||
/src/test/**/*.obj
|
||||
/src/test/**/*.sym
|
||||
/src/test/**/*.stackdump
|
||||
**/*.stackdump
|
||||
/src/test/confidence/**/result
|
||||
/src/test/confidence/**/*.asm
|
||||
/src/test/confidence/**/*.s
|
||||
/src/test/confidence/**/*.map
|
||||
/.DS_store
|
||||
**/.DS_store
|
||||
**/*.dSYM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue