split LowerMEMCPY into LowerMEMCPYCall and LowerMEMCPYInline in the ARM backend.
[oota-llvm.git] / lib / Target / MRegisterInfo.cpp
2007-09-26 Evan Cheng- Move getPhysicalRegisterRegClass() from ScheduleDAG...
2007-04-17 Evan ChengOops. Didn't mean to check in a quick hack.
2007-04-17 Evan ChengChange getAllocatableSet() so it returns allocatable...
2007-02-19 Evan ChengRe-apply my liveintervalanalysis changes. Now with...
2007-02-19 Reid SpencerFor PR1207:
2007-02-17 Evan ChengAdded getReservedRegs().
2007-02-15 Evan ChengUse BitVector instead of vector<bool> which can be...
2007-01-24 Jim LaskeyRepair debug frames as a prelude to eh_frames. Switche...
2006-11-17 Jim LaskeyHopefully a good crack at making debugging work on...
2006-08-03 Jim LaskeyGet darwin intel debugging up and running.
2006-04-10 Jim LaskeyUse existing information.
2006-04-07 Jim LaskeyFoundation for call frame information.
2006-03-28 Jim LaskeyExpose base register for DwarfWriter. Refactor code...
2006-02-01 Chris LattnerFinegrainify namespacification
2005-09-30 Chris LattnerRename MRegisterDesc -> TargetRegisterDesc for consistency
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-10-27 Nate BegemanMove destructor out of line to avoid vtable emission...
2004-10-27 Nate BegemanFix the build by eliminating some more dead code. ...
2004-08-26 Alkis EvlogimenosAdd getAllocatableSet() function.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-08-03 Chris LattnerMake it easier to debug by exposing a temporary
2002-12-28 Chris LattnerCapture more information in ctor
2002-12-17 Chris LattnerNew file