1. 8d6d9f5 Fixes build break introduced by r258845 by Hemant Kulkarni · 10 years ago
  2. 9cc9fcd WebAssembly NFC: update error message by JF Bastien · 10 years ago
  3. d090f85 WebAssembly: don't optimize memcpy/memmove/memcpy to frame index by JF Bastien · 10 years ago
  4. d9b61c4 Add a missing test case for r258847. by Cong Hou · 10 years ago
  5. c207a75 Allow X86::COND_NE_OR_P and X86::COND_NP_OR_E to be reversed. by Cong Hou · 10 years ago
  6. faaeb2e [llvm-nm] Roll several conditions into a single if. NFCI. by Davide Italiano · 10 years ago
  7. 8822b47 [llvm-readobj] Add -elf-section-groups option by Hemant Kulkarni · 10 years ago
  8. 8a607c5 [ScheduleDAGInstrs] Simplify logic to improve readability. NFC. by Chad Rosier · 10 years ago
  9. 5b5085b tidy up; NFC by Sanjay Patel · 10 years ago
  10. dc5172a [llvm-nm] Simplify. No functional changes intended. by Davide Italiano · 10 years ago
  11. 1ccb3f4 [x86] simplify getOnesVector() ; NFCI by Sanjay Patel · 10 years ago
  12. 51ecde1 Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; other minor fixes. by Eugene Zelenko · 10 years ago
  13. a2fd503 Reassociate: Reprocess RedoInsts after each inst by Aditya Nandakumar · 10 years ago
  14. c853b6c [x86, AVX] tighten checks by Sanjay Patel · 10 years ago
  15. c46572c Update wasm target for r258819. by Benjamin Kramer · 10 years ago
  16. ce2bf8c Update the comments for the macho-invalid-zero-ncmds test and fix by Kevin Enderby · 10 years ago
  17. b4878ed fix formatting; NFC by Sanjay Patel · 10 years ago
  18. 3d2f666 don't repeat names in documentation comments; NFC by Sanjay Patel · 10 years ago
  19. b6242a8 Reflect the MC/MCDisassembler split on the include/ level. by Benjamin Kramer · 10 years ago
  20. 569647f [LibCallSimplifier] fold memset(malloc(x), 0, x) --> calloc(1, x) by Sanjay Patel · 10 years ago
  21. 9124889 Revert "Reapply commit r258404 with fix" by Matthew Simpson · 10 years ago
  22. 2557480 Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame." by Igor Laevsky · 10 years ago
  23. 387092b [WebAssembly] Fix a typo in a comment. by Dan Gohman · 10 years ago
  24. 622ed26 [DebugInfo] Fix DWARFDebugFrame instruction operand ordering by Igor Laevsky · 10 years ago
  25. 05f74a3 [X86][SSE] Add zero element and general 64-bit VZEXT_LOAD support to EltsFromConsecutiveLoads by Simon Pilgrim · 10 years ago
  26. a575440 [X86] Mark LDS/LES as not being allowed in 64-bit mode. by Craig Topper · 10 years ago
  27. 525af5f AMDGPU: Move AMDGPU intrinsics only used by R600 by Matt Arsenault · 10 years ago
  28. 60a64d9 AMDGPU: Tidy minor td file issues by Matt Arsenault · 10 years ago
  29. ce00361 AMDGPU: Make v32i8/v64i8 illegal types by Matt Arsenault · 10 years ago
  30. 337264a AMDGPU: Remove old sample intrinsics by Matt Arsenault · 10 years ago
  31. 2aa06ab AMDGPU: Add new amdgcn intrinsics for cube instructions by Matt Arsenault · 10 years ago
  32. c024d324 AMDGPU: Implement read_register and write_register intrinsics by Matt Arsenault · 10 years ago
  33. f748e83 AMDGPU: Note mesa version in release notes by Matt Arsenault · 10 years ago
  34. ae4d40b AMDGPU: Restore AMDGPU prefixed rsq intrinsic for now by Matt Arsenault · 10 years ago
  35. 3467854 [WebAssembly] Optimize memcpy/memmove/memcpy calls. by Dan Gohman · 10 years ago
  36. 523a0b2 [WebAssembly] Remove a completed entry from the README.txt. by Dan Gohman · 10 years ago
  37. 407037a [WebAssembly] Implement unaligned loads and stores. by Dan Gohman · 10 years ago
  38. 33a530f [LIR] Add support for structs and hand unrolled loops by Haicheng Wu · 10 years ago
  39. 8a1bace Use binary search for intrinsic ID lookups by Reid Kleckner · 10 years ago
  40. 632580f LiveIntervalAnalysis: Improve some comments by Matthias Braun · 10 years ago
  41. fa883c2 Sort intrinsics by LLVM intrinsic name, rather than tablegen def name by Reid Kleckner · 10 years ago
  42. 1b9e9d8 LiveIntervalAnalysis: Cleanup handleMove{Down|Up}() functions, NFC by Matthias Braun · 10 years ago
  43. 45afe21 Followup to 258750; update more tests to use .p2align . by Dan Gohman · 10 years ago
  44. d0eaa33 Followup to 258750; update all MC tests to use .p2align . by Dan Gohman · 10 years ago
  45. a9319a6 Followup to 258750; update this test to use .p2align . by Dan Gohman · 10 years ago
  46. f4e7889 [MC] Use .p2align instead of .align by Dan Gohman · 10 years ago
  47. 838543b [GVN] Rearrange code to make local vs non-local cases more obvious [NFCI] by Philip Reames · 10 years ago
  48. 3f6b805 [cfi] Cross-DSO CFI diagnostic mode (LLVM part). by Evgeniy Stepanov · 10 years ago
  49. 4d16c2e [GVN] Factor out common code [NFCI] by Philip Reames · 10 years ago
  50. 56ad206 [docs] Document how to merge patches into release branches by Vedant Kumar · 10 years ago
  51. 64d9b9e X86ISelLowering: Fix cmov(cmov) special lowering bug by Matthias Braun · 10 years ago
  52. 0e59f68 [ThinLTO] Find all needed metadata when linking metadata as postpass by Teresa Johnson · 10 years ago
  53. 841d92c [X86][AVX] Add commutation support for VPERM2X128 instructions by Simon Pilgrim · 10 years ago
  54. 63ac4d7 [ThinLTO] Handle DISubprogram reached indirectly from DIImportedEntity by Teresa Johnson · 10 years ago
  55. 1c5981f Fix a typo by Xinliang David Li · 10 years ago
  56. 685c628 Enable loopreroll to rerool loop with pointer induction variable. by Lawrence Hu · 10 years ago
  57. 3602687 Undo commit 258700 due to missing commit message by Lawrence Hu · 10 years ago
  58. ceb1e84 Reapply commit r25804 with fix by Matthew Simpson · 10 years ago
  59. 79b3dc3 Speculatively revert r258620 as it is the likely culprid of PR26293. by Quentin Colombet · 10 years ago
  60. 79890da Temporary disable broken fuzzer/timeout tests. by Ivan Krasin · 10 years ago
  61. 859d998 Add a test showing we can write a vector of floats. by Rafael Espindola · 10 years ago
  62. 1ae8104 by Lawrence Hu · 10 years ago
  63. 15f4113 don't repeat function names in documentation comments; NFC by Sanjay Patel · 10 years ago
  64. a84d3cd [WebAssembly] Fix unbalanced register stack code in the case of late DCE. by Dan Gohman · 10 years ago
  65. b0bd82d [WebAssembly] Add tests for negative offsets with global variable addresses. by Dan Gohman · 10 years ago
  66. 6f7efe6 [WebAssembly] Minor code formatting cleanups. NFC. by Dan Gohman · 10 years ago
  67. ec3600b [SelectionDAG] Use the correct return type for memcpy, memmove, and memset. by Dan Gohman · 10 years ago
  68. 6672aa9 [DemandedBits] Fix computation of demanded bits for ICmps by James Molloy · 10 years ago
  69. 17dd8c0 [AVX512] Adding PTESTNMB/D/W/Q instruction by Michael Zuckerman · 10 years ago
  70. 8cee0bd Reapplying r256836 with a fix for MSVC 14 support. by Aaron Ballman · 10 years ago
  71. 046dad6 [AVX512] Adding PTESTMB/W/D/Q instruction by Michael Zuckerman · 10 years ago
  72. 36313d3 [ARM] Add DSP build attribute and extension targeting by Bradley Smith · 10 years ago
  73. 0ab91df [ARM] Add new system registers to ARMv8-M Baseline/Mainline by Bradley Smith · 10 years ago
  74. aca9dcc [ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline/Mainline by Bradley Smith · 10 years ago
  75. 3a1d1b2 [X86][IFMA] adding intrinsics and encoding for multiply and add of unsigned 52bit integer by Asaf Badouh · 10 years ago
  76. 5918cc5 [ARM] Add ARMv8.2-A FP16 scalar instructions by Oliver Stannard · 10 years ago
  77. 09f29b2 [TableGen] Fix sort order of asm operand classes by Oliver Stannard · 10 years ago
  78. 8000639 Silence a -Wparentheses warning; NFC. by Junmo Park · 10 years ago
  79. 3c30413 AVX1 : Enable vector masked_load/store to AVX1. by Igor Breger · 10 years ago
  80. 9f53721 [AVX512] [CMPPS ][ CMPPD ] Adding full Comparison Predicate names by Michael Zuckerman · 10 years ago
  81. 0c2d31e [llvm-size] Use stderr instead of stdout for error messages. by Davide Italiano · 10 years ago
  82. b412501 [Object][COFF] Revert r258665 - It doesn't do what I had intended. by Lang Hames · 10 years ago
  83. a6a79a6 [Object][COFF] Set the generic SF_Exported flag on COFF exported symbols. by Lang Hames · 10 years ago
  84. a4c381a [COFF] Simplify SetSectionName by David Majnemer · 10 years ago
  85. de2bf58 [LoopSimplify] Reuse changeToUnreachable by David Majnemer · 10 years ago
  86. 846ffda Fix build bot breakage by David Majnemer · 10 years ago
  87. f4a0173 Added Skylake client to X86 targets and features by Elena Demikhovsky · 10 years ago
  88. cddf52c Fixed few comments. by Amjad Aboud · 10 years ago
  89. 4c3605b AVX512: VMOVDQU8/16/32/64 (load) intrinsic implementation. by Igor Breger · 10 years ago
  90. aed38efd [TableGen] In AsmWriterEmitter unique command search, rather than storing a mapping from instruction to unique command, instead store a list of which instructions each unique command corresponds to. by Craig Topper · 10 years ago
  91. f79a93d Fix buildbot failures by David Majnemer · 10 years ago
  92. 2f03466 [SCCP] Remove duplicate code by David Majnemer · 10 years ago
  93. 6b7f46e [InstCombine, SCCP] Consolidate code used to remove instructions by David Majnemer · 10 years ago
  94. 50a24fa [WinEH] Don't miscompile cleanups which conditionally unwind to caller by David Majnemer · 10 years ago
  95. df6fe8f Remove duplicate documentation in ConstantFolding.cpp. NFC. by Manuel Jacob · 10 years ago
  96. 2d0376c Remove duplicate documentation in Attributes.cpp. NFC. by Manuel Jacob · 10 years ago
  97. 0bed86e Update outdated method documention in Attributes.h. NFC. by Manuel Jacob · 10 years ago
  98. 6130726 [SelectionDAG] Generalised the CONCAT_VECTORS creation to support BUILD_VECTOR and UNDEF folding. by Simon Pilgrim · 10 years ago
  99. 228d587 [X86][SSE] Generalised TRUNC -> PACKSS/PACKUS code. NFC. by Simon Pilgrim · 10 years ago
  100. 2a554ce Tidied up TRUNC combine code. NFC. by Simon Pilgrim · 10 years ago