Modified cast so that it converts the int to a long before casting to
[oota-llvm.git] / lib / Target / X86 / PeepholeOptimizer.cpp
2003-12-01 Chris LattnerAdd a new SSA-based peephole optimizer which includes...
2003-11-30 Chris LattnerFinegrainify namespacification
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-10-20 Chris LattnerEmit x86 instructions for: A = B op C, where A and...
2003-08-13 Brian GaekeFactory methods for FunctionPasses now return type...
2003-01-16 Chris LattnerFix problem with invalidated iterator
2003-01-13 Chris LattnerNew files