1. 1997473 Drop 'const' by Devang Patel · 17 years ago
  2. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  3. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  4. 1ee2925 Make LABEL a builtin opcode. by Jim Laskey · 18 years ago
  5. 95b2c7d eliminate static ctors for Statistic objects. by Chris Lattner · 18 years ago
  6. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  7. c0f64ff Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead by Evan Cheng · 18 years ago
  8. 54e853b Rewrite the branch selector to be correct in the face of large functions. by Chris Lattner · 18 years ago
  9. 18258c6 convert PPC::BCC to use the 'pred' operand instead of separate predicate by Chris Lattner · 18 years ago
  10. 289c2d5 rename PPC::COND_BRANCH to PPC::BCC by Chris Lattner · 18 years ago
  11. df4ed63 start using PPC predicates more consistently. by Chris Lattner · 18 years ago
  12. c1c2f4b Typo. Fix the nightly tests. by Jim Laskey · 18 years ago
  13. 280b714 implement a todo: change a map into a vector by Chris Lattner · 18 years ago
  14. 8781466 fix typo by Chris Lattner · 18 years ago
  15. e28a12a implicit_def_vrrc doesn't generate code. by Chris Lattner · 18 years ago
  16. cb53595 add a statistic by Chris Lattner · 18 years ago
  17. eea52d3 Correctly handle instruction separators. by Chris Lattner · 18 years ago
  18. a4f0b3a s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| by Chris Lattner · 18 years ago
  19. 1822ffb Add a comment. by Evan Cheng · 18 years ago
  20. b9ca926 Encode pc-relative conditional branch offset as pc+(num of bytes / 4). The by Evan Cheng · 18 years ago
  21. 9525528 Use hidden visibility to make symbols in an anonymous namespace get by Chris Lattner · 18 years ago
  22. 563ecfb Implement 64-bit undef, sub, shl/shr, srem/urem by Chris Lattner · 18 years ago
  23. 63b3d71 There shalt be only one "immediate" operand type! by Chris Lattner · 18 years ago
  24. 81e8097 Remove BRTWOWAY* by Nate Begeman · 18 years ago
  25. 6f4a072 Rename BSel -> PPCBSel for the benefit of doxygen users. by Chris Lattner · 19 years ago
  26. 21e463b More PPC32 -> PPC changes, as well as merging some classes that were by Nate Begeman · 19 years ago
  27. 16e71f2 Rename PPC32*.h to PPC*.h by Chris Lattner · 19 years ago
  28. 2668959 Rename PowerPC*.h to PPC*.h by Chris Lattner · 19 years ago
  29. 26bd0d4 Rename PowerPCInstrBuilder.h -> PPC* by Chris Lattner · 19 years ago
  30. 617742b Nuke PowerPCInstrFormats.h, its contents are dead. Remove the definitions by Chris Lattner · 19 years ago
  31. 919c032 Modify the ppc backend to use two register classes for FP: F8RC and F4RC. by Chris Lattner · 19 years ago
  32. f48e83d Propagate cr# from COND_BRANCH to the actual branch instruction as appropriate by Chris Lattner · 19 years ago
  33. 2b54400 Split IMPLICIT_DEF into IMPLICIT_DEF_GPR and IMPLICIT_DEF_FP, so that the by Chris Lattner · 19 years ago
  34. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 19 years ago
  35. 4b828e6 Clean up some uninitialized variables and missing return statements that by Reid Spencer · 19 years ago
  36. b157f85 silence incredibly braindead GCC 4 warning by Chris Lattner · 19 years ago
  37. ac609dd Fix a memory smasher caught by Mac OS X's debug malloc library. We were by Nate Begeman · 19 years ago
  38. b5f662f Remove trailing whitespace by Misha Brukman · 19 years ago
  39. 5a181c8 Remove unnecessary header include by Nate Begeman · 20 years ago
  40. b7a8f2c Convert remaining X-Form and Pseudo instructions over to asm writer by Nate Begeman · 20 years ago
  41. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  42. 363dd07 PowerPCInstrInfo has gone away, PPC32 and PPC64 share opcodes. by Misha Brukman · 20 years ago
  43. 5b57081 Renamed PPC32 (namespace for regs, opcodes) to PPC to include 64-bit targets by Misha Brukman · 20 years ago
  44. b7697a6 Remove an extra 8 byte distance penalty. Patch by Nate Begeman. by Misha Brukman · 20 years ago
  45. 999d9cf Add PowerPCBranchSelector to discover which are `long' branches. by Misha Brukman · 20 years ago