aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/InstSelectPattern.cpp
AgeCommit message (Expand)Author
2004-07-26Renamed files to have the `X86' prefix for uniqueness purposes.Misha Brukman
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2003-12-28Clean up a lot of the code I added yesterday by exposing the IntrinsicLoweringChris Lattner
2003-12-28implement support for the intrinsic lowering functionalityChris 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-08-15Adjust to new API, add expandCall stubChris Lattner
2003-08-13Factory methods for FunctionPasses now return type FunctionPass *.Brian Gaeke
2003-08-11Add support for a pattern matching instruction selector. This is still inChris Lattner