[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and...
[oota-llvm.git] / lib / Target / ARM / ARMRegisterInfo.cpp
2007-02-17 Evan ChengAdded getReservedRegs().
2007-02-07 Evan ChengisLowRegister() expects input is a physical register.
2007-02-07 Evan ChengRename.
2007-02-07 Evan ChengIf sp offset will be materialized in a register. Clear...
2007-02-07 Evan ChengGet rid of references to iostream.
2007-02-07 Evan ChengIn thumb mode, R3 is reserved, but it can be live in...
2007-02-07 Evan Cheng- If fp (r7) is used to reference stack objects, use...
2007-02-07 Evan ChengeliminateFrameIndex() is even more complicated if frame...
2007-02-07 Evan ChengSpill / restore should avoid modifying the condition...
2007-02-06 Evan ChengfoldMemoryOperand() cannot fold tMOVrr sp into load...
2007-02-06 Evan ChengeliminateFrameIndex() bug when frame pointer is used...
2007-02-02 Lauro Ramos Venanciobugfix: SP isn't resetted when function has FP and...
2007-02-02 Evan ChengAnother thumb large stack offset codegen bug.
2007-02-02 Evan ChengUgh. Only meant to do this in thumb mode.
2007-02-01 Evan ChengAlso set alignment of stack-based structs to 4 in thumb...
2007-02-01 Evan ChengSpecial epilogue for vararg functions. We cannot do...
2007-01-31 Evan ChengDon't want to add FramePtr to callee save spill list...
2007-01-31 Evan ChengDarwin ABI requires FP to point to stack slot of prev FP.
2007-01-31 Evan ChengUpdate comment.
2007-01-31 Lauro Ramos VenancioARM fix: Miscompilation when frame pointer can't be...
2007-01-30 Evan ChengDuring PEI, if the immediate value of sp + offset is...
2007-01-30 Evan ChengIn thumb mode, round up stack frame size to multiple...
2007-01-30 Evan ChengThumb eliminateFrameIndex fixes.
2007-01-30 Evan Cheng- In thumb mode, if size of MachineFunction is >= 2048...
2007-01-29 Evan ChengRemember if LR register has been spilled in this function.
2007-01-26 Evan ChengRepresent tADDspi and tSUBspi as two-address instructions.
2007-01-25 Evan ChengI am an idiot.
2007-01-23 Evan ChengPEI is now responsible for adding MaxCallFrameSize...
2007-01-23 Evan ChenghasFP() is now a virtual method of MRegisterInfo.
2007-01-20 Evan ChengRound up stack to multiple of alignment only if it...
2007-01-20 Evan ChengPrologue and epilogue bugs for non-Darwin targets.
2007-01-20 Evan ChengClean up ARM PEI code.
2007-01-19 Evan ChengisDarwin -> isTargetDarwin
2007-01-19 Evan ChengARM backend contribution from Apple.
2007-01-12 Lauro Ramos VenancioDon't add or sub zero to sp.
2007-01-12 Lauro Ramos VenancioBuild constants using instructions mov/orr or mvn/eor.
2007-01-02 Evan ChengFix naming inconsistency.
2006-12-18 Rafael Espindolamacros -> Inline functions
2006-12-14 Rafael EspindolaAvoid creating invalid sub/add instructions on the...
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-11-27 Evan ChengChange MachineInstr ctor's to take a TargetInstrDescrip...
2006-11-09 Rafael Espindolaimplement load effective address similar to the alpha...
2006-11-08 Rafael Espindolainitial implementation of addressing mode 2
2006-10-31 Rafael Espindolaadd support for calling functions when the caller has...
2006-10-26 Rafael Espindolainitial support for frame pointers
2006-10-17 Rafael Espindolaadd the immediate to the Offset in eliminateFrameIndex
2006-10-17 Rafael Espindolaadd FCPYS and FCPYD
2006-10-06 Rafael Espindolafix the stack alignment
2006-09-13 Rafael Espindolaadd shifts to addressing mode 1
2006-09-11 Rafael Espindolapartial implementation of the ARM Addressing Mode 1
2006-09-05 Chris LattnerCompletely eliminate def&use operands. Now a register...
2006-08-17 Rafael Espindolaadd a "load effective address"
2006-08-16 Rafael EspindolaDeclare the callee saved regs
2006-08-09 Rafael Espindolacorrectly set LocalAreaOffset of TargetFrameInfo
2006-08-09 Rafael Espindolafix the spill code
2006-08-09 Rafael Espindolafix the loading of the link register in emitepilogue
2006-08-08 Rafael Espindolachange the addressing mode of the str instruction to...
2006-08-08 Rafael Espindolainitial support for variable number of arguments
2006-07-21 Rafael Espindolaimplemented sub
2006-07-18 Rafael Espindolainitial prologue and epilogue implementation. Need...
2006-07-11 Rafael Espindolaadd the memri memory operand
2006-07-10 Rafael Espindolacreate the raddr addressing mode that matches any regis...
2006-06-27 Rafael Espindolahandle the "mov reg1, reg2" case in isMoveInstr
2006-06-18 Rafael Espindolainitial implementation of ARMRegisterInfo::eliminateFra...
2006-05-18 Rafael Espindolaimplement movri
2006-05-18 Evan ChenggetCalleeSaveRegs and getCalleeSaveRegClasses are no...
2006-05-14 Rafael Espindolaadded a skeleton of the ARM backend