aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/TransformInternals.h
AgeCommit message (Expand)Author
2002-07-17* Remove dead code from ExprTypeConvert.cppChris 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-16Add casts for documentationChris Lattner
2002-03-21Declare the new InsertInstBeforeInst functionChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-14* isFirstClassType is now provided by the Type classChris Lattner
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-11-26Support Composite's, not just structsChris Lattner
2001-11-13* Change ExpressionConvertableToType to more closely match map behavior ofChris Lattner
2001-11-08Improve raising significantlyChris Lattner
2001-11-06Fix bugsChris Lattner
2001-11-05Use the expression map correctly.Chris Lattner
2001-11-04Refactor code to share stuffChris Lattner