descriptionQBE - Compiler Backend
homepage URLhttp://c9x.me/compile/
repository URLgit://c9x.me/qbe.git
ownersmallick.dev@gmail.com
last changeSat, 27 Apr 2024 08:52:03 +0000 (27 10:52 +0200)
last refreshSat, 27 Apr 2024 09:39:32 +0000 (27 11:39 +0200)
content tags
add:
README
QBE - Backend Compiler              http://c9x.me/compile/

doc/    Documentation.
minic/  An example C frontend for QBE.
tools/  Miscellaneous tools (testing).
test/   Tests.
amd64/
arm64/
rv64/   Architecture-specific code.

The LICENSE file applies to all files distributed.

- Compilation and Installation

Invoke make in this directory to create the executable
file qbe.  Install using 'make install', the standard
DESTDIR and PREFIX environment variables are supported.
Alternatively, you may simply copy the qbe binary manually.
shortlog
105 min ago Quentin Carbonneauxfunction params must be uniquemaster
4 days ago Quentin Carbonneauxrevert 1b7770e271
13 days ago Michael Forneyparse: use dynamically sized hashtable for temporaries
2024-04-12 Quentin Carbonneauxadd "make wc"
2024-04-12 Quentin Carbonneauxdrop unnecessary check
2024-04-12 Quentin Carbonneauxadd common linkage for data
2024-04-11 Quentin Carbonneauxfold scaled offsets in addresses
2024-04-11 Quentin Carbonneauxdrop over-zealous offset accumulation
2024-04-09 Quentin Carbonneauxuse mgen in amd64/isel.cdev
2024-04-09 Quentin Carbonneauxmgen: match automatons and C generation
2024-04-09 Quentin Carbonneauxfuse ac rules in ins-tree matching
2024-04-09 Quentin Carbonneauxdoes not look too good
2024-04-09 Quentin Carbonneauxmodulo ac matching and more tests
2024-04-09 Quentin Carbonneauxwip ins-tree matcher
2024-04-07 Quentin Carbonneauxmcf's improved rsval()
2024-04-04 Quentin Carbonneauxfix accidentally noop loop
...
tags
2 months ago v1.2
15 months ago v1.1
22 months ago v1.0
heads
105 min ago master
2 weeks ago dev
2 weeks ago treematch
5 weeks ago winabi
6 years ago phiedge