Add OR and XOR memory operand support.
[oota-llvm.git] / lib / Target / X86 / X86PeepholeOpt.cpp
2004-02-17 Alkis EvlogimenosAdd OR and XOR memory operand support.
2004-02-17 Alkis EvlogimenosPeephole optimize SUBmi{16,32} into SUBmi{16,32}b when...
2004-02-17 Alkis EvlogimenosADDmi{16,32} should be in the next case statement.
2004-02-17 Chris LattnerDisable this peephole for now. We can't keep track...
2004-02-17 Chris LattnerFix the mneumonics for the mov instructions to have...
2004-02-17 Chris LattnerFix the last crimes against nature that used the 'ir...
2004-02-17 Chris LattnerRename MOVi[mr] instructions to MOV[rm]i
2004-02-17 Chris LattnerWhoops, got my cases swapped.
2004-02-17 Chris LattnerAdd mem forms of AND instructions
2004-02-17 Chris LattnerRename the IMULri* instructions to IMULrri, as they...
2004-02-16 Alkis EvlogimenosAdd peephole optimizations for ADD [MEM], IMM8 instruct...
2004-02-15 Alkis EvlogimenosMake dense maps keyed on physical registers smallerusing
2004-02-14 Alkis EvlogimenosUse newly added next() and prior() utility functions.
2004-02-12 Alkis EvlogimenosChange MachineBasicBlock's vector of MachineInstr point...
2004-02-10 Chris LattnerAdd #include
2004-02-10 Chris LattnerRemove uses of MachineOperand::isVirtualRegister
2004-02-04 Alkis EvlogimenosModify the two address instruction pass to remove the...
2003-12-14 Alkis EvlogimenosChange interface of MachineOperand as follows:
2003-12-01 Chris LattnerAdd a new SSA-based peephole optimizer which includes...
2003-11-30 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-20 Chris LattnerEmit x86 instructions for: A = B op C, where A and...
2003-08-13 Brian GaekeFactory methods for FunctionPasses now return type...
2003-01-16 Chris LattnerFix problem with invalidated iterator
2003-01-13 Chris LattnerNew files