summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
...
* 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
* Handle 0 correctly in string->APFloat conversion.Dale Johannesen2007-12-05
* Fix PR1816, by correcting the broken definition of APInt::countTrailingZeros.Chris Lattner2007-11-23
* Fix APInt::countTrailingZeros to return BitWidth if the input is zero instead...Chris Lattner2007-11-23
* Fix the Linker testcase regressions, by making MemoryBuffer::getFileOrSTDIN r...Chris Lattner2007-11-18
* Fix denormal check in float->APInt conversion.Dale Johannesen2007-11-17
* make smallptrset more const and type correct, which caught a fewChris Lattner2007-11-06
* Remove some unnecessary C-style statics.Neil Booth2007-11-02
* Add back line whose removal somehow crept into prior patchNeil Booth2007-11-01