summaryrefslogtreecommitdiff
path: root/lib/Transforms/ExprTypeConvert.cpp
Commit message (Expand)AuthorAge
* 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
* Eliminated the MemAccessInst class, folding contents into GEP class.Chris Lattner2002-08-22
* *** empty log message ***Chris Lattner2002-08-22
* Do not generate load/store instructions with indexing.Chris Lattner2002-08-22
* Avoid creating 'load X, 0' instead of just 'load X'Chris Lattner2002-08-14
* Implement the other half of a feature advertised by OperandConvertableToType.Chris Lattner2002-07-31
* * Remove dead code from ExprTypeConvert.cppChris Lattner2002-07-17
* Avoid !sized assertion failure if Ty is not a sized typeChris Lattner2002-07-16
* * Add assertion to ExprTypeConvert to detect error earlier than without itChris Lattner2002-07-16
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Convert transforms over to standardize debugging output on -debug optionChris Lattner2002-05-22
* This doesn't use DCE!Chris Lattner2002-05-07
* Fix bug: test/Regression/Transforms/LevelRaise/2002-05-02-BadCastElimination.llChris Lattner2002-05-02
* Fix for problem when allocating something like this:Chris Lattner2002-04-29
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-29
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-28
* Change Constant::getNullConstant to Constant::getNullValueChris Lattner2002-04-27
* s/Method/FunctionChris Lattner2002-04-08
* ConstantHandling moved into VMCore libraryChris Lattner2002-04-08