aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/TransformInternals.cpp
AgeCommit message (Expand)Author
2007-02-03For PR1072:Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-10-20For PR950:Reid Spencer
2005-10-29Remove dead #includeChris Lattner
2005-07-26ConvertibleToGEP always returns 0, remove some old crufty code whichChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-08Fix VS warningsChris Lattner
2004-07-29Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos
2004-04-05Support getelementptr instructions which use uint's to index into structureChris Lattner
2004-02-09Adjust to the changed StructType interface. In particular, getElementTypes()...Chris Lattner
2004-01-09Finegrainify namespacificationChris Lattner
2003-12-23rename ClassifyExpression -> ClassifyExprChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-17Do not crash on empty structuresChris Lattner
2003-10-13Regularize header file commentsChris Lattner
2003-10-10Fix spelling.Misha Brukman
2003-06-23avoid dividing by zero when dealing with zero sized types (like [0 x double])Chris Lattner
2003-06-07Fix bug: LevelRaise/2003-06-07-EmptyArrayTest.llChris Lattner
2003-05-20s/convertable/convertible/gMisha Brukman
2003-04-24Make the levelraise pass be well behaved w.r.t the TargetData that the currentChris Lattner
2003-01-23Fix bug: LevelRaise/2003-01-22-GEPProblem.llChris Lattner
2002-10-02Fix bug: 2002-10-02-SignExtensionProblem.llChris Lattner
2002-09-16Fix: test/Regression/LLC/badidx.c problemChris Lattner
2002-09-11 - Change getelementptr instruction to use long indexes instead of uintChris Lattner
2002-09-10Simplify code (somtimes dramatically), by using the new "auto-insert" featureChris Lattner
2002-08-30 - Eliminate the last traces of the 'analysis' namespaceChris Lattner
2002-07-25*** empty log message ***Chris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-07Factor code out of TransformInternals into the Transform Utils libraryChris Lattner
2002-04-28Split ConstantVals.h into Constant.h and Constants.hChris Lattner
2002-04-16* Clean up the code a bitChris Lattner
2002-04-09Implement TODO, fixing bug:Chris Lattner
2002-04-09Add explicit #includes of Function.h to make up for the removed #includeChris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-03-21Make ConvertableToGEP handle cases where the user is indexing into theChris Lattner
2002-03-21Implement the new InsertInstBeforeInst functionChris Lattner
2002-03-211. Fix bug test/Regression/Other/2002-03-20-LevelRaiseBadCodegen.llChris Lattner
2002-03-14Fix bug: test/Regression/Other/2002-03-14-LevelRaiseHang.llChris Lattner
2002-03-11update commentsChris Lattner
2002-03-07We were not correctly burrowing down multiple levels to get to a leaf. Fix t...Chris Lattner
2002-02-14Bug fix for test/Regression/Other/2002-02-14-LevelRaiseBadAssert.llChris Lattner
2002-01-21Elminate an unused variableChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-14* add ReplaceInstWithInstChris Lattner
2001-12-07Don't insert scales of 1 :)Chris Lattner
2001-12-06Fix bug that caused invalid transformations to be appliedChris Lattner
2001-12-05Handle more complex array indexing expressionsChris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-11-26losslessCastableTypes is moved to Type classChris Lattner