- 8811080 fcntl.h is pretty standard on unix (without the sys/) by Gabor Greif · 17 years ago
- 3e2dda6 Fix a pointer-arithmetic bug that caused 64-bit host pointer values to by Dan Gohman · 17 years ago
- c971562 Bug fix in BumpPtrAllocator: don't assume that all objects have the same alignment. "Bump" of the pointer for the next allocated object to be of the specified alignment. by Ted Kremenek · 17 years ago
- beb4d82 Add support for response files to the CommandLine library. by Mikhail Glushenkov · 17 years ago
- 3c02aca Make these variables static. by Dan Gohman · 17 years ago
- 79f82f9 Check that APFloat::convert is not trying to target by Dale Johannesen · 17 years ago
- b11af0d Use gv's --spartan option, which trades away an extra row of UI buttons by Dan Gohman · 17 years ago
- 3bd659b Make several symbols static. by Dan Gohman · 17 years ago
- a442006 Fix compilation errors on MSVC. Patch by Argiris Kirtzidis! by Bill Wendling · 17 years ago
- 038112a Change the MemoryBuffer::getFile* methods to take just a pointer to the by Chris Lattner · 17 years ago
- 11da4cf Reimplement MemoryBuffer::getFile with three enhancements: by Chris Lattner · 17 years ago
- 37db5d6 Remove the MappedFile::charBase member, rename base -> getBase() and by Chris Lattner · 17 years ago
- a7750c1 Change DiffFilesWithTolerance to be written in terms of MemoryBuffer, by Chris Lattner · 17 years ago
- bdbd2d7 Remove MappedFile support for mapping files for write and exec by Chris Lattner · 17 years ago
- 950a4c4 Add explicit keywords. by Dan Gohman · 17 years ago
- cfbb2f0 A quick nm audit turned up several fixed tables and objects that were by Dan Gohman · 17 years ago
- f7a91e6 Add assert for non-hexadecimal radixes. by Bill Wendling · 17 years ago
- a8de38f Fix a typo. It's causing consumer-typeset to miscompile. Perhaps more. by Evan Cheng · 17 years ago
- cf60957 Add support to APInt for shift and rotate operations with APInt by Dan Gohman · 17 years ago
- 93c276e Add a method to APFloat to convert directly from APInt. by Dan Gohman · 17 years ago
- 61e015f Fix a bug that caused opt and other tools to silently ignore by Dan Gohman · 17 years ago
- b5660dc Add explicit keywords. by Dan Gohman · 17 years ago
- d57160d Add 'sink' cmdline option. Patch by Mikhail Glushenkov! by Anton Korobeynikov · 17 years ago
- ae9f3a3 Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. by Anton Korobeynikov · 17 years ago
- a795aca Fixed bug in APInt::Profile() where the BitWidth field was not included in the by Ted Kremenek · 17 years ago
- e3e0957 Fixed bug in FoldingSetIteratorImpl where we did not correctly check if by Ted Kremenek · 17 years ago
- 5a0e7b4 Fix a warning about comparison between signed and unsigned, by Dan Gohman · 18 years ago
- 42dd77f Add countTrailingOnes member functions to APInt. by Dan Gohman · 18 years ago
- 1f801fa Added "Profile" method to APFloat for use with FoldingSet. by Ted Kremenek · 18 years ago
- 167b8bc Add support to FoldingSet for hashing APInt objects. by Dan Gohman · 18 years ago
- 26e3c44 Added "bucket_iterators" to FoldingSet. Bucket iterators allow iteration by Ted Kremenek · 18 years ago
- 27a8e0d Fixed 80 col. violation. by Ted Kremenek · 18 years ago
- b63fa05 Chris' change to print an approximation to long doubles by Dale Johannesen · 18 years ago
- b10abe1 Remove top-level const qualifiers from casts, avoiding associated by Dan Gohman · 18 years ago
- 42f6e45 Simplify the code and fix a typo. by Lauro Ramos Venancio · 18 years ago
- 599ddf9 Fix fpcmp infinite loop when comparing "29-266" with "29-268". by Lauro Ramos Venancio · 18 years ago
- 4048a08 Added FoldingSet style 'profiling' support for APSInt. by Ted Kremenek · 18 years ago
- e420deb Added FoldingSet style 'profiling' support for APInt. by Ted Kremenek · 18 years ago
- 0a3feca Made 'FoldingSetNodeID' a proper class instead of a nested class in by Ted Kremenek · 18 years ago
- 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- fc643c5 remove attribution from lib Makefiles. by Chris Lattner · 18 years ago
- 97d3726 Cygwin defines uint32_t as unsigned long. Unbreak call to std::min in this case by Anton Korobeynikov · 18 years ago
- 9af1887 Don't have APInt.cpp depend upon DerivedTypes.h. This helps with splitting the by Reid Spencer · 18 years ago
- 36d26c2 proper #include order. by Chris Lattner · 18 years ago
- 985cb62 Adding a StringPool data structure, which GC will use. by Gordon Henriksen · 18 years ago
- cc23359 Prior commit updated wrong if, apologies. by Neil Booth · 18 years ago
- a89e45f Handle zero correctly. by Neil Booth · 18 years ago
- db1e302 Handle 0 correctly in string->APFloat conversion. by Dale Johannesen · 18 years ago
- 9e513ac Fix PR1816, by correcting the broken definition of APInt::countTrailingZeros. by Chris Lattner · 18 years ago
- 5e55712 Fix APInt::countTrailingZeros to return BitWidth if the input is zero instead of returning some random large number. by Chris Lattner · 18 years ago
- 2b1f106 Fix the Linker testcase regressions, by making MemoryBuffer::getFileOrSTDIN return by Chris Lattner · 18 years ago
- d0763b9 Fix denormal check in float->APInt conversion. PR 1804. by Dale Johannesen · 18 years ago
- 373a733 make smallptrset more const and type correct, which caught a few minor bugs. by Chris Lattner · 18 years ago
- e3d936a Remove some unnecessary C-style statics. by Neil Booth · 18 years ago
- 43a4b28 Add back line whose removal somehow crept into prior patch by Neil Booth · 18 years ago
- ee7ae38 When converting to integer, do bit manipulations in the destination by Neil Booth · 18 years ago
- 8df77a9 Clarified operator precedence. Silenced VC++ warning. by Hartmut Kaiser · 18 years ago
- 8dc2e28 This requires rtti info because tblgen uses commandline, by Chris Lattner · 18 years ago
- 686700e Fast-track obviously over-large and over-small exponents during decimal-> by Neil Booth · 18 years ago
- e5e0194 Consolidate logic for creating NaNs. Silence compiler warning. by Neil Booth · 18 years ago
- caf19d7 Whether arithmetic is supported is a property of the semantics. Make it by Neil Booth · 18 years ago
- 1870f29 Separate out parsing of decimal number. Use this to only allocate by Neil Booth · 18 years ago
- d1a23d5 If the power of 5 is exact, and the reciprocal exact, the error is zero not one half-ulps. This prevents an infinite loop in rare cases. by Neil Booth · 18 years ago
- 6ac7016 Remove duplicate comment. by Neil Booth · 18 years ago
- 96c7471 Implement correctly-rounded decimal->binary conversion, i.e. conversion by Neil Booth · 18 years ago
- 5b8e0c5 Remove a field that was never used. by Neil Booth · 18 years ago
- 7a951ca If we're trying to be arbitrary precision, unsigned char clearly won't cut it. Needed for dec->bin conversions. by Neil Booth · 18 years ago
- 1e8390d Don't attempt to mask no bits by Neil Booth · 18 years ago
- a471c2e Next PPC long double bits. First cut at constants. by Dale Johannesen · 18 years ago
- 3daae27 Add new MemoryBuffer::getMemBufferCopy method. by Chris Lattner · 18 years ago
- 9a52632 Pass argc by value, not by reference, since it isn't modified. by Dan Gohman · 18 years ago
- be2c459 Change a #include into a forward declaration by Chris Lattner · 18 years ago
- 82a13c9 Move the space in overview output for commands out of each of the by Dan Gohman · 18 years ago
- 5477f85 Use APInt::tcExtract. It's cleaner, and works :) by Neil Booth · 18 years ago
- 68e53ad Add a new function tcExtract for extracting a bignum from an by Neil Booth · 18 years ago
- f16c595 Add back convertFromSignExtendedInteger. by Neil Booth · 18 years ago
- 7a7bc0f Now that convertFromUnsignedParts has a sane, constant interface, by Neil Booth · 18 years ago
- 643ce59 Reimplement convertFromUnsignedInteger so it is passed a const bignum. by Neil Booth · 18 years ago
- ccf596a convertFromInteger, as originally written, expected sign-extended by Neil Booth · 18 years ago
- 33d4c92 combineLostFractions does not need to be a member function by Neil Booth · 18 years ago
- 92f7e8d Cleaner, more general exponent output. by Neil Booth · 18 years ago
- a11ef82 silence warnings in no-assert build. by Chris Lattner · 18 years ago
- 055c0b3 Fix and clarify some comments. by Neil Booth · 18 years ago
- 978661d Generalize tcFullMultiply so that the operands can be of differing by Neil Booth · 18 years ago
- a30b0ee Add APFloat -> hexadecimal string conversion, as per %a and %A in C99. by Neil Booth · 18 years ago
- 116c321 Add initial iterator support for folding set. by Chris Lattner · 18 years ago
- 9a7288b Simplify implementation of the FoldingSet circular list, a necessary step by Chris Lattner · 18 years ago
- b7dea4c Tweak RoundAwayFromZero the bit number below which is truncated, and make by Neil Booth · 18 years ago
- cce23a4 Simplify and fix signed int -> FP conversions. by Dale Johannesen · 18 years ago
- 4f88170 Whitespace and compiler warning cleanup. by Neil Booth · 18 years ago
- 0edc47a Make APFloat->int conversions deterministic even in by Dale Johannesen · 18 years ago
- 902ff94 Fix long double<->shorter FP type conversions of zero, infinity, and NaNs. by Dale Johannesen · 18 years ago
- c8db43d Handle storage complications of float->float conversions. by Neil Booth · 18 years ago
- 910993e Change APFloat::convertFromInteger to take the incoming by Dale Johannesen · 18 years ago
- a72a5a0 Fix PR 1688. See comments there. by Dale Johannesen · 18 years ago
- 8feb1f4 by Devang Patel · 18 years ago
- 2204906 fix a gcc warning: comparison between signed and unsigned integer expressions by Chris Lattner · 18 years ago
- 9e3d3ab Remove the assumption that FP's are either float or by Dale Johannesen · 18 years ago
- f82e1e6 And an FoldingSetImpl::NodeID::AddInteger overload for int64_t, to avoid by Dan Gohman · 18 years ago
- cb648f9 Remove spurious consts. This fixes warnings with compilers that by Dan Gohman · 18 years ago