cosmopolitan/third_party/chibicc/test
Justine Tunney 6ffed14b9c
Rewrite memory manager
Actually Portable Executable now supports Android. Cosmo's old mmap code
required a 47 bit address space. The new implementation is very agnostic
and supports both smaller address spaces (e.g. embedded) and even modern
56-bit PML5T paging for x86 which finally came true on Zen4 Threadripper

Cosmopolitan no longer requires UNIX systems to observe the Windows 64kb
granularity; i.e. sysconf(_SC_PAGE_SIZE) will now report the host native
page size. This fixes a longstanding POSIX conformance issue, concerning
file mappings that overlap the end of file. Other aspects of conformance
have been improved too, such as the subtleties of address assignment and
and the various subtleties surrounding MAP_FIXED and MAP_FIXED_NOREPLACE

On Windows, mappings larger than 100 megabytes won't be broken down into
thousands of independent 64kb mappings. Support for MAP_STACK is removed
by this change; please use NewCosmoStack() instead.

Stack overflow avoidance is now being implemented using the POSIX thread
APIs. Please use GetStackBottom() and GetStackAddr(), instead of the old
error-prone GetStackAddr() and HaveStackMemory() APIs which are removed.
2024-06-22 05:45:11 -07:00
..
alignof_test.c Improve some unicode functions 2021-05-05 07:25:39 -07:00
alloca_test.c Prove that Makefile is fully defined 2022-08-06 04:05:08 -07:00
arith_test.c Clean up more code 2023-06-18 01:00:05 -07:00
asm_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
assert_test.c Enhance chibicc 2020-12-09 04:00:48 -08:00
atomic_test.c Add xadd to chibicc 2022-06-21 04:55:27 -07:00
attribute_test.c Auto-generate some documentation 2020-12-26 02:09:07 -08:00
bitfield_test.c Make minor improvements 2020-12-23 23:42:56 -08:00
BUILD.mk Upgrade to 2022-era LLVM LIBCXX 2024-05-27 02:12:27 -07:00
builtin_test.c Restore missing cosmopolitan documentation on website 2023-07-30 11:07:53 -07:00
cast_test.c Add chibicc 2020-12-06 16:20:21 -08:00
common.c Import C++ Standard Template Library 2022-03-22 06:41:54 -07:00
compat_test.c Add chibicc 2020-12-06 16:20:21 -08:00
complit_test.c Add chibicc 2020-12-06 16:20:21 -08:00
const_test.c Add chibicc 2020-12-06 16:20:21 -08:00
constexpr_test.c Add l suffix to yoink nop 2020-12-28 11:38:38 -08:00
control_test.c Add chibicc 2020-12-06 16:20:21 -08:00
dce_test.c Make minor improvements 2020-12-23 23:42:56 -08:00
decl_test.c Add chibicc 2020-12-06 16:20:21 -08:00
enum_test.c Add chibicc 2020-12-06 16:20:21 -08:00
extern_test.c Add chibicc 2020-12-06 16:20:21 -08:00
float_test.c Add chibicc 2020-12-06 16:20:21 -08:00
function_test.c Enhance chibicc 2020-12-09 04:00:48 -08:00
generic_test.c Add chibicc 2020-12-06 16:20:21 -08:00
implicit_test.c Rename _bsr/_bsf to bsr/bsf 2024-03-04 17:33:26 -08:00
include1.h Add chibicc 2020-12-06 16:20:21 -08:00
include2.h Add chibicc 2020-12-06 16:20:21 -08:00
include3.h Add chibicc 2020-12-06 16:20:21 -08:00
include4.h Add chibicc 2020-12-06 16:20:21 -08:00
initializer_test.c Hunt down some small bugs 2020-12-24 16:01:48 -08:00
int128_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
line_test.c Add chibicc 2020-12-06 16:20:21 -08:00
literal_test.c Add chibicc 2020-12-06 16:20:21 -08:00
macro_test.c Reduce header complexity 2023-11-28 14:39:42 -08:00
msabi_test.c Add some more builtins to chibicc 2022-04-17 13:07:07 -07:00
offsetof_test.c Add chibicc 2020-12-06 16:20:21 -08:00
pointer_test.c Add chibicc 2020-12-06 16:20:21 -08:00
pragma-once_test.c Add chibicc 2020-12-06 16:20:21 -08:00
sizeof_test.c Make minor improvements 2020-12-23 23:42:56 -08:00
spinlock_test.c Improve threading support further 2022-05-17 04:14:28 -07:00
string_test.c Enhance chibicc 2020-12-09 04:00:48 -08:00
struct_test.c Integrate more chibicc changes 2020-12-09 13:53:02 -08:00
test.h Rewrite memory manager 2024-06-22 05:45:11 -07:00
tls_test.c.todo Add chibicc 2020-12-06 16:20:21 -08:00
typedef_test.c Fix chibicc build breakage 2023-07-09 15:00:33 -07:00
typeof_test.c Enhance chibicc 2020-12-09 04:00:48 -08:00
unicode_test.c Add chibicc 2020-12-06 16:20:21 -08:00
union_test.c Add chibicc 2020-12-06 16:20:21 -08:00
usualconv_test.c Add chibicc 2020-12-06 16:20:21 -08:00
varargs_test.c Add chibicc 2020-12-06 16:20:21 -08:00
variable_test.c Add chibicc 2020-12-06 16:20:21 -08:00
vector_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
vla_test.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00