index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
nv50
/
codegen
/
nv50_ir_bb.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move nv30, nv50 and nvc0 to nouveau.
Johannes Obermayr
2013-09-11
1
-550
/
+0
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-4
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
nv50/ir: Clean up references to function values before destroying them.
Francisco Jerez
2013-03-12
1
-0
/
+4
*
nv50/ir: rewrite the register allocator as GCRA, with spilling
Christoph Bumiller
2012-04-14
1
-0
/
+4
*
nv50/ir: Clean up before calculating instruction ordering for a new function.
Francisco Jerez
2012-04-14
1
-0
/
+2
*
nv50/ir: Build a "symbol" table with the binary offsets of each function.
Francisco Jerez
2012-04-14
1
-1
/
+2
*
nv50/ir: Add support for removing functions from a program.
Francisco Jerez
2012-04-14
1
-0
/
+2
*
nv50/ir: Scan program functions in DFS-postorder.
Francisco Jerez
2012-04-14
1
-4
/
+4
*
nv50/ir: Deal with graph iterators using RAII.
Francisco Jerez
2012-04-14
1
-10
/
+6
*
nv50/ir: Add convenience method for calculating the live sets of a function.
Francisco Jerez
2012-04-14
1
-0
/
+10
*
nv50/ir: Add support code for calculating the clobber set of a BB or function.
Francisco Jerez
2012-04-14
1
-0
/
+10
*
nv50/ir: Add support for cloning FlowInsns, ImmediateVals and BBs.
Francisco Jerez
2012-04-14
1
-0
/
+20
*
nv50/ir: Make sure that several IR objects are destroyed on takedown.
Francisco Jerez
2012-04-14
1
-0
/
+6
*
nv50/ir: add function for splitting a BasicBlock
Christoph Bumiller
2012-04-14
1
-0
/
+54
*
nv50/ir: Fix memory corruption in Function::orderInstructions().
Francisco Jerez
2012-04-14
1
-3
/
+7
*
nv50/ir: Fix up insertion of PHI instructions using bb->insertHead().
Francisco Jerez
2012-04-14
1
-1
/
+1
*
nv50/ir: fix insertHead and remove for BBs with PHI ops only
Christoph Bumiller
2012-04-14
1
-3
/
+10
*
nv50/ir: add missing license headers
Christoph Bumiller
2011-09-14
1
-0
/
+21
*
nv50/ir: import new shader backend code
Christoph Bumiller
2011-09-14
1
-0
/
+409