1. c9f5f3f Change target-specific classes to use more precise static types. by Dan Gohman · 17 years ago
  2. 52e724a Infrastructure for getting the machine code size of a function and an instruction. X86, PowerPC and ARM are implemented by Nicolas Geoffray · 17 years ago
  3. 950a4c4 Add explicit keywords. by Dan Gohman · 17 years ago
  4. 4a66e9a Change the "enable/disable" mechanism so that we can enable PPC register by Bill Wendling · 17 years ago
  5. 6f0d024 Rename MRegisterInfo to TargetRegisterInfo. by Dan Gohman · 18 years ago
  6. 5fd79d0 It's not always safe to fold movsd into xorpd, etc. Check the alignment of the load address first to make sure it's 16 byte aligned. by Evan Cheng · 18 years ago
  7. 43dbe05 Move even more functionality from MRegisterInfo into TargetInstrInfo. by Owen Anderson · 18 years ago
  8. f6372aa Move some more instruction creation methods from RegisterInfo into InstrInfo. by Owen Anderson · 18 years ago
  9. 6410552 Fix a problem where lib/Target/TargetInstrInfo.h would include and use by Chris Lattner · 18 years ago
  10. d10fd97 Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the by Owen Anderson · 18 years ago
  11. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  12. b5cdaa2 RemoveBranch() and InsertBranch() now returns number of instructions deleted / inserted. by Evan Cheng · 18 years ago
  13. 1ee2925 Make LABEL a builtin opcode. by Jim Laskey · 19 years ago
  14. df4ed63 start using PPC predicates more consistently. by Chris Lattner · 19 years ago
  15. ef13982 implement the BlockHasNoFallThrough hook by Chris Lattner · 19 years ago
  16. ae1dc40 expose DWARF_LABEL opcode# so the branch folder can update debug info properly. by Chris Lattner · 19 years ago
  17. c50e2bc implement branch inspection/modification methods. by Chris Lattner · 19 years ago
  18. b1d26f6 Implement the getPointerRegClass method, which is required for the ptr_rc by Chris Lattner · 19 years ago
  19. d74ea2b Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 19 years ago
  20. fd97734 Mark instructions that are cracked by the PPC970 decoder as such. by Chris Lattner · 19 years ago
  21. 88d211f Several big changes: by Chris Lattner · 19 years ago
  22. bbf1c72 implement TII::insertNoop by Chris Lattner · 19 years ago
  23. 6524287 implement isStoreToStackSlot for PPC by Chris Lattner · 20 years ago
  24. 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 · 20 years ago
  25. c16257f fix out of date comment by Chris Lattner · 20 years ago
  26. e44b2d1 Fix Regression/CodeGen/PowerPC/2006-01-18-InvalidBranchOpcodeAssert.ll by Chris Lattner · 20 years ago
  27. 21e463b More PPC32 -> PPC changes, as well as merging some classes that were by Nate Begeman · 20 years ago
  28. 16e71f2 Rename PPC32*.h to PPC*.h by Chris Lattner · 20 years ago
  29. 2668959 Rename PowerPC*.h to PPC*.h by Chris Lattner · 20 years ago
  30. 617742b Nuke PowerPCInstrFormats.h, its contents are dead. Remove the definitions by Chris Lattner · 20 years ago
  31. 043870d Teach the code generator that rlwimi is commutable if the rotate amount by Chris Lattner · 20 years ago
  32. b5f662f Remove trailing whitespace by Misha Brukman · 20 years ago
  33. f2ccb77 PowerPC 32-/64-bit split: Part I, PPC32* bit files, adapted from former PowerPC* by Misha Brukman · 21 years ago