summaryrefslogtreecommitdiff
path: root/lib/Transforms/ExprTypeConvert.cpp
Commit message (Expand)AuthorAge
...
* 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
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-07
* s/MethodType/FunctionTypeChris Lattner2002-04-04
* Fix bug test/Regression/Transforms/LevelRaise/2002-03-21-MissedRaise3.llChris Lattner2002-03-21
* Fix test/Regression/Transforms/LevelRaise/2002-03-21-MissedRaise2.llChris Lattner2002-03-21
* Fix test/Regression/Other/2002-03-21-LevelRaiseMiss.llChris Lattner2002-03-21
* Fix bug: test/Regression/Other/2002-03-11-LevelRaiseCalls.llChris Lattner2002-03-11
* Support changing the pointer type of a store for the case where we areChris Lattner2002-03-07