1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 718cb66 Add lengthof and endof templates that hide a lot of sizeof computations. by Owen Anderson · 17 years ago
  3. 13e8b51 Handle blocks with 2 unconditional branches in AnalyzeBranch. by Dale Johannesen · 17 years ago
  4. bfd2ec4 Add a utility routine to check for unpredicated terminator instruction. by Evan Cheng · 17 years ago
  5. 126f17a BlockHasNoFallThrough() now returns true if block ends with a return instruction. by Evan Cheng · 17 years ago
  6. b5cdaa2 RemoveBranch() and InsertBranch() now returns number of instructions deleted / inserted. by Evan Cheng · 17 years ago
  7. 1e341729 Relex assertions to account for additional implicit def / use operands. by Evan Cheng · 17 years ago
  8. f5da133 What should be the last unnecessary <iostream>s in the library. by Bill Wendling · 18 years ago
  9. c0f64ff Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead by Evan Cheng · 18 years ago
  10. 7ce4578 Matches MachineInstr changes. by Evan Cheng · 18 years ago
  11. 6bbf6b0 more shotenning by Andrew Lenharth · 18 years ago
  12. f81173f Add all that branch mangling niftiness by Andrew Lenharth · 18 years ago
  13. 3d7d39a fix warning about missing newline at end of file by Rafael Espindola · 18 years ago
  14. 0476b28 implement uncond branch insertion so alpha works work branchfolding. by Chris Lattner · 18 years ago
  15. ddc877c these are copies too by Andrew Lenharth · 18 years ago
  16. 133d310 isStoreToStackSlot by Andrew Lenharth · 19 years ago
  17. 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
  18. 5cefc5e whatever. Intermediate patch to see what breaks. Seems ok. by Andrew Lenharth · 19 years ago
  19. 4633f1c Remove trailing whitespace by Misha Brukman · 19 years ago
  20. 2a8350a Make the rest of file header comments consistent in format and style by Misha Brukman · 20 years ago
  21. 3e98fde initial fp support by Andrew Lenharth · 20 years ago
  22. 2d6f022 Clean ups, and taught the instruction selector about immediate forms by Andrew Lenharth · 20 years ago
  23. 304d0f3 Let me introduce you to the early stages of the llvm backend for the alpha processor by Andrew Lenharth · 20 years ago