1. 90bb3f3 add a knob to turn off PrettyStackTrace globally. Patch by Zoltan Varga! by Chris Lattner · 15 years ago
  2. 603bea3 Add registered target list to --version output. by Daniel Dunbar · 15 years ago
  3. e87b2ab Change raw_ostream so that it doesn't call llvm_report_error by Dan Gohman · 15 years ago
  4. 51b198a Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 15 years ago
  5. a1bdced Add a Force option to raw_fd_ostream to specify whether opening by Dan Gohman · 15 years ago
  6. 2286f8d Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 15 years ago
  7. d890de1 Add a raw_ostream version of CheckBitcodeOutputToConsole. by Dan Gohman · 15 years ago
  8. d3a974f Check for errors on close(2) too. And lseek(2). by Dan Gohman · 15 years ago
  9. 9f79d3e Use 0664 instead of 0644 for the default open mode. This is by Dan Gohman · 15 years ago
  10. 3fb7eee Allow multiple registrations of the same target. by Daniel Dunbar · 15 years ago
  11. 579fb87 Detect write failures on raw_fd_ostream. by Daniel Dunbar · 15 years ago
  12. f23d493 Fix stupid thinko by Daniel Dunbar · 15 years ago
  13. 73b3ec4 Address some review comments on TargetRegistry. by Daniel Dunbar · 15 years ago
  14. 51381d2 Update CMake file. by Ted Kremenek · 15 years ago
  15. bb06129 Add new TargetRegistry. by Daniel Dunbar · 15 years ago
  16. 1f318e0 minor syntax cleanup by Chris Lattner · 15 years ago
  17. d84ba34 Update CMake file. by Ted Kremenek · 15 years ago
  18. 7184781 by David Greene · 15 years ago
  19. c23197a llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 15 years ago
  20. 93990d7 After converting assert(0) to LLVM_UNREACHABLE we lost file/line location. by Torok Edwin · 15 years ago
  21. b8ac841 Add NetBSD to the Triple class, patch by Krister Walfridsson! by Chris Lattner · 15 years ago
  22. 191cf28 by David Greene · 15 years ago
  23. a53902b Switch to raw_ostream. by Daniel Dunbar · 15 years ago
  24. 780905e Fix an error in ConstantRange::getSignedMax on wrapped ranges. Thanks once by Nick Lewycky · 15 years ago
  25. ff84de7 'i8 full-range' sign extended to i16 should equal [-128, 128) not [-128, 127). by Nick Lewycky · 15 years ago
  26. f1db120 Multiply was very wrong for wrapped ranges. This supplies a half-fix that will by Nick Lewycky · 15 years ago
  27. cf9e07d Fix a bug summing two full sets. The overflow checking doesn't handle sets as by Nick Lewycky · 15 years ago
  28. a00e85c Improve sys::Path::makeAbsolute on Win32. - Patch by Viktor Kutuzov! by Daniel Dunbar · 15 years ago
  29. 956daf0 Implement udiv for ConstantRanges. by Nick Lewycky · 15 years ago
  30. 2ff893f Implement ConstantRange::multiply based on the code in LoopVR. by Nick Lewycky · 15 years ago
  31. c25e758 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 15 years ago
  32. 646ca92 Fix handling of max and full set. by Nick Lewycky · 15 years ago
  33. f067a23 Clarify and simplify. by Nick Lewycky · 15 years ago
  34. 7d696d8 Convert more assert(0)+abort() -> LLVM_UNREACHABLE, by Torok Edwin · 15 years ago
  35. bf8c7f0 Move a method that creates constant ranges relative to another constant range by Nick Lewycky · 15 years ago
  36. 62fe47a by David Greene · 15 years ago
  37. 5367436 by David Greene · 15 years ago
  38. 38b0644 Revert the part of 75177 that split ConstantRange into two classes, and by Dan Gohman · 15 years ago
  39. a3755d8 Add a ConstantSignedRange class, which does for signed integers by Dan Gohman · 15 years ago
  40. 00ad26f by David Greene · 15 years ago
  41. 229509a by David Greene · 15 years ago
  42. d33007e Fix build. by Mike Stump · 15 years ago
  43. a9d1f2c Have scoped mutexes take referenes instead of pointers. by Owen Anderson · 15 years ago
  44. f361238 Fix braces. by Torok Edwin · 15 years ago
  45. 31e2466 Introduce new error handling API. by Torok Edwin · 15 years ago
  46. eeb4a84 switch the .ll parser to use SourceMgr. by Chris Lattner · 15 years ago
  47. 2f510ae add an explicit class for holding llvm::SourceMgr diagnostics and use by Chris Lattner · 15 years ago
  48. 74a8181 Tweak FindExecutable so that relative executable paths work as well. by Daniel Dunbar · 15 years ago
  49. 93696a3 Fix FindExecutable to work if given an absolute executable path name. by Daniel Dunbar · 15 years ago
  50. 38a253d Reapply 74494, this time removing the conflicting definition of operator<< by Dan Gohman · 15 years ago
  51. 527b6e6 Temporarily revert r74494. It was causing failures in the unit tests. by Bill Wendling · 15 years ago
  52. 5ec56cc Fix the build on Cygwin. Patch by Aaron Gray. by Owen Anderson · 15 years ago
  53. 6700316 Define an operator<< for APInt to be used with std::ostream. by Dan Gohman · 15 years ago
  54. 3fb7683 Normalize SourceMgr messages. by Daniel Dunbar · 15 years ago
  55. cd1267d Add triple for OpenBSD. by Duncan Sands · 15 years ago
  56. cb73734 Use atomic operations for accessing this global counter. by Owen Anderson · 15 years ago
  57. 8947881 Fix linking of llvm-ld and lli with CMake, from Xerxes Rånby by Douglas Gregor · 15 years ago
  58. 0b49c32 Support thread-local pretty stack traces. by Owen Anderson · 15 years ago
  59. 92915e3 Use atomic operations when accessing statistics, and make the lazy initialization of statistics actually threadsafe. by Owen Anderson · 15 years ago
  60. 46d9a64 Make timers threadsafe again. This isn't quite as nice as I'd hoped (it uses locking rather than atomic arithmetic), by Owen Anderson · 15 years ago
  61. 6f2c64d Revert my last series of commits related to Timer and 64-bit atomics. Not all the targets by Owen Anderson · 15 years ago
  62. b288995 Switched size_t to int64_t to prevent type mismatch in call to max. by Lang Hames · 15 years ago
  63. 14112e5 Actually, these need to be signed integers, not unsigned. by Owen Anderson · 15 years ago
  64. cd92c10 Use 64-bit integer counters for tracking time, rather than doubles. This will be more atomic op friendly. by Owen Anderson · 15 years ago
  65. 3b8d135 Make the lazy initialization of DefaultTimerGroup threadsafe. by Owen Anderson · 15 years ago
  66. 200aa6d Revert r73923, which broke clang. by Owen Anderson · 15 years ago
  67. 61ffc0c Guard the plugin loader. by Owen Anderson · 15 years ago
  68. af2e2b5 Add guards around timer groups, which can be shared. by Owen Anderson · 15 years ago
  69. 5de83af Guard the statistics table. by Owen Anderson · 15 years ago
  70. 521db56 Guard the global annotation tables. by Owen Anderson · 15 years ago
  71. 14ee48a rename SourceMgr::PrintError to PrintMessage. by Chris Lattner · 15 years ago
  72. 7ee5d5f move include searching logic from TGLexer to SourceMgr. by Chris Lattner · 15 years ago
  73. 8070ea3 Rename TGSourceMgr -> SourceMgr. by Chris Lattner · 15 years ago
  74. 1e3a8a4 rename TGLoc -> SMLoc. by Chris Lattner · 15 years ago
  75. 099e198 move TGSourceMgr class out of TableGen into libsupport. by Chris Lattner · 15 years ago
  76. 852cd11 Add support for AuroraUX. Patch by evocallaghan. by Duncan Sands · 15 years ago
  77. e53118e Update CMake files to account for new location of Threading.cpp. by Ted Kremenek · 15 years ago
  78. e3cd5ca Move Threading.[h|cpp] from Support to System. by Owen Anderson · 15 years ago
  79. 1cca27e Add newline at end of file. by Owen Anderson · 15 years ago
  80. dd0ae75 Add Threading.cpp to the CMake project files by Douglas Gregor · 15 years ago
  81. 4c7ac18 Split the thread-related APIs out into their own file, and add a few more by Owen Anderson · 15 years ago
  82. e8ebb0f Add support for outputting ANSI colors to raw_fd_ostream. by Torok Edwin · 15 years ago
  83. c5ca713 Add support for letting the client choose different flavors of NaNs. Testcase to be by Mike Stump · 15 years ago
  84. 51b16f4 Untabification. by Bill Wendling · 15 years ago
  85. 0d09b83 Minor fix for CMake build system by Douglas Gregor · 15 years ago
  86. 7eaf057 Add llvm::triple constructor from arch, vendor, os strings, and recognize by Daniel Dunbar · 15 years ago
  87. cf69a74 80 column violation. by Evan Cheng · 15 years ago
  88. 6afe2fa Have llvm_start_multithreaded return a bool indicating whether multithreaded by Owen Anderson · 15 years ago
  89. b4d97b7 Add llvm_start_multithreaded(), which starts up the LLVM internals in thread-safe mode. Provide double-check locking by Owen Anderson · 15 years ago
  90. 96cd7af Tweak MemoryBuffer::getSTDIN so that it returns after the first EOF. by Eli Friedman · 15 years ago
  91. 8cf6571 Add dumping support for DW_AT_APPLE_isa and DW_AT_APPLE_block. Radar 6867696 by Mike Stump · 15 years ago
  92. f3dc0c0 Fix whitespacing (space after switch). by Mike Stump · 15 years ago
  93. 4e5ea55 Move helper functions for optimizing division by constant into the APInt class. by Jay Foad · 15 years ago
  94. b587f96 Add support for a character after a command line option. Like '-Os'. by Bill Wendling · 15 years ago
  95. 38300e9 Fix PR4040: APInt's string constructor is too strict patch by Jeff Yasskin! by Chris Lattner · 16 years ago
  96. 8f7be47 Make all raw_ostreams support the tell() function. by Douglas Gregor · 16 years ago
  97. d7fd212 teach EscapeString and UnescapeString to handle ". by Chris Lattner · 16 years ago
  98. 00a7b52 Remove AllowInverse: it leaks memory and is not the right by Chris Lattner · 16 years ago
  99. 7074875 Fix build on Linux. by Mikhail Glushenkov · 16 years ago
  100. 23e97b0 Add llvm::Triple class for abstracting access to target triples. by Daniel Dunbar · 16 years ago