index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ir_copy_propagation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
exec_node: Add new talloc-based new()
Carl Worth
2010-06-23
1
-1
/
+2
*
ir: Give ir_instruction a print visitor helper.
Eric Anholt
2010-06-22
1
-1
/
+0
*
Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL.
Eric Anholt
2010-06-22
1
-1
/
+0
*
Reimplement ir_copy_propagation_visitor using ir_hierarchical_vistor
Ian Romanick
2010-05-26
1
-105
/
+45
*
Refactor whole-variable assigment checking into member function
Ian Romanick
2010-05-26
1
-12
/
+7
*
Refactor ir_dereference data fields to subclasses
Ian Romanick
2010-05-26
1
-5
/
+5
*
Refactor ir_dereference support for ir_visitor
Ian Romanick
2010-05-26
1
-18
/
+24
*
Use ir_rvalue::variable_referenced instead of open-coding it
Ian Romanick
2010-05-14
1
-25
/
+7
*
Move optimization pass prototypes to a single header.
Eric Anholt
2010-05-05
1
-1
/
+1
*
ir_copy_propagation: Fix up the doxygen about the file.
Eric Anholt
2010-05-05
1
-2
/
+7
*
ir_copy_propagation: Return true if we optimized out any assignments.
Eric Anholt
2010-05-05
1
-5
/
+10
*
ir_copy_propagation: Handle swizzles and array derefs on LHS of assign.
Eric Anholt
2010-05-05
1
-14
/
+25
*
ir_copy_propagation: New pass to rewrite dereferences to avoid copies.
Eric Anholt
2010-05-04
1
-0
/
+313