summaryrefslogtreecommitdiff
path: root/lib/Transforms/TransformInternals.h
AgeCommit message (Expand)AuthorFilesLines
2005-01-29Adjust Valuehandle to hold its operand directly in it.Chris Lattner1-0/+1
2004-10-27Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner1-1/+2
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-0/+4
2003-10-21Added LLVM copyright header.John Criswell1-0/+7
2003-10-13Regularize header file commentsChris Lattner1-1/+1
2003-08-21The word `dependent' has no `a'.Misha Brukman1-1/+1
2003-07-23Simplify code by using ConstantInt::getRawValue instead of checking to seeChris Lattner1-3/+1
2003-05-20s/convertable/convertible/gMisha Brukman1-5/+5
2003-04-24Make the levelraise pass be well behaved w.r.t the TargetData that the currentChris Lattner1-13/+10
2002-09-16Fix: test/Regression/LLC/badidx.c problemChris Lattner1-3/+3
2002-07-17* Remove dead code from ExprTypeConvert.cppChris Lattner1-30/+43
2002-05-07Factor code out of TransformInternals into the Transform Utils libraryChris Lattner1-24/+0
2002-04-28Split ConstantVals.h into Constant.h and Constants.hChris Lattner1-1/+1
2002-04-16Add casts for documentationChris Lattner1-2/+2
2002-03-21Declare the new InsertInstBeforeInst functionChris Lattner1-0/+7
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner1-7/+8
2001-12-14* isFirstClassType is now provided by the Type classChris Lattner1-7/+2
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner1-1/+1
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner1-4/+4
2001-11-26Support Composite's, not just structsChris Lattner1-14/+28
2001-11-13* Change ExpressionConvertableToType to more closely match map behavior ofChris Lattner1-1/+2
2001-11-08Improve raising significantlyChris Lattner1-0/+28
2001-11-06Fix bugsChris Lattner1-5/+10
2001-11-05Use the expression map correctly.Chris Lattner1-2/+46
2001-11-04Refactor code to share stuffChris Lattner1-0/+56