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