1. 3f72336 [globalisel][tablegen] Add support for EXTRACT_SUBREG. by Daniel Sanders · 8 years ago
  2. 349de31 [mips] Refine the condition for when to use CALL16 vs a GOT displacement. by Simon Dardis · 8 years ago
  3. 99b52fe [ARM] GlobalISel: Support G_SELECT for i32 by Diana Picus · 8 years ago
  4. 84b5668 Recommitting 306331. by Ayal Zaks · 8 years ago
  5. 27952de [PowerPC] fix incorrect processor name for -mcpu in a test case by Hiroshi Inoue · 8 years ago
  6. 7df0651 [SROA] Fix PR32902 by more carefully propagating !nonnull metadata. by Chandler Carruth · 8 years ago
  7. 9767b5a Add missing forward declaraion. by Vassil Vassilev · 8 years ago
  8. 7ca3576 AMDGPU: M0 operands to spill/restore opcodes are dead by Nicolai Haehnle · 8 years ago
  9. 1921b1c [TableGen] Fix bug in TableGen CodeGenPatterns when adding variants of the patterns. by Ayman Musa · 8 years ago
  10. 5d353d4 [GlobalISel][X86] Add fp32/62 legalizer, regbank-select, selection tests for G_FADD, G_FSUB, G_FMUL, G_FDIV. NFC. by Igor Breger · 8 years ago
  11. 025f924 Fixed the warning introduced by r306289 to make ubuntu-gcc7.1-werror bot green. by Galina Kistanova · 8 years ago
  12. 029ab41 [Reassociate] Make sure EraseInst sets MadeChange by Mikael Holmen · 8 years ago
  13. 1d9383c [PowerPC] set optimization level in SelectionDAGISel by Hiroshi Inoue · 8 years ago
  14. 64cca8f [COFF, ARM64] Fix typo in COFF ARM64 Relocation Type by Mandeep Singh Grang · 8 years ago
  15. 6309a52 [InstCombine] Add test cases demonstrating that we don't optmize select+cmp+cttz/ctlz when the bitwidth is larger than 64 bits. by Craig Topper · 8 years ago
  16. 2a1334d [AVR] Migrate to new MCAsmBackend applyFixup and processFixupValue by Leslie Zhai · 8 years ago
  17. 156cc49 [SROA] Further test cleanup and add a test for the actual propagation of by Chandler Carruth · 8 years ago
  18. 8ff688d [CFLAA] Move FunctionHandle to llvm::cflaa. by Davide Italiano · 8 years ago
  19. 257136b [CFLAA] Move a common function to the header to reduce duplication. by Davide Italiano · 8 years ago
  20. 477bd75 [SROA] Clean up a test case a bit prior to adding more testing for by Chandler Carruth · 8 years ago
  21. ea254cb ScheduleDAGInstrs: Fix fixupKills() adding too many kill flags. by Matthias Braun · 8 years ago
  22. 2ba2672 [CFLAA] Use raw pointers instead of Optional<Pointer>. NFC. by Davide Italiano · 8 years ago
  23. 4d73d7a [CFLAA] Change FunctionHandle to be common to Steensgaard's and Andersens' by Davide Italiano · 8 years ago
  24. ffee482 DAGCombine: Make sure we only eliminate trunc/extend when the scales of truncation and extension match. by Wolfgang Pieb · 8 years ago
  25. 74c2abe revert r306336 for breaking ppc test. by Dehao Chen · 8 years ago
  26. ea42b4f [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  27. 1c3c1be [Coverage] Improve readability by using a struct. NFC. by Vedant Kumar · 8 years ago
  28. bfc8711 reverting 306331. by Ayal Zaks · 8 years ago
  29. a31e3ee [x86] add tests for missing sbb transforms; NFC by Sanjay Patel · 8 years ago
  30. fd167cf Enable vectorizer-maximize-bandwidth by default. by Dehao Chen · 8 years ago
  31. e43cb60 Fix the bug when handling shufflevector for aarch64. by Dehao Chen · 8 years ago
  32. ab5d97f RenameIndependentSubregs: Fix iterator problem by Matt Arsenault · 8 years ago
  33. fff9324 Add missing forward declaration. by Vassil Vassilev · 8 years ago
  34. faf416b [LV] Changing the interface of ValueMap, NFC. by Ayal Zaks · 8 years ago
  35. 3a8fe65 [WebAssembly] Add more support for weak symbols by Sam Clegg · 8 years ago
  36. 05321d3 AArch64: legalize G_EXTRACT operations. by Tim Northover · 8 years ago
  37. d2381bc [DWARF] NFC: Give DwarfFormat a 1-byte base type. by Paul Robinson · 8 years ago
  38. 6649090 AArch64: remove all kill flags when extending register liveness. by Tim Northover · 8 years ago
  39. fd770ea [DWARF] NFC: Collect info used by DWARFFormValue into a helper. by Paul Robinson · 8 years ago
  40. b988cd6 [X86][SSE] Check SSE2/SSE3 codegen tests on i686 and x86_64 by Simon Pilgrim · 8 years ago
  41. 71d7c09 [GVN] Recommit the patch "Add phi-translate support in scalarpre". by Wei Mi · 8 years ago
  42. 8e828b8 AMDGPU: Setup SP/FP in callee function prolog/epilog by Matt Arsenault · 8 years ago
  43. 69e4d36 Replace trivial use of external rc.exe by writing our own .res file. by Eric Beckmann · 8 years ago
  44. 7226719 [llvm-pdbutil] Add a mode to `bytes` for dumping split debug chunks. by Zachary Turner · 8 years ago
  45. 8ae15db [opt-viewer] Python 3 support in opt-stats.py by Brian Gesiak · 8 years ago
  46. 18f8cae [SystemZ] Fix missing emergency spill slot corner case by Ulrich Weigand · 8 years ago
  47. 575411e [X86][SSE] Add combine tests for PMULDQ/PMULUDQ by Simon Pilgrim · 8 years ago
  48. 2db1a71 [inline asm] dot operator while using imm generates wrong ir + asm - llvm part by Marina Yatsina · 8 years ago
  49. 699f4c4 [X86][AVX-512] Don't raise inexact in ceil, floor, round, trunc. by Ahmed Bougacha · 8 years ago
  50. 8d3ca7c AMDGPU/GlobalISel: Mark 32-bit G_SHL as legal by Tom Stellard · 8 years ago
  51. d71e04a [X86] Add test case for PR15981 by Simon Pilgrim · 8 years ago
  52. 7c16260 [llvm-stress] Add getRandom() helper that was going to be part of D34157. NFCI. by Simon Pilgrim · 8 years ago
  53. 8bfeccc [x86] transform vector inc/dec to use -1 constant (PR33483) by Sanjay Patel · 8 years ago
  54. ca59b91 [Hexagon] Handle cases when the aligned stack pointer is missing by Krzysztof Parzyszek · 8 years ago
  55. 018c368 [SystemZ] Add a check against zero before calling getTestUnderMaskCond() by Jonas Paulsson · 8 years ago
  56. b76f903b [X86][LLVM][test]Expanding Supports lowerInterleavedStore() in X86InterleavedAccess test. by Michael Zuckerman · 8 years ago
  57. 151f40d [llvm-stress] Remove Rand32 helper function by Simon Pilgrim · 8 years ago
  58. 2e6fc83 [llvm-stress] Ensure that the C++11 random device respects its min/max values (PR32585) by Simon Pilgrim · 8 years ago
  59. 4ae836e [IfConversion] Hoist removeBranch calls out of if/else clauses [NFC] by Mikael Holmen · 8 years ago
  60. 8edc5b1 [IR] Rename BinaryOperator::init to AssertOK and remove argument. Replace default case in switch with llvm_unreachable since all valid opcodes are covered. by Craig Topper · 8 years ago
  61. 330bfed This reverts commit r306272. by Serguei Katkov · 8 years ago
  62. 5be3ca8 [bugpoint] Do not initialize disassembler passes by Tobias Grosser · 8 years ago
  63. 6d7e03a fix trivial typo in comment, NFC by Hiroshi Inoue · 8 years ago
  64. 0eb7237 [MBP] do not rotate loop if it creates extra branch by Serguei Katkov · 8 years ago
  65. 6eebd6c [CFL-AA] Remove unneeded function declaration. NFCI. by Davide Italiano · 8 years ago
  66. 5a057dc [InstCombine] Factor the logic for propagating !nonnull and !range by Chandler Carruth · 8 years ago
  67. 92c7507 AMDGPU: Whitespace fixes by Matt Arsenault · 8 years ago
  68. ec6175c AMDGPU: Partially fix implicit.buffer.ptr intrinsic handling by Matt Arsenault · 8 years ago
  69. e9d67e4 fix various typos by Sylvestre Ledru · 8 years ago
  70. e27904f [LoopSimplify] Re-instate r306081 with a bug fix w.r.t. indirectbr. by Chandler Carruth · 8 years ago
  71. 5999c34 [LoopSimplify] Improve a test for loop simplify minorly. NFC. by Chandler Carruth · 8 years ago
  72. 82f1a7f [MemDep] Cleanup return after else & use `auto`. NFC. by Davide Italiano · 8 years ago
  73. dcc5fa6 [LoopDeletion] NFC: Move phi node value setting into prepass by Anna Thomas · 8 years ago
  74. 6cf9acb Revert "[LoopSimplify] Factor the logic to form dedicated exits into a utility." by Daniel Jasper · 8 years ago
  75. 3ace6d8 [TableGen] Remove some copies around PatternToMatch. by Craig Topper · 8 years ago
  76. 0b2cfb7 [IR] Use isIntOrIntVectorTy instead of writing it out the long way. NFC by Craig Topper · 8 years ago
  77. 3758200 [IR] Move repeated asserts in FCmpInst constructor to a helper method like we do for ICmpInst and other classes. NFC by Craig Topper · 8 years ago
  78. 61b5c7b [X86][SSE] Remove unused memopfsf32_128/memopfsf64_128 scalar memops by Simon Pilgrim · 8 years ago
  79. 90dbf3c Strip trailing whitespace. NFCI. by Simon Pilgrim · 8 years ago
  80. d33969c [X86] Add test case for PR15705 by Simon Pilgrim · 8 years ago
  81. 1e95676 [InstCombine] add (sext i1 X), 1 --> zext (not X) by Sanjay Patel · 8 years ago
  82. e8c8f15 AVX-512: Fixed a crash during legalization of <3 x i8> type by Elena Demikhovsky · 8 years ago
  83. 5b97b27 [AST] Fix a bug in aliasesUnknownInst. Make sure we are comparing the unknown instructions in the alias set and the instruction interested in. by Xin Tong · 8 years ago
  84. 17d822b [GlobalISel][X86] Support vector type G_EXTRACT selection. by Igor Breger · 8 years ago
  85. 65b3f67 [AVX2] [TTI CostModel] Add cost of interleaved loads/stores for AVX2 by Dorit Nuzman · 8 years ago
  86. fc7d8c4 Add support for Ananas platform by Ed Schouten · 8 years ago
  87. 750feae [PatternMatch] Just check if value is a Constant before calling isAllOnesValue for not_match. We don't really need to check for a specific subclass of Constant. NFC by Craig Topper · 8 years ago
  88. e7f7e6d7 [pdb] Fix reading of llvm-generated PDBs by cvdump. by Zachary Turner · 8 years ago
  89. 0a14fbb [PGO] Implementate profile counter regiser promotion by Xinliang David Li · 8 years ago
  90. f33ec6f [Support] Don't use std::iterator, it's deprecated in C++17. by Zachary Turner · 8 years ago
  91. 5e4b09c [SCEV] Avoid copying ConstantRange just to get the min/max value by Craig Topper · 8 years ago
  92. 456b664 [PatternMatch] Use ConstantFP::isNan instead of getting the APFloat and calling isNaN on that. NFC by Craig Topper · 8 years ago
  93. 96479ada [IR] Implement commutable matchers without using combineOr by Craig Topper · 8 years ago
  94. 472c4c7 Another test commit by Anton Korobeynikov · 8 years ago
  95. 62a29da Remove test commit change. by Tanya Lattner · 8 years ago
  96. 0663649 test commit by Tanya Lattner · 8 years ago
  97. 0d6b8a0 Still debugging by Anton Korobeynikov · 8 years ago
  98. 9461789 Still test commit by Anton Korobeynikov · 8 years ago
  99. 90c358f Another test commit by Anton Korobeynikov · 8 years ago
  100. 4ec00d2 Another test commit by Anton Korobeynikov · 8 years ago