summary refs log tree commit diff
path: root/main.c
AgeCommit message (Expand)Author
2022-12-14new blit instructionQuentin Carbonneaux
2022-11-20new slot coalescing passQuentin Carbonneaux
2022-10-08fix asm comment positionQuentin Carbonneaux
2022-10-03new arm64_apple targetQuentin Carbonneaux
2022-10-03add new target-specific abi0 passQuentin Carbonneaux
2022-08-31drop -G flag and add target amd64_appleQuentin Carbonneaux
2022-08-31flag the default target in "qbe -h"Quentin Carbonneaux
2022-04-11move nx stack annotation to gas.cQuentin Carbonneaux
2022-04-11Close input file after done readingDaniel Xu
2022-03-15new -t? flag to print default targetQuentin Carbonneaux
2022-03-14output symbol type and sizeQuentin Carbonneaux
2022-02-17add rv64 backendMichael Forney
2022-01-31Do not use the asm keyword as a local variableDetlef Riekenberg
2022-01-23check for fopen() errors for output fileBor Grošelj Simić
2021-09-09skip nx stack annotation on osxQuentin Carbonneaux
2021-03-12Arrange debug flag table to match pass orderMichael Forney
2019-05-02move fillloop() after fold()Quentin Carbonneaux
2019-04-11properly detect ssa formQuentin Carbonneaux
2017-04-08new arm64 backend, yeepeeQuentin Carbonneaux
2017-04-08prepare for multi-targetQuentin Carbonneaux
2017-02-27scrub assembly outputQuentin Carbonneaux
2017-02-25do sign/zero extensions removal in copy.cQuentin Carbonneaux
2017-02-24start a new simplification passQuentin Carbonneaux
2017-02-24reenable and fix a bug in memoptQuentin Carbonneaux
2017-02-10support variable argument listsQuentin Carbonneaux
2017-02-06use uint for block idsQuentin Carbonneaux
2017-01-12use a less obtuse api for vnew()Quentin Carbonneaux
2016-12-21schedule loop nesting computations earlierQuentin Carbonneaux
2016-12-12use the new load optimizationQuentin Carbonneaux
2016-04-13hack an ssa validator (likely buggy)Quentin Carbonneaux
2016-04-11improve help message slightlyQuentin Carbonneaux
2016-04-09rebuild rpo after foldQuentin Carbonneaux
2016-04-09enable constant foldingQuentin Carbonneaux
2016-04-01don't try to keep use counts in abi()Quentin Carbonneaux
2016-03-31move abi code in a new fileQuentin Carbonneaux
2016-03-29new layout, put LICENSE in rootQuentin Carbonneaux