1. 8233f0b [X86] Regenerate setcc tests by Simon Pilgrim · 8 years ago
  2. a0063c8 [X86][AVX512] Regenerate shuffle tests with broadcast comments. by Simon Pilgrim · 8 years ago
  3. e4524fe [X86] Regenerate memset tests by Simon Pilgrim · 8 years ago
  4. 1791d92 Correctly enable the llvm-mt tests, now that build flags changed. by Eric Beckmann · 8 years ago
  5. d9e8f94 Quote '?' in llvm-rc test by Reid Kleckner · 8 years ago
  6. fc1a136 [Hexagon] Mark raise_relocation_error as NORETURN. by Florian Hahn · 8 years ago
  7. 0370598 Update the assertion to meet with the changes in r309121. (NFC) by Dehao Chen · 8 years ago
  8. 9930182 [X86] Add combineBT test failure because bits have multiple uses. by Simon Pilgrim · 8 years ago
  9. 8f6b2b6 [lit] Mark several of lit's tests XFAIL on Windows by Brian Gesiak · 8 years ago
  10. 1cb9d8c [lit] Fix type error for parallelism groups by Brian Gesiak · 8 years ago
  11. d2fb04a Make new PM honor -fdebug-info-for-profiling by Dehao Chen · 8 years ago
  12. 0f1c532 Revert "[lit] Remove dead code not referenced in the LLVM SVN repo." by Brian Gesiak · 8 years ago
  13. 2cc32b1 [docs] change a few code-blocks to llvm from text by Nuno Lopes · 8 years ago
  14. 8801df5 [NFC] test commit. by Stefan Pintilie · 8 years ago
  15. 6f6a181 [Bash-autocompletion] Show HelpText with possible flags by Yuka Takahashi · 8 years ago
  16. d0d2059 Revert r309094: [globalisel][tablegen] Fuse the generated tables together. by Daniel Sanders · 8 years ago
  17. 8ec224a DAGCombiner: Extend reduceBuildVecToTrunc to handle non-zero offset by Zvi Rackover · 8 years ago
  18. 4f03560 [X86] Regenerated BT tests by Simon Pilgrim · 8 years ago
  19. 39726b8 [COFF, ARM64] Fix symbol offsets in ADRP/ADD/LDR/STR relocations by Martin Storsjo · 8 years ago
  20. b04f6b4 [X86] Add urem vector test for non-uniform pow2 constants by Simon Pilgrim · 8 years ago
  21. 12f5788 [X86] Regenerated urem pow2 tests on 32/64 bit targets by Simon Pilgrim · 8 years ago
  22. 2de0193 [X86] Regenerated umul overflow tests on 32/64 bit targets by Simon Pilgrim · 8 years ago
  23. 66e03aa [ARM] GlobalISel: Map G_GLOBAL_VALUE to GPR by Diana Picus · 8 years ago
  24. 4fb2044 [X86][AVX] Regenerated and cleaned up AVX1 intrinsic tests. by Simon Pilgrim · 8 years ago
  25. ba7df5d [X86][AVX2] Regenerated and cleaned up broadcast tests. by Simon Pilgrim · 8 years ago
  26. 5e0a85b [X86][AVX512] Regenerated and added 32-bit targets to select tests by Simon Pilgrim · 8 years ago
  27. b21d450 [X86][AVX] Regenerated and cleaned up masked gather/scatter tests. by Simon Pilgrim · 8 years ago
  28. a4990da [X86][AVX] Regenerate lzcnt test. by Simon Pilgrim · 8 years ago
  29. 18698d1 [globalisel][tablegen] Fuse the generated tables together. by Daniel Sanders · 8 years ago
  30. 44a9a97 [X86][FMA] Regenerate test with broadcast comments. by Simon Pilgrim · 8 years ago
  31. b492975 Follow up for r307085: a better fix for a dangling StringRef. by Alexander Kornienko · 8 years ago
  32. 631b4a2 [ARM] GlobalISel: Mark G_GLOBAL_VALUE as legal by Diana Picus · 8 years ago
  33. 2e3a5b7 [libOption] - Add flag allowing to print options aliases in help text. by George Rimar · 8 years ago
  34. 9d7507a [X86][LLVM]Expanding Supports lowerInterleavedStore() in X86InterleavedAccess. by Michael Zuckerman · 8 years ago
  35. 8849d30 TargetLowering: Change isShuffleMaskLegal's mask argument type to ArrayRef<int>. NFCI. by Zvi Rackover · 8 years ago
  36. c68e30b [X86][LLVM]Expanding Supports lowerInterleavedStore() in X86InterleavedAccess part1. by Michael Zuckerman · 8 years ago
  37. 8df9b4f [SCEV] Cache results of computeExitLimit by Max Kazantsev · 8 years ago
  38. e929103 [X86] Prevent selecting masked aligned load instructions if the load should be non-temporal by Craig Topper · 8 years ago
  39. c87493d Add test coverage for new PM PGOOpt handling. by Dehao Chen · 8 years ago
  40. f34b3b1 [gold] Enable data-sections by default for the gold-plugin. by Davide Italiano · 8 years ago
  41. c076aa0 Add "REQUIRES: asserts" for test unswitch-equality-undef.ll. by Wei Mi · 8 years ago
  42. 69b28c8 [SCEV] Remove unnecessary call to forgetMemoizedResults by Sanjoy Das · 8 years ago
  43. 59859d9 [lit] Attempt to fix Python unittest adaptor logic by Reid Kleckner · 8 years ago
  44. f74bed2 Move manifest utils into separate lib, to reduce libxml2 deps. by Eric Beckmann · 8 years ago
  45. 49fc1e6 [PDB] Remove stale GSI.h header that I intended to remove in the previous commit by Reid Kleckner · 8 years ago
  46. c88d81f [DWARF] Generalized verification of .apple_names accelerator table to be applicable to any acceleration table. Added verification for .apple_types, .apple_namespaces and .apple_objc sections. by Spyridoula Gravani · 8 years ago
  47. 4a753bd [PDB] Improve GSI hash table dumping for publics and globals by Reid Kleckner · 8 years ago
  48. ec76cbb Reapply "llvm-mt: implement simple merging of manifests, not factoring namespaces. by Eric Beckmann · 8 years ago
  49. 1778f81 [AArch64] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  50. cedb77e Disable loop unswitching for some patterns containing equality comparison with undef. by Wei Mi · 8 years ago
  51. e22b98a Debug Info: Support fragmented variables in the MMI side table by Adrian Prantl · 8 years ago
  52. 67d8465 [gold] Enable function-sections by default. by Davide Italiano · 8 years ago
  53. 0c862f5 Revert "llvm-mt: implement simple merging of manifests, not factoring namespaces." by Eric Beckmann · 8 years ago
  54. b0707e1 llvm-mt: implement simple merging of manifests, not factoring namespaces. by Eric Beckmann · 8 years ago
  55. 2f55a43 Revert "Reland "[LLVM][llvm-objcopy] Added basic plumbing to get things started"" by Petr Hosek · 8 years ago
  56. 5b4c3ec [lit] Fix UnboundLocalError for invalid shtest redirects by Michal Gorny · 8 years ago
  57. 50f00d6 Reland "[LLVM][llvm-objcopy] Added basic plumbing to get things started" by Petr Hosek · 8 years ago
  58. dd35be2 Update the comments on default subtargets based on feedback. by Eric Christopher · 8 years ago
  59. 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
  60. 6d5fc43 Revert "Reland "[LLVM][llvm-objcopy] Added basic plumbing to get things started"" by Petr Hosek · 8 years ago
  61. 7cfa553 Revert "Debug Info: Support fragmented variables in the MMI side table" by Adrian Prantl · 8 years ago
  62. 2522046 Debug Info: Support fragmented variables in the MMI side table by Adrian Prantl · 8 years ago
  63. 960873b Reland "[LLVM][llvm-objcopy] Added basic plumbing to get things started" by Petr Hosek · 8 years ago
  64. 9ed2243 [CMAKE] Speedup developer builds when passing LLVM_APPEND_VC_REV = OFF by Don Hinton · 8 years ago
  65. 35647a1 [CMake] Fix broken builds from r309029 by Chris Bieneman · 8 years ago
  66. 02829e6 [CMake] Allow TableGen.cmake to be included multiple times by Chris Bieneman · 8 years ago
  67. 6044a14 AMDGPU/SI: Fix Depth and Height computation for SI scheduler by Marek Olsak · 8 years ago
  68. 343cb90 AMDGPU/SI: Force exports at the end for SI scheduler by Marek Olsak · 8 years ago
  69. 5b3e8fe [AArch64] Update a comment in a test by Martin Storsjo · 8 years ago
  70. d4147fa [AArch64] Add a test for float argument passing to win64 vararg functions by Martin Storsjo · 8 years ago
  71. a63ab3c9 [LTO] Prevent dead stripping and internalization of symbols with sections by Teresa Johnson · 8 years ago
  72. 94c534f Revert "This patch enables the usage of constant Enum identifiers within Microsoft style inline assembly statements." by Eric Christopher · 8 years ago
  73. 57a32cd [PowerPC] Pretty-print CR bits the way the binutils disassembler does by Nemanja Ivanovic · 8 years ago
  74. 84cbf60 [PowerPC] - Recommit r304907 now that the issue has been fixed by Nemanja Ivanovic · 8 years ago
  75. 75c1787 [docs] Fix a typo: iteratation -> iteration by Stephen Hines · 8 years ago
  76. 902fe6e [X86][CGP] Reduce memcmp() expansion to 2 load pairs (PR33914) by Simon Pilgrim · 8 years ago
  77. ae9f3ff [DAG] Move DAGCombiner::GetDemandedBits to SelectionDAG by Simon Pilgrim · 8 years ago
  78. 7d8deb8 [X86] Regenerate test. by Simon Pilgrim · 8 years ago
  79. a7461f4 [X86] Regenerate test with broadcast comments. by Simon Pilgrim · 8 years ago
  80. a964c1f [Sparc] invalid adjustments in TLS_LE/TLS_LDO relocations removed by Fedor Sergeev · 8 years ago
  81. b3987021 X86 Asm uses assertions instead of proper diagnostic. This patch fixes that. by Andrew V. Tischenko · 8 years ago
  82. 2dcaf78 [LIR] Teach LIR to avoid extending the BE count prior to adding one to by Chandler Carruth · 8 years ago
  83. 0000a71 This patch enables the usage of constant Enum identifiers within Microsoft style inline assembly statements. by Matan Haroush · 8 years ago
  84. 8641ab9 [tests] Cleanup vect.omp.persistence.ll test. by Michael Zolotukhin · 8 years ago
  85. ee5c36f [X86] Add 24-byte memcmp tests (PR33914) by Simon Pilgrim · 8 years ago
  86. 12b7f90 Fix endianness bug in DAGCombiner::visitTRUNCATE and visitEXTRACT_VECTOR_ELT by Francois Pichet · 8 years ago
  87. e46d723 [ARM] Enable partial and runtime unrolling by Sam Parker · 8 years ago
  88. 9319e27 [COFF] ARM64 support for COFFImportFile by Martin Storsjo · 8 years ago
  89. a663d73 [AArch64] Reserve a 16 byte aligned amount of fixed stack for win64 varargs by Martin Storsjo · 8 years ago
  90. 2250b30 DWARFVerifier.cpp: Fix -m32 in r308928. Use PRIx64. by NAKAMURA Takumi · 8 years ago
  91. 74b6501 [libFuzzer] make one test faster, fix compiler warnings in tests by Kostya Serebryany · 8 years ago
  92. 977be98 [sanitizer-coverage] simplify the code, NFC by Kostya Serebryany · 8 years ago
  93. 8e0c70d [DWARF] Modified test for die ranges verification so that it doesn't fail on windows hosts. by Spyridoula Gravani · 8 years ago
  94. cabe5b5 llvm/test/CMakeLists.txt: Add llvm-rc to LLVM_TEST_DEPENDS. by NAKAMURA Takumi · 8 years ago
  95. bb03079 llvm-rc: Fixup for r308940. This should use LLVMSupport. by NAKAMURA Takumi · 8 years ago
  96. c6f54fe Add an empty shell of llvm-rc. by Marek Sokolowski · 8 years ago
  97. 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
  98. 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
  99. c2060a5 Revert "[X86][InlineAsm][Ms Compatibility]Prefer variable name over a register when the two collides" by Reid Kleckner · 8 years ago
  100. 04cdb2e Small tweak to one check in error handling to the dyld compact export by Kevin Enderby · 8 years ago