1. 9107e64 Add more triple to conditional-tailcall.ll test by Hans Wennborg · 9 years ago
  2. 371bac0 Typo. NFC. by Chad Rosier · 9 years ago
  3. c4c2318 CodeGen: ensure that libcalls are always AAPCS CC by Saleem Abdulrasool · 9 years ago
  4. 4a83266 X86: Fold tail calls into conditional branches where possible (PR26302) by Hans Wennborg · 9 years ago
  5. fab897d [lib/LTO] Add a way to run a custom pipeline by Davide Italiano · 9 years ago
  6. 6874fa8 AMDGPU: Add hidden kernel arguments to runtime metadata by Yaxun Liu · 9 years ago
  7. eadc14f [codeview] Add new directives to record inlined call site line info by Reid Kleckner · 9 years ago
  8. 452b6b2 [LoopInterchange] Improve debug output. NFC. by Chad Rosier · 9 years ago
  9. e760d89 [LoopInterchange] Improve debug output. NFC. by Chad Rosier · 9 years ago
  10. 600740b [LSV] Use the original loads' names for the extractelement instructions. by Justin Lebar · 9 years ago
  11. 05601b4 [x86] move combines of 'select of 2 constants' to its own function; NFC by Sanjay Patel · 9 years ago
  12. 0639c00 Fix typo in test - it should be masking bits0-15 not bit16 by Simon Pilgrim · 9 years ago
  13. 959abb8 Regenerate vector bitcast folding tests using update_test_checks.py. by Andrea Di Biagio · 9 years ago
  14. 56463dd [X86][SSE] Added or combine tests for known bits of vectors by Simon Pilgrim · 9 years ago
  15. b362b6e [X86][SSE] Added and+or+zext combine tests for known bits of vectors by Simon Pilgrim · 9 years ago
  16. 9313182 [X86][SSE] Added and+or combine tests currently failing with vectors by Simon Pilgrim · 9 years ago
  17. ba3ea4d [ARM] Lower UDIV+UREM to UDIV+MLS (and the same for SREM) by Pablo Barrio · 9 years ago
  18. 2fdf2bf [InstCombine][SSE4a] Fix assertion failure in the insertq/insertqi combining logic. by Andrea Di Biagio · 9 years ago
  19. fd11478 [InstCombine][SSE4a] Fix assertion failure caused by unsafe dyn_casts on the operands of extrq/extrqi intrinsic calls. by Andrea Di Biagio · 9 years ago
  20. 17c896a Revert "[EfficiencySanitizer] Adds shadow memory parameters for 40-bit virtual memory address." by Renato Golin · 9 years ago
  21. c7d7511 [mips] Disable the TImode shift libcalls for 32-bit targets. by Vasileios Kalintiris · 9 years ago
  22. 51cc6bb [EfficiencySanitizer] Adds shadow memory parameters for 40-bit virtual memory address. by Sagar Thakur · 9 years ago
  23. e50466a [SimplifyCFG] Followup fix to r280790 by James Molloy · 9 years ago
  24. 80fedcb [SimplifyCFG] Update workaround for PR30188 to also include loads by James Molloy · 9 years ago
  25. 1317eef [CMake] Use CMake's default RPATH for the unit tests by Diana Picus · 9 years ago
  26. 40fa86f [SimplifyCFG] Check PHI uses more accurately by James Molloy · 9 years ago
  27. 21c68fa [PowerPC] Fix address-offset folding for plain addi by Hal Finkel · 9 years ago
  28. 7840500 AVX512F: FMA intrinsic + FNEG - sequence optimization by Elena Demikhovsky · 9 years ago
  29. 1da68f6 AMDGPU: Make some scalar instructions commutable by Matt Arsenault · 9 years ago
  30. 774415b Remove unnecessary call to getAllocatableRegClass by Matt Arsenault · 9 years ago
  31. 4cf44f1 [X86] Add hasSideEffects=0 to some instructions. by Craig Topper · 9 years ago
  32. 83d6e11 [AVX-512] Add support for commuting masked instructions in findCommutedOpIndices. The default implementation doesn't skip the mask input or the preserved input. by Craig Topper · 9 years ago
  33. 4ccc33a Revert "CodeGen: ensure that libcalls are always AAPCS CC" by Saleem Abdulrasool · 9 years ago
  34. 36a0b39 Fix typo in comment, NFC by Nick Lewycky · 9 years ago
  35. 5c494e7 [LTO] Rename variables to be more explicative. by Davide Italiano · 9 years ago
  36. 19c8b5e [opt] Remove an unused argument to runPassPipeline(). by Davide Italiano · 9 years ago
  37. 8eddc0f Re-add "Make FieldList records print as a YAML sequence" by Zachary Turner · 9 years ago
  38. 8d0ebe9 [DAGCombine] More fixups to SETCC legality checking (visitANDLike/visitORLike) by Hal Finkel · 9 years ago
  39. 423e0ff [llvm-cov] Use colors consistently in the summary by Vedant Kumar · 9 years ago
  40. ff7a0df [llvm-cov] Clean up the summary class, delete dead code (NFC) by Vedant Kumar · 9 years ago
  41. 5431231 Explicitly require DominatorTreeAnalysis pass for instsimplify pass. by Dehao Chen · 9 years ago
  42. 84f34c0 [llvm-cov] Add the project summary to the text coverage report for each source file. by Ying Yi · 9 years ago
  43. fec7b48 Avoid using alignas and constexpr. by Rafael Espindola · 9 years ago
  44. c87867f [AMDGPU] Wave and register controls by Konstantin Zhuravlyov · 9 years ago
  45. dbbdf44 [CMake] Cleanup LLVM_OPTIMIZED_TABLEGEN by Chris Bieneman · 9 years ago
  46. 1f99c41 [AMDGPU] Wave and register controls by Konstantin Zhuravlyov · 9 years ago
  47. fe2ae4c Try to fix a circular dependency in the modules build. by Rafael Espindola · 9 years ago
  48. 2ec1430 AMDGPU/SI: Teach SIInstrInfo::FoldImmediate() to fold immediates into copies by Tom Stellard · 9 years ago
  49. 9493fa9 AMDGPU : Add XNACK feature to GPUs that support it. by Wei Ding · 9 years ago
  50. 6b15e98 Fix ItaniumDemangle.cpp build with MSVC 2013 by Reid Kleckner · 9 years ago
  51. f73cd14 [llvm-cov] Add the "Go to first unexecuted line" feature. by Ying Yi · 9 years ago
  52. 102e8d5 [AArch64] Adjust the scheduling model for Exynos M1. by Evandro Menezes · 9 years ago
  53. edc04f3 [AArch64] Adjust the scheduling model for Exynos M1. by Evandro Menezes · 9 years ago
  54. 25c97c0 [AArch64] Adjust the scheduling model for Exynos M1. by Evandro Menezes · 9 years ago
  55. ec44cfd Add an c++ itanium demangler to llvm. by Rafael Espindola · 9 years ago
  56. 99f377b fix formatting; NFC by Sanjay Patel · 9 years ago
  57. 4b3bd15 [MCTargetDesc] Delete dead code. Found by GCC7 -Wunused-function. by Davide Italiano · 9 years ago
  58. 3693f11 Fix comment formatting for DebugInfoFlags.def by Victor Leschuk · 9 years ago
  59. d8090ae bugpoint: Return Errors instead of passing around strings by Justin Bogner · 9 years ago
  60. a68463e [RDF] Ignore undef use operands by Krzysztof Parzyszek · 9 years ago
  61. 01dd3d9 Formatting with clang-format patch r280700 by Leny Kholodov · 9 years ago
  62. 854572d [SelectionDAG] Simplify extract_subvector( insert_subvector ( Vec, In, Idx ), Idx ) -> In by Simon Pilgrim · 9 years ago
  63. 6050b76 [JumpThreading] Only write back branch-weight MDs for blocks that originally had PGO info by Adam Nemet · 9 years ago
  64. 7ba1553 Fix for Bindings/Go/go.test after patch r280700 by Leny Kholodov · 9 years ago
  65. c548b68 [Sparc][Leon] Corrected supported atomics size for processors supporting Leon CASA instruction back to 32 bits. by Chris Dewhurst · 9 years ago
  66. 7e4471c [mips] Tighten FastISel restrictions by Simon Dardis · 9 years ago
  67. 6ee91ac [PPC] Claim stack frame before storing into it, if no red zone is present by Krzysztof Parzyszek · 9 years ago
  68. d9478f8 DebugInfo: use strongly typed enum for debug info flags by Leny Kholodov · 9 years ago
  69. 4b1b5a4 [RegisterScavenger] Remove aliasing registers of operands from the candidate set by Silviu Baranga · 9 years ago
  70. 899add2 [AVX-512] Fix masked VPERMI2PS isel when the index comes from a bitcast. by Craig Topper · 9 years ago
  71. def05b4 [AVX-512] Add a test case to show that we don't select masked vpermi2ps when the index operand comes from a bitcast. by Craig Topper · 9 years ago
  72. 8a2aa54 [X86] Remove unused encoding from IntrinsicType enum. by Craig Topper · 9 years ago
  73. 8f30c1d [X86] Fix indentation. NFC by Craig Topper · 9 years ago
  74. 79a93a6 Revert "bugpoint: Stop threading errors through APIs that never fail" by Justin Bogner · 9 years ago
  75. 3023eeb bugpoint: Stop threading errors through APIs that never fail by Justin Bogner · 9 years ago
  76. 02c3a66 ARM: workaround bundled operation predication by Saleem Abdulrasool · 9 years ago
  77. c581dfb Revert "DebugInfo: use strongly typed enum for debug info flags" by Mehdi Amini · 9 years ago
  78. 9a67ec1 [LTO] Constify (NFC) by Mehdi Amini · 9 years ago
  79. 454e9fc DebugInfo: use strongly typed enum for debug info flags by Mehdi Amini · 9 years ago
  80. 8cd45dd Fix DensetSet::insert_as() for MSVC2015 (NFC) by Mehdi Amini · 9 years ago
  81. a9a5240 [AVX-512] Fix v8i64 shift by immediate lowering on 32-bit targets. by Craig Topper · 9 years ago
  82. 7471df8 CodeGen: ensure that libcalls are always AAPCS CC by Saleem Abdulrasool · 9 years ago
  83. 610e45c [AVX-512] Teach fastisel load/store handling to use EVEX encoded instructions for 128/256-bit vectors and scalar single/double. by Craig Topper · 9 years ago
  84. d844741 [X86] Update fast-isel store test to have more 256 and 512-bit test cases. Add command lines for AVX and AVX512 feature sets. by Craig Topper · 9 years ago
  85. e4bd2be [X86] Update fast-isel vector load test to have more 256 and 512-bit test cases. Add a command line for SKX features too. by Craig Topper · 9 years ago
  86. ea437ed fix FileCheck variables for test added with r280677 by Sanjay Patel · 9 years ago
  87. 5b6d16c [Coroutines] Part12: Handle alloca address-taken by Gor Nishanov · 9 years ago
  88. 47e6904 [InstCombine] don't assert that division-by-constant has been folded (PR30281) by Sanjay Patel · 9 years ago
  89. 6704841 [InstCombine] revert r280637 because it causes test failures on an ARM bot by Sanjay Patel · 9 years ago
  90. 7c60fc0 [lit] Downgrade error to warning on gtest crashes during discovery. by Ahmed Bougacha · 9 years ago
  91. a8cbd72 [AVX-512] Integrate mask register copying more completely into X86InstrInfo::copyPhysReg and simplify. No functional change intended. by Craig Topper · 9 years ago
  92. bf482f9 [X86][SSE] Add test cases for PR29078 by Simon Pilgrim · 9 years ago
  93. 70794a5 [X86][SSE] Add test cases for PR29079 by Simon Pilgrim · 9 years ago
  94. 2325326 CODE_OWNERS: bring my entry up to date by whitequark · 9 years ago
  95. 70de308 [X86][SSE] Regenerate odd shuffle tests with common prefixes by Simon Pilgrim · 9 years ago
  96. bbe0f05 [SimplifyCFG] Add test for sinking inline asm in if/else by Oliver Stannard · 9 years ago
  97. 7e3e982 [WebAssembly] Unbreak the build. by Benjamin Kramer · 9 years ago
  98. b01d8d2 [AMDGPU] Refactor FLAT TD instructions by Valery Pykhtin · 9 years ago
  99. af86df2 [Thumb1] Add relocations for fixups fixup_arm_thumb_{br,bcc} by James Molloy · 9 years ago
  100. 65e0a96 [AVX512] Fix v8i1 /v16i1 zext + bitcast lowering pattern. Explicitly zero upper bits. by Igor Breger · 9 years ago