summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-26ir_reader: Read record_refs.deref_refactorKenneth Graunke2-3/+19
2010-05-26ir_reader: Fix reading of array deferences and correct error messages.Kenneth Graunke1-26/+18
2010-05-26Fix setting the maximum accessed array elementIan Romanick1-2/+8
2010-05-26ir_dereference::mode is no longer used, kill with fireIan Romanick2-18/+0
2010-05-26Refactor whole-variable assigment checking into member functionIan Romanick3-16/+34
2010-05-26Refactor ir_dereference data fields to subclassesIan Romanick11-57/+58
2010-05-26Replace open coded deref navigation with hierarchical visitorsIan Romanick1-22/+26
2010-05-26Refactor ir_dereference support for ir_visitorIan Romanick9-106/+178
2010-05-26Refactor ir_dereference support for ir_hierarchical_visitorIan Romanick6-43/+83
2010-05-26Begin refactoring ir_dereferenceIan Romanick9-142/+177
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
2010-05-14Use ir_rvalue::variable_referenced instead of open-coding itIan Romanick1-25/+7
2010-05-14Add ir_rvalue::variable_referencedIan Romanick2-0/+53
2010-05-14Refresh autogenerated builtin_function.cpp.Kenneth Graunke1-144/+654
2010-05-14Implement "tan" builtin.Kenneth Graunke1-0/+21
2010-05-14Implement "sin" and "cos" builtins via new expression operators.Kenneth Graunke4-0/+55
2010-05-14Implement "cross" builtin.Kenneth Graunke1-0/+17
2010-05-14Implement "fract" builtin.Kenneth Graunke1-0/+34
2010-05-14Implement "sign" builtin via a new expression operator.Kenneth Graunke4-0/+71
2010-05-14Implement "smoothstep" builtin.Kenneth Graunke1-0/+224
2010-05-14Implement "step" builtin.Kenneth Graunke1-0/+68
2010-05-14Integrate generate_builtins.pl into the build process.Kenneth Graunke1-0/+2
2010-05-14Replace old builtin_function.cpp with new autogenerated one.Kenneth Graunke1-778/+1226
2010-05-14Add a perl script to generate builtin_function.cpp.Kenneth Graunke1-0/+108
2010-05-14Fix bogus expression typing in various builtins.Kenneth Graunke11-144/+144
2010-05-14Initial commit of IR for builtins.Kenneth Graunke35-0/+1056
2010-05-14ir_reader: Set function signatures as defined.Kenneth Graunke1-0/+1
2010-05-14FS gl_FragCoord and and gl_FrontFacing are FS ins, not outs.Eric Anholt1-2/+2
2010-05-14Fix function call parameter printer to omit extraneous leading commasimple_list_die_die_dieIan Romanick1-1/+2
2010-05-10Replace many uses of foreach_list with foreach_list_typedIan Romanick1-24/+11
2010-05-10exec_list: Add foreach_list_typed and foreach_list_typed_constIan Romanick1-0/+12
2010-05-10Convert ast_node use of simple_node to exec_list and exec_nodeIan Romanick6-158/+111
2010-05-10exec_list: Add simpler exec_list for-each macrosIan Romanick1-0/+10
2010-05-10exec_list: Add macros to get ptr to structure containing a nodeIan Romanick1-0/+27
2010-05-10Loop bodies, then-statements, and else-statements are not listsIan Romanick1-21/+6
2010-05-10Remove unnecessary include of simple_list.hIan Romanick1-1/+0
2010-05-10Store AST function call parameters in expressionsIan Romanick4-87/+79
2010-05-05Move optimization pass prototypes to a single header.Eric Anholt10-198/+92
2010-05-05ir_dead_code_local: Remove redundant assignments within basic blocks.Eric Anholt4-0/+258
2010-05-05ir_visit_tree: Make sure we visit dereference targets, too.Eric Anholt1-0/+1
2010-05-05ir_copy_propagation: Fix up the doxygen about the file.Eric Anholt1-2/+7