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