aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/LiveVariables.h
Commit message (Expand)AuthorAgeFilesLines
* Fix live variables issues:Evan Cheng2008-03-191-0/+6
* Improve VarInfo::removeKill() by using std::find instead of linear search.Evan Cheng2008-03-131-7/+6
* Refactor code. Remove duplicated functions that basically do the same thing asEvan Cheng2008-03-051-11/+3
* Fixed typo.Bill Wendling2008-02-201-1/+1
* More constification of things. More comments added. No functionalityBill Wendling2008-02-201-3/+3
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-2/+2
* Fix a typo in a comment.Dan Gohman2008-01-311-1/+1
* Fix a typo in a comment.Dan Gohman2008-01-291-1/+1
* Move some functionality for adding flags to MachineInstr's into methods on Ma...Owen Anderson2008-01-241-23/+2
* Move some calls to getVRegDef higher in the callgraph, so they don't get exec...Owen Anderson2008-01-151-2/+4
* Unbreak the build.Evan Cheng2008-01-151-3/+3
* More cleanups for MachineOperand:Chris Lattner2007-12-301-2/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Live interval splitting:Evan Cheng2007-11-171-17/+24
* Oops, forgot to commit this file.Owen Anderson2007-11-081-0/+4
* Remove isReg, isImm, and isMBB, and change all their users to use Dan Gohman2007-09-141-2/+2
* Don't assume that only Uses can be kills. Defs are marked as kills initiallyDan Gohman2007-07-201-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+304