1. 65609f2 Temporarily revert functionality change from my previous patch; by Dale Johannesen · 17 years ago
  2. d3d8ce3 Mark shortening NaN conversions as Inexact. PR 2856. by Dale Johannesen · 17 years ago
  3. 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 17 years ago
  4. a3f343f Updating VC++ project. by Cedric Venet · 17 years ago
  5. 78a2812 Add raw_stream adaptors that write into an std::string and SmallVector/SmallString. by Chris Lattner · 17 years ago
  6. 944fac7 Switch the asmprinter (.ll) and all the stuff it requires over to by Chris Lattner · 17 years ago
  7. 42f77ab add #include by Chris Lattner · 17 years ago
  8. 097af7f add a simple mechanism for formatted output. This gives raw_ostream's by Chris Lattner · 17 years ago
  9. 535de1a Add a clear() method to FoldingSet. by Dan Gohman · 17 years ago
  10. 969a46a improve support for systems that need unistd.h to get STDOUT_FILENO. by Chris Lattner · 17 years ago
  11. fd2a053 Fix write() when the string being written is larger than the buffer. This broke various ObjC testcases by Owen Anderson · 17 years ago
  12. 66b17ba Move non-trivial methods out of line to avoid code-size bloat. by Owen Anderson · 17 years ago
  13. cb37188 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
  14. 98f8ccf Move the fast-path (<=i64) cases of various APInt methods inline by Chris Lattner · 17 years ago
  15. eace52f It's not necessary to check if a value is null before delete[]. by Dan Gohman · 17 years ago
  16. b68dc36 Get raw_ostream.cpp to compile on MSVC. by Argyrios Kyrtzidis · 17 years ago
  17. fad86b0 Rework the routines that convert AP[S]Int into a string. Now, instead of by Chris Lattner · 17 years ago
  18. 9f17eb0 remove a dead APInt ctor. by Chris Lattner · 17 years ago
  19. 07f51f7 add support for a cout/cerr analog (outs()/errs()) as well as by Chris Lattner · 17 years ago
  20. c52b128 opening "-" automatically yields stdout. by Chris Lattner · 17 years ago
  21. d497df5 rename OutputData to 'write' to match ostream. by Chris Lattner · 17 years ago
  22. 60d3962 add a new raw_ostream class which is an extremely high performance ostream that by Chris Lattner · 17 years ago
  23. ee4bd9a Avoid repeatedly reallocating the FoldingSetNodeID when searching by Dan Gohman · 17 years ago
  24. 430b8a2 Fix several const-correctness issues, resolving some -Wcast-qual warnings. by Dan Gohman · 17 years ago
  25. fed90b6 Fold the useful features of alist and alist_node into ilist, and by Dan Gohman · 17 years ago
  26. de0f238 Fix PR2088. Use modulo linear equation solver to compute loop iteration count. by Wojciech Matyjewicz · 17 years ago
  27. 5e84368 Reapply 53476 and 53480, with a fix so that it properly updates by Dan Gohman · 17 years ago
  28. b5eec33 Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art. by Evan Cheng · 17 years ago
  29. dbe2a5a Add support for putting NamedRegionTimers in TimerGroups, and by Dan Gohman · 17 years ago
  30. c418bf3 Use find instead of lower_bound. by Dan Gohman · 17 years ago
  31. e14d81d Add some basic Pool-allocation infrastructure. This adds a Recycler class, by Dan Gohman · 17 years ago
  32. 72e61b8 Add a version of AddString that takes a const char* so we can avoid extraneous by Owen Anderson · 17 years ago
  33. 153d28a Append to the ActiveTimers std::vector before looking at the timer instead by Dan Gohman · 17 years ago
  34. 300c6c5 First step to fix PR2088. Implement routine to compute the by Wojciech Matyjewicz · 17 years ago
  35. 95df6b3 Avoid creating a redundant zero APInt. by Dan Gohman · 17 years ago
  36. 8d6a58c Consistently set "Buckets[NumBuckets] = reinterpret_cast<void*>(-1)" throughout FoldingSet.cpp. by Ted Kremenek · 17 years ago
  37. bfde7d6 As comments said, for negative value, the arithmetic by Zhou Sheng · 17 years ago
  38. 33540ad Give a proper error message when a command line option is defined more than by Matthijs Kooijman · 17 years ago
  39. eecfa36 Remove more iostream header includes. Needed to implement a "FlushStream" by Bill Wendling · 17 years ago
  40. 7edd009 Tidy up whitespace in ConstantRange::print output. by Dan Gohman · 17 years ago
  41. 386f3e9 Don't assume underlying APInt type is limited to 64 bits. by Dale Johannesen · 17 years ago
  42. 6a33cc1 Remove undefined behavior in hex string->APFloat by Dale Johannesen · 17 years ago
  43. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  44. 7c2e4f2 Make firstEightPowers const. by Dan Gohman · 17 years ago
  45. 84b7df4 Remove uses of llvm/System/IncludeFile.h that are no longer needed. by Dan Gohman · 17 years ago
  46. 34cd4a4 Fix more -Wshorten-64-to-32 warnings. by Evan Cheng · 17 years ago
  47. 48e8c80 Suppress -Wshorten-64-to-32 warnings for 64-bit hosts. by Evan Cheng · 17 years ago
  48. 8811080 fcntl.h is pretty standard on unix (without the sys/) by Gabor Greif · 17 years ago
  49. 3e2dda6 Fix a pointer-arithmetic bug that caused 64-bit host pointer values to by Dan Gohman · 17 years ago
  50. 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
  51. beb4d82 Add support for response files to the CommandLine library. by Mikhail Glushenkov · 17 years ago
  52. 3c02aca Make these variables static. by Dan Gohman · 17 years ago
  53. 79f82f9 Check that APFloat::convert is not trying to target by Dale Johannesen · 17 years ago
  54. b11af0d Use gv's --spartan option, which trades away an extra row of UI buttons by Dan Gohman · 17 years ago
  55. 3bd659b Make several symbols static. by Dan Gohman · 17 years ago
  56. a442006 Fix compilation errors on MSVC. Patch by Argiris Kirtzidis! by Bill Wendling · 17 years ago
  57. 038112a Change the MemoryBuffer::getFile* methods to take just a pointer to the by Chris Lattner · 17 years ago
  58. 11da4cf Reimplement MemoryBuffer::getFile with three enhancements: by Chris Lattner · 17 years ago
  59. 37db5d6 Remove the MappedFile::charBase member, rename base -> getBase() and by Chris Lattner · 17 years ago
  60. a7750c1 Change DiffFilesWithTolerance to be written in terms of MemoryBuffer, by Chris Lattner · 17 years ago
  61. bdbd2d7 Remove MappedFile support for mapping files for write and exec by Chris Lattner · 17 years ago
  62. 950a4c4 Add explicit keywords. by Dan Gohman · 17 years ago
  63. cfbb2f0 A quick nm audit turned up several fixed tables and objects that were by Dan Gohman · 17 years ago
  64. f7a91e6 Add assert for non-hexadecimal radixes. by Bill Wendling · 17 years ago
  65. a8de38f Fix a typo. It's causing consumer-typeset to miscompile. Perhaps more. by Evan Cheng · 17 years ago
  66. cf60957 Add support to APInt for shift and rotate operations with APInt by Dan Gohman · 17 years ago
  67. 93c276e Add a method to APFloat to convert directly from APInt. by Dan Gohman · 17 years ago
  68. 61e015f Fix a bug that caused opt and other tools to silently ignore by Dan Gohman · 17 years ago
  69. b5660dc Add explicit keywords. by Dan Gohman · 17 years ago
  70. d57160d Add 'sink' cmdline option. Patch by Mikhail Glushenkov! by Anton Korobeynikov · 17 years ago
  71. ae9f3a3 Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. by Anton Korobeynikov · 17 years ago
  72. a795aca Fixed bug in APInt::Profile() where the BitWidth field was not included in the by Ted Kremenek · 17 years ago
  73. e3e0957 Fixed bug in FoldingSetIteratorImpl where we did not correctly check if by Ted Kremenek · 18 years ago
  74. 5a0e7b4 Fix a warning about comparison between signed and unsigned, by Dan Gohman · 18 years ago
  75. 42dd77f Add countTrailingOnes member functions to APInt. by Dan Gohman · 18 years ago
  76. 1f801fa Added "Profile" method to APFloat for use with FoldingSet. by Ted Kremenek · 18 years ago
  77. 167b8bc Add support to FoldingSet for hashing APInt objects. by Dan Gohman · 18 years ago
  78. 26e3c44 Added "bucket_iterators" to FoldingSet. Bucket iterators allow iteration by Ted Kremenek · 18 years ago
  79. 27a8e0d Fixed 80 col. violation. by Ted Kremenek · 18 years ago
  80. b63fa05 Chris' change to print an approximation to long doubles by Dale Johannesen · 18 years ago
  81. b10abe1 Remove top-level const qualifiers from casts, avoiding associated by Dan Gohman · 18 years ago
  82. 42f6e45 Simplify the code and fix a typo. by Lauro Ramos Venancio · 18 years ago
  83. 599ddf9 Fix fpcmp infinite loop when comparing "29-266" with "29-268". by Lauro Ramos Venancio · 18 years ago
  84. 4048a08 Added FoldingSet style 'profiling' support for APSInt. by Ted Kremenek · 18 years ago
  85. e420deb Added FoldingSet style 'profiling' support for APInt. by Ted Kremenek · 18 years ago
  86. 0a3feca Made 'FoldingSetNodeID' a proper class instead of a nested class in by Ted Kremenek · 18 years ago
  87. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  88. fc643c5 remove attribution from lib Makefiles. by Chris Lattner · 18 years ago
  89. 97d3726 Cygwin defines uint32_t as unsigned long. Unbreak call to std::min in this case by Anton Korobeynikov · 18 years ago
  90. 9af1887 Don't have APInt.cpp depend upon DerivedTypes.h. This helps with splitting the by Reid Spencer · 18 years ago
  91. 36d26c2 proper #include order. by Chris Lattner · 18 years ago
  92. 985cb62 Adding a StringPool data structure, which GC will use. by Gordon Henriksen · 18 years ago
  93. cc23359 Prior commit updated wrong if, apologies. by Neil Booth · 18 years ago
  94. a89e45f Handle zero correctly. by Neil Booth · 18 years ago
  95. db1e302 Handle 0 correctly in string->APFloat conversion. by Dale Johannesen · 18 years ago
  96. 9e513ac Fix PR1816, by correcting the broken definition of APInt::countTrailingZeros. by Chris Lattner · 18 years ago
  97. 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
  98. 2b1f106 Fix the Linker testcase regressions, by making MemoryBuffer::getFileOrSTDIN return by Chris Lattner · 18 years ago
  99. d0763b9 Fix denormal check in float->APInt conversion. PR 1804. by Dale Johannesen · 18 years ago
  100. 373a733 make smallptrset more const and type correct, which caught a few minor bugs. by Chris Lattner · 18 years ago