.. |
thirdparty
|
Add test/thirdparty/cpython.sh
|
2020-09-22 18:34:00 +09:00 |
alignof.c
|
Make an array of at least 16 bytes long to have alignment of at least 16 bytes
|
2020-09-22 18:34:00 +09:00 |
alloca.c
|
Add alloca()
|
2020-09-22 18:34:00 +09:00 |
arith.c
|
Add long double
|
2020-09-22 18:34:00 +09:00 |
asm.c
|
Add basic "asm" statement
|
2020-09-22 18:34:00 +09:00 |
atomic.c
|
Add _Atomic and atomic ++, -- and op= operators
|
2020-09-22 18:34:00 +09:00 |
bitfield.c
|
Handle zero-width bitfield member
|
2020-09-22 18:34:00 +09:00 |
builtin.c
|
[GNU] Add __builtin_types_compatible_p
|
2020-09-22 18:34:00 +09:00 |
cast.c
|
…
|
|
common
|
Add tentative definition
|
2020-09-22 18:34:00 +09:00 |
commonsym.c
|
Add tentative definition
|
2020-09-22 18:34:00 +09:00 |
compat.c
|
…
|
|
complit.c
|
…
|
|
const.c
|
…
|
|
constexpr.c
|
…
|
|
control.c
|
[GNU] Treat labels-as-values as compile-time constant
|
2020-09-22 18:34:00 +09:00 |
decl.c
|
…
|
|
driver.sh
|
Add -Xlinker option
|
2020-09-22 18:34:00 +09:00 |
enum.c
|
…
|
|
extern.c
|
Handle inline functions as static functions
|
2020-09-22 18:34:00 +09:00 |
float.c
|
…
|
|
function.c
|
Add long double
|
2020-09-22 18:34:00 +09:00 |
generic.c
|
Add _Generic
|
2020-09-22 18:34:00 +09:00 |
include1.h
|
Add __FILE__ and __LINE__
|
2020-09-22 18:34:00 +09:00 |
include2.h
|
…
|
|
include3.h
|
Add #include <...>
|
2020-09-22 18:34:00 +09:00 |
include4.h
|
Add #include <...>
|
2020-09-22 18:34:00 +09:00 |
initializer.c
|
[GNU] Support array range designator
|
2020-09-22 18:34:00 +09:00 |
line.c
|
[GNU] Add line marker directive
|
2020-09-22 18:34:00 +09:00 |
literal.c
|
Add long double
|
2020-09-22 18:34:00 +09:00 |
macro.c
|
[GNU] Support GCC-style variadic macro
|
2020-09-22 18:34:00 +09:00 |
offsetof.c
|
Add offsetof
|
2020-09-22 18:34:00 +09:00 |
pointer.c
|
…
|
|
sizeof.c
|
Add long double
|
2020-09-22 18:34:00 +09:00 |
stdhdr.c
|
Add stdarg.h, stdbool.h, stddef.h, stdalign.h and float.h
|
2020-09-22 18:34:00 +09:00 |
string.c
|
Concatenate adjacent string literals
|
2020-09-22 18:34:00 +09:00 |
struct.c
|
…
|
|
test.h
|
Add pointer arithmetic for VLA
|
2020-09-22 18:34:00 +09:00 |
tls.c
|
Add thread-local variable
|
2020-09-22 18:34:00 +09:00 |
typedef.c
|
…
|
|
typeof.c
|
Add typeof
|
2020-09-22 18:34:00 +09:00 |
unicode.c
|
[GNU] Accept $ as an identifier character
|
2020-09-22 18:34:00 +09:00 |
union.c
|
Add anonymous struct and union
|
2020-09-22 18:34:00 +09:00 |
usualconv.c
|
…
|
|
varargs.c
|
Add va_copy()
|
2020-09-22 18:34:00 +09:00 |
variable.c
|
…
|
|
vla.c
|
Support sizeof(typename) where typename is a VLA
|
2020-09-22 18:34:00 +09:00 |