| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
| |
This works like the GCC extension, e.g.:
FILE *fopen(const char *fn, const char *mode) __asm__("" "fopen64");
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Thanks to David Manura.
|
| |
|
| |
|
|
|
|
| |
This checks for asynchronously set hooks from compiled code.
|
| |
|
| |
|
|
|
|
|
|
|
| |
IR_KPTR holds a const pointer to possibly non-const content.
IR_KKPTR holds a const pointer to definitely const content.
Note that only content known by the VM to be const qualifies.
Content tagged as const by users (e.g. const char *) doesn't.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Specialize to the CTypeID held by a constructor in all cases.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Remove pointless conversions to booleans.
Allow assigning functions to function pointers.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Currently NYI in the x86 backend.
|