1. b0707e1 llvm-mt: implement simple merging of manifests, not factoring namespaces. by Eric Beckmann · 8 years ago
  2. 2f55a43 Revert "Reland "[LLVM][llvm-objcopy] Added basic plumbing to get things started"" by Petr Hosek · 8 years ago
  3. 5b4c3ec [lit] Fix UnboundLocalError for invalid shtest redirects by Michal Gorny · 8 years ago
  4. 50f00d6 Reland "[LLVM][llvm-objcopy] Added basic plumbing to get things started" by Petr Hosek · 8 years ago
  5. dd35be2 Update the comments on default subtargets based on feedback. by Eric Christopher · 8 years ago
  6. 8330752 [libFuzzer] don't disable msan for TracePC::CollectFeatures: this started to cause false positives in msan. No tests for libFuzzer+msan yet -- tests will need to wait until we move libFuzzer to compiler-rt by Kostya Serebryany · 8 years ago
  7. 6d5fc43 Revert "Reland "[LLVM][llvm-objcopy] Added basic plumbing to get things started"" by Petr Hosek · 8 years ago
  8. 7cfa553 Revert "Debug Info: Support fragmented variables in the MMI side table" by Adrian Prantl · 8 years ago
  9. 2522046 Debug Info: Support fragmented variables in the MMI side table by Adrian Prantl · 8 years ago
  10. 960873b Reland "[LLVM][llvm-objcopy] Added basic plumbing to get things started" by Petr Hosek · 8 years ago
  11. 9ed2243 [CMAKE] Speedup developer builds when passing LLVM_APPEND_VC_REV = OFF by Don Hinton · 8 years ago
  12. 35647a1 [CMake] Fix broken builds from r309029 by Chris Bieneman · 8 years ago
  13. 02829e6 [CMake] Allow TableGen.cmake to be included multiple times by Chris Bieneman · 8 years ago
  14. 6044a14 AMDGPU/SI: Fix Depth and Height computation for SI scheduler by Marek Olsak · 8 years ago
  15. 343cb90 AMDGPU/SI: Force exports at the end for SI scheduler by Marek Olsak · 8 years ago
  16. 5b3e8fe [AArch64] Update a comment in a test by Martin Storsjo · 8 years ago
  17. d4147fa [AArch64] Add a test for float argument passing to win64 vararg functions by Martin Storsjo · 8 years ago
  18. a63ab3c9 [LTO] Prevent dead stripping and internalization of symbols with sections by Teresa Johnson · 8 years ago
  19. 94c534f Revert "This patch enables the usage of constant Enum identifiers within Microsoft style inline assembly statements." by Eric Christopher · 8 years ago
  20. 57a32cd [PowerPC] Pretty-print CR bits the way the binutils disassembler does by Nemanja Ivanovic · 8 years ago
  21. 84cbf60 [PowerPC] - Recommit r304907 now that the issue has been fixed by Nemanja Ivanovic · 8 years ago
  22. 75c1787 [docs] Fix a typo: iteratation -> iteration by Stephen Hines · 8 years ago
  23. 902fe6e [X86][CGP] Reduce memcmp() expansion to 2 load pairs (PR33914) by Simon Pilgrim · 8 years ago
  24. ae9f3ff [DAG] Move DAGCombiner::GetDemandedBits to SelectionDAG by Simon Pilgrim · 8 years ago
  25. 7d8deb8 [X86] Regenerate test. by Simon Pilgrim · 8 years ago
  26. a7461f4 [X86] Regenerate test with broadcast comments. by Simon Pilgrim · 8 years ago
  27. a964c1f [Sparc] invalid adjustments in TLS_LE/TLS_LDO relocations removed by Fedor Sergeev · 8 years ago
  28. b3987021 X86 Asm uses assertions instead of proper diagnostic. This patch fixes that. by Andrew V. Tischenko · 8 years ago
  29. 2dcaf78 [LIR] Teach LIR to avoid extending the BE count prior to adding one to by Chandler Carruth · 8 years ago
  30. 0000a71 This patch enables the usage of constant Enum identifiers within Microsoft style inline assembly statements. by Matan Haroush · 8 years ago
  31. 8641ab9 [tests] Cleanup vect.omp.persistence.ll test. by Michael Zolotukhin · 8 years ago
  32. ee5c36f [X86] Add 24-byte memcmp tests (PR33914) by Simon Pilgrim · 8 years ago
  33. 12b7f90 Fix endianness bug in DAGCombiner::visitTRUNCATE and visitEXTRACT_VECTOR_ELT by Francois Pichet · 8 years ago
  34. e46d723 [ARM] Enable partial and runtime unrolling by Sam Parker · 8 years ago
  35. 9319e27 [COFF] ARM64 support for COFFImportFile by Martin Storsjo · 8 years ago
  36. a663d73 [AArch64] Reserve a 16 byte aligned amount of fixed stack for win64 varargs by Martin Storsjo · 8 years ago
  37. 2250b30 DWARFVerifier.cpp: Fix -m32 in r308928. Use PRIx64. by NAKAMURA Takumi · 8 years ago
  38. 74b6501 [libFuzzer] make one test faster, fix compiler warnings in tests by Kostya Serebryany · 8 years ago
  39. 977be98 [sanitizer-coverage] simplify the code, NFC by Kostya Serebryany · 8 years ago
  40. 8e0c70d [DWARF] Modified test for die ranges verification so that it doesn't fail on windows hosts. by Spyridoula Gravani · 8 years ago
  41. cabe5b5 llvm/test/CMakeLists.txt: Add llvm-rc to LLVM_TEST_DEPENDS. by NAKAMURA Takumi · 8 years ago
  42. bb03079 llvm-rc: Fixup for r308940. This should use LLVMSupport. by NAKAMURA Takumi · 8 years ago
  43. c6f54fe Add an empty shell of llvm-rc. by Marek Sokolowski · 8 years ago
  44. 4114bcf [Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  45. ef55e4c [DWARF] Added verification check for die ranges. If highPC is an address, then it should be greater than lowPC for each range. by Spyridoula Gravani · 8 years ago
  46. c2060a5 Revert "[X86][InlineAsm][Ms Compatibility]Prefer variable name over a register when the two collides" by Reid Kleckner · 8 years ago
  47. 04cdb2e Small tweak to one check in error handling to the dyld compact export by Kevin Enderby · 8 years ago
  48. 4b85cce Followup to r308890: don't assert the llvm llvm version number. by James Y Knight · 8 years ago
  49. 1aa3f8d [Hexagon] Recognize C4_cmpneqi, C4_cmpltei and C4_cmplteui in NewValueJump by Krzysztof Parzyszek · 8 years ago
  50. 8121aeb Move DWARFSectionMap to a .cpp file. by Rafael Espindola · 8 years ago
  51. df6678d test-release.sh: Fix phase2 and phase3 binary comparision by Tom Stellard · 8 years ago
  52. 9bf22f2 Revert "Revert "[libFuzzer] Add a dependency on symbolizer from libFuzzer tests"" by George Karpenkov · 8 years ago
  53. 52f43a9 Adding base test for interleave store VF16 and expand the test for AVX512 by Michael Zuckerman · 8 years ago
  54. 0771376 RA: Replace asserts related to empty live intervals by Matt Arsenault · 8 years ago
  55. a0d8266 [AArch64] Adjust the cost model for Exynos M1 and M2 by Evandro Menezes · 8 years ago
  56. c75bdb4 AMDGPU: Fix allocating pseudo-registers by Matt Arsenault · 8 years ago
  57. 468caf2 Revert "Debug: handle dumping the D language." by Tim Northover · 8 years ago
  58. ea5f5cb Debug: handle dumping the D language. by Tim Northover · 8 years ago
  59. c37f42c [CMake] Remove redundant logic in runtimes/CMakeList.txt by Leo Li · 8 years ago
  60. d5395f1 Add missing case to switch by Reid Kleckner · 8 years ago
  61. b69a2b5 [CodeGenPrepare] Cut off FindAllMemoryUses if there are too many uses. by Benjamin Kramer · 8 years ago
  62. 7811635 [codeview] Emit 'D' as the cv source language for D code by Reid Kleckner · 8 years ago
  63. 7749c87 Format some case labels and shrink an anonymous namespace NFC by Reid Kleckner · 8 years ago
  64. 194f31a NFC. Fixed typos in the comments. by Ilya Biryukov · 8 years ago
  65. 9988d29 [DOTGraphTraits] Propagate Graph template argument, NFC by Alexandre Isoard · 8 years ago
  66. a3e6de0 Fix spelling in comments. NFCI. by Simon Pilgrim · 8 years ago
  67. 5030753 [LoopInterchange] Update code to use range-based for loops (NFC). by Florian Hahn · 8 years ago
  68. 06484d9 [X86][AVX512] Add patterns for masked AVX512 floating point compare instructions that were missing. by Ayman Musa · 8 years ago
  69. 6059037 [X86][InlineAsm][Ms Compatibility]Prefer variable name over a register when the two collides by Coby Tayree · 8 years ago
  70. 6b35304 [AVR] Remove the instrumentation pass by Dylan McKay · 8 years ago
  71. 747535c [AVR] Improve the 'icall-func-pointer-correct-addr-space.ll' test by Dylan McKay · 8 years ago
  72. b12c7b1 [CodeGen][X86] Fuchsia supports sincos* libcalls and sin+cos->sincos optimization by Petr Hosek · 8 years ago
  73. 3f41ea0 Fix typo: GETTER to SETTER (NFC) by Momchil Velikov · 8 years ago
  74. b979e0a [AArch64] Add test for function alignment for a optsize function (NFC). by Florian Hahn · 8 years ago
  75. da54909 [AArch64] Redundant Copy Elimination - remove more zero copies. by Chad Rosier · 8 years ago
  76. 33ec7a1 [SCEV] Limit max size of AddRecExpr during evolving by Max Kazantsev · 8 years ago
  77. 4e2037d RuntimeDyldELF.cpp: Prune unused "TargetRegistry.h" by NAKAMURA Takumi · 8 years ago
  78. c009cf6 [Modules] Rework r274270. Let Clang targets depend on intrinsics_gen. by NAKAMURA Takumi · 8 years ago
  79. 4393153 [X86] Add some hasSideEffects=0 flags. by Craig Topper · 8 years ago
  80. 9280442 [X86] Add patterns for memory forms of SARX/SHLX/SHRX with careful complexity adjustment to keep shift by immediate using the legacy instructions. by Craig Topper · 8 years ago
  81. 484f483 [DAG] Fix typo preventing some stores merges to truncated stores. by Nirav Dave · 8 years ago
  82. b627b5c Revert "Reland "[LLVM][llvm-objcopy] Added basic plumbing to get things started"" by Petr Hosek · 8 years ago
  83. 2b52298 Reland "[LLVM][llvm-objcopy] Added basic plumbing to get things started" by Petr Hosek · 8 years ago
  84. a6f2bdc [X86] Add nopq instruction which is a rex encoded version of nopl for gas compatibility. by Craig Topper · 8 years ago
  85. 0765db2 [X86] Add register form of NOPL and NOPW for assembler/disassembler. by Craig Topper · 8 years ago
  86. b20dcc6 AMDGPU: Remove leftover td file by Matt Arsenault · 8 years ago
  87. 5fa7d4a Commit missing/empty test file from r308789 by David Blaikie · 8 years ago
  88. f3c728a RA: Remove another assert on empty intervals by Matt Arsenault · 8 years ago
  89. 5ae0dfe [libFuzzer] reimplement experimental_len_control=1: bump the temporary max_len every time we failed to find new coverage during the last 1000 runs and 1 second. Also fix FileToVector to not load unfinished files by Kostya Serebryany · 8 years ago
  90. e59b7e4 RA: Remove assert on empty live intervals by Matt Arsenault · 8 years ago
  91. aed2034 Revert "[LLVM][llvm-objcopy] Added basic plumbing to get things started" by Petr Hosek · 8 years ago
  92. 2f423248 Reland "[LLVM][llvm-objcopy] Added basic plumbing to get things started" by Petr Hosek · 8 years ago
  93. cc55cc2 Remove Bitrig: LLVM Changes by Erich Keane · 8 years ago
  94. 8fc7dc6 [ProfData] Detect if zlib is available by David Blaikie · 8 years ago
  95. 15a56d4 [Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  96. b189b91 [PGOInstr] Add a debug print by Xinliang David Li · 8 years ago
  97. 7a6e8a3 X86InterleaveAccess: A fix for bug33826 by Farhana Aleen · 8 years ago
  98. 4c49579 AMDGPU: Implement memory model by Konstantin Zhuravlyov · 8 years ago
  99. 019755e [PPC] Add Defs = [CARRY] to MIR SRADI_32 by Guozhi Wei · 8 years ago
  100. f15f548 AMDGPU: Introduce maybeAtomic instruction flag by Konstantin Zhuravlyov · 8 years ago