glcpp: Print locations in error messages where possible.
[mesa.git] / ir_dead_code.cpp
2010-06-21 Kenneth GraunkeMerge Carl's preprocessor into the glcpp subdirectory.
2010-05-26 Ian RomanickRefactor ir_dereference support for ir_hierarchical_visitor
2010-05-18 Ian RomanickUse ir_rvalue::variable_referenced instead of open...
2010-05-17 Ian RomanickReimplement ir_dead_code_visitor using ir_hierarchical_...
2010-05-17 Ian RomanickReplace find_dead_code with visit_exec_list
2010-05-03 Ian RomanickMerge branch 'fixes'
2010-04-29 Eric Anholtir_dead_code: Fix segfault on handling a return stateme...
2010-04-21 Kenneth GraunkeFix ir_dead_code for function refactoring.
2010-04-19 Eric AnholtRemove dead code assignments and variable declarations.