1. bebb27b [Support] Lazy load of dbghlp.dll on Windows by Leny Kholodov · 10 years ago
  2. 454adf6 Bring in a BumpPtrStringSaver from lld and simplify the interface. by Rafael Espindola · 10 years ago
  3. f5f373f TargetParser: FPU/ARCH/EXT parsing refactory - NFC by Renato Golin · 10 years ago
  4. 6d6e947 Fix link failure on MinGW due to use of CoInitialize. by Zachary Turner · 10 years ago
  5. c205570 Make an RAII com initializer. by Zachary Turner · 11 years ago
  6. 37dce44 Drop the hacks used for partial C99 math libraries. by Benjamin Kramer · 11 years ago
  7. 3bd47ce Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects. by Zachary Turner · 11 years ago
  8. aeedd65 Teach llvm_add_library() to find include dirs. by Zachary Turner · 11 years ago
  9. 79e1f9f Merge StreamableMemoryObject into MemoryObject. by Rafael Espindola · 11 years ago
  10. cac0088 Remove the now unused StringRefMemoryObject.h. by Rafael Espindola · 11 years ago
  11. 13437e8 [CMake] LLVMSupport: Give system_libs PRIVATE scope when LLVMSupport is built as SHARED. Users of LLVMSupport won't inherit ${system_libs}. by NAKAMURA Takumi · 11 years ago
  12. 1fb71bc Revert 220932. by Jiangning Liu · 11 years ago
  13. 094d061 CMake: Add libm to list of system libs printed by llvm-config. by Peter Collingbourne · 11 years ago
  14. 14e2bcc Removing the static initializer in ManagedStatic.cpp by using llvm_call_once to initialize the ManagedStatic mutex. by Chris Bieneman · 11 years ago
  15. 732e0aa Defining a new API for debug options that doesn't rely on static global cl::opts. by Chris Bieneman · 11 years ago
  16. 7b4133a Fix llvm::huge_valf multiple initializations with Visual C++. by Yaron Keren · 11 years ago
  17. 986460d Add CMake check for libatomic. by Evgeniy Stepanov · 11 years ago
  18. 56579b6 Remove Support/IncludeFile.h and its only user. This is actively harmful, since by Richard Smith · 11 years ago
  19. 1169818 Drop the udis86 wrapper from llvm::sys by Alp Toker · 11 years ago
  20. b7dd329 Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics. by Alexey Samsonov · 11 years ago
  21. 144829d Random Number Generator (llvm) by JF Bastien · 11 years ago
  22. 411840d Support: Write ScaledNumber::getQuotient() and getProduct() by Duncan P. N. Exon Smith · 11 years ago
  23. acf5bc1 Revert "Random Number Generator (llvm)" by JF Bastien · 11 years ago
  24. f8ad92d Random Number Generator (llvm) by JF Bastien · 11 years ago
  25. 58cb745 Merge lib/Support/WindowsError.cpp into ib/Support/ErrorHandling.cpp. by Rafael Espindola · 11 years ago
  26. 5c4f829 Use std::error_code instead of llvm::error_code. by Rafael Espindola · 11 years ago
  27. b327103 Support: add Windows ARM EH data structures by Saleem Abdulrasool · 11 years ago
  28. 8cd041e [Modules] Move the ConstantRange class into the IR library. This is by Chandler Carruth · 12 years ago
  29. 4ca51b9 [CMake] BUILD_SHARED_LIBS: Fixup for r202261: Give PULIC to system_libs in LLVMSupport. by NAKAMURA Takumi · 12 years ago
  30. 955d27a [CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to increase opportunity for parallel build. by NAKAMURA Takumi · 12 years ago
  31. af2c113 Simplify linking to system libraries by NAKAMURA Takumi · 12 years ago
  32. dbed91e Don't inline get[S|U]LEB128Size() until they are proved to be hot. by Logan Chien · 12 years ago
  33. 2f96171 [CMake] LLVMSupport should be responsible to provide system_libs. by NAKAMURA Takumi · 12 years ago
  34. 6acf320 [CMake] llvm_process_sources: Introduce a parameter, ADDITIONAL_HEADERS. by NAKAMURA Takumi · 12 years ago
  35. 278a9f4 Move ARM build attributes into Support by Saleem Abdulrasool · 12 years ago
  36. f8c5281 Introduce a simple line-by-line iterator type into the Support library. by Chandler Carruth · 12 years ago
  37. 382b135 Revert r197438 and r197447 until we figure out how to avoid circular dependency at link time by Quentin Colombet · 12 years ago
  38. 66673f4 Add warning capabilities in LLVM. by Quentin Colombet · 12 years ago
  39. 9aa60fd Move generic isPrint and columnWidth implementations to a separate header/source to allow using both generic and system-dependent versions on win32. by Alexander Kornienko · 12 years ago
  40. f1fc382 Rename PathV2 to just Path now that it is the only one. by Rafael Espindola · 12 years ago
  41. b0f2eba PathV1 is deprecated since the 18th of Dec 2010. Remove it. by Rafael Espindola · 12 years ago
  42. aa79068 MC: Disassembled CFG reconstruction. by Ahmed Bougacha · 12 years ago
  43. db142d4 Add cmake bits for md5. by Eric Christopher · 12 years ago
  44. 2fb337e Add basic zlib support to LLVM. This would allow to use compression/uncompression in selected LLVM tools. by Alexey Samsonov · 13 years ago
  45. 8d97162 Add missing file to cmake build. by Nick Lewycky · 13 years ago
  46. 4e06def Add a new watchdog timer interface. The interface does not permit handling timeouts, so by Nick Lewycky · 13 years ago
  47. 0a9875a Revert r177543: Add timing of the IR parsing code with a new by Chandler Carruth · 13 years ago
  48. 83b359d Add timing of the IR parsing code with a new -time-ir-parsing flag by Eli Bendersky · 13 years ago
  49. b311f4e Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support by Dmitri Gribenko · 13 years ago
  50. f60a927 Initial implementation of a utility for converting native data by Nick Kledzik · 13 years ago
  51. 7dcded6 Don't explicitly require RTTI and EH. by Joerg Sonnenberger · 13 years ago
  52. c399c75 Revert r165652: "Remove unnecessary RTTI from the build." by Sean Silva · 13 years ago
  53. 9b72524 Remove unnecessary RTTI from the build. by Sean Silva · 13 years ago
  54. 5fce8c4 Initial commit of new FileOutputBuffer support class. by Nick Kledzik · 13 years ago
  55. 75dbcb8 platform support for counting column widths and checking isprint by Seth Cantrell · 14 years ago
  56. 1f8918f Goodbye, JSONParser... by Manuel Klimek · 14 years ago
  57. 22120c4 Add YAML parser to Support. by Michael J. Spencer · 14 years ago
  58. 1d03a3b Rewrite LLVM's generalized support library for hashing to follow the API by Chandler Carruth · 14 years ago
  59. 585dda9 Update for the removal of Hashing.cpp. by Jay Foad · 14 years ago
  60. f2291c9 Hashing.h - utilities for hashing various data types. by Talin · 14 years ago
  61. 8b2dcad Enable streaming of bitcode by Derek Schuff · 14 years ago
  62. 7039e35 Move Clang's file-level locking facility over to LLVM's support by Douglas Gregor · 14 years ago
  63. e805b16 Fix up the CMake build for the new files added in r146960, they're by Chandler Carruth · 14 years ago
  64. 2c899a1 Adds a JSON parser and a benchmark (json-bench) to catch performance regressions. by Manuel Klimek · 14 years ago
  65. 88a1d9f Add the DataExtractor utility class. by Benjamin Kramer · 14 years ago
  66. 2bb4035 Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 14 years ago
  67. 49993f2 Add BlockFrequency class. by Jakub Staszak · 14 years ago
  68. 43025a0 Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs. by Chandler Carruth · 14 years ago
  69. 3d4e64b Branch profiling: floating-point avoidance. by Andrew Trick · 14 years ago
  70. f1bda7c Revert my previous patch. The cmake build had already been fixed. by Rafael Espindola · 14 years ago
  71. efbdd80 Fix the cmake build. by Rafael Espindola · 14 years ago
  72. baee655 Add ADT/IntEqClasses.h as a light-weight implementation of EquivalenceClasses.h. by Jakob Stoklund Olesen · 15 years ago
  73. 8b5defb Support: Remove Alarm. It is unused (via local grep and google code search). by Michael J. Spencer · 15 years ago
  74. ebad2f9 Support: Add PathV2 implementation. by Michael J. Spencer · 15 years ago
  75. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago
  76. 345945e Add ADT/IntervalMap. by Jakob Stoklund Olesen · 15 years ago
  77. 0977025 Revert "Add ADT/IntervalMap.", GCC doesn't like it. by Jakob Stoklund Olesen · 15 years ago
  78. 6d89171 Add ADT/IntervalMap. by Jakob Stoklund Olesen · 15 years ago
  79. 889c1e7 Build with RTTI and exceptions disabled. Only in GCC for now. by Oscar Fuentes · 15 years ago
  80. f41f11c Unbreak cmake build. by John Thompson · 15 years ago
  81. b4b1253 Removed a bunch of unnecessary target_link_libraries. by Oscar Fuentes · 15 years ago
  82. d3eb989 Update CMake build. by Benjamin Kramer · 15 years ago
  83. b7b5a7d Unbreak my CMake build, say you'll compile for me again... by Douglas Gregor · 15 years ago
  84. 579ba2a ADT: Add DAGDeltaAlgorithm, which is a DAG minimization algorithm built on top of the standard 'delta debugging' algorithm. by Daniel Dunbar · 15 years ago
  85. 3ab9e50 De-bork CMake build by Douglas Gregor · 16 years ago
  86. 4ea86c4 now that libsystem no longer uses SmallVector, we can move by Chris Lattner · 16 years ago
  87. ff53d46 Add an implementation of the delta debugging algorithm. by Daniel Dunbar · 16 years ago
  88. 4498168 Add StringRef::{rfind, rsplit} by Daniel Dunbar · 16 years ago
  89. c74e09f Update CMake files. by Ted Kremenek · 16 years ago
  90. 1543d13 Update CMake files. by Ted Kremenek · 16 years ago
  91. e14d4cd Add regular expression matching support, based on OpenBSD regexec()/regcomp() by Torok Edwin · 16 years ago
  92. a5ff9e3 CMake: updated list of source files. by Oscar Fuentes · 16 years ago
  93. 94e4705 CMake: Updated library dependencies and list of source files. by Oscar Fuentes · 16 years ago
  94. defdbdc Update CMake files. by Ted Kremenek · 16 years ago
  95. 0cf4e69 Update CMake by Daniel Dunbar · 16 years ago
  96. 1492e17 Update CMake file. by Ted Kremenek · 16 years ago
  97. 57da3ed Update CMake file. by Ted Kremenek · 16 years ago
  98. 54731d5 Fix build. by Mike Stump · 16 years ago
  99. 6d94e6a Fix linking of llvm-ld and lli with CMake, from Xerxes Rånby by Douglas Gregor · 16 years ago
  100. fd25575 Rename TGSourceMgr -> SourceMgr. by Chris Lattner · 16 years ago