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