Age | Commit message (Expand) | Author |
2009-07-09 | Revert the part of 75177 that split ConstantRange into two classes, and | Dan Gohman |
2009-07-09 | Add a ConstantSignedRange class, which does for signed integers | Dan Gohman |
2008-08-23 | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner |
2008-08-17 | Rework the routines that convert AP[S]Int into a string. Now, instead of | Chris Lattner |
2008-05-27 | Tidy up whitespace in ConstantRange::print output. | Dan Gohman |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-07-14 | Clarify the language. Pointed out by Duncan Sands. | Nick Lewycky |
2007-07-14 | Add alternate ConstantRange intersection algorithm. | Nick Lewycky |
2007-06-09 | Fix edge case. | Nick Lewycky |
2007-04-26 | Using APInt more efficiently. | Zhou Sheng |
2007-04-13 | Make the apint construction more effective. | Zhou Sheng |
2007-04-07 | Add signExtend to ConstantRange, to complement zeroExtend and truncate. | Nick Lewycky |
2007-04-01 | Implement union of wrapped sets. | Nick Lewycky |
2007-03-10 | Add getter methods for the extremes of a ConstantRange. | Nick Lewycky |
2007-03-02 | Implement unionWith. | Nick Lewycky |
2007-03-01 | Remove the "isSigned" parameters from ConstantRange. It turns out they | Reid Spencer |
2007-02-28 | Move ConstantRange class to lib/Support from lib/Analysis and make its | Reid Spencer |
2007-02-28 | For PR1205: | Reid Spencer |
2007-02-28 | For PR1205: | Reid Spencer |
2007-02-28 | For PR1205: | Reid Spencer |
2007-02-11 | Fix comments to match names of functions. | Nick Lewycky |
2007-01-19 | For PR1043: | Reid Spencer |
2007-01-15 | rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. | Chris Lattner |
2007-01-15 | Update code to eliminate calls to isInteger, calling isIntegral instead. | Chris Lattner |
2007-01-15 | Fix correlated exprs regressions | Chris Lattner |
2007-01-12 | remove unneeded special cases | Chris Lattner |
2007-01-12 | Implement review feedback for the ConstantBool->ConstantInt merge. Chris | Reid Spencer |
2007-01-11 | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer |
2007-01-11 | For PR1043: | Zhou Sheng |
2007-01-08 | Fix a bug in an assert that would never trigger. | Reid Spencer |
2007-01-08 | Convert uses of getPrimitiveSize that should be getPrimitiveSizeInBits. | Reid Spencer |
2006-12-23 | For PR950: | Reid Spencer |
2006-12-12 | Replace inferred getCast(V,Ty) calls with more strict variants. | Reid Spencer |
2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
2006-12-06 | Adjust to new ConstantIntegral interface for Max/Min tests. | Reid Spencer |
2006-12-04 | Change inferred casts to explicit casts. | Reid Spencer |
2006-11-29 | WTF? These weird newlines got in there... | Bill Wendling |
2006-11-28 | Removed some of the iostream #includes. Moved towards converting to using | Bill Wendling |
2006-10-20 | For PR950: | Reid Spencer |
2006-09-28 | Simplify some code | Chris Lattner |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2004-07-15 | Bug fixes for PR341 | Chris Lattner |
2004-07-04 | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer |
2004-03-30 | Add some new methods | Chris Lattner |
2004-03-29 | Adjust to new itf | Chris Lattner |
2004-01-12 | Remove use of ConstantHandling itf | Chris Lattner |
2003-12-14 | Finegrainify namespacification | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
2003-07-23 | Simplify code by using ConstantInt::getRawValue instead of checking to see | Chris Lattner |