aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/ExprTypeConvert.cpp
AgeCommit message (Expand)Author
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
2003-07-24Minor cleanupsChris Lattner
2003-06-23avoid dividing by zero when dealing with zero sized types (like [0 x double])Chris Lattner
2003-05-29Eliminate unnecessary ->get calls that are now automatically handled.Chris Lattner
2003-05-20Hopefully, the final fix for `[Pp]ropogate'.Misha Brukman
2003-05-20s/convertable/convertible/gMisha Brukman
2003-04-24Make the levelraise pass be well behaved w.r.t the TargetData that the currentChris Lattner
2003-02-14Fix bug: LevelRaise/2003-02-13-CallRaise.llChris Lattner
2003-01-30Fix levelraise/2003-01-30-ShiftCrash.llChris Lattner
2003-01-14Fix bugChris Lattner
2002-11-13Fix bug: 2002-11-13-PointerFunction.llChris Lattner
2002-11-04Ack: Fix bug in previous checkin.Chris Lattner
2002-11-04Be more generous about level raising constant expressions don't force eachChris Lattner
2002-11-01Make sure to include name information if we have itChris Lattner
2002-10-09 - Rename MTy to FTy (no methods exist anymore)Chris Lattner