aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/TransformInternals.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove dead #includeChris Lattner2005-10-291-1/+0
* ConvertibleToGEP always returns 0, remove some old crufty code whichChris Lattner2005-07-261-13/+0
* Remove trailing whitespaceMisha Brukman2005-04-211-4/+4
* Fix VS warningsChris Lattner2005-01-081-3/+3
* Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos2004-07-291-1/+1
* Support getelementptr instructions which use uint's to index into structureChris Lattner2004-04-051-104/+6
* Adjust to the changed StructType interface. In particular, getElementTypes()...Chris Lattner2004-02-091-1/+1
* Finegrainify namespacificationChris Lattner2004-01-091-12/+16
* rename ClassifyExpression -> ClassifyExprChris Lattner2003-12-231-1/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Do not crash on empty structuresChris Lattner2003-10-171-0/+5
* Regularize header file commentsChris Lattner2003-10-131-1/+1
* Fix spelling.Misha Brukman2003-10-101-1/+1
* avoid dividing by zero when dealing with zero sized types (like [0 x double])Chris Lattner2003-06-231-0/+1
* Fix bug: LevelRaise/2003-06-07-EmptyArrayTest.llChris Lattner2003-06-071-1/+2
* s/convertable/convertible/gMisha Brukman2003-05-201-2/+2
* Make the levelraise pass be well behaved w.r.t the TargetData that the currentChris Lattner2003-04-241-12/+7
* Fix bug: LevelRaise/2003-01-22-GEPProblem.llChris Lattner2003-01-231-1/+1
* Fix bug: 2002-10-02-SignExtensionProblem.llChris Lattner2002-10-021-3/+2
* Fix: test/Regression/LLC/badidx.c problemChris Lattner2002-09-161-11/+11
* - Change getelementptr instruction to use long indexes instead of uintChris Lattner2002-09-111-7/+7
* Simplify code (somtimes dramatically), by using the new "auto-insert" featureChris Lattner2002-09-101-20/+10
* - Eliminate the last traces of the 'analysis' namespaceChris Lattner2002-08-301-1/+1
* *** empty log message ***Chris Lattner2002-07-251-2/+2
* MEGAPATCH checkin.Chris Lattner2002-06-251-4/+4
* Factor code out of TransformInternals into the Transform Utils libraryChris Lattner2002-05-071-64/+0
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+0
* * Clean up the code a bitChris Lattner2002-04-161-8/+4
* Implement TODO, fixing bug:Chris Lattner2002-04-091-16/+9
* Add explicit #includes of Function.h to make up for the removed #includeChris Lattner2002-04-091-0/+1
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-1/+0
* Make ConvertableToGEP handle cases where the user is indexing into theChris Lattner2002-03-211-23/+29
* Implement the new InsertInstBeforeInst functionChris Lattner2002-03-211-0/+14
* 1. Fix bug test/Regression/Other/2002-03-20-LevelRaiseBadCodegen.llChris Lattner2002-03-211-15/+21
* Fix bug: test/Regression/Other/2002-03-14-LevelRaiseHang.llChris Lattner2002-03-141-1/+1
* update commentsChris Lattner2002-03-111-3/+2
* We were not correctly burrowing down multiple levels to get to a leaf. Fix t...Chris Lattner2002-03-071-1/+2
* Bug fix for test/Regression/Other/2002-02-14-LevelRaiseBadAssert.llChris Lattner2002-02-141-0/+1
* Elminate an unused variableChris Lattner2002-01-211-1/+0
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-2/+2
* * add ReplaceInstWithInstChris Lattner2001-12-141-26/+25
* Don't insert scales of 1 :)Chris Lattner2001-12-071-1/+2
* Fix bug that caused invalid transformations to be appliedChris Lattner2001-12-061-1/+1
* Handle more complex array indexing expressionsChris Lattner2001-12-051-14/+47
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-5/+5
* losslessCastableTypes is moved to Type classChris Lattner2001-11-261-50/+133
* Better heuristics for handling arraysChris Lattner2001-11-141-1/+1
* Improve raising significantlyChris Lattner2001-11-081-0/+42
* Refactor code to share stuffChris Lattner2001-11-041-0/+89