aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/MRegisterInfo.cpp
AgeCommit message (Expand)Author
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2008-02-02Frame index can be negative.Evan Cheng
2008-01-31MRegisterInfo::getLocation() is a really bad idea. Its function is to calcula...Evan Cheng
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-09-26- Move getPhysicalRegisterRegClass() from ScheduleDAG to MRegisterInfo.Evan Cheng
2007-04-17Oops. Didn't mean to check in a quick hack.Evan Cheng
2007-04-17Change getAllocatableSet() so it returns allocatable registers for a specific...Evan Cheng
2007-02-19Re-apply my liveintervalanalysis changes. Now with PR1207 fixes.Evan Cheng
2007-02-19For PR1207:Reid Spencer
2007-02-17Added getReservedRegs().Evan Cheng
2007-02-15Use BitVector instead of vector<bool> which can be extremely slow.Evan Cheng
2007-01-24Repair debug frames as a prelude to eh_frames. Switched to using MachineMovesJim Laskey
2006-11-17Hopefully a good crack at making debugging work on intel -disable-fp-elim.Jim Laskey
2006-08-03Get darwin intel debugging up and running.Jim Laskey
2006-04-10Use existing information.Jim Laskey
2006-04-07Foundation for call frame information.Jim Laskey
2006-03-28Expose base register for DwarfWriter. Refactor code accordingly.Jim Laskey
2006-02-01Finegrainify namespacificationChris Lattner
2005-09-30Rename MRegisterDesc -> TargetRegisterDesc for consistencyChris Lattner
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2004-10-27Move destructor out of line to avoid vtable emission in every file that inclu...Nate Begeman
2004-10-27Fix the build by eliminating some more dead code. That'll learn me not to li...Nate Begeman
2004-08-26Add getAllocatableSet() function.Alkis Evlogimenos
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-08-03Make it easier to debug by exposing a temporaryChris Lattner
2002-12-28Capture more information in ctorChris Lattner
2002-12-17New fileChris Lattner