summaryrefslogtreecommitdiff
path: root/lib/Transforms/ExprTypeConvert.cpp
Commit message (Expand)AuthorAge
* 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
* Minor cleanupsChris Lattner2003-07-24
* avoid dividing by zero when dealing with zero sized types (like [0 x double])Chris Lattner2003-06-23
* Eliminate unnecessary ->get calls that are now automatically handled.Chris Lattner2003-05-29
* Hopefully, the final fix for `[Pp]ropogate'.Misha Brukman2003-05-20
* s/convertable/convertible/gMisha Brukman2003-05-20
* Make the levelraise pass be well behaved w.r.t the TargetData that the currentChris Lattner2003-04-24
* Fix bug: LevelRaise/2003-02-13-CallRaise.llChris Lattner2003-02-14
* Fix levelraise/2003-01-30-ShiftCrash.llChris Lattner2003-01-30
* Fix bugChris Lattner2003-01-14
* Fix bug: 2002-11-13-PointerFunction.llChris Lattner2002-11-13
* Ack: Fix bug in previous checkin.Chris Lattner2002-11-04