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