Commit Graph

13 Commits

Author SHA1 Message Date
87b02eb949 update copyright years
Previously, I used a shell script to extract modification date ranges
from the Git history, but that was complicated and unreliable, so now
every file just gets the same year range in its copyright header.  If
someone needs to know when a specific file was modified and by whom,
they can look at the Git history themselves; no need to include it
redundantly in the header.
2013-07-02 20:52:38 -06:00
9327043bc5 Merge branch 'master' into wip
Conflicts:
	makefile
	src/codegen/arm/assembler.cpp
	src/codegen/powerpc/assembler.cpp
	src/codegen/x86/assembler.cpp
2013-02-27 19:27:07 -07:00
5e2d00010b move headers from src to src/avian
This is necessary to avoid name conflicts on various platforms.  For
example, iOS has its own util.h, and Windows has a process.h.  By
including our version as e.g. "avian/util.h", we avoid confusion with
the system version.
2013-02-27 13:33:29 -07:00
4c8b593539 break Architecture out of Assembler 2013-02-23 23:03:01 -07:00
d1a149a0a1 audit-codegen prototype working 2013-02-21 21:57:53 -07:00
fe7bb5e640 Merge branch 'master' into wip
Conflicts:
	makefile
2013-02-21 19:33:38 -07:00
f17b8cef08 move system.h to include 2013-02-20 20:42:09 -07:00
1f0833252d Merge branch 'master' into wip
Conflicts:
	src/codegen/compiler/event.cpp
	src/codegen/x86/assembler.cpp
	src/common.h
2013-02-20 11:27:39 -07:00
24ff91c229 move heap.h to include 2013-02-20 10:23:20 -07:00
987af120d8 move codegen headers to include/ 2013-02-19 22:21:22 -07:00
4462b87f10 group typeMask and registerMask into OperandMask, for Architecture::plan 2013-02-19 09:05:30 -07:00
a3fb540ec3 add ArchitecturePlanTest 2013-02-15 07:35:17 -07:00
33d245d0f7 add unittest framework 2013-02-14 20:54:20 -07:00