Introduce llvm::sys::path::home_directory.
[oota-llvm.git] / include / llvm / Support / ConstantRange.h
2013-07-11 Benjamin KramerUse move semantics if possible to construct ConstantRanges.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-06-28 Nuno Lopesadd ConstantRange::difference (to perform set differenc...
2010-12-17 Chris Lattnerimprove switch formation to handle small range
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-17 Dan GohmanFix ScalarEvolution's range memoization to avoid using a
2010-11-17 Dan GohmanMemoize results from ScalarEvolution's getUnsignedRange...
2010-09-07 Nick LewyckyAdd completely hokey binary-and and binary-or operation...
2010-09-06 Nick LewyckyAdd a new isSignWrappedSet() method to ConstantRange.
2010-08-11 Nick LewyckyClean up ConstantRange a bit:
2010-08-07 Owen AndersonRemove layering violation.
2010-08-07 Owen AndersonAdd an inverse() method to ConstantRange.
2010-08-07 Dan GohmanDelete this explicit assignment operator; it's equivale...
2010-08-07 Owen AndersonAdd a convenience constructor.
2010-08-05 Owen AndersonGive ConstantRange an operator=
2009-11-12 Nuno Lopesimplement shl, ashr, and lshr methods. shl is not fully...
2009-11-09 Nuno Lopesadd zextOrTrunc and sextOrTrunc methods, that are simil...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-07-18 Nick LewyckyReplace intersectWith with maximalIntersectWith. The...
2009-07-12 Nick LewyckyMake this clearer for the mathematically inclined....
2009-07-11 Nick LewyckyClarify and simplify.
2009-07-11 Nick LewyckyMove a method that creates constant ranges relative...
2009-07-09 Dan GohmanRevert the part of 75177 that split ConstantRange into...
2009-07-09 Dan GohmanAdd a ConstantSignedRange class, which does for signed...
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-02-20 Dan GohmanAdd explicit keywords.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-07-14 Nick LewyckyClarify the language. Pointed out by Duncan Sands.
2007-07-14 Nick LewyckyAdd alternate ConstantRange intersection algorithm.
2007-04-07 Nick LewyckyAdd signExtend to ConstantRange, to complement zeroExte...
2007-03-10 Nick LewyckyAdd getter methods for the extremes of a ConstantRange.
2007-03-01 Reid SpencerRemove the "isSigned" parameters from ConstantRange...
2007-02-28 Reid SpencerMove ConstantRange class to lib/Support from lib/Analys...
2007-02-28 Reid SpencerFor PR1205:
2007-02-28 Reid SpencerFor PR1205:
2007-02-28 Reid SpencerFor PR1205:
2007-02-11 Nick LewyckyFix comments to match names of functions.
2007-01-11 Zhou ShengFor PR1043:
2006-12-23 Reid SpencerFor PR950:
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-28 Bill WendlingAdded a temporary hack to get the llvm-streams to work...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-01 Reid SpencerChanges For Bug 352
2004-03-30 Chris LattnerAdd some new methods
2004-03-29 Chris LattnerRelax the interface a bit
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2002-09-03 Chris LattnerImplement operator== and != for ranges
2002-09-02 Chris LattnerAdd printing support to ConstantRange class
2002-09-01 Chris LattnerInitial implementation of ConstantRange support