qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit 037c716b6514cc717b7208457fb72085e4c278ab
parent c7ab830c2205c5a51c88d9d9eddff2dc3bacc22d
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Fri, 10 Jul 2015 03:16:11 -0400

move ml prototype in a subdir

Diffstat:
R.gitignore -> proto/.gitignore | 0
RMakefile -> proto/Makefile | 0
RTODO -> proto/TODO | 0
Rbak.ml -> proto/bak.ml | 0
Relf.ml -> proto/elf.ml | 0
Rheap.ml -> proto/heap.ml | 0
Rlo.ml -> proto/lo.ml | 0
Rlo2.ml -> proto/lo2.ml | 0
Rtmain.c -> proto/tmain.c | 0
9 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/proto/.gitignore diff --git a/Makefile b/proto/Makefile diff --git a/TODO b/proto/TODO diff --git a/bak.ml b/proto/bak.ml diff --git a/elf.ml b/proto/elf.ml diff --git a/heap.ml b/proto/heap.ml diff --git a/lo.ml b/proto/lo.ml diff --git a/lo2.ml b/proto/lo2.ml diff --git a/tmain.c b/proto/tmain.c