summaryrefslogtreecommitdiff
path: root/lib/Transforms/TransformInternals.h
Commit message (Expand)AuthorAge
* For PR950:Reid Spencer2006-10-20
* ConvertibleToGEP always returns 0, remove some old crufty code whichChris Lattner2005-07-26
* Remove trailing whitespaceMisha Brukman2005-04-21
* Adjust Valuehandle to hold its operand directly in it.Chris Lattner2005-01-29
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-27
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header.John Criswell2003-10-21
* Regularize header file commentsChris Lattner2003-10-13
* The word `dependent' has no `a'.Misha Brukman2003-08-21
* Simplify code by using ConstantInt::getRawValue instead of checking to seeChris Lattner2003-07-23
* s/convertable/convertible/gMisha Brukman2003-05-20
* Make the levelraise pass be well behaved w.r.t the TargetData that the currentChris Lattner2003-04-24
* Fix: test/Regression/LLC/badidx.c problemChris Lattner2002-09-16
* * Remove dead code from ExprTypeConvert.cppChris Lattner2002-07-17
* Factor code out of TransformInternals into the Transform Utils libraryChris Lattner2002-05-07
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-28
* Add casts for documentationChris Lattner2002-04-16
* Declare the new InsertInstBeforeInst functionChris Lattner2002-03-21
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* * isFirstClassType is now provided by the Type classChris Lattner2001-12-14
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-04
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-03
* Support Composite's, not just structsChris Lattner2001-11-26
* * Change ExpressionConvertableToType to more closely match map behavior ofChris Lattner2001-11-13
* Improve raising significantlyChris Lattner2001-11-08
* Fix bugsChris Lattner2001-11-06
* Use the expression map correctly.Chris Lattner2001-11-05
* Refactor code to share stuffChris Lattner2001-11-04