1. 1d7a9aa Add unittests to {ARM | AArch64}TargetParser. by Zijiao Ma · 8 years ago
  2. de2d869 Update aosp/master LLVM for rebase to r275480 by Pirama Arumuga Nainar · 8 years ago
  3. f3ef533 Update aosp/master LLVM for rebase to r256229 by Pirama Arumuga Nainar · 8 years ago
  4. 6948897 Update aosp/master LLVM for rebase to r239765 by Pirama Arumuga Nainar · 9 years ago
  5. 0c7f116 Update aosp/master LLVM for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  6. 4c5e43d Update aosp/master llvm for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  7. ebe69fe Update aosp/master LLVM for rebase to r230699. by Stephen Hines · 9 years ago
  8. 37ed9c1 Update aosp/master LLVM for rebase to r222494. by Stephen Hines · 10 years ago
  9. c6a4f5e Update LLVM for rebase to r212749. by Stephen Hines · 10 years ago
  10. dce4a40 Update LLVM for 3.5 rebase (r209712). by Stephen Hines · 10 years ago
  11. 36b5688 Update to LLVM 3.5a. by Stephen Hines · 10 years ago
  12. b95f361 Merging r197718: by Bill Wendling · 10 years ago
  13. 98872fd Merging r195411: by Bill Wendling · 10 years ago
  14. 9d7c776 Merging r195092: by Bill Wendling · 11 years ago
  15. 3543625 [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 11 years ago
  16. 6919bec Recover gracefully when deserializing invalid YAML input. by Alexander Kornienko · 11 years ago
  17. b21ab43 Revert r194865 and r194874. by Alexey Samsonov · 11 years ago
  18. e7a1e3e [block-freq] Add BlockFrequency::scale that returns a remainder from the division and make the private scale in BlockFrequency more performant. by Michael Gottesman · 11 years ago
  19. 8417e85 [PM] Completely remove support for explicit 'require' methods on the by Chandler Carruth · 11 years ago
  20. 5a364c5 [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 11 years ago
  21. 8a631b2 Path: Recognize COFF import library file magic. by Rui Ueyama · 11 years ago
  22. 4da02d4 Give unit test its own LLVMContext so MDNodes aren't leaked even if we never call llvm_shutdown. by Benjamin Kramer · 11 years ago
  23. 59d3ae6 Add addrspacecast instruction. by Matt Arsenault · 11 years ago
  24. b850a05 Recognize 0x0000 as a COFF file magic. by Rui Ueyama · 11 years ago
  25. 5230102 remove extra semicolon by Nick Kledzik · 11 years ago
  26. 04fca67 Add dyn_cast<> support to YAML I/O's IO class by Nick Kledzik · 11 years ago
  27. 4e7c22a Add simple support for tags in YAML I/O by Nick Kledzik · 11 years ago
  28. c9024c6 Path: Add tests for existing file magics. by Rui Ueyama · 11 years ago
  29. e0573aa Whitespace. by Rui Ueyama · 11 years ago
  30. 3c3f6be Fix a null pointer dereference when copying a null polymorphic pointer. by Chandler Carruth · 11 years ago
  31. f348c97 Introduce an AnalysisManager which is like a pass manager but with a lot by Chandler Carruth · 11 years ago
  32. ea99884 [PM] Start sketching out the new module and function pass manager. by Chandler Carruth · 11 years ago
  33. 49837ef Move the old pass manager infrastructure into a legacy namespace and by Chandler Carruth · 11 years ago
  34. 3481cdc Switch to allow implicit construction. In many cases, we're wrapping by Chandler Carruth · 11 years ago
  35. c197a3a Test the polymorphic behavior of this utility. by Chandler Carruth · 11 years ago
  36. 8caea72 Use something really explicit to test "move semantics" on builds without by Chandler Carruth · 11 years ago
  37. ca020d4 Add the critically missing 'clone' method. =] by Chandler Carruth · 11 years ago
  38. cd7a191 Move the test type out of the function and into the anonymous namespace by Chandler Carruth · 11 years ago
  39. aec4277 Add a polymorphic_ptr<T> smart pointer data type. It's a somewhat silly by Chandler Carruth · 11 years ago
  40. 999ffb6 Revert "Move copying of global initializers below the cloning of functions." by Adrian Prantl · 11 years ago
  41. ab6f27c Revert "Run clang-format on file." by Adrian Prantl · 11 years ago
  42. 5ebdcd2 Run clang-format on file. by Bill Wendling · 11 years ago
  43. 5d5f2c3 Move copying of global initializers below the cloning of functions. by Bill Wendling · 11 years ago
  44. f94b348 Simplify ErrorOr. by Rafael Espindola · 11 years ago
  45. c143c75 Merge CallGraph and BasicCallGraph. by Rafael Espindola · 11 years ago
  46. 415b33f Add calls to doInitialization() and doFinalization() in verifyFunction() by Rafael Espindola · 11 years ago
  47. f34c3ca Add {start,end}with_lower methods to StringRef. by Rui Ueyama · 11 years ago
  48. d3b64ef make ConstantRange::signExtend() optimal by Nuno Lopes · 11 years ago
  49. 636a5cb DWARF parser: propery handle DW_FORM_ref_sig8 and fix Windows build. by Alexey Samsonov · 11 years ago
  50. 6faff48 DWARF parser: Use ArrayRef to represent form sizes and simplify DWARFDIE::extractFast() interface. No functionality change. by Alexey Samsonov · 11 years ago
  51. c525323 DebugInfo: Introduce the notion of "form classes" by Alexey Samsonov · 11 years ago
  52. bc850d0 Add a few tests for StringRef::{start,end}with. by Rui Ueyama · 11 years ago
  53. 7c0c2e5 DIEHash: Summary hashing of member functions by David Blaikie · 11 years ago
  54. b1d3985 Try to fix the build on windows. by Rafael Espindola · 11 years ago
  55. 76a74f7 Change MemoryBuffer::getFile to take a Twine. by Rafael Espindola · 11 years ago
  56. a954618 DIEHash: Summary hashing of nested types by David Blaikie · 11 years ago
  57. 377e832 DIEHash: Const correct and use references where non-null/non-rebound. by David Blaikie · 11 years ago
  58. 1d7d8da DIEHash: Do not use shallow type hashing for unnamed types by David Blaikie · 11 years ago
  59. 96b4005 Reverting my r193344 checkin due to build breakage. by John Thompson · 11 years ago
  60. 43752f2 Added std::string as a built-in type for mapping. by John Thompson · 11 years ago
  61. f196208 DWARF type hashing: pointers to members by David Blaikie · 11 years ago
  62. 449f036 DWARF Type Hashing: Include reference and rvalue reference type in the declarable summary hashing path by David Blaikie · 11 years ago
  63. f1545a2 DWARF type hashing: begin implementing Step 5, summary hashing in declarable contexts by David Blaikie · 11 years ago
  64. 65d60c8 Removing unnecessary link component for MCJIT unittests by Andrew Kaylor · 11 years ago
  65. e46be78 DIEHashTest: Correct the order of operands to the TEST macro by David Blaikie · 11 years ago
  66. 3baa3c3 DWARF type hashing: Handle multiple (including recursive) references to the same type by David Blaikie · 11 years ago
  67. 47f66d5 DIEHash: Support for simple (non-recursive, non-reused) type references by David Blaikie · 11 years ago
  68. 88a68cb DIEHash: Include the type's context in the type hash. by David Blaikie · 11 years ago
  69. c098708 DIEHash: Use DW_FORM_sdata for integers, per spec. by David Blaikie · 11 years ago
  70. a85ad23 Invert arguments to ASSERT_EQ to match gtest diagnostic printing by David Blaikie · 11 years ago
  71. 75ee000 DIEHash: Include the trailing zero byte after the children of a DIE by David Blaikie · 11 years ago
  72. 49978e6 Fix MCDataAtom never calling remap when adding data. by Rafael Espindola · 11 years ago
  73. 6706554 Assert on duplicate registration. Don't depend on function pointer equality. by Rafael Espindola · 11 years ago
  74. e4df43e Use ASSERT_EQ rather than ASSERT_TRUE for better unit test failures. by David Blaikie · 11 years ago
  75. bd5b912 Silencing an MSVC warning. by Aaron Ballman · 11 years ago
  76. ea246d6 MCJIT: skip some more new multi-module tests on unsupported platforms. by Tim Northover · 11 years ago
  77. 6eb43d2 This threads SectionName through the allocateCodeSection/allocateDataSection APIs, both in C++ and C land. by Filip Pizlo · 11 years ago
  78. c269c4f Add non-blocking Wait() for launched processes by Tareq A. Siraj · 11 years ago
  79. 70c1ea4 Tests for MCJIT multiple module support by Andrew Kaylor · 11 years ago
  80. 2ebcd57 Fix getOrInsertGlobal dropping the address space. by Matt Arsenault · 11 years ago
  81. adb412d IRBuilder: Add RAII objects to reset insertion points or fast math flags. by Benjamin Kramer · 11 years ago
  82. 449a88e Plug a memory leak in a unit test. Stack allocation is sufficient here. by Benjamin Kramer · 11 years ago
  83. 867c189 SourceMgr diagnotics printing: fix a bug where printing a fixit for a source by Dmitri Gribenko · 11 years ago
  84. 8a93c3a Make SourceMgr::PrintMessage() testable and add unit tests by Dmitri Gribenko · 11 years ago
  85. f51ecf2 Fixed typo in CreateProcessTrailingSlash test by Tareq A. Siraj · 11 years ago
  86. 2e942d5 Re-submit r190469: YAMLIO: Fix string quoting logic. by Rui Ueyama · 11 years ago
  87. 90c782a Revert "YAMLIO: Fix string quoting logic." (r190469) by Hans Wennborg · 11 years ago
  88. e9cf283 Remove trailing whitespace by Rui Ueyama · 11 years ago
  89. 7eb8b0f YAMLIO: Fix string quoting logic. by Rui Ueyama · 11 years ago
  90. 3014066 Try to unbreak mingw32 buildbot. by Rui Ueyama · 11 years ago
  91. f42d424 Add getenv() wrapper that works on multibyte environment variable. by Rui Ueyama · 11 years ago
  92. 0b67c21 Update CMake file to fix buildbots. by Bob Wilson · 11 years ago
  93. db3a9e6 Revert patches to add case-range support for PR1255. by Bob Wilson · 11 years ago
  94. 072bd45 MemoryBufer: add a test: check that a file with size that is a multiple of the by Dmitri Gribenko · 11 years ago
  95. 280e5ee 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 · 11 years ago
  96. df69c9c It's a very large constant. Say so. by Eric Christopher · 11 years ago
  97. 4bc23f0 Fix copy and pasto with CMake files for unittest. by Eric Christopher · 11 years ago
  98. 800a876 Add a hashing routine that handles hashing types. Add a test for by Eric Christopher · 11 years ago
  99. 9f59ffc Alphabetize. by Eric Christopher · 11 years ago
  100. f57a80f Add a Python-like join function to merge a list of strings with a by Joerg Sonnenberger · 11 years ago