~hyperquantum/hyper/llvm-new

« back to all changes in this revision

Viewing changes to Changelog.txt

  • Committer: Kevin R. André
  • Date: 2009-05-22 14:28:37 UTC
  • Revision ID: hyperquantum@gmail.com-20090522142837-bs2kdlwosbin5pek
update changelog, and fix incorrect codegen for the BIIC::abs() function

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
* codegen for procedures
20
20
* codegen for 'var' statement
21
21
* codegen for assignment statement
22
 
* codegen for call statement   (here ??)
 
22
* codegen for call statement
23
23
* codegen for 'return' statement
24
24
* codegen for unary expressions
25
25
* codegen for binary expressions (non-pointer operators: "+", "!=", etc...)
33
33
* codegen for mega loop statements
34
34
* codegen for conditional expressions
35
35
* codegen for 'iterate' statement (primitive)
 
36
* codegen for arrays
36
37
--------------------------end branch-specific changes--------------------------
37
38
 
38
39