Modified cast so that it converts the int to a long before casting to
[oota-llvm.git] / lib / Target / X86 / InstSelectPattern.cpp
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...