1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 73944fb refactor some code to avoid overloading the name 'usesLR' in by Chris Lattner · 17 years ago
  3. 8c24e74 Added canFoldMemoryOperand for PPC. by Evan Cheng · 17 years ago
  4. d64b5c8 Add a argument to storeRegToStackSlot and storeRegToAddr to specify whether by Evan Cheng · 17 years ago
  5. aee4af6 Remove redundant foldMemoryOperand variants and other code clean up. by Evan Cheng · 17 years ago
  6. e62f97c Allow some reloads to be folded in multi-use cases. Specifically testl r, r -> cmpl [mem], 0. by Evan Cheng · 17 years ago
  7. b97aec6 Add parameter to getDwarfRegNum to permit targets by Dale Johannesen · 17 years ago
  8. f191c80 Use TableGen to emit information for dwarf register numbers. by Anton Korobeynikov · 17 years ago
  9. f0a0cdd - Added getOpcodeAfterMemoryUnfold(). It doesn't unfold an instruction, but only returns the opcode of the instruction post unfolding. by Evan Cheng · 17 years ago
  10. 58184e6 Use SmallVectorImpl instead of SmallVector with hardcoded size in MRegister public interface. by Evan Cheng · 17 years ago
  11. 66f0f64 - Added a few target hooks to generate load / store instructions from / to any by Evan Cheng · 17 years ago
  12. 9efce63 Allow copyRegToReg to emit cross register classes copies. by Evan Cheng · 17 years ago
  13. 35b35c5 Add a variant of foldMemoryOperand to fold any load / store, not just load / store from / to stack slots. by Evan Cheng · 17 years ago
  14. 64d80e3 Change instruction description to split OperandList into OutOperandList and by Evan Cheng · 17 years ago
  15. 2365f51 Long live the exception handling! by Anton Korobeynikov · 17 years ago
  16. 97de913 eliminateFrameIndex() change. by Evan Cheng · 17 years ago
  17. bf2c8b3 Added MRegisterInfo hook to re-materialize an instruction. by Evan Cheng · 17 years ago
  18. 28b3c45 Minor interface change. by Evan Cheng · 17 years ago
  19. 5e6df46 PEI now passes a RegScavenger ptr to eliminateFrameIndex. by Evan Cheng · 17 years ago
  20. d313a9b Duplicate use of LR, take 2. by Jim Laskey · 17 years ago
  21. 3d3d627 Backing out Jim's LR spill changes. This was causing llvm-gcc bootstrapping by Evan Cheng · 17 years ago
  22. 2a27a75 Don't spill LR as a callee saved register. by Jim Laskey · 17 years ago
  23. 62819f3 Support to provide exception and selector registers. by Jim Laskey · 17 years ago
  24. b371f45 Re-apply my liveintervalanalysis changes. Now with PR1207 fixes. by Evan Cheng · 17 years ago
  25. a284cbf For PR1207: by Reid Spencer · 17 years ago
  26. eceada6 Added getReservedRegs(). by Evan Cheng · 17 years ago
  27. 99403b6 - Tell PEI that PPC will handle stack frame rounding itself. by Evan Cheng · 18 years ago
  28. 5e73d5b Repair debug frames as a prelude to eh_frames. Switched to using MachineMoves by Jim Laskey · 18 years ago
  29. dc77540 hasFP() is now a virtual method of MRegisterInfo. by Evan Cheng · 18 years ago
  30. c2b861d Fix naming inconsistency. by Evan Cheng · 18 years ago
  31. 51fe9d9 Make it easier for gdb to find the return address. by Jim Laskey · 18 years ago
  32. c0f64ff Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead by Evan Cheng · 18 years ago
  33. 2f616bf by Jim Laskey · 18 years ago
  34. 7ce4578 Matches MachineInstr changes. by Evan Cheng · 18 years ago
  35. 804e067 In 64-bit mode, 64-bit GPRs are callee saved, not 32-bit ones. by Chris Lattner · 18 years ago
  36. 0f3ac8d getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd. by Evan Cheng · 18 years ago
  37. 369503f Move some knowledge about registers out of the code emitter into the register info. by Chris Lattner · 18 years ago
  38. 4188699 Foundation for call frame information. by Jim Laskey · 18 years ago
  39. a997918 Expose base register for DwarfWriter. Refactor code accordingly. by Jim Laskey · 18 years ago
  40. f1d78e8 Add support to locate local variables in frames (early version.) by Jim Laskey · 18 years ago
  41. 4083960 Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far more logical place. Other methods should also be moved if anyoneis interested. :) by Chris Lattner · 19 years ago
  42. 21e463b More PPC32 -> PPC changes, as well as merging some classes that were by Nate Begeman · 19 years ago
  43. 2668959 Rename PowerPC*.h to PPC*.h by Chris Lattner · 19 years ago
  44. 4c7b43b Eliminate PowerPC.td and PPC32.td, consolidating them into PPC.td by Chris Lattner · 19 years ago
  45. 0ffb1a5 these methods get extra args by Chris Lattner · 19 years ago
  46. 6a78c21 Implement hook for ppc by Chris Lattner · 19 years ago
  47. f38df04 Fix a problem that Nate noticed, where spill code was not getting coallesced by Chris Lattner · 19 years ago
  48. 0b1e641 Now that the simple isels are dead, so is this. by Chris Lattner · 19 years ago
  49. b5f662f Remove trailing whitespace by Misha Brukman · 19 years ago
  50. f2ccb77 PowerPC 32-/64-bit split: Part I, PPC32* bit files, adapted from former PowerPC* by Misha Brukman · 20 years ago