aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/TransformInternals.h
AgeCommit message (Expand)Author
2007-02-05This file should have been removed when -raise was removed. It isn'tReid Spencer
2006-10-20For PR950:Reid Spencer
2005-07-26ConvertibleToGEP always returns 0, remove some old crufty code whichChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-29Adjust Valuehandle to hold its operand directly in it.Chris Lattner
2004-10-27Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-21Added LLVM copyright header.John Criswell
2003-10-13Regularize header file commentsChris Lattner
2003-08-21The word `dependent' has no `a'.Misha Brukman
2003-07-23Simplify code by using ConstantInt::getRawValue instead of checking to seeChris Lattner
2003-05-20s/convertable/convertible/gMisha Brukman
2003-04-24Make the levelraise pass be well behaved w.r.t the TargetData that the currentChris Lattner
2002-09-16Fix: test/Regression/LLC/badidx.c problemChris Lattner
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