Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
tinycc-devel (date)
[
Thread Index
][
Top
][
All Lists
][
tinycc-devel info page
]
Advanced
[
Prev Period
]
Last Modified: Wed Dec 30 2020 19:17:09 -0500
Messages in reverse chronological order
[
Next Period
]
December 30, 2020
Re: [Tinycc-devel] JIT compiler efficiency
,
address@hidden
,
19:17
Re: [Tinycc-devel] JIT compiler efficiency
,
Joshua Scholar
,
18:39
Re: [Tinycc-devel] JIT compiler efficiency
,
address@hidden
,
16:07
Re: [Tinycc-devel] JIT compiler efficiency
,
Joshua Scholar
,
15:53
Re: [Tinycc-devel] JIT compiler efficiency
,
address@hidden
,
14:39
Re: [Tinycc-devel] X86_64 shared library relocation errors?
,
Αγαθοκλής
,
14:14
December 29, 2020
Re: [Tinycc-devel] X86_64 shared library relocation errors?
,
Simon Sobisch
,
18:12
December 28, 2020
[Tinycc-devel] Tiny fix to build-tcc.bat
,
Joshua Scholar
,
06:12
December 27, 2020
Re: [Tinycc-devel] [PATCH 0/9] Improve ARM inline assembler
,
Danny Milosavljevic
,
21:03
[Tinycc-devel] [PATCH 8/9] arm-asm: Raise error if more than two operands are specified on mov, mvn, cmp, cmn, tst, teq
,
Danny Milosavljevic
,
20:59
[Tinycc-devel] [PATCH 6/9] arm-asm: Raise an error if asm_binary_opcode is used with PC as operand
,
Danny Milosavljevic
,
20:59
[Tinycc-devel] [PATCH 9/9] arm-asm: Raise error if asm_data_processing_opcode and asm_shift_opcode try to use PC for register-controlled shifts
,
Danny Milosavljevic
,
20:59
[Tinycc-devel] [PATCH 5/9] arm-asm: Add error case in asm_multiplication_opcode
,
Danny Milosavljevic
,
20:59
[Tinycc-devel] [PATCH 1/9] arm-asm: Add lsl, lsr, asr, ror, rrx
,
Danny Milosavljevic
,
20:59
[Tinycc-devel] [PATCH 7/9] arm-asm: Print a warning if asm_binary_opcode is used with SP as operand
,
Danny Milosavljevic
,
20:59
[Tinycc-devel] [PATCH 3/9] arm-asm: Support rotation for sxtb, sxth, uxtb, uxth
,
Danny Milosavljevic
,
20:59
[Tinycc-devel] [PATCH 2/9] arm-asm: For data processing instructions, support shifts and rotations.
,
Danny Milosavljevic
,
20:59
[Tinycc-devel] [PATCH 4/9] arm-asm: Warn if regset registers are not specified in ascending order
,
Danny Milosavljevic
,
20:59
[Tinycc-devel] [PATCH 0/9] Improve ARM inline assembler
,
Danny Milosavljevic
,
20:59
Re: [Tinycc-devel] [PATCH 00/16] Add ARM inline assembler
,
Michael Matz
,
18:40
Re: [Tinycc-devel] [PATCH 00/16] Add ARM inline assembler
,
Jan Nieuwenhuizen
,
14:32
Re: [Tinycc-devel] tinycc manpage
,
Anton Shepelev
,
10:34
Re: [Tinycc-devel] Tcc code surprised me by being very slow and then some tcc code surprised me by being fast
,
Joshua Scholar
,
07:11
Re: [Tinycc-devel] Tcc code surprised me by being very slow and then some tcc code surprised me by being fast
,
Joshua Scholar
,
07:09
Re: [Tinycc-devel] Tcc code surprised me by being very slow and then some tcc code surprised me by being fast
,
Samir Ribić
,
06:32
Re: [Tinycc-devel] JIT compiler efficiency
,
Joshua Scholar
,
05:02
[Tinycc-devel] JIT compiler efficiency
,
address@hidden
,
04:23
December 26, 2020
[Tinycc-devel] [PATCH 04/16] arm-asm: Remove asm_error
,
Danny Milosavljevic
,
17:10
[Tinycc-devel] [PATCH 02/16] arm-asm: Implement asm_parse_regvar and asm_clobber
,
Danny Milosavljevic
,
17:10
Re: [Tinycc-devel] [PATCH 00/16] Add ARM inline assembler
,
Danny Milosavljevic
,
17:09
[Tinycc-devel] [PATCH 14/16] arm-asm: Add and, eor, sub, rsb, add, adc, sbc, rsc, tst, teq, cmp, cmn, orr, mov, bic, mvn
,
Danny Milosavljevic
,
17:05
[Tinycc-devel] [PATCH 15/16] arm-asm: Add b, bl, bx, blx
,
Danny Milosavljevic
,
17:05
[Tinycc-devel] [PATCH 16/16] arm-asm: Optimize gen_le32
,
Danny Milosavljevic
,
17:05
[Tinycc-devel] [PATCH 13/16] arm-asm: Add ldr, ldrb, str, strb
,
Danny Milosavljevic
,
17:05
[Tinycc-devel] [PATCH 11/16] arm-asm: Add mul, mla, smull, umull, smlal, umlal
,
Danny Milosavljevic
,
17:05
[Tinycc-devel] [PATCH 12/16] arm-asm: Add stmda, ldmda, stm, ldm, stmia, ldmia, stmdb, ldmdb, stmib, ldmib
,
Danny Milosavljevic
,
17:05
[Tinycc-devel] [PATCH 10/16] arm-asm: Add clz, sxtb, sxth, uxtb, uxth
,
Danny Milosavljevic
,
17:05
[Tinycc-devel] [PATCH 00/16] Add ARM inline assembler
,
Danny Milosavljevic
,
17:05
[Tinycc-devel] [PATCH 07/16] arm-asm: Add parse_operand, Operand
,
Danny Milosavljevic
,
17:05
[Tinycc-devel] [PATCH 09/16] arm-asm: Add swi
,
Danny Milosavljevic
,
17:05
[Tinycc-devel] [PATCH 01/16] arm-asm: Publish g, gen_le16, gen_le32 in tcc.h
,
Danny Milosavljevic
,
17:05
[Tinycc-devel] [PATCH 08/16] arm-asm: Add push, pop
,
Danny Milosavljevic
,
17:05
[Tinycc-devel] [PATCH 05/16] arm-asm: Add nop
,
Danny Milosavljevic
,
17:05
[Tinycc-devel] [PATCH 06/16] arm-asm: Add wfe, wfi
,
Danny Milosavljevic
,
17:05
[Tinycc-devel] [PATCH 03/16] arm-asm: Update copyright header
,
Danny Milosavljevic
,
17:05
Re: [Tinycc-devel] What is your general workflow in answering to mailing list thread?
,
Anton Shepelev
,
16:27
Re: [Tinycc-devel] What is your general workflow in answering to mailing list thread?
,
Steffen Nurpmeso
,
16:10
Re: [Tinycc-devel] What is your general workflow in answering to mailing list thread?
,
Kyryl Melekhin
,
15:48
[Tinycc-devel] Tcc code surprised me by being very slow and then some tcc code surprised me by being fast
,
Joshua Scholar
,
15:05
Re: [Tinycc-devel] tinycc manpage
,
Sudipto Mallick
,
10:46
Re: [Tinycc-devel] tinycc manpage
,
Anton Shepelev
,
09:21
Re: [Tinycc-devel] tinycc manpage
,
Sudipto Mallick
,
07:16
Re: [Tinycc-devel] tinycc manpage
,
Sudipto Mallick
,
06:38
December 25, 2020
Re: [Tinycc-devel] What is your general workflow in answering to mailing list thread?
,
Michael Matz
,
18:51
Re: [Tinycc-devel] What is your general workflow in answering to mailing list thread?
,
Michael Matz
,
18:45
Re: [Tinycc-devel] tinycc manpage
,
Michael Matz
,
18:03
Re: [Tinycc-devel] What is your general workflow in answering to mailing list thread?
,
Anton Shepelev
,
17:50
Re: [Tinycc-devel] tinycc manpage
,
Anton Shepelev
,
17:44
[Tinycc-devel] tinycc manpage
,
Sudipto Mallick
,
07:51
[Tinycc-devel] What is your general workflow in answering to mailing list thread?
,
Vaidas BoQsc
,
06:40
Re: [Tinycc-devel] Almost added a feature, but I broke things
,
NA
,
03:02
December 24, 2020
Re: [Tinycc-devel] Almost added a feature, but I broke things
,
Joshua Scholar
,
21:14
Re: [Tinycc-devel] Almost added a feature, but I broke things
,
Kyryl Melekhin
,
20:00
Re: [Tinycc-devel] Hello and a few questions about using libtcc
,
Michael Matz
,
19:36
Re: [Tinycc-devel] Almost added a feature, but I broke things
,
Joshua Scholar
,
19:19
Re: [Tinycc-devel] Almost added a feature, but I broke things
,
Kyryl Melekhin
,
18:22
Re: [Tinycc-devel] Problem with NOTE commit
,
Michael Matz
,
18:05
Re: [Tinycc-devel] Almost added a feature, but I broke things
,
Joshua Scholar
,
11:34
Re: [Tinycc-devel] Almost added a feature, but I broke things
,
NA
,
11:12
Re: [Tinycc-devel] Almost added a feature, but I broke things
,
EA
,
11:00
Re: [Tinycc-devel] Almost added a feature, but I broke things
,
Kyryl Melekhin
,
10:38
[Tinycc-devel] Almost added a feature, but I broke things
,
Joshua Scholar
,
09:25
Re: [Tinycc-devel] The procedure entry point _strtoui64 could not be loc
,
Vladimir Vissoultchev
,
09:01
[Tinycc-devel] Almost added a feature, but I broke things
,
Joshua Scholar
,
06:28
[Tinycc-devel] Problem with NOTE commit
,
Herman ten Brugge
,
06:00
Re: [Tinycc-devel] Time for 0.9.28?
,
Sudipto Mallick
,
02:02
[Tinycc-devel] Time for 0.9.28?
,
Christian Jullien
,
01:43
December 23, 2020
Re: [Tinycc-devel] Tinycc-devel Digest, Vol 211, Issue 20
,
D Q
,
16:02
Re: [Tinycc-devel] Tinycc-devel Digest, Vol 211, Issue 19
,
Christian Jullien
,
01:13
December 22, 2020
Re: [Tinycc-devel] Tinycc-devel Digest, Vol 211, Issue 19
,
D Q
,
15:40
[Tinycc-devel] clang reports warnings on c2str.c
,
Christian Jullien
,
08:40
Re: [Tinycc-devel] handleapi.h not found
,
Christian Jullien
,
00:38
December 21, 2020
[Tinycc-devel] handleapi.h not found
,
D Q
,
20:40
Re: [Tinycc-devel] Anyone else working with the RISC-V port?
,
Michael Matz
,
00:41
Re: [Tinycc-devel] Anyone else working with the RISC-V port?
,
Christian Jullien
,
00:26
December 20, 2020
Re: [Tinycc-devel] Hello and a few questions about using libtcc
,
Joshua Scholar
,
22:36
Re: [Tinycc-devel] Hello and a few questions about using libtcc
,
Michael Matz
,
18:07
Re: [Tinycc-devel] Anyone else working with the RISC-V port?
,
Michael Matz
,
17:41
Re: [Tinycc-devel] A possible bug in TCC
,
Anton Shepelev
,
11:39
Re: [Tinycc-devel] Hello and a few questions about using libtcc
,
Kyryl Melekhin
,
10:59
[Tinycc-devel] Hello and a few questions about using libtcc
,
Joshua Scholar
,
09:03
December 19, 2020
Re: [Tinycc-devel] Grischka last commit breaks some ports
,
Herman ten Brugge
,
06:34
Re: [Tinycc-devel] Grischka last commit breaks some ports
,
grischka
,
04:41
[Tinycc-devel] Anyone else working with the RISC-V port?
,
Charles Lohr
,
03:32
Re: [Tinycc-devel] Grischka last commit breaks some ports
,
Christian Jullien
,
01:58
Re: [Tinycc-devel] Grischka last commit breaks some ports
,
Herman ten Brugge
,
01:25
December 18, 2020
Re: [Tinycc-devel] Grischka last commit breaks some ports
,
grischka
,
08:45
December 17, 2020
[Tinycc-devel] Grischka last commit breaks some ports
,
Christian Jullien
,
13:17
December 15, 2020
Re: [Tinycc-devel] The procedure entry point _strtoui64 could not be loc
,
Vaidas BoQsc
,
09:23
December 14, 2020
Re: [Tinycc-devel] A possible bug in TCC
,
Michael Matz
,
09:57
Re: [Tinycc-devel] A possible bug in TCC
,
Christian Jullien
,
02:40
December 13, 2020
Re: [Tinycc-devel] A possible bug in TCC
,
ian
,
15:44
Re: [Tinycc-devel] A possible bug in TCC
,
Anton Shepelev
,
15:35
Re: [Tinycc-devel] A possible bug in TCC
,
Vincent Lefevre
,
08:17
[Tinycc-devel] A possible bug in TCC
,
Anton Shepelev
,
06:51
December 11, 2020
[Tinycc-devel] selinux is now an odd option name
,
Christian Jullien
,
23:59
Re: [Tinycc-devel] The procedure entry point _strtoui64 could not be located in the dynamic link library msvcrt.dll
,
Christian Jullien
,
23:51
December 10, 2020
[Tinycc-devel] The procedure entry point _strtoui64 could not be located in the dynamic link library msvcrt.dll
,
Vaidas BoQsc
,
04:30
December 06, 2020
Re: [Tinycc-devel] Pragma directive for pkg-config
,
John Scott
,
15:07
[Tinycc-devel] Pragma directive for pkg-config
,
Vaidas BoQsc
,
04:50
December 05, 2020
Re: [Tinycc-devel] Multiple, threaded LibTCC states
,
Michael Matz
,
18:40
Re: [Tinycc-devel] Reformatting Tinycc source code
,
ian
,
07:01
Re: [Tinycc-devel] Reformatting Tinycc source code
,
Tyge Løvset
,
05:11
December 04, 2020
Re: [Tinycc-devel] Multiple, threaded LibTCC states
,
uso ewin
,
16:05
Re: [Tinycc-devel] Multiple, threaded LibTCC states
,
Karl Yerkes
,
12:23
[Tinycc-devel] Multiple, threaded LibTCC states
,
Jonathan Levi
,
09:06
December 03, 2020
Re: [Tinycc-devel] Reformatting Tinycc source code
,
Antonio Prates
,
20:45
[Tinycc-devel] Need help with ELF to port tcc on OpenBSD
,
Christian Jullien
,
02:34
December 02, 2020
Re: [Tinycc-devel] Reformatting Tinycc source code
,
Steffen Nurpmeso
,
15:30
Re: [Tinycc-devel] Reformatting Tinycc source code
,
Tyge Løvset
,
14:57
Re: [Tinycc-devel] Reformatting Tinycc source code
,
Steffen Nurpmeso
,
12:15
Re: [Tinycc-devel] Reformatting Tinycc source code
,
grischka
,
06:58
Re: [Tinycc-devel] Reformatting Tinycc source code
,
avih
,
06:14
[Tinycc-devel] Reformatting Tinycc source code
,
Tyge Løvset
,
04:57
Re: [Tinycc-devel] Report - A decying support for Windows 2000 Professional SP4
,
Vaidas BoQsc
,
04:40
Re: [Tinycc-devel] Report - A decying support for Windows 2000 Professional SP4
,
Christian Jullien
,
01:07
December 01, 2020
Re: [Tinycc-devel] Report - A decying support for Windows 2000 Professional SP4
,
Austin English
,
16:50
Re: [Tinycc-devel] Report - A decying support for Windows 2000 Professional SP4
,
Kyryl Melekhin
,
13:15
Re: [Tinycc-devel] Report - A decying support for Windows 2000 Professional SP4
,
Vladimir Vissoultchev
,
08:26
[Tinycc-devel] Report - A decying support for Windows 2000 Professional SP4
,
Vaidas BoQsc
,
06:43
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc