* llvm.spec.in: update blurb
[oota-llvm.git] / lib / Support /
2007-07-09 Owen AndersonMake the assignment operator for SmallPtrSet much faste...
2007-07-09 Owen AndersonMake the assignment operator for SmallPtrSet return...
2007-07-09 Owen AndersonFix an error in the assignment operator that was causin...
2007-07-09 Chris Lattnerimplement operator= for smallptrset
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-07-01 Nick LewyckyFix undefined behaviour reported by the new --enable...
2007-06-22 Owen AndersonFix a bug in SmallPtrSet that was causing GVNPRE to...
2007-06-21 Chris LattnerTwo changes:
2007-06-09 Nick LewyckyFix edge case.
2007-05-22 Dale JohannesenMake tail merging the default, except on powerPC. ...
2007-05-19 Reid SpencerFix an assertion introduced by my last change to the...
2007-05-17 Reid SpencerGet rid of leading zeros in the output of toString.
2007-05-17 Reid SpencerFor lshr by 0 bits, just return *this as a short cut...
2007-05-16 Reid SpencerFix a bug in the "fromString" method where radix 2...
2007-05-14 Reid SpencerMake the results for the rotate functions correct when...
2007-05-13 Reid SpencerAdd some things needed by the llvm-gcc version supporti...
2007-05-12 Reid SpencerFix shl to produce the correct result when the bitwidth...
2007-05-11 Chris Lattnerfix a memory leak
2007-05-07 Jeff CohenUnbreak VC++ build.
2007-05-06 Chris LattnerEnhance MemoryBuffer to return error messages in string...
2007-05-06 Chris Lattnerremove this file for now, we can bring it back from...
2007-05-06 Chris Lattnerremove libbzip2, it is dead
2007-05-06 Chris Lattnerdon't build bzip2 for now
2007-05-06 Chris Lattnerdisable this for now
2007-05-06 Chris LattnerFix MemoryBuffer::getFile to return null if it has...
2007-05-03 Chris LattnerThis is a patch to fix a compile error in STLExtras...
2007-05-03 Chris Lattnersilence some annoying gcc 4.3 warnings
2007-04-29 Jeff CohenFix MemoryBuffer breakage correctly.
2007-04-29 Jeff CohenUnbreak build.
2007-04-29 Chris LattnerAdd a new memorybuffer class, to unify all the file...
2007-04-26 Zhou ShengUsing APInt more efficiently.
2007-04-14 Jeff CohenFix PR1329.
2007-04-14 Reid SpencerWe want the number of bits needed, not the power of 2.
2007-04-13 Reid SpencerImplement a getBitsNeeded method to determine how many...
2007-04-13 Zhou ShengMake the apint construction more effective.
2007-04-12 Chris Lattnerimprove the patch for PR1318 to also support grouped...
2007-04-11 Chris LattnerFix PR1318 by reacting appropriately to a mutating...
2007-04-11 Reid SpencerFix an approximate calculation in an assertion not...
2007-04-07 Reid SpencerFor PR1291:
2007-04-07 Nick LewyckyAdd signExtend to ConstantRange, to complement zeroExte...
2007-04-07 Chris LattnerFix a bug in my earlier commit which exposed positional...
2007-04-06 Chris Lattnerrearchitect the registration mechanism used by the...
2007-04-05 Chris Lattnerremove the dead removeArgument method, rename Options...
2007-04-04 Chris Lattnerstringmap memory managed with malloc now
2007-04-04 Chris Lattneruse calloc instead of new/memset, it is more efficient
2007-04-04 Chris LattnerExtend StringMap to support being initialized as comple...
2007-04-03 Chris Lattnergreatly reduce hte default size of stringmap.
2007-04-01 Nick LewyckyImplement union of wrapped sets.
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Reid SpencerFor PR789:
2007-03-21 Zhou ShengFix a bug in getAllOnesValue() which broke
2007-03-20 Jeff CohenFix (and simplify) 48-bit byte swap.
2007-03-19 Reid SpencerFix coding standards violation.
2007-03-19 Reid SpencerImplement extension of sign bits for negative values...
2007-03-12 Reid SpencerRevert the last patch as it violates the conditions...
2007-03-12 Zhou ShengFor APInt::z/sext(width), if width == BitWidth, just...
2007-03-10 Nick LewyckyAdd getter methods for the extremes of a ConstantRange.
2007-03-05 Jeff CohenUnbreak VC++ build.
2007-03-02 Reid SpencerFix ashr for bitwidths > 64. This is now validated...
2007-03-02 Reid SpencerUse a better algorithm for rounding sqrt results. Chang...
2007-03-02 Nick LewyckyImplement unionWith.
2007-03-02 Reid SpencerAdd a FIXME
2007-03-02 Reid SpencerFix a problem where shifting by 64-bits leads to incorr...
2007-03-01 Reid SpencerCombine two lines that can be.
2007-03-01 Reid SpencerMake the static table of results in sqrt const.
2007-03-01 Reid SpencerAdd methods for bit width modification: sextOrTrunc...
2007-03-01 Reid SpencerRemove the "isSigned" parameters from ConstantRange...
2007-03-01 Reid SpencerUse a real table in sqrt to shorten and quicken the...
2007-03-01 Reid SpencerAdd a square root function.
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-28 Reid SpencerMake the trunc/sext/zext methods return APInt& so that...
2007-02-28 Reid SpencerFix a bug in RoundDoubleToAPInt where it would force...
2007-02-27 Reid SpencerJoin two lines that can be joined.
2007-02-27 Reid SpencerImplement countLeadingOnes() and getMinSignedBits(...
2007-02-27 Reid SpencerImprove APInt interface:
2007-02-27 Reid SpencerConform to single person attribution in file comment.
2007-02-27 Reid Spencer1. Fix three serious bugs in the comparison code.
2007-02-27 Reid SpencerGet rid of extraneous // in file comment.
2007-02-27 Reid SpencerSimplify and document RoundDoubleToAPInt.
2007-02-26 Reid Spencer1. Make sure all delete operators of arrays use the...
2007-02-26 Reid SpencerImplement the getHashValue method.
2007-02-26 Reid SpencerRe-enable this. The header was committed.
2007-02-26 Chris Lattneranother missing header :( :( :(
2007-02-26 Reid Spencer1. Remove redundant calls to clearUsedBits().
2007-02-26 Reid SpencerRewrite lshr to not do bit by bit copy but to copy...
2007-02-25 Reid SpencerFix sext operation. Shifting by zero would leave an...
2007-02-25 Reid Spencer1. Fix the flip() method to correctly flip all words...
2007-02-25 Reid Spencer1. Provide more detail in file comment.
2007-02-25 Reid SpencerAllow this to compile now that the header file is check...
2007-02-25 Chris Lattnerthis doesn't compile, disable it
2007-02-25 Reid SpencerClean up lshr and ashr to coding standards.
2007-02-25 Reid SpencerWhoops, last word with bits in large shift left wasn...
2007-02-25 Reid SpencerFix the > 64 bits case for left shift.
2007-02-24 Reid SpencerFix the remainder shifting in KnuthDiv.
2007-02-24 Reid Spencer1. Fix a bug in fromString for the <= 64bits case
2007-02-24 Reid Spencer1. Fix last bug in KnuthDiv. All divide tests pass...
2007-02-24 Reid Spencer1. Make internal functions take const arguments where...
next