index
:
~idr/glsl2
constant_constructor
deref_refactor
hierarchical_visitor
inline_constructors
ir_constant_refactor
ir_loop
linker
master
simple_list_die_die_die
struct
texture
visit_tree
Unnamed repository; edit this file to name it for gitweb.
idr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
constant_constructor
ir_constant_visitor: Use 'union ir_constant_data' instead of open-coded version
Ian Romanick
14 years
deref_refactor
ir_reader: Read record_refs.
Kenneth Graunke
15 years
hierarchical_visitor
Use ir_rvalue::variable_referenced instead of open coding it
Ian Romanick
15 years
inline_constructors
Always emit vector constructors inline
Ian Romanick
14 years
ir_constant_refactor
ir_constant: Eliminate 'void *' constructor
Ian Romanick
14 years
linker
Fix double usage of the post-inc/dec's temporary pre-inc/dec copy.
Eric Anholt
14 years
master
ast_node: Remove empty destructor.
Carl Worth
14 years
simple_list_die_die_die
Fix function call parameter printer to omit extraneous leading comma
Ian Romanick
15 years
texture
Use ir_instruction::visit_children to simplify some visitors
Ian Romanick
15 years
visit_tree
ir_validate: Use callback functionality in ir_hierarchical_visitor
Ian Romanick
14 years
[...]
Age
Commit message
Author
Files
Lines
2010-05-18
Use ir_rvalue::variable_referenced instead of open coding it
hierarchical_visitor
Ian Romanick
1
-21
/
+1
2010-05-17
ir_visit_tree is no longer used, remove ir_visit_tree.{cpp,h}
Ian Romanick
3
-237
/
+0
2010-05-17
Reimplement kill_for_derefs using ir_hierarchical_vistor
Ian Romanick
1
-26
/
+26
2010-05-17
Reimplement has_call_callback using ir_hierarchical_vistor
Ian Romanick
1
-11
/
+18
2010-05-17
Reimplement ir_if_simplicifation_visitor using ir_hierarchical_vistor
Ian Romanick
1
-178
/
+32
2010-05-17
Make visit_list_elements safe against node removals
Ian Romanick
1
-4
/
+16
2010-05-17
Reimplement ir_function_can_inline_visitor using ir_hierarchical_vistor
Ian Romanick
1
-147
/
+16
2010-05-17
Reimplement ir_dead_code_visitor using ir_hierarchical_vistor
Ian Romanick
1
-131
/
+62
2010-05-17
Add ir_hierarchical_visitor base class and associated infrastructure
Ian Romanick
5
-1
/
+615
2010-05-17
Replace find_dead_code with visit_exec_list
Ian Romanick
1
-14
/
+5
[...]
Clone
git://people.freedesktop.org/~idr/glsl2
ssh://people.freedesktop.org/~idr/glsl2