1. de0f238 Fix PR2088. Use modulo linear equation solver to compute loop iteration count. by Wojciech Matyjewicz · 17 years ago
  2. 5e84368 Reapply 53476 and 53480, with a fix so that it properly updates by Dan Gohman · 17 years ago
  3. b5eec33 Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art. by Evan Cheng · 17 years ago
  4. dbe2a5a Add support for putting NamedRegionTimers in TimerGroups, and by Dan Gohman · 17 years ago
  5. c418bf3 Use find instead of lower_bound. by Dan Gohman · 17 years ago
  6. e14d81d Add some basic Pool-allocation infrastructure. This adds a Recycler class, by Dan Gohman · 17 years ago
  7. 72e61b8 Add a version of AddString that takes a const char* so we can avoid extraneous by Owen Anderson · 17 years ago
  8. 153d28a Append to the ActiveTimers std::vector before looking at the timer instead by Dan Gohman · 17 years ago
  9. 300c6c5 First step to fix PR2088. Implement routine to compute the by Wojciech Matyjewicz · 17 years ago
  10. 95df6b3 Avoid creating a redundant zero APInt. by Dan Gohman · 17 years ago
  11. 8d6a58c Consistently set "Buckets[NumBuckets] = reinterpret_cast<void*>(-1)" throughout FoldingSet.cpp. by Ted Kremenek · 17 years ago
  12. bfde7d6 As comments said, for negative value, the arithmetic by Zhou Sheng · 17 years ago
  13. 33540ad Give a proper error message when a command line option is defined more than by Matthijs Kooijman · 17 years ago
  14. eecfa36 Remove more iostream header includes. Needed to implement a "FlushStream" by Bill Wendling · 17 years ago
  15. 7edd009 Tidy up whitespace in ConstantRange::print output. by Dan Gohman · 17 years ago
  16. 386f3e9 Don't assume underlying APInt type is limited to 64 bits. by Dale Johannesen · 17 years ago
  17. 6a33cc1 Remove undefined behavior in hex string->APFloat by Dale Johannesen · 17 years ago
  18. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  19. 7c2e4f2 Make firstEightPowers const. by Dan Gohman · 17 years ago
  20. 84b7df4 Remove uses of llvm/System/IncludeFile.h that are no longer needed. by Dan Gohman · 17 years ago
  21. 34cd4a4 Fix more -Wshorten-64-to-32 warnings. by Evan Cheng · 17 years ago
  22. 48e8c80 Suppress -Wshorten-64-to-32 warnings for 64-bit hosts. by Evan Cheng · 17 years ago
  23. 8811080 fcntl.h is pretty standard on unix (without the sys/) by Gabor Greif · 17 years ago
  24. 3e2dda6 Fix a pointer-arithmetic bug that caused 64-bit host pointer values to by Dan Gohman · 17 years ago
  25. 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
  26. beb4d82 Add support for response files to the CommandLine library. by Mikhail Glushenkov · 17 years ago
  27. 3c02aca Make these variables static. by Dan Gohman · 17 years ago
  28. 79f82f9 Check that APFloat::convert is not trying to target by Dale Johannesen · 17 years ago
  29. b11af0d Use gv's --spartan option, which trades away an extra row of UI buttons by Dan Gohman · 17 years ago
  30. 3bd659b Make several symbols static. by Dan Gohman · 17 years ago
  31. a442006 Fix compilation errors on MSVC. Patch by Argiris Kirtzidis! by Bill Wendling · 17 years ago
  32. 038112a Change the MemoryBuffer::getFile* methods to take just a pointer to the by Chris Lattner · 17 years ago
  33. 11da4cf Reimplement MemoryBuffer::getFile with three enhancements: by Chris Lattner · 17 years ago
  34. 37db5d6 Remove the MappedFile::charBase member, rename base -> getBase() and by Chris Lattner · 17 years ago
  35. a7750c1 Change DiffFilesWithTolerance to be written in terms of MemoryBuffer, by Chris Lattner · 17 years ago
  36. bdbd2d7 Remove MappedFile support for mapping files for write and exec by Chris Lattner · 17 years ago
  37. 950a4c4 Add explicit keywords. by Dan Gohman · 17 years ago
  38. cfbb2f0 A quick nm audit turned up several fixed tables and objects that were by Dan Gohman · 17 years ago
  39. f7a91e6 Add assert for non-hexadecimal radixes. by Bill Wendling · 17 years ago
  40. a8de38f Fix a typo. It's causing consumer-typeset to miscompile. Perhaps more. by Evan Cheng · 17 years ago
  41. cf60957 Add support to APInt for shift and rotate operations with APInt by Dan Gohman · 17 years ago
  42. 93c276e Add a method to APFloat to convert directly from APInt. by Dan Gohman · 17 years ago
  43. 61e015f Fix a bug that caused opt and other tools to silently ignore by Dan Gohman · 17 years ago
  44. b5660dc Add explicit keywords. by Dan Gohman · 17 years ago
  45. d57160d Add 'sink' cmdline option. Patch by Mikhail Glushenkov! by Anton Korobeynikov · 17 years ago
  46. ae9f3a3 Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. by Anton Korobeynikov · 17 years ago
  47. a795aca Fixed bug in APInt::Profile() where the BitWidth field was not included in the by Ted Kremenek · 17 years ago
  48. e3e0957 Fixed bug in FoldingSetIteratorImpl where we did not correctly check if by Ted Kremenek · 17 years ago
  49. 5a0e7b4 Fix a warning about comparison between signed and unsigned, by Dan Gohman · 18 years ago
  50. 42dd77f Add countTrailingOnes member functions to APInt. by Dan Gohman · 18 years ago
  51. 1f801fa Added "Profile" method to APFloat for use with FoldingSet. by Ted Kremenek · 18 years ago
  52. 167b8bc Add support to FoldingSet for hashing APInt objects. by Dan Gohman · 18 years ago
  53. 26e3c44 Added "bucket_iterators" to FoldingSet. Bucket iterators allow iteration by Ted Kremenek · 18 years ago
  54. 27a8e0d Fixed 80 col. violation. by Ted Kremenek · 18 years ago
  55. b63fa05 Chris' change to print an approximation to long doubles by Dale Johannesen · 18 years ago
  56. b10abe1 Remove top-level const qualifiers from casts, avoiding associated by Dan Gohman · 18 years ago
  57. 42f6e45 Simplify the code and fix a typo. by Lauro Ramos Venancio · 18 years ago
  58. 599ddf9 Fix fpcmp infinite loop when comparing "29-266" with "29-268". by Lauro Ramos Venancio · 18 years ago
  59. 4048a08 Added FoldingSet style 'profiling' support for APSInt. by Ted Kremenek · 18 years ago
  60. e420deb Added FoldingSet style 'profiling' support for APInt. by Ted Kremenek · 18 years ago
  61. 0a3feca Made 'FoldingSetNodeID' a proper class instead of a nested class in by Ted Kremenek · 18 years ago
  62. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  63. fc643c5 remove attribution from lib Makefiles. by Chris Lattner · 18 years ago
  64. 97d3726 Cygwin defines uint32_t as unsigned long. Unbreak call to std::min in this case by Anton Korobeynikov · 18 years ago
  65. 9af1887 Don't have APInt.cpp depend upon DerivedTypes.h. This helps with splitting the by Reid Spencer · 18 years ago
  66. 36d26c2 proper #include order. by Chris Lattner · 18 years ago
  67. 985cb62 Adding a StringPool data structure, which GC will use. by Gordon Henriksen · 18 years ago
  68. cc23359 Prior commit updated wrong if, apologies. by Neil Booth · 18 years ago
  69. a89e45f Handle zero correctly. by Neil Booth · 18 years ago
  70. db1e302 Handle 0 correctly in string->APFloat conversion. by Dale Johannesen · 18 years ago
  71. 9e513ac Fix PR1816, by correcting the broken definition of APInt::countTrailingZeros. by Chris Lattner · 18 years ago
  72. 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
  73. 2b1f106 Fix the Linker testcase regressions, by making MemoryBuffer::getFileOrSTDIN return by Chris Lattner · 18 years ago
  74. d0763b9 Fix denormal check in float->APInt conversion. PR 1804. by Dale Johannesen · 18 years ago
  75. 373a733 make smallptrset more const and type correct, which caught a few minor bugs. by Chris Lattner · 18 years ago
  76. e3d936a Remove some unnecessary C-style statics. by Neil Booth · 18 years ago
  77. 43a4b28 Add back line whose removal somehow crept into prior patch by Neil Booth · 18 years ago
  78. ee7ae38 When converting to integer, do bit manipulations in the destination by Neil Booth · 18 years ago
  79. 8df77a9 Clarified operator precedence. Silenced VC++ warning. by Hartmut Kaiser · 18 years ago
  80. 8dc2e28 This requires rtti info because tblgen uses commandline, by Chris Lattner · 18 years ago
  81. 686700e Fast-track obviously over-large and over-small exponents during decimal-> by Neil Booth · 18 years ago
  82. e5e0194 Consolidate logic for creating NaNs. Silence compiler warning. by Neil Booth · 18 years ago
  83. caf19d7 Whether arithmetic is supported is a property of the semantics. Make it by Neil Booth · 18 years ago
  84. 1870f29 Separate out parsing of decimal number. Use this to only allocate by Neil Booth · 18 years ago
  85. 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
  86. 6ac7016 Remove duplicate comment. by Neil Booth · 18 years ago
  87. 96c7471 Implement correctly-rounded decimal->binary conversion, i.e. conversion by Neil Booth · 18 years ago
  88. 5b8e0c5 Remove a field that was never used. by Neil Booth · 18 years ago
  89. 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
  90. 1e8390d Don't attempt to mask no bits by Neil Booth · 18 years ago
  91. a471c2e Next PPC long double bits. First cut at constants. by Dale Johannesen · 18 years ago
  92. 3daae27 Add new MemoryBuffer::getMemBufferCopy method. by Chris Lattner · 18 years ago
  93. 9a52632 Pass argc by value, not by reference, since it isn't modified. by Dan Gohman · 18 years ago
  94. be2c459 Change a #include into a forward declaration by Chris Lattner · 18 years ago
  95. 82a13c9 Move the space in overview output for commands out of each of the by Dan Gohman · 18 years ago
  96. 5477f85 Use APInt::tcExtract. It's cleaner, and works :) by Neil Booth · 18 years ago
  97. 68e53ad Add a new function tcExtract for extracting a bignum from an by Neil Booth · 18 years ago
  98. f16c595 Add back convertFromSignExtendedInteger. by Neil Booth · 18 years ago
  99. 7a7bc0f Now that convertFromUnsignedParts has a sane, constant interface, by Neil Booth · 18 years ago
  100. 643ce59 Reimplement convertFromUnsignedInteger so it is passed a const bignum. by Neil Booth · 18 years ago