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
/
flow.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename "register.c" into "liveness.c". That's what it does.
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Add a flow verification thing.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Expose the "trivial common parent" logic that we use for phi
Linus Torvalds
2005-04-07
1
-0
/
+3
*
Add "memop" simplification phase.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Expose "dominates()" function for memop domination checking.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Export the load instruction conversion functions.
Linus Torvalds
2005-04-07
1
-0
/
+3
*
Add a final pseudo usage tracking phase, which keeps
Linus Torvalds
2005-04-07
1
-0
/
+2
*
Make the CSE "repeat" logic be more fine-grained than just
Linus Torvalds
2005-04-07
1
-0
/
+3
*
Handle killing of usage chains.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Be more thorough about killing unreachable instructions.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
When killing a basic block, mark all its instructions unreachable.
Linus Torvalds
2005-04-07
1
-0
/
+2
*
Move instruction simplification to new file "simplify.c".
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Do "flow" simplification earlier (separate from packing).
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Make CSE convert instructions to OP_NOP
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Add simple-stupid dominance testing for CSE.
Linus Torvalds
2005-04-07
1
-0
/
+2
*
Add initial CSE pass
Linus Torvalds
2005-04-07
1
-0
/
+3
*
Move flow analysis out of "linearize.c" and into new "flow.c"
Linus Torvalds
2005-04-07
1
-0
/
+8