summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp
Commit message (Expand)AuthorAgeFilesLines
* unbreak the buildChris Lattner2007-08-091-1/+1
* Bug fix. ~1U marks the val# dead.Evan Cheng2007-08-091-1/+1
* - Each val# can have multiple kills.Evan Cheng2007-08-081-2/+2
* - LiveInterval value#'s now have 3 components: def instruction #,Evan Cheng2007-08-071-12/+12
* shorten this nameChris Lattner2007-08-051-2/+1
* simpleregistercoalescing -> regcoalescing. It's too long for me to handle.Evan Cheng2007-07-311-1/+1
* Don't assume that only Uses can be kills. Defs are marked as kills initiallyDan Gohman2007-07-201-2/+2
* Add comment.Evan Cheng2007-07-181-0/+3
* fix typosGabor Greif2007-07-091-31/+31
* Factor live variable analysis so it does not do register coalescingDavid Greene2007-06-081-0/+1138
OpenPOWER on IntegriCloud