2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Correct format check for '*'. More... about 9 years ago
Factorise code to check the field width and precision in the format checker. More... about 9 years ago
Factorise code into parse_target_triple(). More... about 9 years ago
Clean up spaced_arg(). More... about 9 years ago
Clean up equals_arg() and simplify its usage and improve error message. More... about 9 years ago
Correct crash during IR construction, when true part of ?: is omitted and the result is void. More... about 9 years ago
Add some build rules for libcparser.so (not built by default) More... about 9 years ago
include cleanup More... about 9 years ago
Use is_digit(). More... about 9 years ago
Use separator_t. More... about 9 years ago
fix a bug where the parameter behind --target=foo was removed More... about 9 years ago
ast: Print some declaration modifiers More... about 9 years ago
also support --target=TRIPLE More... about 9 years ago
Give an error message instead of unknown argument if just the '=' is missing of an equals_arg More... about 9 years ago
target.c: Always initialize cpu_type in get_host_machine_triple() More... about 9 years ago
use XMALLOC macro instead of calloc More... about 9 years ago
Fix typo and reflow More... about 9 years ago
Move function calls into asserts to avoid warnings in optimize build. More... about 9 years ago
Move function in front of first use. More... about 9 years ago
Parse -target,-m32,-m64 early More... about 9 years ago
Change -mtarget=Triple to -target Triple More... about 9 years ago
Fix bug where fileno() was used on a closed file More... about 9 years ago
target.c: add the midipix bits for get_host_machine_triple(). More... about 9 years ago
add midipix as a cparser target: part I: cparser driver support. More... about 9 years ago
target.c: simplify logic related to target.user_label_prefix. More... about 9 years ago
target.c: fix mingw type definitions (pointer-sized integers, long double). More... about 9 years ago
rename create_name_linux_elf to create_name_elf to match the new target logic. More... about 9 years ago
target: Fix long size More... about 9 years ago
target: Actually set float_int_overflow More... about 9 years ago
we only have the mingw target remaining More... about 9 years ago