aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/ExprTypeConvert.cpp
AgeCommit message (Expand)Author
2007-02-03For PR1072:Reid Spencer
2007-02-02Changes to support making the shift instructions be true BinaryOperators.Reid Spencer
2007-02-01Ensure that ConvertOperandToType generates a result conversion byReid Spencer
2007-01-21For PR970:Reid Spencer
2007-01-15rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner
2007-01-15Eliminate calls to isInteger, generalizing code and tightening checks as needed.Chris Lattner
2006-12-31For PR950:Reid Spencer
2006-12-23For PR950:Reid Spencer
2006-12-18Convert the last uses of CastInst::createInferredCast to a normal castReid Spencer
2006-12-18Convert the last use of two-argument ConstantExpr::getCast into anotherReid Spencer
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-11-27For PR950:Reid Spencer
2006-11-26Removed #include <iostream> and used the llvm_cerr/DOUT streams instead.Bill Wendling
2006-11-08For PR950:Reid Spencer
2006-11-02For PR786:Reid Spencer
2006-05-12Remove dead stuffChris Lattner
2006-01-22Add explicit #includes of <iostream>Chris Lattner
2005-10-29Now that instcombine does this xform, remove it from the -raise passChris Lattner
2005-07-26ConvertibleToGEP always returns 0, remove some old crufty code whichChris Lattner
2005-05-14Preserve calling conv when hacking on callsChris Lattner
2005-05-06preserve the tail markerChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-02-02Fix crash on MallocInsts of unsized types.Alkis Evlogimenos
2005-02-01Hacks to make this ugly ugly code work with the new use lists.Chris Lattner
2005-01-29Adjust Valuehandle to hold its operand directly in it.Chris Lattner
2005-01-08Fix VS warningsChris Lattner
2004-09-28Add includes and use std:: for standard library calls to make codeAlkis Evlogimenos
2004-09-01Changes For Bug 352Reid Spencer
2004-08-08Two fixes:Chris Lattner
2004-07-29Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos
2004-07-21These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke
2004-07-15Progress on PR341Chris Lattner
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-06-19This will hopefully fix a heisenbug that Vladimir Merzliakov is runningChris Lattner
2004-04-05Support getelementptr instructions which use uint's to index into structureChris Lattner
2004-03-16Punt if we see gigantic PHI nodes. This improves a huge interpreter loopChris Lattner
2004-02-09Start using the new and improve interface to FunctionType argumentsChris Lattner
2004-01-12Remove uses of ConstantHandling itfChris Lattner
2004-01-09Finegrainify namespacificationChris Lattner
2003-12-23rename ClassifyExpression -> ClassifyExprChris Lattner
2003-12-23Remove extraneous #includeChris Lattner
2003-11-29Fix test: Transforms/LevelRaise/2003-11-28-IllegalTypeConversion.llChris 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-10-19Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner
2003-10-16Eliminate using declarationChris Lattner
2003-10-15Decrease usage of use_size()Chris Lattner
2003-10-10Fix spelling.Misha Brukman
2003-08-18Spell `necessary' correctly.Misha Brukman
2003-08-01DEBUG got moved to Support/Debug.hChris Lattner