1. 8336fc6 [X86][SSE] Add missing comment describing combing to SHUFPS. NFCI by Simon Pilgrim · 9 years ago
  2. 350138b [PM] Relax the patterns used in the new test I added because some by Chandler Carruth · 9 years ago
  3. 1587018 [PM] Fix a bug in the new loop PM when handling functions with no loops. by Chandler Carruth · 9 years ago
  4. f062b89 add #ifdef, fix compilation error in case LLVM_BUILD_GLOBAL_ISEL=OFF by Igor Breger · 9 years ago
  5. 2fabd44 Fix doc for `-opt-bisect-limit`: the LTO option is linker specific by Mehdi Amini · 9 years ago
  6. f4df3d4 [X86][GlobalISel] Add general-purpose Register Bank by Igor Breger · 9 years ago
  7. 6aaaf46 [XRay][graph] Disambiguate name of type from member name by Dean Michael Berris · 9 years ago
  8. 4dc48bf [XRay] A graph Class for the llvm-xray graph by Dean Michael Berris · 9 years ago
  9. 8bbcd0e [LoopUnswitch] Remove BFI usage (dead code) by Philip Reames · 9 years ago
  10. a8b5e78 Revert "[XRay] A graph Class for the llvm-xray graph" by Dean Michael Berris · 9 years ago
  11. f3a1b3c [XRay] A graph Class for the llvm-xray graph by Dean Michael Berris · 9 years ago
  12. 5b47011 [SelectionDAG] Dump the DAG after legalizing vector ops and after the second type legalization by Craig Topper · 9 years ago
  13. 20a63f1 opt-viewer: fix HtmlFormatter encoding by Adam Nemet · 9 years ago
  14. 8c54b81 Temporarily revert "For X86-64 linux and PPC64 linux align int128 to 16 bytes." by Eric Christopher · 9 years ago
  15. de17164 [GlobalISel] Return an Expected<RuleMatcher> for each SDAG pattern. NFC. by Ahmed Bougacha · 9 years ago
  16. 652f08c SubtargetFeature: Increase MAX_SUBTARGET_FEATURES by Matthias Braun · 9 years ago
  17. d11a6cc For X86-64 linux and PPC64 linux align int128 to 16 bytes. by Eric Christopher · 9 years ago
  18. dffd427 [TableGen][AsmWriterEmitter] Use a deterministic order to sort InstrAliases by Quentin Colombet · 9 years ago
  19. dd3604d AMDGPU: Fix trailing whitespace by Matt Arsenault · 9 years ago
  20. c75c94d AMDGPU : Add trap handler support. by Wei Ding · 9 years ago
  21. bcd8c96 [AMDGPU] Override PSet for M0 by Stanislav Mekhanoshin · 9 years ago
  22. a61fc42 [CMake] Fix pthread handling for out-of-tree builds by Eric Fiselier · 9 years ago
  23. 671eb85 [libFuzzer] Export external functions on tests. by Marcos Pividori · 9 years ago
  24. d9191ae [libFuzzer] Use dynamic loading for External Functions on Windows. by Marcos Pividori · 9 years ago
  25. 49d8fa0 Update test/CodeGen/X86/sse-align-10.ll to use FileCheck instead of grep by David L. Jones · 9 years ago
  26. c51124b [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  27. c45aa0f [LoadCombine] Change test to not use instcombine. by Michael J. Spencer · 9 years ago
  28. 8974446 [WebAssembly] Pass an MCContext to WebAssemblyMCCodeEmitter. NFC. by Dan Gohman · 9 years ago
  29. fdb50b2 Fix syntax error by Matthias Braun · 9 years ago
  30. 48a1daa ARMSubtarget.h: Change to one line per enum element; NFC by Matthias Braun · 9 years ago
  31. 911ee03 [Support] Extend SLEB128 encoding support. by Dan Gohman · 9 years ago
  32. 2d1415b Add an additional set of braces to deal with subobject initialization. by Eric Christopher · 9 years ago
  33. 05638ab docs/conf.py: Suppress sphinx highlighting failure warnings by Matthias Braun · 9 years ago
  34. 88c0fa9 [PM] Add Argument Promotion to the pass pipeline. by Chandler Carruth · 9 years ago
  35. 4f223ec [NewGVN] Fix test so that it doesn't rely on InstCombine anymore. by Davide Italiano · 9 years ago
  36. 1648cea [PM] Port ArgumentPromotion to the new pass manager. by Chandler Carruth · 9 years ago
  37. ae2612e WholeProgramDevirt: Check that VCP candidate functions are defined before evaluating them. by Peter Collingbourne · 9 years ago
  38. f5ea571 LowerMemIntrinsics: Fix include guard by Matthias Braun · 9 years ago
  39. cfe129b [PM/LCG] Teach LCG to support spurious reference edges. by Chandler Carruth · 9 years ago
  40. e79ec29 [ARM] Add support for armv7ve triple in llvm (PR31358). by George Burgess IV · 9 years ago
  41. 396f720 [PM/LCG] Teach the LazyCallGraph how to replace a function without by Chandler Carruth · 9 years ago
  42. 6291860 [WebAssembly] Refactor void return peephole using MaybeRewriteToFallthrough. NFC. by Dan Gohman · 9 years ago
  43. 49a435a [InstCombine] allow (X * C2) << C1 --> X * (C2 << C1) for vectors by Sanjay Patel · 9 years ago
  44. 54ad54e De-duplicate some code for creating an AARGetter suitable for the legacy PM. by Peter Collingbourne · 9 years ago
  45. 07a58ad Don't try to link to the 4.0 release notes by Hans Wennborg · 9 years ago
  46. 9e6fc42 lit.rst: Fix sphinx complaint about multiple option definitions by Matthias Braun · 9 years ago
  47. 65b9667 [docs] Fix typo by Jonathan Roelofs · 9 years ago
  48. a787c7d Fix build break from r294633. by Adrian McCarthy · 9 years ago
  49. 161421e [X86] Remove duplicate call to getValueType. NFCI. by Simon Pilgrim · 9 years ago
  50. cdf1f70 X86: Introduce relocImm-based patterns for cmp. by Peter Collingbourne · 9 years ago
  51. 13384c6 AMDGPU: Add pass to expand memcpy/memmove/memset by Matt Arsenault · 9 years ago
  52. ce00de8 X86: Teach X86InstrInfo::analyzeCompare to recognize compares of symbols. by Peter Collingbourne · 9 years ago
  53. bf8cee8 Introduce NativeRawSymbol for PDB reading. by Adrian McCarthy · 9 years ago
  54. c32a9df [LoadCombine] Fix combining of loads which span an aliasing store. by Michael J. Spencer · 9 years ago
  55. 637c07c Rename LowerTypeTestsSummaryAction to PassSummaryAction. NFCI. by Peter Collingbourne · 9 years ago
  56. 5a764b0 [InstCombine] use m_APInt to allow demanded bits analysis on splat constants by Sanjay Patel · 9 years ago
  57. 6270090 [AMDGPU] Calculate number of min/max SGPRs/VGPRs for WavesPerEU instead of using switch statement by Konstantin Zhuravlyov · 9 years ago
  58. 4dc55bc [InstCombine] add test for demanded bits with splat vector constants; NFC by Sanjay Patel · 9 years ago
  59. 3af2f3b CODE_OWNERS: Update email address by Tom Stellard · 9 years ago
  60. 61d13b1 Drop graph_ prefix by Daniel Berlin · 9 years ago
  61. c0fb958 GraphTraits: Add range versions of graph traits functions (graph_nodes, graph_children, inverse_graph_nodes, inverse_graph_children). by Daniel Berlin · 9 years ago
  62. 4c5e906 test: adjust the test for the BSD format by Saleem Abdulrasool · 9 years ago
  63. 909a321 [dsymutil] Fix handling of empty CUs in LTO links. by Frederic Riss · 9 years ago
  64. f206bf2 [JumpThreading] Thread through guards by Sanjoy Das · 9 years ago
  65. 162e055 [utils] coverage: Add help text about the --restrict flag (NFC) by Vedant Kumar · 9 years ago
  66. 3e83030 Object: pad out BSD archive members to 8-bytes by Saleem Abdulrasool · 9 years ago
  67. 06f2b29 Convert to for-range loop. NFCI. by Simon Pilgrim · 9 years ago
  68. e22db94 [SelectionDAG] Fix bugs in inverted condition splitting code. by Geoff Berry · 9 years ago
  69. 606c50d [CMake] Fix standalone project builds broken in r294514 by Chris Bieneman · 9 years ago
  70. f1a93a4 [InstCombine] add tests for icmp with add nsw; NFC by Sanjay Patel · 9 years ago
  71. d6747d6 Tweak the implementation of llvm-objdump’s -objc-meta-data option so by Kevin Enderby · 9 years ago
  72. e6a7e1e [X86][BMI2] Regenerate mulx tests by Simon Pilgrim · 9 years ago
  73. 0a41afd [X86][MMX] Remove the (long time) unused MMX_PINSRW ISD opcode. by Simon Pilgrim · 9 years ago
  74. 4795c08 [docs] Documentation update for Scudo by Kostya Kortchinsky · 9 years ago
  75. 1cf80ab Object: add a comment explaining a divergence by Saleem Abdulrasool · 9 years ago
  76. 32e76df Revert: "[Stack Protection] Add diagnostic information for why stack protection was applied to a function" by David Bozier · 9 years ago
  77. 2105006 Add DAGCombiner load combine tests for partially available values by Artur Pilipenko · 9 years ago
  78. ed71bd2 [Stack Protection] Add diagnostic information for why stack protection was applied to a function by David Bozier · 9 years ago
  79. 5a2d92c Make it possible to set SHF_LINK_ORDER explicitly. by Rafael Espindola · 9 years ago
  80. e6fa7df [X86][btver2] PR31902: Fix a crash in combineOrCmpEqZeroToCtlzSrl under fast math. by Pierre Gousseau · 9 years ago
  81. f67e18a [X86][SSE] Added extra FMA/NO-FMA reciprocal test cases for D26855 by Simon Pilgrim · 9 years ago
  82. 56b920f [docs] cleanup documentation on lit substitutions by David Bozier · 9 years ago
  83. 8a37b96 [ARM] GlobalISel: Lower single precision FP args by Diana Picus · 9 years ago
  84. 66a342c [DAGCombiner] Support non-zero offset in load combine by Artur Pilipenko · 9 years ago
  85. 85a8f6d [X86][SSE] Attempt to break register dependencies during lowerBuildVector by Simon Pilgrim · 9 years ago
  86. 82afb7e LVI: Fix use-of-uninitialized-value after r294463 by Vitaly Buka · 9 years ago
  87. e75e780 Add new tests for EXTRACT_VECTOR_ELT (vector of packed i8/16/i32/i64/ps/pd data) by Igor Breger · 9 years ago
  88. b4bf68e [X86] Remove the HLE feature flag. by Craig Topper · 9 years ago
  89. 53daf1a [X86] Remove INVPCID and SMAP feature flags. They aren't currently used by any instructions and not tested. by Craig Topper · 9 years ago
  90. 4b9bffa [X86] Clzero intrinsic and its addition under znver1 by Craig Topper · 9 years ago
  91. 97b3cf4 Object: pad BSD ar string table to 4-bytes by Saleem Abdulrasool · 9 years ago
  92. b2f3da0 [GlobalISel] Simplify StringRef parameters. NFC. by Ahmed Bougacha · 9 years ago
  93. f9b31cf SwiftCC: swifterror register cannot be as the base register by Arnold Schwaighofer · 9 years ago
  94. 5a50fd8 LowerTypeTests: Change a few vtable globals in tests to constants. by Peter Collingbourne · 9 years ago
  95. 3a124c0 [MC] Fix some Clang-tidy modernize and Include What You Use warnings in SubtargetFeature; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  96. 2012b38 Reapply r294356 ("Keep track of spilled variables in LiveDebugValues"). by Wolfgang Pieb · 9 years ago
  97. 03324d2 GlobalISel: legalize G_FPOW to a libcall on AArch64. by Tim Northover · 9 years ago
  98. d8f0302 GlobalISel: translate @llvm.pow intrinsic to G_FPOW. by Tim Northover · 9 years ago
  99. 9cf0166 [sancov] using comdat only when it is enabled by Mike Aizatsky · 9 years ago
  100. 7296f4c [ARM/AArch ISel] SwiftCC: First parameters that are marked swiftself are not 'this returns' by Arnold Schwaighofer · 9 years ago