summaryrefslogtreecommitdiff
path: root/ir_visitor.h
AgeCommit message (Expand)Author
2010-06-09Add stub visitor support for ir_texture.Kenneth Graunke
2010-05-26Refactor ir_dereference support for ir_visitorIan Romanick
2010-04-21Remove ir_label since it is no longer used.Kenneth Graunke
2010-04-07Add ir_loop_jump to represent 'break' and 'continue' in loopsIan Romanick
2010-04-07Add ir_loop to represent loopsIan Romanick
2010-03-29Implement ir_if (for if-statments) and conversion from ASTIan Romanick
2010-03-26Move swizzles out of ir_dereference and into their own class.Kenneth Graunke
2010-03-19Implement IR return instructionsIan Romanick
2010-03-11Add ir_call call to represent function calls.Ian Romanick
2010-03-10Tell emacs that C++ .h files are C++Ian Romanick
2010-03-09IR visitor: Add initial version of ir_visitor classesIan Romanick