Eliminate users of MachineOperand::isPhysicalRegister
[oota-llvm.git] / lib / CodeGen / RegAllocLocal.cpp
2004-02-10 Chris LattnerEliminate users of MachineOperand::isPhysicalRegister
2004-02-09 Chris LattnerAnother nice speedup for the register allocator. This...
2004-02-09 Chris LattnerChange the PhysRegsUsed map into a dense array. Seeing...
2004-01-31 Chris LattnerFinegrainify namespacification, use new MRegisterInfo...
2004-01-13 Alkis EvlogimenosCorrectly compute live variable information for physica...
2003-12-18 Alkis EvlogimenosRemove TwoAddressInstruction from the public headers...
2003-12-18 Alkis EvlogimenosModify local register allocator to use the two-address...
2003-12-14 Alkis EvlogimenosChange interface of MachineOperand as follows:
2003-12-13 Alkis EvlogimenosRemove unecessary if statements when looping on Implici...
2003-12-05 Alkis EvlogimenosMake assertion stricter. Since the source operands...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-24 Chris Lattnerstandardize command line option names
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-08 Alkis EvlogimenosChange MRegisterDesc::AliasSet, TargetInstrDescriptor...
2003-08-23 Chris LattnerFix bug: Jello/2003-08-23-RegisterAllocatePhysReg.ll
2003-08-17 Chris LattnerFix bug: Jello/2003-08-15-AllocaAssertion.ll
2003-08-15 Brian GaekeFix typo in comment
2003-08-13 Brian GaekeFactory methods for FunctionPasses now return type...
2003-08-05 Chris LattnerFix bugs handling ESP in alloca references
2003-08-05 Chris LattnerRevert previous change, and be really anal about what...
2003-08-04 Chris LattnerDon't bother calculating info unless its needed. May...
2003-08-04 Chris Lattner* Fix spelling of 'necessary'
2003-08-03 Chris LattnerSet debug types
2003-08-03 Chris LattnerWrap at 80 columns
2003-08-01 Chris LattnerMove DEBUG to Debug.h
2003-05-27 Vikram S. Adve(1) Added special register class containing (for now...
2003-05-12 Chris LattnerFix tab infestation!
2003-05-04 Misha BrukmanDebug output should go to cerr, not cout, because that...
2003-01-16 Chris LattnerFix problems with empty basic blocks
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2003-01-13 Chris Lattner* Convert to use LiveVariable analysis
2002-12-28 Chris Lattner Rename FunctionFrameInfo to MachineFrameInfo
2002-12-28 Chris Lattner* Convert to be a MachineFunctionPass instance
2002-12-25 Chris LattnerAdjust to simpler spill interface
2002-12-24 Chris LattnerSubstantial fixes to live range handling, fixing severa...
2002-12-18 Chris Lattner* Fix several register aliasing bugs
2002-12-17 Chris LattnerUse new reginfo interface
2002-12-17 Chris LattnerAdd prolog/epilog spills/reloads to counters
2002-12-17 Chris LattnerFix many bugs, regallocator now saves callee-save regis...
2002-12-16 Chris Lattner* Fix a gross X86 hack that was intended to avoid alloc...
2002-12-16 Chris LattnerInitial checkin of "local" register allocator. Bugs...