Eliminate all remaining tabs and trailing spaces.
[oota-llvm.git] / lib / Target / X86 / X86PeepholeOpt.cpp
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-04-21 Misha Brukman* Remove trailing whitespace
2005-01-12 Chris LattnerDo not lose the offset from teh global when peephole...
2005-01-11 Chris LattnerHandle the global address case here, not just the offse...
2004-10-06 Chris LattnerAdd some new instructions. Fix the asm string for...
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-26 Misha BrukmanFix file header as it has been renamed.
2004-06-02 Chris LattnerConvert to the new TargetMachine interface.
2004-04-02 Alkis EvlogimenosAdd more ADC and SBB variants
2004-02-29 Alkis EvlogimenosA big X86 instruction rename. The instructions are...
2004-02-28 Alkis EvlogimenosUncomment instructions that take both an immediate...
2004-02-28 Alkis EvlogimenosDo not generate instructions with mismatched memory...
2004-02-22 Alkis EvlogimenosMove MOTy::UseType enum into MachineOperand. This elimi...
2004-02-22 Chris LattnerThe two address pass cannot handle two addr instruction...
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