summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
constant_constructorir_constant_visitor: Use 'union ir_constant_data' instead of open-coded versionIan Romanick14 years
deref_refactorir_reader: Read record_refs.Kenneth Graunke15 years
hierarchical_visitorUse ir_rvalue::variable_referenced instead of open coding itIan Romanick15 years
inline_constructorsAlways emit vector constructors inlineIan Romanick14 years
ir_constant_refactorir_constant: Eliminate 'void *' constructorIan Romanick14 years
linkerFix double usage of the post-inc/dec's temporary pre-inc/dec copy.Eric Anholt14 years
masterast_node: Remove empty destructor.Carl Worth14 years
simple_list_die_die_dieFix function call parameter printer to omit extraneous leading commaIan Romanick15 years
textureUse ir_instruction::visit_children to simplify some visitorsIan Romanick15 years
visit_treeir_validate: Use callback functionality in ir_hierarchical_visitorIan Romanick14 years
[...]
 
 
AgeCommit messageAuthorFilesLines
2010-05-18Use ir_rvalue::variable_referenced instead of open coding ithierarchical_visitorIan Romanick1-21/+1
2010-05-17ir_visit_tree is no longer used, remove ir_visit_tree.{cpp,h}Ian Romanick3-237/+0
2010-05-17Reimplement kill_for_derefs using ir_hierarchical_vistorIan Romanick1-26/+26
2010-05-17Reimplement has_call_callback using ir_hierarchical_vistorIan Romanick1-11/+18
2010-05-17Reimplement ir_if_simplicifation_visitor using ir_hierarchical_vistorIan Romanick1-178/+32
2010-05-17Make visit_list_elements safe against node removalsIan Romanick1-4/+16
2010-05-17Reimplement ir_function_can_inline_visitor using ir_hierarchical_vistorIan Romanick1-147/+16
2010-05-17Reimplement ir_dead_code_visitor using ir_hierarchical_vistorIan Romanick1-131/+62
2010-05-17Add ir_hierarchical_visitor base class and associated infrastructureIan Romanick5-1/+615
2010-05-17Replace find_dead_code with visit_exec_listIan Romanick1-14/+5
[...]
 
Clone
git://people.freedesktop.org/~idr/glsl2
ssh://people.freedesktop.org/~idr/glsl2