Clean up code a bit.
[oota-llvm.git] / lib / Target / X86 / InstSelectPattern.cpp
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...