shithub: scc

RSS feed

b64ef125 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/26 17:11
[cc2-intel] Fix .space directive

0f0f3817 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/26 17:10
Update TODO

ee04902b – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/26 14:38
[cc2-intel] Use .L for local symbols

9aef91ec – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/26 14:22
[cc2-amd64] Add basic support for data in amd64

53ec588a – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/26 14:06
[cc2] Initialize the align of strings

8a633ce7 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/26 14:04
[cc2-z80] Remove unneeded new line

ce495115 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/26 13:59
[cc2-i386] emit alignment before of the definition of the label

7dd51716 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/26 10:26
[cc1] Do not include the \0 in initialized strings

47e04280 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/26 09:30
[cc2-i386] Use global instead of globl

cbc25129 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/26 09:24
[cc2-i386] Emit .extern for external variables

d87648e6 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/26 09:19
[cc2-z80] Small format improvement

7b4df93c – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/26 09:17
[cc2-z80] Fix emision of strings

7d416c42 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/26 09:16
[cc2-i386] Add basic support for static variables

33d48f13 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/26 07:46
[cc1] Remove call to strlen() in initialize()

a300bb79 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/26 07:43
[cc1] Rename ISINIT to HASINIT

6124426e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/25 16:39
Simplify definitions in the IR

a62bbf6a – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/25 16:05
[cc2-z80] Set correct name for BSS segment

3e1b1c0c – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/25 16:03
[cc2] Set correct values in array types

eea01391 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/25 15:08
[cc2] Add support for parsing structs and member definitions

9a456e19 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/25 12:53
[cc1] Remove non needed defines from arch.h

1b4f8874 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/25 12:08
[cc1] Print information about size, aligment and offset in structs

60a0cff6 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/25 10:43
[cc1] Fix calculation of alignment and size of structs

64ee117f – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/25 09:22
Add TSIZE type

4f388adf – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/25 07:35
[cc1] Add ptrdiff_t type

0df4f021 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/25 07:27
Fix tests after commit a564aad

b5a123a0 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/25 07:08
Make Makefiles even more user friendly

95232a91 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/25 06:58
Fix definition of sizes for amd64 and i386

44956b98 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/25 06:11
Remove -s as default flag

6658e6ed – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/25 05:43
Make Makefiles more user friendly

2401a9b7 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/25 05:35
[cc1] Move architecture dependant parts to arch/$ARCH/arch.c

5c683805 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/25 04:48
[cc2-z80] Use _ to mark global scoped symbols

b1ed9087 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/24 17:37
[cc2] Move newid() to symbol.c

55210afb – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/24 17:32
[cc2-z80] Export/Import symbols

d2b15f1e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/24 17:17
[cc2] Generate code for static variables no initialized

d7cd0ce8 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/24 13:45
[cc2] Generate code for initializers

0771ecab – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/24 13:39
[driver/posix] Set correct value for cc2

a564aad2 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/24 13:37
[cc1] Emit type of constant in array sizes

c901f872 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/24 12:34
Add POSIX rule to the driver Makefile

4f96e73c – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/24 12:31
Rewrite the Makefile again

b66f292f – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/24 12:23
Remove scc binary

7b0fd4ce – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2016/01/24 11:18
Add a driver