aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/translate_c_macros.zig
AgeCommit message (Expand)Author
2023-05-15x86_64: redo movement, float negation, and `@fabs`Jacob Young
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-03-25x86_64: implement atomic loopsJacob Young
2023-03-15behavior: enable passing behavior tests on stage2_x86_64Jacob Young
2022-12-31add tests for fixed stage1 bugsVeikka Tuominen
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-11-03Translate-C Remainder Macro FixNathan Bourgeois
2022-10-30behavior: enable fixed cbe testsJacob Young
2022-10-29cbe: implement optional slice representation changeJacob Young
2022-10-28translate-c: Better support for division in macrosEvan Haas
2022-10-27translate-c: fix redefinition of label on left recursive comma operatorVeikka Tuominen
2022-10-25cbe: get enough things working to support basic programsJacob Young
2022-10-25cbe: fix atomicsJacob Young
2022-10-25cbe: implement airUnionInitJacob Young
2022-10-25behavior: enable stage2_c tests that are currently passingJacob Young
2022-09-10translate-c: Escape non-ASCII characters that appear in macrosEvan Haas
2022-09-07translate-c: convert tabs to `\t` in object-like macro string literalsEvan Haas
2022-08-31disable test for non-llvm backendsVeikka Tuominen
2022-08-31translate-c: promote large integer macros to unsigned long long if necessaryEvan Haas
2022-07-27translate-c: take address of functions before passing them to @ptrToIntEvan Haas
2022-06-29translate-c: fix cast or call macro with parenthesisLordMZTE
2022-06-12Sema: rework beginComptimePtrMutationAndrew Kelley
2022-03-18organize behavior testsAndrew Kelley
2022-03-14Sema: fix shl_sat with comptime rhsAndrew Kelley
2022-03-09Sema: fix generic fn instantiation with anytypeAndrew Kelley
2022-03-08translate-c: use nested scope for comma operator in macrosEvan Haas
2022-02-24Sema: implement tupleFieldVal, fix comptime elem_ptrAndrew Kelley
2022-02-23translate-c: Add support for cast-to-unionEvan Haas
2022-01-26organize behavior testsAndrew Kelley
2022-01-07lint: duplicate import (#10519)Meghan
2021-09-20stage2: various fixes to cImport, sizeOf and types to get tests passingVeikka Tuominen
2021-08-06translate-c: handle macros that cast to cv voidEvan Haas
2021-06-13meta.cast: handle casts from negative ints to ptrsVeikka Tuominen
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley