aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/TransformInternals.h
Commit message (Expand)AuthorAgeFilesLines
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header.John Criswell2003-10-211-0/+7
* Regularize header file commentsChris Lattner2003-10-131-1/+1
* The word `dependent' has no `a'.Misha Brukman2003-08-211-1/+1
* Simplify code by using ConstantInt::getRawValue instead of checking to seeChris Lattner2003-07-231-3/+1
* s/convertable/convertible/gMisha Brukman2003-05-201-5/+5
* Make the levelraise pass be well behaved w.r.t the TargetData that the currentChris Lattner2003-04-241-13/+10
* Fix: test/Regression/LLC/badidx.c problemChris Lattner2002-09-161-3/+3
* * Remove dead code from ExprTypeConvert.cppChris Lattner2002-07-171-30/+43
* Factor code out of TransformInternals into the Transform Utils libraryChris Lattner2002-05-071-24/+0
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
* Add casts for documentationChris Lattner2002-04-161-2/+2
* Declare the new InsertInstBeforeInst functionChris Lattner2002-03-211-0/+7
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-7/+8
* * isFirstClassType is now provided by the Type classChris Lattner2001-12-141-7/+2
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-1/+1
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-4/+4
* Support Composite's, not just structsChris Lattner2001-11-261-14/+28
* * Change ExpressionConvertableToType to more closely match map behavior ofChris Lattner2001-11-131-1/+2
* Improve raising significantlyChris Lattner2001-11-081-0/+28
* Fix bugsChris Lattner2001-11-061-5/+10
* Use the expression map correctly.Chris Lattner2001-11-051-2/+46
* Refactor code to share stuffChris Lattner2001-11-041-0/+56