1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. b5cdaa2 RemoveBranch() and InsertBranch() now returns number of instructions deleted / inserted. by Evan Cheng · 17 years ago
  3. 1ee2925 Make LABEL a builtin opcode. by Jim Laskey · 18 years ago
  4. df4ed63 start using PPC predicates more consistently. by Chris Lattner · 18 years ago
  5. ef13982 implement the BlockHasNoFallThrough hook by Chris Lattner · 18 years ago
  6. ae1dc40 expose DWARF_LABEL opcode# so the branch folder can update debug info properly. by Chris Lattner · 18 years ago
  7. c50e2bc implement branch inspection/modification methods. by Chris Lattner · 18 years ago
  8. b1d26f6 Implement the getPointerRegClass method, which is required for the ptr_rc by Chris Lattner · 18 years ago
  9. d74ea2b Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 18 years ago
  10. fd97734 Mark instructions that are cracked by the PPC970 decoder as such. by Chris Lattner · 18 years ago
  11. 88d211f Several big changes: by Chris Lattner · 18 years ago
  12. bbf1c72 implement TII::insertNoop by Chris Lattner · 18 years ago
  13. 6524287 implement isStoreToStackSlot for PPC by Chris Lattner · 19 years ago
  14. 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
  15. c16257f fix out of date comment by Chris Lattner · 19 years ago
  16. e44b2d1 Fix Regression/CodeGen/PowerPC/2006-01-18-InvalidBranchOpcodeAssert.ll by Chris Lattner · 19 years ago
  17. 21e463b More PPC32 -> PPC changes, as well as merging some classes that were by Nate Begeman · 19 years ago
  18. 16e71f2 Rename PPC32*.h to PPC*.h by Chris Lattner · 19 years ago
  19. 2668959 Rename PowerPC*.h to PPC*.h by Chris Lattner · 19 years ago
  20. 617742b Nuke PowerPCInstrFormats.h, its contents are dead. Remove the definitions by Chris Lattner · 19 years ago
  21. 043870d Teach the code generator that rlwimi is commutable if the rotate amount by Chris Lattner · 19 years ago
  22. b5f662f Remove trailing whitespace by Misha Brukman · 19 years ago
  23. f2ccb77 PowerPC 32-/64-bit split: Part I, PPC32* bit files, adapted from former PowerPC* by Misha Brukman · 20 years ago