Commit Graph

16 Commits

Author SHA1 Message Date
836cc41320 bulk, global reformat 2014-07-11 13:25:22 -06:00
479c056b2c move Compiler::Operand to ir::Value 2014-05-30 22:41:10 -06:00
42fec084b0 expose Value::type and add asserts 2014-05-30 22:16:39 -06:00
8af9bb8297 change Compiler::register_ to Compiler::threadRegister, since it was only used as such 2014-05-30 21:19:32 -06:00
587b1e3eda use ir::Type in place of lir::ValueType in Value 2014-05-29 15:30:45 -06:00
9b7d0d1624 update copyright years 2014-04-23 15:33:41 -06:00
5ffdfecdc2 remove vm from code paths, to match namespacing 2014-02-21 13:32:28 -07:00
b66a8549fd Remove boilerplate code (jump* methods in Compiler) 2013-12-18 14:38:05 -07:00
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
987af120d8 move codegen headers to include/ 2013-02-19 22:21:22 -07:00
2db0303e2f further compiler cleanup / organization 2013-02-13 23:23:07 -07:00
8a61b38a01 move CombineEvent out of compiler.cpp 2013-02-13 22:13:55 -07:00
5ad0eb86d3 move MoveEvent out of compiler.cpp 2013-02-13 22:13:55 -07:00
0f6e098b69 move CallEvent out of compiler.cpp 2013-02-13 22:13:55 -07:00
b0abc4e1e5 further split up compiler.cpp 2013-02-13 22:13:55 -07:00
740886d58e begin splitting up compiler.cpp 2013-02-13 22:13:55 -07:00