Add an ir_if simplification pass.
[mesa.git] / ir.cpp
2010-04-08 Ian RomanickRemove extraneous base-class constructor calls
2010-04-08 Eric AnholtPut function bodies under function signatures, instead...
2010-04-06 Eric AnholtMake constant folding descend into if statements.
2010-04-06 Eric AnholtHandle constant expressions using derefs of const values.
2010-04-05 Ian RomanickSet correct type for ir_dereference of a matrix or...
2010-04-03 Ian RomanickTrack whether whole-arrays are assignable
2010-04-03 Ian RomanickWhole structures are assignable
2010-04-02 Eric AnholtAdd bool/int conversion as IR operations.
2010-04-02 Eric AnholtAdd conversion of bool to float as an IR operation...
2010-04-02 Eric AnholtAllow array dereferences to be considered as lvalues.
2010-04-02 Eric AnholtSimplify ir_constant_expression.cpp by factoring operan...
2010-04-02 Ian RomanickTrack max accessed array element, reject additional...
2010-04-02 Ian RomanickFix type handling in ir_dereference array dereference...
2010-03-27 Eric AnholtSet variables with the sampler base type to read only.
2010-03-27 Eric AnholtAdd constructors for immediate hir constants.
2010-03-26 Ian RomanickAdd glsl_type::components to query total number of...
2010-03-26 Ian RomanickMake glsl_*_type glsl_type class static data
2010-03-26 Kenneth GraunkeMove swizzles out of ir_dereference and into their...
2010-03-26 Kenneth GraunkeAdd new abstract ir_rvalue class; rework accordingly.
2010-03-26 Kenneth GraunkeReplace "mode" type tag with virtual as_foo() downcasti...
2010-03-26 Ian RomanickMerge branch 'anholt'
2010-03-26 Ian RomanickAdd dereference constructor for array element dereferences
2010-03-25 Ian RomanickMerge branch 'kwg'
2010-03-25 Ian RomanickFix matrix dimensioning
2010-03-24 Ian RomanickAdd method to set the swizzle of an ir_dereference
2010-03-24 Ian RomanickMerge branch 'anholt'
2010-03-24 Ian Romanickir_function constructor now takes the function name...
2010-03-23 Ian RomanickSet, and require, a return type for function signatures
2010-03-11 Ian RomanickAdd ir_call call to represent function calls.
2010-03-11 Ian RomanickFix broken constructor of ir_instruction base class
2010-03-10 Ian Romanickir_variable: Initialize all attribute bits to reasonabl...
2010-03-09 Ian RomanickConver IR structures to use exec_list instead of simple...
2010-02-23 Ian RomanickRename .cc files to .cpp