aboutsummaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
2008-05-06Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman
2008-05-05Fix more -Wshorten-64-to-32 warnings.Evan Cheng
2008-05-02Suppress -Wshorten-64-to-32 warnings for 64-bit hosts.Evan Cheng
2008-04-30fcntl.h is pretty standard on unix (without the sys/)Gabor Greif
2008-04-28Fix a pointer-arithmetic bug that caused 64-bit host pointer values toDan Gohman
2008-04-28Bug fix in BumpPtrAllocator: don't assume that all objects have the same alig...Ted Kremenek
2008-04-28Add support for response files to the CommandLine library.Mikhail Glushenkov
2008-04-23Make these variables static.Dan Gohman
2008-04-20Check that APFloat::convert is not trying to targetDale Johannesen
2008-04-15Use gv's --spartan option, which trades away an extra row of UI buttonsDan Gohman
2008-04-10Make several symbols static.Dan Gohman
2008-04-01Fix compilation errors on MSVC. Patch by Argiris Kirtzidis!Bill Wendling
2008-04-01Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner
2008-04-01Reimplement MemoryBuffer::getFile with three enhancements:Chris Lattner
2008-04-01Remove the MappedFile::charBase member, rename base -> getBase() andChris Lattner
2008-04-01Change DiffFilesWithTolerance to be written in terms of MemoryBuffer,Chris Lattner
2008-04-01Remove MappedFile support for mapping files for write and execChris Lattner
2008-03-25Add explicit keywords.Dan Gohman
2008-03-25A quick nm audit turned up several fixed tables and objects that wereDan Gohman
2008-03-16Add assert for non-hexadecimal radixes.Bill Wendling
2008-03-07Fix a typo. It's causing consumer-typeset to miscompile. Perhaps more.Evan Cheng
2008-02-29Add support to APInt for shift and rotate operations with APIntDan Gohman
2008-02-29Add a method to APFloat to convert directly from APInt.Dan Gohman
2008-02-23Fix a bug that caused opt and other tools to silently ignoreDan Gohman
2008-02-20Add explicit keywords.Dan Gohman
2008-02-20Add 'sink' cmdline option. Patch by Mikhail Glushenkov!Anton Korobeynikov
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov
2008-02-19Fixed bug in APInt::Profile() where the BitWidth field was not included in theTed Kremenek
2008-02-15Fixed bug in FoldingSetIteratorImpl where we did not correctly check ifTed Kremenek
2008-02-14Fix a warning about comparison between signed and unsigned,Dan Gohman
2008-02-13Add countTrailingOnes member functions to APInt.Dan Gohman
2008-02-11Added "Profile" method to APFloat for use with FoldingSet.Ted Kremenek
2008-02-06Add support to FoldingSet for hashing APInt objects.Dan Gohman
2008-02-04Added "bucket_iterators" to FoldingSet. Bucket iterators allow iterationTed Kremenek
2008-02-04Fixed 80 col. violation.Ted Kremenek
2008-01-31Chris' change to print an approximation to long doublesDale Johannesen
2008-01-29Remove top-level const qualifiers from casts, avoiding associatedDan Gohman
2008-01-28Simplify the code and fix a typo.Lauro Ramos Venancio
2008-01-28Fix fpcmp infinite loop when comparing "29-266" with "29-268".Lauro Ramos Venancio
2008-01-19Added FoldingSet style 'profiling' support for APSInt.Ted Kremenek
2008-01-19Added FoldingSet style 'profiling' support for APInt.Ted Kremenek
2008-01-19Made 'FoldingSetNodeID' a proper class instead of a nested class inTed Kremenek
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-29remove attribution from lib Makefiles.Chris Lattner
2007-12-24Cygwin defines uint32_t as unsigned long. Unbreak call to std::min in this caseAnton Korobeynikov
2007-12-11Don't have APInt.cpp depend upon DerivedTypes.h. This helps with splitting theReid Spencer
2007-12-08proper #include order.Chris Lattner
2007-12-08Adding a StringPool data structure, which GC will use.Gordon Henriksen
2007-12-05Prior commit updated wrong if, apologies.Neil Booth
2007-12-05Handle zero correctly.Neil Booth