aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/RegisterScavenging.cpp
Commit message (Expand)AuthorAgeFilesLines
* Minor const-correctness fixes.Dan Gohman2008-07-071-1/+1
* Fix some constructs that gcc-4.4 warns about.Duncan Sands2008-05-271-1/+2
* Allow registers defined by implicit_def to be clobbered.Evan Cheng2008-04-101-6/+15
* 1. IMPLICIT_DEF can *re-define* any register.Evan Cheng2008-04-051-2/+42
* Something that kills a super-register alsoBill Wendling2008-03-071-2/+1
* Fixed a register scavenger bug. If a def is re-defining part of a super regis...Evan Cheng2008-03-071-3/+8
* When setting the "unused" info, take into account something like this:Bill Wendling2008-03-061-8/+38
* Refactor code. Remove duplicated functions that basically do the same thing asEvan Cheng2008-03-051-15/+16
* Make the register scavenger update the bookkeeping values for sub/superBill Wendling2008-03-031-3/+39
* Fix typos.Bill Wendling2008-02-161-2/+2
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-1/+1
* rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner2008-01-071-5/+5
* Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflectsChris Lattner2008-01-071-3/+3
* Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson2008-01-011-3/+3
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Add a argument to storeRegToStackSlot and storeRegToAddr to specify whetherEvan Cheng2007-12-051-1/+1
* Remove isReg, isImm, and isMBB, and change all their users to use Dan Gohman2007-09-141-5/+5
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+292