Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-14 | Rearrange the fields in Ins so the bit-fields get packed together | Michael Forney | |
2017-10-07 | fix compiler command in testcc | Eugene Sharygin | |
This commit adds missing quotation marks around the argument to the function, and changes the value of `-x' option to `c` (lowercase) as per GCC manual [1]. [1]: https://gcc.gnu.org/onlinedocs/gcc-7.2.0/gcc/Overall-Options.html | |||
2017-09-25 | adjust test.sh for ubuntu | Quentin Carbonneaux | |
2017-04-11 | unscrew freebsd tests | Quentin Carbonneaux | |
2017-04-09 | always disable pie in tests | Quentin Carbonneaux | |
2017-04-08 | misc fixes for osx | Quentin Carbonneaux | |
With the default toolchain, it looks like we have to make sure all symbols are loaded using rip-relative addressing. | |||
2017-04-08 | add cross testing for arm64 | Quentin Carbonneaux | |
2017-02-15 | add support for closure calls | Quentin Carbonneaux | |
Compiling languages with closures often requires passing an extra environment parameter to the called function. One solution is to use a convention, and reserve, say, the first argument for that purpose. However, that makes binding to C a little less smooth. Alternatively, QBE now provides a way to remain fully ABI compatible with C by having a "hidden" environment argument (marked with the keyword 'env'). Calling a function expecting an environment from C will make the contents of the environment undefined, but the normal arguments will be passed without alteration. Conversely, calling a C function like it is a closure by passing it an environemnt will work smoothly. | |||
2017-02-10 | tests for variable argument lists | Quentin Carbonneaux | |
2017-02-10 | support variable argument lists | Quentin Carbonneaux | |
This change is backward compatible, calls to "variadic" functions (like printf) must now be annotated (with ...). | |||
2017-01-04 | attempt to fix cc flags in tests | Quentin Carbonneaux | |
2017-01-04 | more performance improvements in the parser | Quentin Carbonneaux | |
2016-12-31 | minor bugs in lexh tool | Quentin Carbonneaux | |
2016-12-30 | new tool to improve lexing speed | Quentin Carbonneaux | |
2016-12-05 | disable pie (default on some os) | Quentin Carbonneaux | |
2016-10-24 | return non-zero when tests fail | Quentin Carbonneaux | |
2016-10-19 | improve tests output for contbuild | Quentin Carbonneaux | |
2016-08-16 | update help message of unit tester | Quentin Carbonneaux | |
2016-04-18 | add tool to process afl results | Quentin Carbonneaux | |
2016-03-29 | get more entropy in callgen.ml | Quentin Carbonneaux | |
2016-03-29 | new layout, put LICENSE in root | Quentin Carbonneaux | |
2016-03-28 | implement export control | Quentin Carbonneaux | |
2016-03-27 | mac os compatibility fixes in scripts | Quentin Carbonneaux | |
2016-03-27 | free memory in pmov test | Quentin Carbonneaux | |
2016-03-27 | fix path in regress | Quentin Carbonneaux | |
2016-03-27 | fix wrong path in pmov | Quentin Carbonneaux | |
2016-03-27 | compile pmov to cwd | Quentin Carbonneaux | |
2016-03-27 | move tools to the root | Quentin Carbonneaux | |