1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. d64b5c8 Add a argument to storeRegToStackSlot and storeRegToAddr to specify whether by Evan Cheng · 17 years ago
  3. aee4af6 Remove redundant foldMemoryOperand variants and other code clean up. by Evan Cheng · 17 years ago
  4. e62f97c Allow some reloads to be folded in multi-use cases. Specifically testl r, r -> cmpl [mem], 0. by Evan Cheng · 17 years ago
  5. b97aec6 Add parameter to getDwarfRegNum to permit targets by Dale Johannesen · 17 years ago
  6. f191c80 Use TableGen to emit information for dwarf register numbers. by Anton Korobeynikov · 17 years ago
  7. 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
  8. 58184e6 Use SmallVectorImpl instead of SmallVector with hardcoded size in MRegister public interface. by Evan Cheng · 17 years ago
  9. 66f0f64 - Added a few target hooks to generate load / store instructions from / to any by Evan Cheng · 17 years ago
  10. 9efce63 Allow copyRegToReg to emit cross register classes copies. by Evan Cheng · 17 years ago
  11. 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
  12. 2365f51 Long live the exception handling! by Anton Korobeynikov · 17 years ago
  13. 97de913 eliminateFrameIndex() change. by Evan Cheng · 17 years ago
  14. bf2c8b3 Added MRegisterInfo hook to re-materialize an instruction. by Evan Cheng · 17 years ago
  15. 5e6df46 PEI now passes a RegScavenger ptr to eliminateFrameIndex. by Evan Cheng · 17 years ago
  16. 62819f3 Support to provide exception and selector registers. by Jim Laskey · 17 years ago
  17. b371f45 Re-apply my liveintervalanalysis changes. Now with PR1207 fixes. by Evan Cheng · 17 years ago
  18. a284cbf For PR1207: by Reid Spencer · 17 years ago
  19. eceada6 Added getReservedRegs(). by Evan Cheng · 17 years ago
  20. dc77540 hasFP() is now a virtual method of MRegisterInfo. by Evan Cheng · 18 years ago
  21. c2b861d Fix naming inconsistency. by Evan Cheng · 18 years ago
  22. c0f64ff Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead by Evan Cheng · 18 years ago
  23. 7ce4578 Matches MachineInstr changes. by Evan Cheng · 18 years ago
  24. 0f3ac8d getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd. by Evan Cheng · 18 years ago
  25. 4188699 Foundation for call frame information. by Jim Laskey · 18 years ago
  26. a997918 Expose base register for DwarfWriter. Refactor code accordingly. by Jim Laskey · 18 years ago
  27. f1d78e8 Add support to locate local variables in frames (early version.) by Jim Laskey · 18 years ago
  28. 7c90f73 Rename SPARC V8 target to be the LLVM SPARC target. by Chris Lattner · 19 years ago
  29. 69d3909 Two changes: by Chris Lattner · 19 years ago
  30. 6184f9c Teach sparc to fold loads/stores into copies. by Chris Lattner · 19 years ago
  31. 97d5e64 Pass extra regclasses into spilling code by Chris Lattner · 19 years ago
  32. b5f662f Remove trailing whitespace by Misha Brukman · 19 years ago
  33. 01d0efb Code insertion methods now return void instead of an int. by Chris Lattner · 20 years ago
  34. 57f1b67 These methods no longer take a TargetRegisterClass* operand. by Chris Lattner · 20 years ago
  35. b8ce4c4 Update to no longer take MF as an argument by Chris Lattner · 20 years ago
  36. e785e53 SparcV8 skeleton by Brian Gaeke · 20 years ago