- 23a9855 Add a "loses information" return value to APFloat::convert by Dale Johannesen · 17 years ago
- 7111b02 Rename APFloat::convertToAPInt to bitcastToAPInt to by Dale Johannesen · 17 years ago
- e4a4245 Mark negative-zero-to-int conversion as Inexact, by Dale Johannesen · 17 years ago
- 2df5eec Be more precise about which conversions of NaNs by Dale Johannesen · 17 years ago
- 65609f2 Temporarily revert functionality change from my previous patch; by Dale Johannesen · 17 years ago
- d3d8ce3 Mark shortening NaN conversions as Inexact. PR 2856. by Dale Johannesen · 17 years ago
- 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 17 years ago
- a3f343f Updating VC++ project. by Cedric Venet · 17 years ago
- 78a2812 Add raw_stream adaptors that write into an std::string and SmallVector/SmallString. by Chris Lattner · 17 years ago
- 944fac7 Switch the asmprinter (.ll) and all the stuff it requires over to by Chris Lattner · 17 years ago
- 42f77ab add #include by Chris Lattner · 17 years ago
- 097af7f add a simple mechanism for formatted output. This gives raw_ostream's by Chris Lattner · 17 years ago
- 535de1a Add a clear() method to FoldingSet. by Dan Gohman · 17 years ago
- 969a46a improve support for systems that need unistd.h to get STDOUT_FILENO. by Chris Lattner · 17 years ago
- fd2a053 Fix write() when the string being written is larger than the buffer. This broke various ObjC testcases by Owen Anderson · 17 years ago
- 66b17ba Move non-trivial methods out of line to avoid code-size bloat. by Owen Anderson · 17 years ago
- cb37188 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
- 98f8ccf Move the fast-path (<=i64) cases of various APInt methods inline by Chris Lattner · 17 years ago
- eace52f It's not necessary to check if a value is null before delete[]. by Dan Gohman · 17 years ago
- b68dc36 Get raw_ostream.cpp to compile on MSVC. by Argyrios Kyrtzidis · 17 years ago
- fad86b0 Rework the routines that convert AP[S]Int into a string. Now, instead of by Chris Lattner · 17 years ago
- 9f17eb0 remove a dead APInt ctor. by Chris Lattner · 17 years ago
- 07f51f7 add support for a cout/cerr analog (outs()/errs()) as well as by Chris Lattner · 17 years ago
- c52b128 opening "-" automatically yields stdout. by Chris Lattner · 17 years ago
- d497df5 rename OutputData to 'write' to match ostream. by Chris Lattner · 17 years ago
- 60d3962 add a new raw_ostream class which is an extremely high performance ostream that by Chris Lattner · 17 years ago
- ee4bd9a Avoid repeatedly reallocating the FoldingSetNodeID when searching by Dan Gohman · 17 years ago
- 430b8a2 Fix several const-correctness issues, resolving some -Wcast-qual warnings. by Dan Gohman · 17 years ago
- fed90b6 Fold the useful features of alist and alist_node into ilist, and by Dan Gohman · 17 years ago
- de0f238 Fix PR2088. Use modulo linear equation solver to compute loop iteration count. by Wojciech Matyjewicz · 17 years ago
- 5e84368 Reapply 53476 and 53480, with a fix so that it properly updates by Dan Gohman · 17 years ago
- b5eec33 Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art. by Evan Cheng · 17 years ago
- dbe2a5a Add support for putting NamedRegionTimers in TimerGroups, and by Dan Gohman · 17 years ago
- c418bf3 Use find instead of lower_bound. by Dan Gohman · 17 years ago
- e14d81d Add some basic Pool-allocation infrastructure. This adds a Recycler class, by Dan Gohman · 17 years ago
- 72e61b8 Add a version of AddString that takes a const char* so we can avoid extraneous by Owen Anderson · 17 years ago
- 153d28a Append to the ActiveTimers std::vector before looking at the timer instead by Dan Gohman · 17 years ago
- 300c6c5 First step to fix PR2088. Implement routine to compute the by Wojciech Matyjewicz · 17 years ago
- 95df6b3 Avoid creating a redundant zero APInt. by Dan Gohman · 17 years ago
- 8d6a58c Consistently set "Buckets[NumBuckets] = reinterpret_cast<void*>(-1)" throughout FoldingSet.cpp. by Ted Kremenek · 17 years ago
- bfde7d6 As comments said, for negative value, the arithmetic by Zhou Sheng · 17 years ago
- 33540ad Give a proper error message when a command line option is defined more than by Matthijs Kooijman · 17 years ago
- eecfa36 Remove more iostream header includes. Needed to implement a "FlushStream" by Bill Wendling · 17 years ago
- 7edd009 Tidy up whitespace in ConstantRange::print output. by Dan Gohman · 17 years ago
- 386f3e9 Don't assume underlying APInt type is limited to 64 bits. by Dale Johannesen · 17 years ago
- 6a33cc1 Remove undefined behavior in hex string->APFloat by Dale Johannesen · 17 years ago
- 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
- 7c2e4f2 Make firstEightPowers const. by Dan Gohman · 17 years ago
- 84b7df4 Remove uses of llvm/System/IncludeFile.h that are no longer needed. by Dan Gohman · 17 years ago
- 34cd4a4 Fix more -Wshorten-64-to-32 warnings. by Evan Cheng · 17 years ago
- 48e8c80 Suppress -Wshorten-64-to-32 warnings for 64-bit hosts. by Evan Cheng · 17 years ago
- 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