Add #include
[oota-llvm.git] / lib / Target / X86 / X86PeepholeOpt.cpp
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