Fix a ton of comment typos found by codespell. Patch by
[oota-llvm.git] / lib / Target / ARM / ARMBaseRegisterInfo.cpp
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-03-25 Jakob Stoklund OlesenIgnore special ARM allocation hints for unexpected...
2011-03-07 Cameron ZwarichMove getRegPressureLimit() from TargetLoweringInfo...
2011-03-05 Anton KorobeynikovImplement frame unwinding information emission for...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2011-01-10 Jakob Stoklund OlesenSimplify a bunch of isVirtualRegister() and isPhysicalR...
2010-12-17 Bill WendlingDuring local stack slot allocation, the materializeFram...
2010-12-09 Jim GrosbachWhen using multiple instructions to reference a frame...
2010-11-27 Anton KorobeynikovMove more PEI-related hooks to TFI
2010-11-22 Evan ChengFix epilogue codegen to avoid leaving the stack pointer...
2010-11-20 Anton KorobeynikovMove some more hooks to TargetFrameInfo
2010-11-18 Anton KorobeynikovMove hasFP() and few related hooks to TargetFrameInfo.
2010-11-18 Evan ChengCode clean up.
2010-11-15 Anton KorobeynikovFirst step of huge frame-related refactoring: move...
2010-11-11 Eric ChristopherRevert this temporarily.
2010-11-11 Eric ChristopherChange the prologue and epilogue to use push/pop for...
2010-11-02 Jim GrosbachRevert r114340 (improvements in Darwin function prologu...
2010-10-27 Jim GrosbachRefactor ARM STR/STRB instruction patterns into STR...
2010-10-27 Jim GrosbachSplit ARM::LDRB into LDRBi12 and LDRBrs. Adjust accordi...
2010-10-26 Jim GrosbachFirst part of refactoring ARM addrmode2 (load/store...
2010-10-26 Jim GrosbachNuke extraneous comment. It's applicable elsewhere...
2010-10-19 Jim GrosbachNuke a commented out bit that got missed a while back.
2010-10-18 Jim GrosbachFor Thumb2, try to use frame pointer references for...
2010-10-18 Jim GrosbachARM addrmode4 instructions (ldm, stm and friends) can...
2010-10-18 Jim GrosbachGrammar tweak.
2010-09-20 Jim GrosbachSimplify ARM callee-saved register handling by removing...
2010-09-15 Jim Grosbachmove getRegisterNumbering() to out of ARMBaseRegisterIn...
2010-09-15 Jim Grosbachsimplify getRegisterNumbering(). Remove the unused...
2010-09-08 Jim GrosbachRe-enable usage of the ARM base pointer. r113394 fixed...
2010-09-08 Jim GrosbachFix errant fall-throughs causing the base pointer to...
2010-09-08 Jim GrosbachBe more careful about when to do dynamic stack realignm...
2010-09-08 Jim GrosbachAdd missing assert
2010-09-08 Jim Grosbachdisable for the moment while tracking down a few Thumb2...
2010-09-08 Jim Grosbachwoops. need to update a test along with this.
2010-09-08 Jim Grosbachdisable temporarily while sorting out a few test failur...
2010-09-03 Jim GrosbachRe-apply r112883:
2010-09-03 Jim GrosbachCheck the local frame alignment for determining whether...
2010-09-03 Daniel DunbarRevert "For ARM stack frames that utilize variable...
2010-09-02 Jim GrosbachFor ARM stack frames that utilize variable sized object...
2010-09-02 Jim Grosbachtrailing whitespace
2010-08-31 Jim GrosbachSP relative offsets need to be adjusted by the local...
2010-08-31 Jim Grosbachthis assert should just be a condition, since this...
2010-08-26 Jim GrosbachSimplify eliminateFrameIndex() interface back down...
2010-08-26 Jim Grosbachtidy up a bit. no functional change.
2010-08-26 Jim GrosbachTurn off the scavenging based frame reg reuse briefly...
2010-08-26 Jim GrosbachEnable pre-RA virtual frame base register allocation...
2010-08-25 Jim GrosbachDon't override the var from the enclosing scope.
2010-08-24 Jim GrosbachAdd ARM heuristic for when to allocate a virtual base...
2010-08-24 Jim GrosbachMove enabling the local stack allocation pass into...
2010-08-24 Jim Grosbachadd ARM cmd line option to force always using virtual...
2010-08-19 Jim GrosbachBetter handling of offsets on frame index references...
2010-08-19 Jim GrosbachAdd Thumb1 support for virtual frame indices.
2010-08-18 Jim GrosbachEnable ARM base register reuse to local stack slot...
2010-08-18 Jim GrosbachAdd hook for re-using virtual base registers for local...
2010-08-17 Jim GrosbachAdd materialization of virtual base registers for frame...
2010-08-17 Jim GrosbachAdd hook to examine an instruction referencing a frame...
2010-08-10 Evan ChengRe-apply r110655 with fixes. Epilogue must restore...
2010-08-10 Daniel DunbarRevert r110655, "Fix ARM hasFP() semantics. It should...
2010-08-10 Evan ChengFix ARM hasFP() semantics. It should return true whenev...
2010-08-09 Evan ChengARMBaseRegisterInfo::hasFP() has been broken for a...
2010-08-05 Jim GrosbachFor local variables in functions with a frame pointer...
2010-08-05 Chandler CarruthSilence a GCC warning about && and || without explicit...
2010-08-04 Jim Grosbachand back in. false alarm on the tests from another...
2010-08-04 Jim Grosbachoops. revert for a moment to clean up tests first.
2010-08-04 Jim GrosbachReserve a stack slot if the function adjusts the stack...
2010-08-03 Nate BegemanAdd support for getting & setting the FPSCR application...
2010-07-22 Chris Lattnerswitch a private implementation of GetFunctionSizeInBytes.
2010-07-20 Eric ChristopherConstify some arguments.
2010-07-17 Eric ChristopherRemove unnecessary check that was subsumed into canReal...
2010-07-17 Eric ChristopherMake more explicit and add some currently disabled...
2010-07-10 Chandler CarruthAdd parentheses yet again to satisfy GCC's warnings.
2010-07-09 Jim GrosbachIn the presence of variable sized objects, allocate...
2010-07-08 Dale JohannesenChanges to ARM tail calls, mostly cosmetic.
2010-06-18 Jakob Stoklund OlesenWhen using ADDri to get the address of a stack object...
2010-06-18 Dale JohannesenAn attempt to fix the problem Anton reported with
2010-06-15 Dale JohannesenNext round of tail call changes. Register used in...
2010-06-03 Dale JohannesenEarly implementation of tail call for ARM.
2010-06-02 Bob WilsonRename canCombinedSubRegIndex method to something more...
2010-06-02 Rafael EspindolaReplace ARM's getCalleeSavedRegClasses with a simpler...
2010-05-25 Jakob Stoklund OlesenUse enums instead of literals in the ARM backend.
2010-05-24 Jakob Stoklund OlesenSwitch ARMRegisterInfo.td to use SubRegIndex and elimin...
2010-05-17 Jakob Stoklund OlesenARMBaseRegisterInfo::estimateRSStackSizeLimit() could...
2010-05-14 Evan ChengTeach two-address pass to do some coalescing while...
2010-05-14 Bill WendlingRename "HasCalls" in MachineFrameInfo to "AdjustsStack...
2010-05-14 Evan ChengAdded a QQQQ register file to model 4-consecutive Q...
2010-05-13 Bob WilsonFix pr7110: For non-Darwin targets UnspilledCS1GPRs...
2010-05-06 Evan ChengRe-apply 103156 and 103157. 103156 didn't break anythin...
2010-05-06 Eric ChristopherRevert r103156 since it was breaking the build bots.
2010-05-06 Evan ChengAdding pseudo 256-bit registers QQ0 . . . QQ7 to repres...
2010-04-26 Evan ChengAdd ARM specific emitFrameIndexDebugValue.
2010-04-21 Evan ChengImplement -disable-non-leaf-fp-elim which disable frame...
2010-04-15 Dan GohmanReuseFrameIndexVals is used in multiple files, so it...
2010-04-15 Dan GohmanFix a bunch of namespace polution.
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-04-02 Chris Lattneruse DebugLoc default ctor instead of DebugLoc::getUnkno...
2010-03-20 Bob WilsonFix a very bad typo. Since the register number was...
2010-03-10 Jim GrosbachMake sure the LR gets pushed in functions that use...
2010-03-09 Jim GrosbachChange the Value argument to eliminateFrameIndex to...
2010-03-09 Jim Grosbachscavenged frame index value re-use gets confused when...
2010-03-04 Bob Wilsonpr6478: The frame pointer spill frame index is only...
next