aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineLocation.h
AgeCommit message (Expand)Author
2011-07-18Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng
2011-02-04Merge .debug_loc entries whenever possible to reduce debug_loc size.Devang Patel
2011-01-08Do not talk about TargetRegisterInfo::FirstVirtualRegister.Jakob Stoklund Olesen
2010-03-15MachineMove ctor doesn't need to to mutate input, add 'const'Chris Lattner
2010-03-14Now that DBG_LABEL is updated, we can finally make MachineMove Chris Lattner
2008-10-03Switch the MachineOperand accessors back to the short names likeDan Gohman
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-03-23Add the 'explicit' keyword to several constructors that accept oneDan Gohman
2007-01-24Repair debug frames as a prelude to eh_frames. Switched to using MachineMovesJim Laskey
2006-04-07Foundation for call frame information.Jim Laskey
2006-03-23Support for locating of debug items in frames.Jim Laskey