aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86PeepholeOpt.cpp
AgeCommit message (Expand)Author
2003-12-14Change interface of MachineOperand as follows:Alkis Evlogimenos
2003-12-01Add a new SSA-based peephole optimizer which includes copy propagation andChris Lattner
2003-11-30Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-20Emit x86 instructions for: A = B op C, where A and B are 16-bit registers,Chris Lattner
2003-08-13Factory methods for FunctionPasses now return type FunctionPass *.Brian Gaeke
2003-01-16Fix problem with invalidated iteratorChris Lattner
2003-01-13New filesChris Lattner