aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Smarter Reset(). Instead of deallocating all memory regions and reallocate theEvan Cheng2007-09-081-5/+17
* Added Reset() to free all allocated memory regions and reset state to be the ...Evan Cheng2007-09-051-0/+6
* Fix mod so it actually works. Fix conversions toDale Johannesen2007-09-051-9/+33
* Oops, should be part of 41664; won't work very well without this piece.Dale Johannesen2007-08-311-0/+38
* Enhance APFloat to retain bits of NaNs (fixes oggenc).Dale Johannesen2007-08-311-77/+76
* Change LegalFPImmediates to use APFloat.Dale Johannesen2007-08-301-1/+1
* Poison APFloat::operator==. Replace existing uses with bitwiseIsEqual.Dale Johannesen2007-08-241-1/+1
* Revised per review feedback from previous patch.Dale Johannesen2007-08-241-36/+15
* silence some warnings in an optimized build.Chris Lattner2007-08-241-11/+8
* Change internal representation of ConstantFP to use APFloat.Dale Johannesen2007-08-241-1/+187
* rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()Chris Lattner2007-08-231-2/+2
* initial checkin of Neil's APFloat work.Chris Lattner2007-08-202-10/+1518
* This adds a bunch of static functions that implement unsignedChris Lattner2007-08-161-0/+566
* Properly use const qualifiersAnton Korobeynikov2007-08-151-1/+1
* Make getSTDIN return null if the standard input is empty, as the header fileReid Spencer2007-08-081-2/+4
* Escape some escapes that confuse doxygen.Reid Spencer2007-08-051-1/+3
* When clearing a SmallPtrSet, if the set had a huge capacity, but theChris Lattner2007-08-051-0/+18
* Allow SmallPtrSet to hold pointers to const data.Owen Anderson2007-07-271-20/+20
* Make the copy constructor of SmallPtrSet much faster.Owen Anderson2007-07-241-22/+12
* Remember to free the heap allocated array if we're not going to use it.Owen Anderson2007-07-191-2/+4
* Fix an issue where assignments that caused a SmallPtrSet to become non-smallOwen Anderson2007-07-181-4/+8
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-1824-0/+6724