1. 3b0f60e Update testcases that are XFAILed on Darwin for llvm-dwarfdump changes. by Adrian Prantl · 8 years ago
  2. ff7fd0f [llvm-cov] Try to fix a test on Windows by Vedant Kumar · 8 years ago
  3. 3776c52 llvm-dwarfdump: Make -brief the default and add a -verbose option instead. by Adrian Prantl · 8 years ago
  4. 8fd0504 [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  5. 8e66c2e llvm-dwarfdump: Replace -debug-dump=sect option with individual options. by Adrian Prantl · 8 years ago
  6. d3822e4 [llvm-cov] Allow hiding instantiation/region coverage from summary tables by Eli Friedman · 8 years ago
  7. 1a8b825 LowerTypeTests: Add import/export support for targets without absolute symbol constants. by Peter Collingbourne · 8 years ago
  8. 37911b9 WholeProgramDevirt: Add import/export support for targets without absolute symbol constants. by Peter Collingbourne · 8 years ago
  9. d03e3c1 [llvm-cov] Don't attach exec counts to lines which start a skipped region by Vedant Kumar · 8 years ago
  10. 7d56a78 [InstSimplify] fix some test names; NFC by Sanjay Patel · 8 years ago
  11. c18e8bc [InstSimplify] add tests for possible sdiv/srem simplifications; NFC by Sanjay Patel · 8 years ago
  12. e4e1eed AMDGPU: Allow coldcc calls by Matt Arsenault · 8 years ago
  13. 1f93574 [mips][microMIPS] add lapc instruction by Petar Jovanovic · 8 years ago
  14. b6b2574 Unmerge GEPs to reduce register pressure on IndirectBr edges. by Hiroshi Yamauchi · 8 years ago
  15. 46582be [AMDGPU] Produce madak and madmk from the two-address pass by Stanislav Mekhanoshin · 8 years ago
  16. ba57a48 [X86] Remove portions of r275950 that are no longer needed with i1 not being a legal type by Craig Topper · 8 years ago
  17. 6b4918d [SelectionDAG] Remove a check for type being a vector type after calling getShiftAmountTy. NFCI by Craig Topper · 8 years ago
  18. 9fe7bd2 X86 Tests: More AVX512 conversions tests. NFC by Zvi Rackover · 8 years ago
  19. 022ffdf [ScalarEvolution] Refactor forgetLoop() to improve performance by Marcello Maggioni · 8 years ago
  20. 9fb31c8 Fix typo by Matt Arsenault · 8 years ago
  21. fa3963d [X86][SSE] Add support for X86ISD::PACKSS to ComputeNumSignBitsForTargetNode by Simon Pilgrim · 8 years ago
  22. 2c5cb5f [AMDGPU] exp should not be in WQM mode by Tim Renouf · 8 years ago
  23. 48c5bd3 [TableGen] Ensure that __lsan_is_turned_off isn't removed by DCE in llvm-tblgen by Francis Ricci · 8 years ago
  24. 92ba92d [InstSimplify] reorder methods; NFC by Sanjay Patel · 8 years ago
  25. 2a06de4 [X86][SSE] Add further test cases showing failure to compute sign bits through PACKSS by Simon Pilgrim · 8 years ago
  26. 3961980 [X86][SKX][KNL] Updating several CodeGen tests to use the attr flag instead of mcpu flag by Gadi Haber · 8 years ago
  27. 8bb02cf [ARM] Enable the use of SVC anywhere in an IT block by Andre Vieira · 8 years ago
  28. 9942f51 [Interleved][Stride 3]Adding test for case the VF=64 target with AVX512. by Michael Zuckerman · 8 years ago
  29. 7a1158a [X86][SSE] Add test showing failure to compute sign bits through PACKSS by Simon Pilgrim · 8 years ago
  30. fe79297 [AVR] Enable the '__do_copy_data' function by Dylan McKay · 8 years ago
  31. 5b272fa [GlobalISel][X86] G_ANYEXT support. by Igor Breger · 8 years ago
  32. b7e5530 Fixed a typo in llvm-cov/deferred-region.cpp test. by Ilya Biryukov · 8 years ago
  33. 8b9e95c AMDGPU: trivial comment change by Tim Renouf · 8 years ago
  34. ceaa3f6 [ARM] Use ADDCARRY / SUBCARRY by Roger Ferrer Ibanez · 8 years ago
  35. c1e17d7 Fixed a bug in splitting Scatter operation in the Type Legalizer. by Elena Demikhovsky · 8 years ago
  36. 038c6e0 [ORC] Kill off a dead typedef. by Lang Hames · 8 years ago
  37. 4c5a286 Use llvm_unreachable for unknown TargetCostKind. by Simon Pilgrim · 8 years ago
  38. ae1a1a7 [X86][SSE] Tidyup + clang-format combineX86ShuffleChain call. NFCI. by Simon Pilgrim · 8 years ago
  39. 58716e8 [X86][SSE] Move combineTo call out of combineX86ShufflesConstants. NFCI. by Simon Pilgrim · 8 years ago
  40. 44e68c6 [InstSimplify] refactor udiv/urem code and add tests; NFCI by Sanjay Patel · 8 years ago
  41. 4569486 [X86][SSE] Move combineTo call out of combineX86ShuffleChain. NFCI. by Simon Pilgrim · 8 years ago
  42. e388798 Added a test that demonstrates a ug in Scatter scheduling. by Elena Demikhovsky · 8 years ago
  43. 3edcac7 [X86][X86AsmParser] adding const on InlineAsmIdentifierInfo in CreateMemForInlineAsm. NFC. by Coby Tayree · 8 years ago
  44. 73e6836 Revert "adding autoUpgrade support to broadcast[f|i]32x2 intrinsics" by Uriel Korach · 8 years ago
  45. 986634b adding autoUpgrade support to broadcast[f|i]32x2 intrinsics by Uriel Korach · 8 years ago
  46. 7e99d39 Test commit by Uriel Korach · 8 years ago
  47. 2ff7d65 [SCEV] Re-arrange public and private sections to be contiguous; NFC by Sanjoy Das · 8 years ago
  48. f9d4e17 [X86] Add v2i4 store test case (PR20012) by Simon Pilgrim · 8 years ago
  49. 5037d51 [X86] Add v2i2 test case (PR20011) by Simon Pilgrim · 8 years ago
  50. 8b80450 [X86][FMA] Regenerate FMA tests by Simon Pilgrim · 8 years ago
  51. fe353a0 Merge isKnownNonNull into isKnownNonZero by Nuno Lopes · 8 years ago
  52. a22f9f2 [X86][SSE] i32 vector multiplications test cases from PR6399 by Simon Pilgrim · 8 years ago
  53. ce6571e [X86][MOVBE] Fix typo in MOVBE scheduling test names by Simon Pilgrim · 8 years ago
  54. 9080ea8 [X86] Don't disable slow INC/DEC if optimizing for size by Craig Topper · 8 years ago
  55. 491dc19 [CMake] Update GetSVN.cmake to handle repo by MinSeong Kim · 8 years ago
  56. 2d82e74 [DivRemPairs] split tests per target to account for bots that don't build for all targets by Sanjay Patel · 8 years ago
  57. 193e898 [DivRempairs] add a pass to optimize div/rem pairs (PR31028) by Sanjay Patel · 8 years ago
  58. 23483f0 CoverageMappingTest.cpp: Suppress warnings. [-Wdocumentation] by NAKAMURA Takumi · 8 years ago
  59. a5d2fa0 [X86] Call removeDeadNode when we're done doing custom isel for mul, div and test by Craig Topper · 8 years ago
  60. 9729327 [X86] Use ReplaceNode instead of ReplaceUses when converting X86ISD::SHRUNKBLEND to ISD::VSELECT during isel. by Craig Topper · 8 years ago
  61. eba4372 [sanitizer-coverage] call appendToUsed once per module, not once per function (which is too slow) by Kostya Serebryany · 8 years ago
  62. c2b9194 [SLP] Fix buildbots, NFC. by Alexey Bataev · 8 years ago
  63. 8f6af68 RegAllocFast: Fix warning; NFC by Matthias Braun · 8 years ago
  64. 8da30a7 RegAllocFast: Cleanup; NFC by Matthias Braun · 8 years ago
  65. 53da3e9 RegAllocFast: Move vector to class level to avoid reallocation; NFC by Matthias Braun · 8 years ago
  66. d25fc76 RegAllocFast: Remove write-only set; NFC by Matthias Braun · 8 years ago
  67. 6ece35c PPC: Don't select lxv/stxv for insufficiently aligned stack slots. by Kyle Butt · 8 years ago
  68. 982a89e bpf: fix test failures due to previous bpf change of assembly code syntax by Yonghong Song · 8 years ago
  69. 1546bf0 [AMDGPU] Remove unused function. NFCI. by Davide Italiano · 8 years ago
  70. 2f597e6 [TargetTransformInfo] Remove the extra "default" in a switch that all enum values has been covered. by Guozhi Wei · 8 years ago
  71. f585804 bpf: proper print imm64 expression in inst printer by Yonghong Song · 8 years ago
  72. 19969b8 [TargetTransformInfo] Add a new public interface getInstructionCost by Guozhi Wei · 8 years ago
  73. 9efaebe [CMake][runtimes] Use the same configuration for non-target and "default" target by Petr Hosek · 8 years ago
  74. fe2090a Migrate llvm-symbolizer tests to not use %T by David Blaikie · 8 years ago
  75. 1052544 [llvm-cov] Use portable output redirection in a test by Vedant Kumar · 8 years ago
  76. 7218efc [llvm-cov] Try to appease a Windows bot by Vedant Kumar · 8 years ago
  77. 75448f1 AMDGPU: Start using !con operator by Matt Arsenault · 8 years ago
  78. c9e1ee3 [llvm-cov] Disable name-compression in a test binary by Vedant Kumar · 8 years ago
  79. fadb61d AMDGPU: Recompute scc liveness by Matt Arsenault · 8 years ago
  80. 33671ba [Coverage] Build sorted and unique segments by Vedant Kumar · 8 years ago
  81. 31b24fc [llvm-cov] Fix a lifetime issue by Vedant Kumar · 8 years ago
  82. 5d6f662 [Coverage] Define LineColPair for convenience. NFC. by Vedant Kumar · 8 years ago
  83. 55c5795 [Coverage] Report errors when reading malformed source regions by Vedant Kumar · 8 years ago
  84. 2cefdfa [llvm-cov] Unify region marker placement between text/html modes by Vedant Kumar · 8 years ago
  85. 400e98d [x86] Fix GCC pedantic warnings about default arguments for lambdas. by Chandler Carruth · 8 years ago
  86. 403bab2 [X86] Simplify the slow-incdec test and add test cases with optsize. by Craig Topper · 8 years ago
  87. 996c187 [SLPVectorizer] Add struct InstructionsState that holds information about analysis of vector to be vectorized. by Dinar Temirbulatov · 8 years ago
  88. 9930880 Fix a bug for rL312641. by Wei Mi · 8 years ago
  89. 1457409 Preserve existing regs when adding pristines to LivePhysRegs/LiveRegUnits by Krzysztof Parzyszek · 8 years ago
  90. c95cfa7 [SLP] Fix the warning about paths not returning the value, NFC. by Alexey Bataev · 8 years ago
  91. 4fcc7e8 [SLP] Support for horizontal min/max reduction. by Alexey Bataev · 8 years ago
  92. 977c908 [X86] Added PR31045 test case by Simon Pilgrim · 8 years ago
  93. 2e09507 Re-enable "[IRCE] Identify loops with latch comparison against current IV value" by Max Kazantsev · 8 years ago
  94. 1a443ce [dwarfdump] Verify line table prologue by Jonas Devlieghere · 8 years ago
  95. 8277ad7 [X86] Adding a test point for PR34149 'Suboptimal codegen for "fast" minnum and maxnum' by Jatin Bhateja · 8 years ago
  96. 6b1b542 [llvm-dlltool] Mention arm64 in the lists of architecture alternatives by Martin Storsjo · 8 years ago
  97. cf9cd14 diff --git a/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp b/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp by Max Kazantsev · 8 years ago
  98. b4f316b Fix a crash when emitting debug info for multi-reg function arguments by Adrian Prantl · 8 years ago
  99. f7f70f7 [XRay][CodeGen][PowerPC] Fix tail exit codegen for XRay in PPC by Dean Michael Berris · 8 years ago
  100. 575526c [x86] Flesh out the custom ISel for RMW aritmetic ops with used flags to by Chandler Carruth · 8 years ago