summaryrefslogtreecommitdiffstats
path: root/ir_visitor.h
Commit message (Expand)AuthorAgeFilesLines
* Add stub visitor support for ir_texture.Kenneth Graunke2010-06-091-0/+1
* Refactor ir_dereference support for ir_visitorIan Romanick2010-05-261-1/+3
* Remove ir_label since it is no longer used.Kenneth Graunke2010-04-211-1/+0
* Add ir_loop_jump to represent 'break' and 'continue' in loopsIan Romanick2010-04-071-0/+1
* Add ir_loop to represent loopsIan Romanick2010-04-071-0/+1
* Implement ir_if (for if-statments) and conversion from ASTIan Romanick2010-03-291-0/+1
* Move swizzles out of ir_dereference and into their own class.Kenneth Graunke2010-03-261-0/+1
* Implement IR return instructionsIan Romanick2010-03-191-0/+1
* Add ir_call call to represent function calls.Ian Romanick2010-03-111-0/+1
* Tell emacs that C++ .h files are C++Ian Romanick2010-03-101-0/+1
* IR visitor: Add initial version of ir_visitor classesIan Romanick2010-03-091-0/+57