Fix indentation: should be 2 spaces.
[oota-llvm.git] / lib / Target / X86 / X86ISelPattern.cpp
2004-07-26 Misha BrukmanFix file header as it has been renamed.
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2003-12-28 Chris LattnerClean up a lot of the code I added yesterday by exposin...
2003-12-28 Chris Lattnerimplement support for the intrinsic lowering functionality
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-08-15 Chris LattnerAdjust to new API, add expandCall stub
2003-08-13 Brian GaekeFactory methods for FunctionPasses now return type...
2003-08-11 Chris LattnerAdd support for a pattern matching instruction selector...