Since we are using GCC to assemble the program, make sure the assembly syntax is...
[oota-llvm.git] / lib / Support /
2008-06-24 Dan GohmanAppend to the ActiveTimers std::vector before looking...
2008-06-23 Wojciech MatyjewiczFirst step to fix PR2088. Implement routine to compute the
2008-06-21 Dan GohmanAvoid creating a redundant zero APInt.
2008-06-17 Ted KremenekConsistently set "Buckets[NumBuckets] = reinterpret_cas...
2008-06-05 Zhou ShengAs comments said, for negative value, the arithmetic
2008-05-30 Matthijs KooijmanGive a proper error message when a command line option...
2008-05-29 Bill WendlingRemove more iostream header includes. Needed to impleme...
2008-05-27 Dan GohmanTidy up whitespace in ConstantRange::print output.
2008-05-14 Dale JohannesenDon't assume underlying APInt type is limited
2008-05-14 Dale JohannesenRemove undefined behavior in hex string->APFloat
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-05-12 Dan GohmanMake firstEightPowers const.
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-05-02 Evan ChengSuppress -Wshorten-64-to-32 warnings for 64-bit hosts.
2008-04-30 Gabor Greiffcntl.h is pretty standard on unix (without the sys/)
2008-04-28 Dan GohmanFix a pointer-arithmetic bug that caused 64-bit host...
2008-04-28 Ted KremenekBug fix in BumpPtrAllocator: don't assume that all...
2008-04-28 Mikhail GlushenkovAdd support for response files to the CommandLine library.
2008-04-23 Dan GohmanMake these variables static.
2008-04-20 Dale JohannesenCheck that APFloat::convert is not trying to target
2008-04-15 Dan GohmanUse gv's --spartan option, which trades away an extra...
2008-04-10 Dan GohmanMake several symbols static.
2008-04-01 Bill WendlingFix compilation errors on MSVC. Patch by Argiris Kirtzidis!
2008-04-01 Chris LattnerChange the MemoryBuffer::getFile* methods to take just...
2008-04-01 Chris LattnerReimplement MemoryBuffer::getFile with three enhancements:
2008-04-01 Chris LattnerRemove the MappedFile::charBase member, rename base...
2008-04-01 Chris LattnerChange DiffFilesWithTolerance to be written in terms...
2008-04-01 Chris LattnerRemove MappedFile support for mapping files for write...
2008-03-25 Dan GohmanAdd explicit keywords.
2008-03-25 Dan GohmanA quick nm audit turned up several fixed tables and...
2008-03-16 Bill WendlingAdd assert for non-hexadecimal radixes.
2008-03-07 Evan ChengFix a typo. It's causing consumer-typeset to miscompile...
2008-02-29 Dan GohmanAdd support to APInt for shift and rotate operations...
2008-02-29 Dan GohmanAdd a method to APFloat to convert directly from APInt.
2008-02-23 Dan GohmanFix a bug that caused opt and other tools to silently...
2008-02-20 Dan GohmanAdd explicit keywords.
2008-02-20 Anton KorobeynikovAdd 'sink' cmdline option. Patch by Mikhail Glushenkov!
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-19 Ted KremenekFixed bug in APInt::Profile() where the BitWidth field...
2008-02-15 Ted KremenekFixed bug in FoldingSetIteratorImpl where we did not...
2008-02-14 Dan GohmanFix a warning about comparison between signed and unsigned,
2008-02-13 Dan GohmanAdd countTrailingOnes member functions to APInt.
2008-02-11 Ted KremenekAdded "Profile" method to APFloat for use with FoldingSet.
2008-02-06 Dan GohmanAdd support to FoldingSet for hashing APInt objects.
2008-02-04 Ted KremenekAdded "bucket_iterators" to FoldingSet. Bucket iterato...
2008-02-04 Ted KremenekFixed 80 col. violation.
2008-01-31 Dale JohannesenChris' change to print an approximation to long doubles
2008-01-29 Dan GohmanRemove top-level const qualifiers from casts, avoiding...
2008-01-28 Lauro Ramos VenancioSimplify the code and fix a typo.
2008-01-28 Lauro Ramos VenancioFix fpcmp infinite loop when comparing "29-266" with...
2008-01-19 Ted KremenekAdded FoldingSet style 'profiling' support for APSInt.
2008-01-19 Ted KremenekAdded FoldingSet style 'profiling' support for APInt.
2008-01-19 Ted KremenekMade 'FoldingSetNodeID' a proper class instead of a...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-29 Chris Lattnerremove attribution from lib Makefiles.
2007-12-24 Anton KorobeynikovCygwin defines uint32_t as unsigned long. Unbreak call...
2007-12-11 Reid SpencerDon't have APInt.cpp depend upon DerivedTypes.h. This...
2007-12-08 Chris Lattnerproper #include order.
2007-12-08 Gordon HenriksenAdding a StringPool data structure, which GC will use.
2007-12-05 Neil BoothPrior commit updated wrong if, apologies.
2007-12-05 Neil BoothHandle zero correctly.
2007-12-05 Dale JohannesenHandle 0 correctly in string->APFloat conversion.
2007-11-23 Chris LattnerFix PR1816, by correcting the broken definition of...
2007-11-23 Chris LattnerFix APInt::countTrailingZeros to return BitWidth if...
2007-11-18 Chris LattnerFix the Linker testcase regressions, by making MemoryBu...
2007-11-17 Dale JohannesenFix denormal check in float->APInt conversion.
2007-11-06 Chris Lattnermake smallptrset more const and type correct, which...
2007-11-02 Neil BoothRemove some unnecessary C-style statics.
2007-11-01 Neil BoothAdd back line whose removal somehow crept into prior...
2007-11-01 Neil BoothWhen converting to integer, do bit manipulations in...
2007-10-25 Hartmut KaiserClarified operator precedence.
2007-10-18 Chris LattnerThis requires rtti info because tblgen uses commandline,
2007-10-15 Neil BoothFast-track obviously over-large and over-small exponent...
2007-10-14 Neil BoothConsolidate logic for creating NaNs. Silence compiler...
2007-10-14 Neil BoothWhether arithmetic is supported is a property of the...
2007-10-14 Neil BoothSeparate out parsing of decimal number. Use this to...
2007-10-13 Neil BoothIf the power of 5 is exact, and the reciprocal exact...
2007-10-12 Neil BoothRemove duplicate comment.
2007-10-12 Neil BoothImplement correctly-rounded decimal->binary conversion...
2007-10-12 Neil BoothRemove a field that was never used.
2007-10-12 Neil BoothIf we're trying to be arbitrary precision, unsigned...
2007-10-12 Neil BoothDon't attempt to mask no bits
2007-10-11 Dale JohannesenNext PPC long double bits. First cut at constants.
2007-10-09 Chris LattnerAdd new MemoryBuffer::getMemBufferCopy method.
2007-10-09 Dan GohmanPass argc by value, not by reference, since it isn...
2007-10-09 Chris LattnerChange a #include into a forward declaration
2007-10-08 Dan GohmanMove the space in overview output for commands out...
2007-10-08 Neil BoothUse APInt::tcExtract. It's cleaner, and works :)
2007-10-08 Neil BoothAdd a new function tcExtract for extracting a bignum...
2007-10-07 Neil BoothAdd back convertFromSignExtendedInteger.
2007-10-07 Neil BoothNow that convertFromUnsignedParts has a sane, constant...
2007-10-07 Neil BoothReimplement convertFromUnsignedInteger so it is passed...
2007-10-07 Neil BoothconvertFromInteger, as originally written, expected...
2007-10-07 Neil BoothcombineLostFractions does not need to be a member function
2007-10-06 Neil BoothCleaner, more general exponent output.
2007-10-06 Chris Lattnersilence warnings in no-assert build.
2007-10-06 Neil BoothFix and clarify some comments.
2007-10-06 Neil BoothGeneralize tcFullMultiply so that the operands can...
2007-10-03 Neil BoothAdd APFloat -> hexadecimal string conversion, as per...
next