1. f555e26 Revert "[asan] Avoid lifetime analysis for allocas with can be in ambiguous state" by Vitaly Buka · 9 years ago
  2. a7ad004 [thinlto] Deleted unused test file by Piotr Padlewski · 9 years ago
  3. f8002f1 [asan] Avoid lifetime analysis for allocas with can be in ambiguous state by Vitaly Buka · 9 years ago
  4. 774d87e [InstCombine] use m_APInt to allow icmp (and (sh X, Y), C2), C1 folds for splat constant vectors by Sanjay Patel · 9 years ago
  5. f0bb43f [CUDA] Rework "optimizations" and "publication" section in CompileCudaWithLLVM.rst. by Justin Lebar · 9 years ago
  6. 6676095 [CUDA] Clarify that -l and -L only need to be passed when linking, in CompileCudaWithLLVM.rst. by Justin Lebar · 9 years ago
  7. 70425af [CUDA] Further reformat "invoking clang" section of CompileCudaWithLLVM.rst. by Justin Lebar · 9 years ago
  8. 9e7800b [SimplifyCFG] Don't try to create metadata-valued PHIs by Hal Finkel · 9 years ago
  9. 16d3f88 [LoopUnroll] Correct a debug message. NFC. by Haicheng Wu · 9 years ago
  10. 22c45e1 Shift-left (ISD::SHL) operation crashes on "DAG Legalization" phase. by Elena Demikhovsky · 9 years ago
  11. 350a7a4 [InstCombine] allow icmp (and X, C2), C1 folds for splat constant vectors by Sanjay Patel · 9 years ago
  12. 5b033da [CUDA] Fix typo in link in CompileCudaWithLLVM. by Justin Lebar · 9 years ago
  13. e61b182 [CUDA] Move AXPY example into gist. by Justin Lebar · 9 years ago
  14. 4ecf8b9 [RDF] Fix liveness analysis for phi nodes with shadow uses by Krzysztof Parzyszek · 9 years ago
  15. 9c0826c Don't reuse a variable name in a nested scope. NFC. by Michael Kuperstein · 9 years ago
  16. 80708af [RDF] Introduce "undef" flag for ref nodes by Krzysztof Parzyszek · 9 years ago
  17. f1708bc [CUDA] Simplify build/install instructions in CompileCudaWithLLVM.rst. by Justin Lebar · 9 years ago
  18. 188c78b [CUDA] Call it "CUDA", not "CUDA C/C++" in our docs. by Justin Lebar · 9 years ago
  19. 78e95fa [CUDA] Expand upon --cuda-gpu-arch flag in CompileCudaWithLLVM doc. by Justin Lebar · 9 years ago
  20. a804c5a9 Rename test pr30298.ll to shrink_vmul_sse.ll, to make the name more meaningful, NFC. by Wei Mi · 9 years ago
  21. 145ae71 AMDGPU: Remove a useless variable which caused build failure for lld. by Yaxun Liu · 9 years ago
  22. ebe55c6 Don't reduce the width of vector mul if the target doesn't support SSE2. by Wei Mi · 9 years ago
  23. 9107e64 Add more triple to conditional-tailcall.ll test by Hans Wennborg · 9 years ago
  24. 371bac0 Typo. NFC. by Chad Rosier · 9 years ago
  25. c4c2318 CodeGen: ensure that libcalls are always AAPCS CC by Saleem Abdulrasool · 9 years ago
  26. 4a83266 X86: Fold tail calls into conditional branches where possible (PR26302) by Hans Wennborg · 9 years ago
  27. fab897d [lib/LTO] Add a way to run a custom pipeline by Davide Italiano · 9 years ago
  28. 6874fa8 AMDGPU: Add hidden kernel arguments to runtime metadata by Yaxun Liu · 9 years ago
  29. eadc14f [codeview] Add new directives to record inlined call site line info by Reid Kleckner · 9 years ago
  30. 452b6b2 [LoopInterchange] Improve debug output. NFC. by Chad Rosier · 9 years ago
  31. e760d89 [LoopInterchange] Improve debug output. NFC. by Chad Rosier · 9 years ago
  32. 600740b [LSV] Use the original loads' names for the extractelement instructions. by Justin Lebar · 9 years ago
  33. 05601b4 [x86] move combines of 'select of 2 constants' to its own function; NFC by Sanjay Patel · 9 years ago
  34. 0639c00 Fix typo in test - it should be masking bits0-15 not bit16 by Simon Pilgrim · 9 years ago
  35. 959abb8 Regenerate vector bitcast folding tests using update_test_checks.py. by Andrea Di Biagio · 9 years ago
  36. 56463dd [X86][SSE] Added or combine tests for known bits of vectors by Simon Pilgrim · 9 years ago
  37. b362b6e [X86][SSE] Added and+or+zext combine tests for known bits of vectors by Simon Pilgrim · 9 years ago
  38. 9313182 [X86][SSE] Added and+or combine tests currently failing with vectors by Simon Pilgrim · 9 years ago
  39. ba3ea4d [ARM] Lower UDIV+UREM to UDIV+MLS (and the same for SREM) by Pablo Barrio · 9 years ago
  40. 2fdf2bf [InstCombine][SSE4a] Fix assertion failure in the insertq/insertqi combining logic. by Andrea Di Biagio · 9 years ago
  41. 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
  42. 17c896a Revert "[EfficiencySanitizer] Adds shadow memory parameters for 40-bit virtual memory address." by Renato Golin · 9 years ago
  43. c7d7511 [mips] Disable the TImode shift libcalls for 32-bit targets. by Vasileios Kalintiris · 9 years ago
  44. 51cc6bb [EfficiencySanitizer] Adds shadow memory parameters for 40-bit virtual memory address. by Sagar Thakur · 9 years ago
  45. e50466a [SimplifyCFG] Followup fix to r280790 by James Molloy · 9 years ago
  46. 80fedcb [SimplifyCFG] Update workaround for PR30188 to also include loads by James Molloy · 9 years ago
  47. 1317eef [CMake] Use CMake's default RPATH for the unit tests by Diana Picus · 9 years ago
  48. 40fa86f [SimplifyCFG] Check PHI uses more accurately by James Molloy · 9 years ago
  49. 21c68fa [PowerPC] Fix address-offset folding for plain addi by Hal Finkel · 9 years ago
  50. 7840500 AVX512F: FMA intrinsic + FNEG - sequence optimization by Elena Demikhovsky · 9 years ago
  51. 1da68f6 AMDGPU: Make some scalar instructions commutable by Matt Arsenault · 9 years ago
  52. 774415b Remove unnecessary call to getAllocatableRegClass by Matt Arsenault · 9 years ago
  53. 4cf44f1 [X86] Add hasSideEffects=0 to some instructions. by Craig Topper · 9 years ago
  54. 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
  55. 4ccc33a Revert "CodeGen: ensure that libcalls are always AAPCS CC" by Saleem Abdulrasool · 9 years ago
  56. 36a0b39 Fix typo in comment, NFC by Nick Lewycky · 9 years ago
  57. 5c494e7 [LTO] Rename variables to be more explicative. by Davide Italiano · 9 years ago
  58. 19c8b5e [opt] Remove an unused argument to runPassPipeline(). by Davide Italiano · 9 years ago
  59. 8eddc0f Re-add "Make FieldList records print as a YAML sequence" by Zachary Turner · 9 years ago
  60. 8d0ebe9 [DAGCombine] More fixups to SETCC legality checking (visitANDLike/visitORLike) by Hal Finkel · 9 years ago
  61. 423e0ff [llvm-cov] Use colors consistently in the summary by Vedant Kumar · 9 years ago
  62. ff7a0df [llvm-cov] Clean up the summary class, delete dead code (NFC) by Vedant Kumar · 9 years ago
  63. 5431231 Explicitly require DominatorTreeAnalysis pass for instsimplify pass. by Dehao Chen · 9 years ago
  64. 84f34c0 [llvm-cov] Add the project summary to the text coverage report for each source file. by Ying Yi · 9 years ago
  65. fec7b48 Avoid using alignas and constexpr. by Rafael Espindola · 9 years ago
  66. c87867f [AMDGPU] Wave and register controls by Konstantin Zhuravlyov · 9 years ago
  67. dbbdf44 [CMake] Cleanup LLVM_OPTIMIZED_TABLEGEN by Chris Bieneman · 9 years ago
  68. 1f99c41 [AMDGPU] Wave and register controls by Konstantin Zhuravlyov · 9 years ago
  69. fe2ae4c Try to fix a circular dependency in the modules build. by Rafael Espindola · 9 years ago
  70. 2ec1430 AMDGPU/SI: Teach SIInstrInfo::FoldImmediate() to fold immediates into copies by Tom Stellard · 9 years ago
  71. 9493fa9 AMDGPU : Add XNACK feature to GPUs that support it. by Wei Ding · 9 years ago
  72. 6b15e98 Fix ItaniumDemangle.cpp build with MSVC 2013 by Reid Kleckner · 9 years ago
  73. f73cd14 [llvm-cov] Add the "Go to first unexecuted line" feature. by Ying Yi · 9 years ago
  74. 102e8d5 [AArch64] Adjust the scheduling model for Exynos M1. by Evandro Menezes · 9 years ago
  75. edc04f3 [AArch64] Adjust the scheduling model for Exynos M1. by Evandro Menezes · 9 years ago
  76. 25c97c0 [AArch64] Adjust the scheduling model for Exynos M1. by Evandro Menezes · 9 years ago
  77. ec44cfd Add an c++ itanium demangler to llvm. by Rafael Espindola · 9 years ago
  78. 99f377b fix formatting; NFC by Sanjay Patel · 9 years ago
  79. 4b3bd15 [MCTargetDesc] Delete dead code. Found by GCC7 -Wunused-function. by Davide Italiano · 9 years ago
  80. 3693f11 Fix comment formatting for DebugInfoFlags.def by Victor Leschuk · 9 years ago
  81. d8090ae bugpoint: Return Errors instead of passing around strings by Justin Bogner · 9 years ago
  82. a68463e [RDF] Ignore undef use operands by Krzysztof Parzyszek · 9 years ago
  83. 01dd3d9 Formatting with clang-format patch r280700 by Leny Kholodov · 9 years ago
  84. 854572d [SelectionDAG] Simplify extract_subvector( insert_subvector ( Vec, In, Idx ), Idx ) -> In by Simon Pilgrim · 9 years ago
  85. 6050b76 [JumpThreading] Only write back branch-weight MDs for blocks that originally had PGO info by Adam Nemet · 9 years ago
  86. 7ba1553 Fix for Bindings/Go/go.test after patch r280700 by Leny Kholodov · 9 years ago
  87. c548b68 [Sparc][Leon] Corrected supported atomics size for processors supporting Leon CASA instruction back to 32 bits. by Chris Dewhurst · 9 years ago
  88. 7e4471c [mips] Tighten FastISel restrictions by Simon Dardis · 9 years ago
  89. 6ee91ac [PPC] Claim stack frame before storing into it, if no red zone is present by Krzysztof Parzyszek · 9 years ago
  90. d9478f8 DebugInfo: use strongly typed enum for debug info flags by Leny Kholodov · 9 years ago
  91. 4b1b5a4 [RegisterScavenger] Remove aliasing registers of operands from the candidate set by Silviu Baranga · 9 years ago
  92. 899add2 [AVX-512] Fix masked VPERMI2PS isel when the index comes from a bitcast. by Craig Topper · 9 years ago
  93. 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
  94. 8a2aa54 [X86] Remove unused encoding from IntrinsicType enum. by Craig Topper · 9 years ago
  95. 8f30c1d [X86] Fix indentation. NFC by Craig Topper · 9 years ago
  96. 79a93a6 Revert "bugpoint: Stop threading errors through APIs that never fail" by Justin Bogner · 9 years ago
  97. 3023eeb bugpoint: Stop threading errors through APIs that never fail by Justin Bogner · 9 years ago
  98. 02c3a66 ARM: workaround bundled operation predication by Saleem Abdulrasool · 9 years ago
  99. c581dfb Revert "DebugInfo: use strongly typed enum for debug info flags" by Mehdi Amini · 9 years ago
  100. 9a67ec1 [LTO] Constify (NFC) by Mehdi Amini · 9 years ago