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