summaryrefslogtreecommitdiff
path: root/lib/Transforms/ExprTypeConvert.cpp
Commit message (Expand)AuthorAge
* 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
* Be more generous about level raising constant expressions don't force eachChris Lattner2002-11-04
* Make sure to include name information if we have itChris Lattner2002-11-01
* - Rename MTy to FTy (no methods exist anymore)Chris Lattner2002-10-09
* Changes to support PHINode::removeIncoming changesChris Lattner2002-10-08
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-01
* Fix: test/Regression/LLC/badidx.c problemChris Lattner2002-09-16
* Change the MallocInst & AllocaInst ctors to take the allocated type, not theChris Lattner2002-09-13
* - Change getelementptr instruction to use long indexes instead of uintChris Lattner2002-09-11
* Fix minor problems in previous checkinChris Lattner2002-09-10
* Clean up codeChris Lattner2002-09-10
* Fix bug: test/Regression/Transforms/LevelRaise/2002-09-10-PointerAdds.llChris Lattner2002-09-10
* Simplify code (somtimes dramatically), by using the new "auto-insert" featureChris Lattner2002-09-10
* Disallow creation of pointer typed shift instructionsChris Lattner2002-09-09
* - Eliminate the last traces of the 'analysis' namespaceChris Lattner2002-08-30