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_function_inlining.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make inlined function variables auto, not in/out.
Eric Anholt
2010-06-24
1
-2
/
+3
*
ir_function_inlining: Re-add the "s/return/retval =/" functionality.
Eric Anholt
2010-06-24
1
-1
/
+23
*
Add a virtual clone() method to ir_instruction.
Eric Anholt
2010-06-23
1
-280
/
+13
*
Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL.
Eric Anholt
2010-06-22
1
-1
/
+0
*
ir_function_cloning_visitor: Add support for ir_texture.
Kenneth Graunke
2010-06-09
1
-2
/
+22
*
Add stub visitor support for ir_texture.
Kenneth Graunke
2010-06-09
1
-0
/
+18
*
Use array delete operator to delete an array
Ian Romanick
2010-06-09
1
-1
/
+1
*
Reimplement ir_function_inlining_visitor using ir_hierarchical_vistor
Ian Romanick
2010-05-26
1
-139
/
+43
*
Refactor ir_dereference data fields to subclasses
Ian Romanick
2010-05-26
1
-7
/
+7
*
Refactor ir_dereference support for ir_visitor
Ian Romanick
2010-05-26
1
-22
/
+40
*
Begin refactoring ir_dereference
Ian Romanick
2010-05-26
1
-19
/
+19
*
Move optimization pass prototypes to a single header.
Eric Anholt
2010-05-05
1
-0
/
+36
*
Fix ir_return cloning to actually use the cloned subexpression.
Kenneth Graunke
2010-05-01
1
-2
/
+1
*
Fix incorrect comments in function inliner.
Kenneth Graunke
2010-04-30
1
-3
/
+3
*
ir_function_inlining: Handle inlining of structure dereferences.
Eric Anholt
2010-04-28
1
-2
/
+1
*
Correctly handle remapping of array dereferences if ->var is a variable.
Eric Anholt
2010-04-28
1
-20
/
+11
*
ir_function_inlining: Implement inlining in many more cases.
Eric Anholt
2010-04-23
1
-21
/
+11
*
ir_function_inlining: Avoid NULL dereference on assignment conditions.
Eric Anholt
2010-04-23
1
-3
/
+5
*
Remove ir_label since it is no longer used.
Kenneth Graunke
2010-04-21
1
-14
/
+0
*
Refactor IR function representation.
Kenneth Graunke
2010-04-21
1
-1
/
+4
*
Add support for inlining calls done inside of expressions.
Eric Anholt
2010-04-16
1
-0
/
+14
*
Repeat the optimization passes until we stop making progress.
Eric Anholt
2010-04-08
1
-1
/
+1
*
Add inlining support for array dereferences.
Eric Anholt
2010-04-08
1
-1
/
+14
*
Inline functions consisting of a return of an expression.
Eric Anholt
2010-04-08
1
-0
/
+522