For PR950:
[oota-llvm.git] / lib / Transforms / ExprTypeConvert.cpp
2006-12-23 Reid SpencerFor PR950:
2006-12-18 Reid SpencerConvert the last uses of CastInst::createInferredCast...
2006-12-18 Reid SpencerConvert the last use of two-argument ConstantExpr:...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-27 Reid SpencerFor PR950:
2006-11-26 Bill WendlingRemoved #include <iostream> and used the llvm_cerr...
2006-11-08 Reid SpencerFor PR950:
2006-11-02 Reid SpencerFor PR786:
2006-05-12 Chris LattnerRemove dead stuff
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2005-10-29 Chris LattnerNow that instcombine does this xform, remove it from...
2005-07-26 Chris LattnerConvertibleToGEP always returns 0, remove some old...
2005-05-14 Chris LattnerPreserve calling conv when hacking on calls
2005-05-06 Chris Lattnerpreserve the tail marker
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-02-02 Alkis EvlogimenosFix crash on MallocInsts of unsized types.
2005-02-01 Chris LattnerHacks to make this ugly ugly code work with the new...
2005-01-29 Chris LattnerAdjust Valuehandle to hold its operand directly in it.
2005-01-08 Chris LattnerFix VS warnings
2004-09-28 Alkis EvlogimenosAdd includes and use std:: for standard library calls...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-08 Chris LattnerTwo fixes:
2004-07-29 Alkis EvlogimenosMerge i*.h headers into Instructions.h as part of bug403.
2004-07-21 Brian GaekeThese files don't need to include <iostream> since...
2004-07-15 Chris LattnerProgress on PR341
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-06-19 Chris LattnerThis will hopefully fix a heisenbug that Vladimir Merzl...
2004-04-05 Chris LattnerSupport getelementptr instructions which use uint's...
2004-03-16 Chris LattnerPunt if we see gigantic PHI nodes. This improves a...
2004-02-09 Chris LattnerStart using the new and improve interface to FunctionTy...
2004-01-12 Chris LattnerRemove uses of ConstantHandling itf
2004-01-09 Chris LattnerFinegrainify namespacification
2003-12-23 Chris Lattnerrename ClassifyExpression -> ClassifyExpr
2003-12-23 Chris LattnerRemove extraneous #include
2003-11-29 Chris LattnerFix test: Transforms/LevelRaise/2003-11-28-IllegalTypeC...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-19 Chris LattnerChange the Opcode enum for PHI nodes from "Instruction...
2003-10-16 Chris LattnerEliminate using declaration
2003-10-15 Chris LattnerDecrease usage of use_size()
2003-10-10 Misha BrukmanFix spelling.
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-01 Chris LattnerDEBUG got moved to Support/Debug.h
2003-07-24 Chris LattnerMinor cleanups
2003-06-23 Chris Lattneravoid dividing by zero when dealing with zero sized...
2003-05-29 Chris LattnerEliminate unnecessary ->get calls that are now automati...
2003-05-20 Misha BrukmanHopefully, the final fix for `[Pp]ropogate'.
2003-05-20 Misha Brukmans/convertable/convertible/g
2003-04-24 Chris LattnerMake the levelraise pass be well behaved w.r.t the...
2003-02-14 Chris LattnerFix bug: LevelRaise/2003-02-13-CallRaise.ll
2003-01-30 Chris LattnerFix levelraise/2003-01-30-ShiftCrash.ll
2003-01-14 Chris LattnerFix bug
2002-11-13 Chris LattnerFix bug: 2002-11-13-PointerFunction.ll
2002-11-04 Chris LattnerAck: Fix bug in previous checkin.
2002-11-04 Chris LattnerBe more generous about level raising constant expressio...
2002-11-01 Chris LattnerMake sure to include name information if we have it
2002-10-09 Chris Lattner - Rename MTy to FTy (no methods exist anymore)
2002-10-08 Chris LattnerChanges to support PHINode::removeIncoming changes
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-09-16 Chris LattnerFix: test/Regression/LLC/badidx.c problem
2002-09-13 Chris LattnerChange the MallocInst & AllocaInst ctors to take the...
2002-09-11 Chris Lattner - Change getelementptr instruction to use long indexe...
2002-09-10 Chris LattnerFix minor problems in previous checkin
2002-09-10 Chris LattnerClean up code
2002-09-10 Chris LattnerFix bug: test/Regression/Transforms/LevelRaise/2002...
2002-09-10 Chris LattnerSimplify code (somtimes dramatically), by using the...
2002-09-09 Chris LattnerDisallow creation of pointer typed shift instructions
2002-08-30 Chris Lattner - Eliminate the last traces of the 'analysis' namespace
2002-08-22 Chris LattnerEliminated the MemAccessInst class, folding contents...
2002-08-22 Chris Lattner*** empty log message ***
2002-08-22 Chris LattnerDo not generate load/store instructions with indexing.
2002-08-14 Chris LattnerAvoid creating 'load X, 0' instead of just 'load X'
2002-07-31 Chris LattnerImplement the other half of a feature advertised by...
2002-07-17 Chris Lattner* Remove dead code from ExprTypeConvert.cpp
2002-07-16 Chris LattnerAvoid !sized assertion failure if Ty is not a sized...
2002-07-16 Chris Lattner* Add assertion to ExprTypeConvert to detect error...
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-22 Chris LattnerConvert transforms over to standardize debugging output...
2002-05-07 Chris LattnerThis doesn't use DCE!
2002-05-02 Chris LattnerFix bug: test/Regression/Transforms/LevelRaise/2002...
2002-04-29 Chris LattnerFix for problem when allocating something like this:
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-27 Chris LattnerChange Constant::getNullConstant to Constant::getNullValue
2002-04-08 Chris Lattners/Method/Function
2002-04-08 Chris LattnerConstantHandling moved into VMCore library
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-04-04 Chris Lattners/MethodType/FunctionType
2002-03-21 Chris LattnerFix bug test/Regression/Transforms/LevelRaise/2002...
2002-03-21 Chris LattnerFix test/Regression/Transforms/LevelRaise/2002-03-21...
2002-03-21 Chris LattnerFix test/Regression/Other/2002-03-21-LevelRaiseMiss.ll
2002-03-11 Chris LattnerFix bug: test/Regression/Other/2002-03-11-LevelRaiseCal...
2002-03-07 Chris LattnerSupport changing the pointer type of a store for the...
2002-02-14 Chris LattnerBug fix for test/Regression/Other/2002-02-14-LevelRaise...
2002-02-14 Chris LattnerImplement conversion of method pointer parameter in...
2002-02-14 Chris Lattner* Check in fix for: llvm/test/Regression/Other/2002...
2002-01-21 Chris LattnerMove stuff out of the Optimizations directories into...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris LattnerMany many changes and bugfixes:
2001-12-07 Chris LattnerImplement more general conversions for getelementptr...
next