1. d56786f Daniel wanted the stack printed upside down. Perhaps he by Chris Lattner · 16 years ago
  2. fcba7cd indicate what the program args line is. by Chris Lattner · 16 years ago
  3. e97c733 add some helper classes for building light-weight symbolic stack traces by Chris Lattner · 16 years ago
  4. 13319ce The debugger sometimes lookup dynamically in the runtime to find ivar info of any Objective-C classes. It would be very helpful to debugger if the compiler encodes runtime version number in DWARF. by Devang Patel · 16 years ago
  5. aff9c27 Unbreak the build on win32. Cleanup some warning. by Cedric Venet · 16 years ago
  6. e2b3fdd Switch from new[] + delete[] to malloc + free since llvm does not catch C++ exceptions. by Evan Cheng · 17 years ago
  7. 726135a If new[] fails, return 0 rather then trying to dereference a null pointer. by Evan Cheng · 17 years ago
  8. f996831 Add an API for strings with possible NULLs in the middle. Refactor the other by Nick Lewycky · 17 years ago
  9. d64e0eb Improve -fno-opt style option processing to not require an extra by Mike Stump · 17 years ago
  10. d6f175b Add opposite_of and inverse_opt to support -fno- style options. This by Mike Stump · 17 years ago
  11. 6c55b1c Clarify comment. by Mikhail Glushenkov · 17 years ago
  12. 2d0f1c5 APInt's countLeadingOnes() was broken for negative i128 values, by Torok Edwin · 17 years ago
  13. 9c27886 Add method raw_fd_ostream::seek() for random access within a file. by Ted Kremenek · 17 years ago
  14. 3b64c6b Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_flags. by Devang Patel · 17 years ago
  15. 541ed9f Do not use host floating point types when emitting by Dale Johannesen · 17 years ago
  16. 455e9ab Remove uses of uint32_t in favor of 'unsigned' for better by Chris Lattner · 17 years ago
  17. 1421b7b Mimic gcc behaviour with regard to response files. by Mikhail Glushenkov · 17 years ago
  18. ed6af24 Make special cases (0 inf nan) work for frem. by Dale Johannesen · 17 years ago
  19. 24b66a8 Add an IEEE remainder function, which is not by Dale Johannesen · 17 years ago
  20. ccb3ab4 improve compatibility with various versions of graphviz, patch by by Chris Lattner · 17 years ago
  21. 1f54f58 compile-time fmod was done incorrectly. PR 3316. by Dale Johannesen · 17 years ago
  22. 4bd4787 Fix typo, sentence fragment. by Nick Lewycky · 17 years ago
  23. 7059d47 Support for multi-valued options in CommandLine by Mikhail Glushenkov · 17 years ago
  24. 9b8f542 Removed trailing whitespace from Makefiles. by Misha Brukman · 17 years ago
  25. 1f33f8e Tweak --version to include the date and time. by Steve Naroff · 17 years ago
  26. 34283c8 remove unused var by Nuno Lopes · 17 years ago
  27. 28ea4f6 Fixes for Visual Studio users. Patch by OvermindDL1 on llvm-dev! by Nick Lewycky · 17 years ago
  28. d75ba1c Have raw_fd_ostream keep track of the position in the file to make tell() go faster by not requiring a flush(). by Ted Kremenek · 17 years ago
  29. 440954c fix build on some machines. thanks buildbot by Nuno Lopes · 17 years ago
  30. 4ba9aac fix my previous commit r60064: compare strings instead of pointers by Nuno Lopes · 17 years ago
  31. b7c0d94 Get rid of bogus "control may reach end of non-void function ‘...’ being by Bill Wendling · 17 years ago
  32. 5984680 Add 'tell' method to raw_fd_ostream that clients can use to query the current location in the file the stream is writing to. by Ted Kremenek · 17 years ago
  33. 794a7db Revert r60042. IndVarSimplify should check if APFloat is PPCDoubleDouble first before trying to convert it to an integer. by Evan Cheng · 17 years ago
  34. 08d67c7 change AnnotationManager to use 'const char*' instead of std::string. this fixes the leakage of those strings and avoids the creation of such strings in static cosntructors (should result in a little improvement of startup time) by Nuno Lopes · 17 years ago
  35. 88f2d6c convertToSignExtendedInteger should return opInvalidOp instead of asserting if sematics of float does not allow arithmetics. by Evan Cheng · 17 years ago
  36. 0d9eb9b Add Binary flag to raw_fd_ostream constructor. by Daniel Dunbar · 17 years ago
  37. 20cd13f Overload AddInteger on int/long/long long instead of on int/int64_t, by Dan Gohman · 17 years ago
  38. f61ca1e fix PR2953, an off-by-one error handling formatted i/o. by Chris Lattner · 17 years ago
  39. 43d1f02 Added raw_fd_ostream::close(). by Ted Kremenek · 17 years ago
  40. e7d3af5 Fix for PR2881: fix a small leak exposed by valgrind, using a ManagedStatic. by Julien Lerouge · 17 years ago
  41. 48534b3 Clear raw_fd_ostream error string on success and explain behavior in by Daniel Dunbar · 17 years ago
  42. b8cab92 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
  43. 51b7f82 Change TAG_ names to DW_TAG for gcc (testsuite) compatibility. by Dale Johannesen · 17 years ago
  44. ba0fb07 Change Dwarf comments starting with AT_ to DW_AT_ to by Dale Johannesen · 17 years ago
  45. 119c30b rearrange some code. by Chris Lattner · 17 years ago
  46. 23a9855 Add a "loses information" return value to APFloat::convert by Dale Johannesen · 17 years ago
  47. 7111b02 Rename APFloat::convertToAPInt to bitcastToAPInt to by Dale Johannesen · 17 years ago
  48. e4a4245 Mark negative-zero-to-int conversion as Inexact, by Dale Johannesen · 17 years ago
  49. 2df5eec Be more precise about which conversions of NaNs by Dale Johannesen · 17 years ago
  50. 65609f2 Temporarily revert functionality change from my previous patch; by Dale Johannesen · 17 years ago
  51. d3d8ce3 Mark shortening NaN conversions as Inexact. PR 2856. by Dale Johannesen · 17 years ago
  52. 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 17 years ago
  53. a3f343f Updating VC++ project. by Cedric Venet · 17 years ago
  54. 78a2812 Add raw_stream adaptors that write into an std::string and SmallVector/SmallString. by Chris Lattner · 17 years ago
  55. 944fac7 Switch the asmprinter (.ll) and all the stuff it requires over to by Chris Lattner · 17 years ago
  56. 42f77ab add #include by Chris Lattner · 17 years ago
  57. 097af7f add a simple mechanism for formatted output. This gives raw_ostream's by Chris Lattner · 17 years ago
  58. 535de1a Add a clear() method to FoldingSet. by Dan Gohman · 17 years ago
  59. 969a46a improve support for systems that need unistd.h to get STDOUT_FILENO. by Chris Lattner · 17 years ago
  60. fd2a053 Fix write() when the string being written is larger than the buffer. This broke various ObjC testcases by Owen Anderson · 17 years ago
  61. 66b17ba Move non-trivial methods out of line to avoid code-size bloat. by Owen Anderson · 17 years ago
  62. cb37188 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
  63. 98f8ccf Move the fast-path (<=i64) cases of various APInt methods inline by Chris Lattner · 17 years ago
  64. eace52f It's not necessary to check if a value is null before delete[]. by Dan Gohman · 17 years ago
  65. b68dc36 Get raw_ostream.cpp to compile on MSVC. by Argyrios Kyrtzidis · 17 years ago
  66. fad86b0 Rework the routines that convert AP[S]Int into a string. Now, instead of by Chris Lattner · 17 years ago
  67. 9f17eb0 remove a dead APInt ctor. by Chris Lattner · 17 years ago
  68. 07f51f7 add support for a cout/cerr analog (outs()/errs()) as well as by Chris Lattner · 17 years ago
  69. c52b128 opening "-" automatically yields stdout. by Chris Lattner · 17 years ago
  70. d497df5 rename OutputData to 'write' to match ostream. by Chris Lattner · 17 years ago
  71. 60d3962 add a new raw_ostream class which is an extremely high performance ostream that by Chris Lattner · 17 years ago
  72. ee4bd9a Avoid repeatedly reallocating the FoldingSetNodeID when searching by Dan Gohman · 17 years ago
  73. 430b8a2 Fix several const-correctness issues, resolving some -Wcast-qual warnings. by Dan Gohman · 17 years ago
  74. fed90b6 Fold the useful features of alist and alist_node into ilist, and by Dan Gohman · 17 years ago
  75. de0f238 Fix PR2088. Use modulo linear equation solver to compute loop iteration count. by Wojciech Matyjewicz · 17 years ago
  76. 5e84368 Reapply 53476 and 53480, with a fix so that it properly updates by Dan Gohman · 17 years ago
  77. b5eec33 Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art. by Evan Cheng · 17 years ago
  78. dbe2a5a Add support for putting NamedRegionTimers in TimerGroups, and by Dan Gohman · 17 years ago
  79. c418bf3 Use find instead of lower_bound. by Dan Gohman · 17 years ago
  80. e14d81d Add some basic Pool-allocation infrastructure. This adds a Recycler class, by Dan Gohman · 17 years ago
  81. 72e61b8 Add a version of AddString that takes a const char* so we can avoid extraneous by Owen Anderson · 17 years ago
  82. 153d28a Append to the ActiveTimers std::vector before looking at the timer instead by Dan Gohman · 17 years ago
  83. 300c6c5 First step to fix PR2088. Implement routine to compute the by Wojciech Matyjewicz · 17 years ago
  84. 95df6b3 Avoid creating a redundant zero APInt. by Dan Gohman · 17 years ago
  85. 8d6a58c Consistently set "Buckets[NumBuckets] = reinterpret_cast<void*>(-1)" throughout FoldingSet.cpp. by Ted Kremenek · 17 years ago
  86. bfde7d6 As comments said, for negative value, the arithmetic by Zhou Sheng · 17 years ago
  87. 33540ad Give a proper error message when a command line option is defined more than by Matthijs Kooijman · 17 years ago
  88. eecfa36 Remove more iostream header includes. Needed to implement a "FlushStream" by Bill Wendling · 17 years ago
  89. 7edd009 Tidy up whitespace in ConstantRange::print output. by Dan Gohman · 17 years ago
  90. 386f3e9 Don't assume underlying APInt type is limited to 64 bits. by Dale Johannesen · 17 years ago
  91. 6a33cc1 Remove undefined behavior in hex string->APFloat by Dale Johannesen · 17 years ago
  92. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  93. 7c2e4f2 Make firstEightPowers const. by Dan Gohman · 17 years ago
  94. 84b7df4 Remove uses of llvm/System/IncludeFile.h that are no longer needed. by Dan Gohman · 17 years ago
  95. 34cd4a4 Fix more -Wshorten-64-to-32 warnings. by Evan Cheng · 17 years ago
  96. 48e8c80 Suppress -Wshorten-64-to-32 warnings for 64-bit hosts. by Evan Cheng · 17 years ago
  97. 8811080 fcntl.h is pretty standard on unix (without the sys/) by Gabor Greif · 17 years ago
  98. 3e2dda6 Fix a pointer-arithmetic bug that caused 64-bit host pointer values to by Dan Gohman · 17 years ago
  99. 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
  100. beb4d82 Add support for response files to the CommandLine library. by Mikhail Glushenkov · 17 years ago