lixqopensorce / softart

Automatically exported from code.google.com/p/softart
Other
0 stars 0 forks source link

Add basic function support to llvm code generation #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We can do it as following steps:
  1. Add a function w/o parameter and void return type.
  2. Change the function sig to return a integer.
  3. Return a constant integer. Before do it, we need a jit tester.
  4. Add parameter a and b, return a + b. a & b are integers.
  5. Do other things. We will create another branch to do it.

Original issue reported on code.google.com by wuye9036 on 16 Sep 2010 at 8:56

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
PARENT Issue 21
PARENT Issue 22

Original comment by wuye9036 on 16 Sep 2010 at 8:59

GoogleCodeExporter commented 9 years ago

Original comment by wuye9036 on 16 Sep 2010 at 9:00

GoogleCodeExporter commented 9 years ago

Original comment by wuye9036 on 20 Sep 2010 at 8:42

GoogleCodeExporter commented 9 years ago
Need to add type conversation about return type.

Original comment by wuye9036 on 26 Jan 2011 at 5:08

GoogleCodeExporter commented 9 years ago

Original comment by wuye9036 on 15 Mar 2011 at 3:11

GoogleCodeExporter commented 9 years ago

Original comment by wuye9036 on 7 Mar 2012 at 2:54