GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/sparse.git
v0.4.3-gentoo
sys-devel/sparse backports and Gentoo-specific patches
Diego E. Pettenò <flameeyes@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
liveness.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
unssa: track uses when replacing a phi node
Kamil Dudka
2009-08-02
1
-1
/
+1
*
Remove totally bogus phi-source liveness thing.
Linus Torvalds
2005-11-20
1
-13
/
+0
*
Add compile-time "range-check" infrastructure to sparse
Linus Torvalds
2005-04-07
1
-0
/
+4
*
Split OP_CAST into signed, unsigned and FP casts.
Linus Torvalds
2005-04-07
1
-0
/
+2
*
Split OP_SETVAL into OP_SETVAL (fp expressions and labels) and OP_SYMADDR
Linus Torvalds
2005-04-07
1
-0
/
+4
*
Make asm linearization not drop the constraints.
Linus Torvalds
2005-04-07
1
-7
/
+16
*
Remove pseudos from liveness list when they are defined.
Linus Torvalds
2005-04-07
1
-0
/
+14
*
Track phi uses in a separate pass from the liveness analysis.
Linus Torvalds
2005-04-07
1
-2
/
+13
*
PHI pseudos aren't supposed to show up on the liveness
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Move remove_pseudo() to linearize.h
Linus Torvalds
2005-04-07
1
-5
/
+0
*
Oops. When updatign the liveness calculation, I forgot to
Linus Torvalds
2005-04-07
1
-8
/
+6
*
Fix liveness analysis.
Linus Torvalds
2005-04-07
1
-10
/
+5
*
Make OP_PHISOURCE track the OP_PHI instructions that it defines.
Linus Torvalds
2005-04-07
1
-1
/
+16
*
Teach liveness analysis about asm pseudo usage.
Linus Torvalds
2005-04-07
1
-0
/
+10
*
Track argument pseudo lifetimes too.
Linus Torvalds
2005-04-07
1
-14
/
+2
*
Add pseudo death-note tracking.
Linus Torvalds
2005-04-07
1
-58
/
+124
*
Walk the basic-block list in reverse order for liveness analysis
Linus Torvalds
2005-04-07
1
-2
/
+2
*
Remove OP_SETCC, make OP_SEL bigger instead.
Linus Torvalds
2005-04-07
1
-6
/
+1
*
Do real flow simplification only after liveness analysis.
Linus Torvalds
2005-04-07
1
-1
/
+19
*
After doing liveness analysis, remove purely internal defs from def list.
Linus Torvalds
2005-04-07
1
-0
/
+16
*
Simplify trivial casts (and handle pointers specially).
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Rename "register.c" into "liveness.c". That's what it does.
Linus Torvalds
2005-04-07
1
-0
/
+234