Added C and Ocaml bindings for functions, basic blocks, and
[oota-llvm.git] / lib / Support /
2007-09-25 Dale JohannesenMake APFloat->int conversions deterministic even in
2007-09-25 Dale JohannesenFix long double<->shorter FP type conversions
2007-09-22 Neil BoothHandle storage complications of float->float conversions.
2007-09-21 Dale JohannesenChange APFloat::convertFromInteger to take the incoming
2007-09-20 Dale JohannesenFix PR 1688. See comments there.
2007-09-17 Devang PatelDo not hide APInt::dump() inside #ifndef NDEBUG.
2007-09-14 Chris Lattnerfix a gcc warning: comparison between signed and unsign...
2007-09-14 Dale JohannesenRemove the assumption that FP's are either float or
2007-09-14 Dan GohmanAnd an FoldingSetImpl::NodeID::AddInteger overload...
2007-09-14 Dan GohmanRemove spurious consts. This fixes warnings with compil...
2007-09-12 Dale JohannesenCompensate for partCount change in Bogus definition
2007-09-11 Dale JohannesenAdd APInt interfaces to APFloat (allows directly
2007-09-08 Evan ChengSmarter Reset(). Instead of deallocating all memory...
2007-09-05 Evan ChengAdded Reset() to free all allocated memory regions...
2007-09-05 Dale JohannesenFix mod so it actually works. Fix conversions to
2007-08-31 Dale JohannesenOops, should be part of 41664; won't work very well...
2007-08-31 Dale JohannesenEnhance APFloat to retain bits of NaNs (fixes oggenc).
2007-08-30 Dale JohannesenChange LegalFPImmediates to use APFloat.
2007-08-24 Dale JohannesenPoison APFloat::operator==. Replace existing uses...
2007-08-24 Dale JohannesenRevised per review feedback from previous patch.
2007-08-24 Chris Lattnersilence some warnings in an optimized build.
2007-08-24 Dale JohannesenChange internal representation of ConstantFP to use...
2007-08-23 Chris Lattnerrename APInt::toString -> toStringUnsigned for symmetry...
2007-08-20 Chris Lattnerinitial checkin of Neil's APFloat work.
2007-08-16 Chris LattnerThis adds a bunch of static functions that implement...
2007-08-15 Anton KorobeynikovProperly use const qualifiers
2007-08-08 Reid SpencerMake getSTDIN return null if the standard input is...
2007-08-05 Reid SpencerEscape some escapes that confuse doxygen.
2007-08-05 Chris LattnerWhen clearing a SmallPtrSet, if the set had a huge...
2007-07-27 Owen AndersonAllow SmallPtrSet to hold pointers to const data.
2007-07-24 Owen AndersonMake the copy constructor of SmallPtrSet much faster.
2007-07-19 Owen AndersonRemember to free the heap allocated array if we're...
2007-07-18 Owen AndersonFix an issue where assignments that caused a SmallPtrSe...
2007-07-17 Reid SpencerUnbreak the build by putting calls to free into the...
2007-07-16 Owen AndersonUse realloc() to (potentially) resize the contents...
2007-07-14 Nick LewyckyClarify the language. Pointed out by Duncan Sands.
2007-07-14 Nick LewyckyAdd alternate ConstantRange intersection algorithm.
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...
next