1. 6d2fdcf The two address pass cannot handle two addr instructions where one incoming by Chris Lattner · 21 years ago
  2. 68bff8e Add OR and XOR memory operand support. by Alkis Evlogimenos · 21 years ago
  3. e287a00 Peephole optimize SUBmi{16,32} into SUBmi{16,32}b when immediate is 8 bits wide. by Alkis Evlogimenos · 21 years ago
  4. cacca82 ADDmi{16,32} should be in the next case statement. by Alkis Evlogimenos · 21 years ago
  5. 651fd55 Disable this peephole for now. We can't keep track of the fact that the immediate is 8 bits, by Chris Lattner · 21 years ago
  6. e87331d Fix the mneumonics for the mov instructions to have the source and destination by Chris Lattner · 21 years ago
  7. 7ddc3fb Fix the last crimes against nature that used the 'ir' ordering to use the by Chris Lattner · 21 years ago
  8. 6e173a0 Rename MOVi[mr] instructions to MOV[rm]i by Chris Lattner · 21 years ago
  9. 90c38c8 Whoops, got my cases swapped. by Chris Lattner · 21 years ago
  10. 4ff7876 Add mem forms of AND instructions by Chris Lattner · 21 years ago
  11. 55b5481 Rename the IMULri* instructions to IMULrri, as they are actually three address by Chris Lattner · 21 years ago
  12. 31bbb51 Add peephole optimizations for ADD [MEM], IMM8 instructions. by Alkis Evlogimenos · 21 years ago
  13. 859a18b Make dense maps keyed on physical registers smallerusing by Alkis Evlogimenos · 22 years ago
  14. f81af21 Use newly added next() and prior() utility functions. by Alkis Evlogimenos · 22 years ago
  15. c0b9dc5 Change MachineBasicBlock's vector of MachineInstr pointers into an by Alkis Evlogimenos · 22 years ago
  16. 61b08f1 Add #include by Chris Lattner · 22 years ago
  17. c31ecb9 Remove uses of MachineOperand::isVirtualRegister by Chris Lattner · 22 years ago
  18. 14be640 Modify the two address instruction pass to remove the duplicate by Alkis Evlogimenos · 22 years ago
  19. 4d7af65 Change interface of MachineOperand as follows: by Alkis Evlogimenos · 22 years ago
  20. 4537076 Add a new SSA-based peephole optimizer which includes copy propagation and by Chris Lattner · 22 years ago
  21. e1cc79f Finegrainify namespacification by Chris Lattner · 22 years ago
  22. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  23. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  24. 43a5ff8 Emit x86 instructions for: A = B op C, where A and B are 16-bit registers, by Chris Lattner · 22 years ago
  25. 19df387 Factory methods for FunctionPasses now return type FunctionPass *. by Brian Gaeke · 22 years ago
  26. ee3e435 Fix problem with invalidated iterator by Chris Lattner · 23 years ago
  27. a960d95 New files by Chris Lattner · 23 years ago