1. 9ccaf53 Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  2. c7f3ace use DebugLoc default ctor instead of DebugLoc::getUnknownLoc() by Chris Lattner · 15 years ago
  3. 01b36e6 Remove non-DebugLoc versions of BuildMI from Alpha and Cell. by Dale Johannesen · 17 years ago
  4. ae73dc1 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  5. da47e6e Replace all target specific implicit def instructions with a target independent one: TargetInstrInfo::IMPLICIT_DEF. by Evan Cheng · 17 years ago
  6. 9a1ceae Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewise setImmedValue -> setImm by Chris Lattner · 18 years ago
  7. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  8. 1997473 Drop 'const' by Devang Patel · 18 years ago
  9. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
  10. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
  11. bed2946 Removed tabs everywhere except autogenerated & external files. Add make by Anton Korobeynikov · 18 years ago
  12. 95b2c7d eliminate static ctors for Statistic objects. by Chris Lattner · 19 years ago
  13. 0fb2590 Simplify a bit by Andrew Lenharth · 19 years ago
  14. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 19 years ago
  15. c0f64ff Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead by Evan Cheng · 19 years ago
  16. 6bbf6b0 more shotenning by Andrew Lenharth · 19 years ago
  17. c459bbf Account for pseudo-ops correctly by Andrew Lenharth · 19 years ago
  18. 2ab804c A pass to remove the worst of the replay trap offenders, and as a bonus, align basic blocks when it is free to do so by Andrew Lenharth · 19 years ago