1. fa690d4 Change encodeU/SLEB128 to pad to certain number of bytes by Sam Clegg · 8 years ago
  2. 18b4c37 This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 by Vivek Pandya · 8 years ago
  3. 32598e1 [llvm] Fix some typos. NFC. by Mandeep Singh Grang · 8 years ago
  4. 4abccff This reverts r313381 by Vivek Pandya · 8 years ago
  5. 885ad98 [WebAssembly] Pass ArrayRef rather than SmallVector by Sam Clegg · 8 years ago
  6. b28017a Improve comment by Adam Nemet · 8 years ago
  7. bb8204f This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 by Vivek Pandya · 8 years ago
  8. d3108e5 [WebAssembly] MC: Fix crash in getProvitionalValue on weak references by Sam Clegg · 8 years ago
  9. 22b2c0d Fix selecting legal types in TypeInfer::getLegalTypes by Krzysztof Parzyszek · 8 years ago
  10. 126ab47 Revert r313343 "[X86] PR32755 : Improvement in CodeGen instruction selection for LEAs." by Hans Wennborg · 8 years ago
  11. ab804ca Fix indentation. by Adrian Prantl · 8 years ago
  12. de72ac6 Fix Bug 30978 by emitting cv file checksums. by Eric Beckmann · 8 years ago
  13. 46f3eda [X86] Prefer VPERMQ over VPERM2F128 for any unary shuffle, not just the ones that can be done with a insertf128 by Craig Topper · 8 years ago
  14. dab0bf5 llvm-dwarfdump: Factor out the printing of the section header (NFC) by Adrian Prantl · 8 years ago
  15. 8879f2a Fix typo in vector reduction costs comment. NFCI. by Simon Pilgrim · 8 years ago
  16. d77fd58 [X86] Use SDNode::ops() instead of makeArrayRef and op_begin(). NFCI by Craig Topper · 8 years ago
  17. dca8ff7 [X86] Don't create i64 constants on 32-bit targets when lowering v64i1 constant build vectors by Craig Topper · 8 years ago
  18. 566eb70 [X86] Add isel pattern infrastructure to begin recognizing when we're inserting 0s into the upper portions of a vector register and the producing instruction as already produced the zeros. by Craig Topper · 8 years ago
  19. 3c71a6c [RuntimeUnroll] Add heuristic for unrolling multi-exit loop by Anna Thomas · 8 years ago
  20. a50c5eb [Hexagon] Switch to parameterized register classes for HVX by Krzysztof Parzyszek · 8 years ago
  21. ae3278a Added optional validation of svn sources to Dockerfiles. by Ilya Biryukov · 8 years ago
  22. f6d994c [RuntimeUnrolling] Populate the VMap entry correctly when default generated through lookup by Anna Thomas · 8 years ago
  23. 4cbf8f8 Remove unneeded forward declaration. NFC by Alexander Kornienko · 8 years ago
  24. 1a8d4f9 Add a ReleaseNotes blurb for Execute.*Wait API change by Alexander Kornienko · 8 years ago
  25. fc31426 [X86][SSE] Add test cases vector for integer multiplies by Simon Pilgrim · 8 years ago
  26. 653f60b Revert "[SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in integer binary ops." by Ilya Biryukov · 8 years ago
  27. 7d677e7 [AArch64] allow v8f16 types when FullFP16 is supported by Sjoerd Meijer · 8 years ago
  28. 7913159 Recommit "[RegAlloc] Make sure live-ranges reflect the state of the IR when by Jonas Paulsson · 8 years ago
  29. 1dc1d99 [SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in integer binary ops. by Dinar Temirbulatov · 8 years ago
  30. 72e6ac3 [ORC] Fix a typo. by Lang Hames · 8 years ago
  31. 37c3b16 [X86] PR32755 : Improvement in CodeGen instruction selection for LEAs. by Jatin Bhateja · 8 years ago
  32. 16aa13f [SLPVectorizer] Remove duplicated functionality code in initScheduleData function, NFCI. by Dinar Temirbulatov · 8 years ago
  33. 4869e6a5 [XRay] fix and clarify comments in the log file decoder by Martin Pelikan · 8 years ago
  34. 03855b6 [Object] Fix missing arguments to getType and getSymbol in Elf_Rel_Impl by Petr Hosek · 8 years ago
  35. b411a75 Revert "[lit] Force site configs to run before source-tree configs" by Zachary Turner · 8 years ago
  36. 4d63668 merge-request.sh: Update to use new "Fixed by Commit(s)" field by Tom Stellard · 8 years ago
  37. f9c1d43 [cmake] Fix a variable shadowing bug by Reid Kleckner · 8 years ago
  38. 89921cc [codeview] Use a type index of zero for static method "this" types by Reid Kleckner · 8 years ago
  39. 3cdfdbb [lit] Revert "Add a lit.llvm module that all llvm projects can use" by Zachary Turner · 8 years ago
  40. 065192f [lit] Remove some code that I forgot to remove. by Zachary Turner · 8 years ago
  41. d5831d2 [lit] Add a lit.llvm module that all test suites can use. by Zachary Turner · 8 years ago
  42. 154124a Refactor collectChildrenInLoop to LoopUtils [NFC] by Alina Sbirlea · 8 years ago
  43. 0928882 [WebAssembly] Use a separate wasm data segment for each global symbol by Sam Clegg · 8 years ago
  44. fa58033 Fix bug 34608 by moving private header out of public header. by Eric Beckmann · 8 years ago
  45. 44e437e [X86] Remove an unnecessary SmallVector from LowerBUILD_VECTOR. by Craig Topper · 8 years ago
  46. ac413e0 Fix warnings in r313297. by Jan Sjodin · 8 years ago
  47. b0f4ffc0 [lit] Fix some windows line endings that snuck in. by Zachary Turner · 8 years ago
  48. 11283fb AMDGPU: Fix violating constant bus restriction by Matt Arsenault · 8 years ago
  49. 028255f Add AddresSpace to PseudoSourceValue. by Jan Sjodin · 8 years ago
  50. c84b859 Subtarget support for parameterized register class information by Krzysztof Parzyszek · 8 years ago
  51. 5cf5798 [TargetTransformInfo] Detect 0 latency instructions by Guozhi Wei · 8 years ago
  52. 07d86e2 Remove usages of deprecated std::unary_function and std::binary_function. by Benjamin Kramer · 8 years ago
  53. 4d43fa8 AMDGPU: Fix assert on alloca of array of struct by Matt Arsenault · 8 years ago
  54. 535c627 [bpf] Fix test to always use little endian. by Simon Dardis · 8 years ago
  55. c189ccb [test] Fix TestDWARFDieRangeInfoIntersects by Jonas Devlieghere · 8 years ago
  56. c6fa88b AMDGPU: Stop modifying SP in call sequences by Matt Arsenault · 8 years ago
  57. 4809f17 Invoke GetInlineCost for legality check before inline functions in SampleProfileLoader. by Dehao Chen · 8 years ago
  58. eb1be81 [mips] Implement the 'dext' aliases and it's disassembly alias. by Simon Dardis · 8 years ago
  59. 23c0166 Adapt more testcases for llvm-dwarfdump changes. by Adrian Prantl · 8 years ago
  60. a15bb16 AMDGPU: Make frame register caller preserved by Matt Arsenault · 8 years ago
  61. 952c41c Silence warning about unused variable in release build by Krzysztof Parzyszek · 8 years ago
  62. 7c649ac llvm-dwarfdump: support dumping static archives. by Adrian Prantl · 8 years ago
  63. db81564 TableGen support for parameterized register class information by Krzysztof Parzyszek · 8 years ago
  64. 837d04d [lit] Force site configs to be run before source-tree configs by Zachary Turner · 8 years ago
  65. e6834d6 [tblgen] Remove uses of std::ptr_fun, it's removed in C++17. by Benjamin Kramer · 8 years ago
  66. 0ca0dda [IfConversion] More simple, correct dead/kill liveness handling by Krzysztof Parzyszek · 8 years ago
  67. d2c2dea [mips] Implement the 'dins' aliases. by Simon Dardis · 8 years ago
  68. bc0f9d9 [InstSimplify] fold sdiv/srem based on compare of dividend and divisor by Sanjay Patel · 8 years ago
  69. 93c8cad Add newline to end of test file. NFC. by Chad Rosier · 8 years ago
  70. e4c3f0b Test commit. by Aleksandar Beserminji · 8 years ago
  71. 32b8a7a [InstSimplify] clean up div/rem handling; NFCI by Sanjay Patel · 8 years ago
  72. da89c08 [X86] Regenerate test. NFCI. by Simon Pilgrim · 8 years ago
  73. 2664884 Regenerate test (broadcast comment). NFCI. by Simon Pilgrim · 8 years ago
  74. e678d51 [Hexagon] Make getMemAccessSize return size in bytes by Krzysztof Parzyszek · 8 years ago
  75. 8493f91 [X86] When applying the shuffle-to-zero-extend transformation on floating point, bitcast to integer first. by Ayman Musa · 8 years ago
  76. 122d0d1 [dwarfdump] Add DWARF verifiers for address ranges by Jonas Devlieghere · 8 years ago
  77. ee9c80e [mips] Pick the right variant of DINS upfront and enable target instruction verification by Simon Dardis · 8 years ago
  78. 13ca51e Revert "[dwarfdump] Add DWARF verifiers for address ranges" by Jonas Devlieghere · 8 years ago
  79. c3fc155 [DAGCombine] (shl (or x, c1), c2) -> (or (shl x, c2), c1 << c2) by Simon Pilgrim · 8 years ago
  80. 2e42fb2 [dwarfdump] Add DWARF verifiers for address ranges by Jonas Devlieghere · 8 years ago
  81. f7e4004 Fix line endings. NFCI. by Simon Pilgrim · 8 years ago
  82. abb1ba1 Fix line endings. NFCI. by Simon Pilgrim · 8 years ago
  83. f6a8db1 [SelectionDAG] ComputeNumSignBits - cleanup ROTL/ROTR wrapping to match DAGCombine etc. by Simon Pilgrim · 8 years ago
  84. 6b77046 [XRay][DebugInfo] Update the test to use a specific target by Dean Michael Berris · 8 years ago
  85. dbaaccc [PM/CGSCC] Teach the CGSCC pass manager components to gracefully handle by Chandler Carruth · 8 years ago
  86. b3a1f36 [XRay][DebugInfo] Remove -debug-compile from test invocation of llc by Dean Michael Berris · 8 years ago
  87. dde48e1 [LV] Fix maximum legal VF calculation by Alon Kom · 8 years ago
  88. eca1741 Recommit r313234 "[llvm-readobj] - Refactor printGroupSections methods." by George Rimar · 8 years ago
  89. 505ab7d Revert r313234 "[llvm-readobj] - Refactor printGroupSections methods." by George Rimar · 8 years ago
  90. 1360bdf [llvm-readobj] - Refactor printGroupSections methods. by George Rimar · 8 years ago
  91. d41dbfa [XRay][CodeGen] Use the current function symbol as the associated symbol for the instrumentation map by Dean Michael Berris · 8 years ago
  92. 679cc50 [mips] Recognise the triple used by Debian for MIPS n32 ABI by Simon Atanasyan · 8 years ago
  93. a31c940 Revert "Invoke GetInlineCost for legality check before inline functions in SampleProfileLoader." by Vitaly Buka · 8 years ago
  94. a28eeed Reland r313157, "ThinLTO: Correctly follow aliasee references when dead stripping." which was reverted in r313222. by Peter Collingbourne · 8 years ago
  95. e2d706b [SLPVectorizer] Prefer auto over explicit type for VL0, NFCI. by Dinar Temirbulatov · 8 years ago
  96. 2ca4715 Revert r313157 "ThinLTO: Correctly follow aliasee references when dead stripping." by Hans Wennborg · 8 years ago
  97. cca65fd Add optional profile counts to block frequency dump. by Hiroshi Yamauchi · 8 years ago
  98. a210f4d Move llvm/test/CodeGen/X86/clear-liverange-spillreg.mir to SystemZ. It was in wrong place. by NAKAMURA Takumi · 8 years ago
  99. a1a4168 AMDGPU: Don't spill SP reg like a normal CSR by Matt Arsenault · 8 years ago
  100. b004b50 [codeview] Fold FIXME into comment, there's nothing to do. NFC by Reid Kleckner · 8 years ago