Commit Graph

8 Commits

Author SHA1 Message Date
Jeremy Rand
3def47d32f Make a step towards getting memory reads working. 2016-07-17 22:46:47 -04:00
Jeremy Rand
b95686b032 Add some more debug around which node is being visited. 2016-02-10 23:30:20 -05:00
Jeremy Rand
5d8601e987 Some more implementation towards my first successful compile of a simple function. 2015-08-06 00:20:12 -04:00
Jeremy Rand
2e2ecfb186 More implementation of LowerFormalArguments() and LowerReturn() 2015-08-05 00:22:22 -04:00
Jeremy Rand
4862a6612b Add placeholder implementations of a couple more methods. At this point, I can "compile":
int theAnswer(void)
{
return 42;
}

It compiles in the sense that clang executes to the end without crashing but the .s file it produces is useless.  But another small step forward.
2015-07-30 23:29:36 -04:00
Jeremy Rand
26846cab41 I have no idea why I thought I did't need a subtarget. I do need one so I have added it. 2015-07-17 23:57:48 -05:00
Jeremy Rand
8c1a0d70be Lots of basic infrastructure. And get it compiling. 2015-07-17 20:05:36 -05:00
Jeremy Rand
91e7016b1f More work to get a basic WDC65816 infrastructure in and compiling. 2014-07-11 23:47:17 -04:00