aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/Collector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add an extra operand to LABEL nodes which distinguishes between debug, EH, or...Evan Cheng2008-01-311-1/+1
* rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner2008-01-071-1/+1
* Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflectsChris Lattner2008-01-071-1/+1
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-311-0/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Use getIntrinsicID instead of looking up intrinsic prototypes. AlsoGordon Henriksen2007-12-221-28/+29
* CollectorMetadata and Collector are rejiggered to get along withGordon Henriksen2007-12-111-80/+125
* Collector is the base class for garbage collection code generators.Gordon Henriksen2007-09-291-0/+353