summaryrefslogtreecommitdiff
path: root/ir.cpp
AgeCommit message (Collapse)Author
2010-03-23ir_function constructor now takes the function name as a parameterIan Romanick
2010-03-23Set, and require, a return type for function signaturesIan Romanick
2010-03-11Add ir_call call to represent function calls.Ian Romanick
2010-03-11Fix broken constructor of ir_instruction base classIan Romanick
Make the constructor inline-able, and don't try to initialize it as a simple_node. It hasn't been derived from simple_node in a long time.
2010-03-10ir_variable: Initialize all attribute bits to reasonable defaultsIan Romanick
This prevents variables from randomly having their 'invariant' or 'read_only' bits set, for example.
2010-03-08Conver IR structures to use exec_list instead of simple_nodeIan Romanick
2010-02-22Rename .cc files to .cppIan Romanick