1. c8436a5 [ARM GlobalISel] Add comment for r318398. NFC. by Diana Picus · 8 years ago
  2. b946838 [x86][icelake]VNNI by Coby Tayree · 8 years ago
  3. 5366940 [x86][icelake]vbmi2 by Coby Tayree · 8 years ago
  4. 6132334 SLPVectorizer.cpp: Avoid std::stable_sort(properlyDominates()). by NAKAMURA Takumi · 8 years ago
  5. 9e63bd5 [x86][icelake]vpclmulqdq introduction by Coby Tayree · 8 years ago
  6. f6e1efe [x86][icelake]VAES introduction by Coby Tayree · 8 years ago
  7. f9cc391 [RISCV] Use register X0 (ZERO) for constant 0 by Alex Bradbury · 8 years ago
  8. ba7bdbf [RISCV] Support and tests for a variety of additional LLVM IR constructs by Alex Bradbury · 8 years ago
  9. fbdb03f [RISCV] Implement lowering of ISD::SELECT by Alex Bradbury · 8 years ago
  10. c9e07ab [XRay] Use optimistic logging model for FDR mode by Dean Michael Berris · 8 years ago
  11. 1952e64 [X86] Simplify type constraints for AVX2 masked gather. by Craig Topper · 8 years ago
  12. 2ead3eb Revert "[CGP] Enable complex addr mode (2nd attempt)" by Serguei Katkov · 8 years ago
  13. 8acce69 [X86] Simplify the predicates for avx2 masked gather patterns. by Craig Topper · 8 years ago
  14. d713fe1 move static function. NFC by Rafael Espindola · 8 years ago
  15. 98ed2b2 [CGP] Enable complex addr mode (2nd attempt) by Serguei Katkov · 8 years ago
  16. 596d1e6 [AMDGPU] Fix DAGTypeLegalizer::SplitInteger for shift amount type by Yaxun Liu · 8 years ago
  17. 1b39cce Split a rename_handle out of rename on windows. by Rafael Espindola · 8 years ago
  18. 3b2fe5e Add default values for member functions. by Richard Trieu · 8 years ago
  19. 7480dbd Re-revert "Refactor debuginfo-tests." by Zachary Turner · 8 years ago
  20. ed677fa xray-record-yaml.h: Remove unused file by David Blaikie · 8 years ago
  21. bb5acf9 llvm-rc/ResourceScriptTokenList.h: Turns this into a .def file to imply that it's non-modular by David Blaikie · 8 years ago
  22. 968314e XRayRecord.h: Add missing #include by David Blaikie · 8 years ago
  23. 052cd73 YAML/XRay/std::vector: Fix ODR violation by removing local specialization by David Blaikie · 8 years ago
  24. 3a95a12 [SCCP] If we replace with a constant, we can't replace with a range. by Davide Italiano · 8 years ago
  25. 5121f3c Revert r318678 to fix Clang test by Richard Trieu · 8 years ago
  26. aa908b5 [msan] Don't sanitize "nosanitize" instructions by Vitaly Buka · 8 years ago
  27. 1bf38b1 [SelectionDAG] When promoting the result of a VSELECT, make sure we promote the condition to the SetCC type for the final result type not the original type. by Craig Topper · 8 years ago
  28. 712cf3f [Sparc] efficient pattern for UINT_TO_FP conversion by Fedor Sergeev · 8 years ago
  29. 3f395b6 Add ADL support to range based <algorithm> extensions by David Blaikie · 8 years ago
  30. 2f8d9c0 Resubmit "Refactor debuginfo-tests" again. by Zachary Turner · 8 years ago
  31. d2dfb38 Fix a lld-x86_64-darwin13 build error. by Hiroshi Yamauchi · 8 years ago
  32. a0332be bpf: add a test case for trunc-op optimization by Yonghong Song · 8 years ago
  33. 0912890 Add heuristics for irreducible loop metadata under PGO by Hiroshi Yamauchi · 8 years ago
  34. 6c35816 Fix spelling in comment. NFCI. by Simon Pilgrim · 8 years ago
  35. 0aedbb8 Revert "[SelectionDAG] Make sorting predicate stronger to remove non-deterministic ordering" by Mandeep Singh Grang · 8 years ago
  36. db67615 [AArch64] Adjust the cost model for Exynos M1 and M2 by Evandro Menezes · 8 years ago
  37. 7282c01 Revert "Fix out-of-order stepping behavior in programs with sunk instructions." by Paul Robinson · 8 years ago
  38. b9e7453 [SelectionDAG] Make sorting predicate stronger to remove non-deterministic ordering by Mandeep Singh Grang · 8 years ago
  39. 61e813b Fix out-of-order stepping behavior in programs with sunk instructions. by Paul Robinson · 8 years ago
  40. 7078f99 [X86] Avoid unecessary opsize byte in segment move to memory by Nirav Dave · 8 years ago
  41. bfeecfb [SROA] Correctly invalidate analyses when dead instructions deleted by Teresa Johnson · 8 years ago
  42. 6bc93b9 [AMDGPU][MC][GFX8][GFX9] Corrected names of integer v_{add/addc/sub/subrev/subb/subbrev} by Dmitry Preobrazhensky · 8 years ago
  43. 1f33a2e [asan] Use dynamic shadow on 32-bit Android, try 2. by Evgeniy Stepanov · 8 years ago
  44. 8c81e85 [MachineCSE] Add new callback for is caller preserved or constant physregs by Tony Jiang · 8 years ago
  45. 40097af [AMDGPU] Update test r600.amdgpu-alias-analysis.ll by Yaxun Liu · 8 years ago
  46. b229458 [mips] Reorder target specific passes by Simon Dardis · 8 years ago
  47. 3a33e1c [SystemZ] Bugfix for handling of subregisters in getRegAllocationHints(). by Jonas Paulsson · 8 years ago
  48. 14f881d [PPC] Heuristic to choose between a X-Form VSX ld/st vs a X-Form FP ld/st. by Tony Jiang · 8 years ago
  49. b2ea712 [AArch64][TableGen] Skip tied result operands for InstAlias by Sander de Smalen · 8 years ago
  50. aeb7444 AMDGPU: Partial ILP scheduler port from SelectionDAG to SchedulingDAG (experimental) by Valery Pykhtin · 8 years ago
  51. a36486e [LV] Model masking in VPlan, introducing VPInstructions by Gil Rapaport · 8 years ago
  52. 3357ae9 [ARM GlobalISel] Add test for RSBri. NFC by Diana Picus · 8 years ago
  53. ccfd3cc [ARM GlobalISel] Clean up binary operator tests. NFC by Diana Picus · 8 years ago
  54. 1693ef3 [LV][X86] Support of AVX2 Gathers code generation and update the LV with this by Mohammed Agabaria · 8 years ago
  55. a12579a [X86] Regenerate a test with broadcast comments. NFC by Craig Topper · 8 years ago
  56. 0d68528 [IRCE] Smart range intersection by Max Kazantsev · 8 years ago
  57. e3364dd [CGP] Fix the crash caused by enable of complex addr mode by Serguei Katkov · 8 years ago
  58. e0cc174 [X86] clzero check in getHostCPUFeatures should use getX86CpuIDAndInfo not getX86CpuIDAndInfoEx. by Craig Topper · 8 years ago
  59. a02c29a [X86] Reorder and reformat the feature bit checks in getHostCPUFeatues to keep the bits in order per register and encourage future additions to be in order too. by Craig Topper · 8 years ago
  60. 8d26b8b [x86] add sqrt tests for partially-inline-libcalls (PR31455) by Sanjay Patel · 8 years ago
  61. 2dee974 [LibCallSimplifier] allow splat vectors for pow(x, 0.5) -> sqrt() transforms by Sanjay Patel · 8 years ago
  62. 19ab459 [LibCallSimplifier] partly fix pow(x, 0.5) -> sqrt() transforms by Sanjay Patel · 8 years ago
  63. 557e920 [InstSimplify] fold and/or of fcmp ord/uno when operand is known nnan by Sanjay Patel · 8 years ago
  64. 560ee7c [X86] Add test cases for rndscaless/sd intrinsics. by Craig Topper · 8 years ago
  65. 0c61ae7 [X86] Improve load folding of scalar rcp28 and rsqrt28 instructions using sse_load_f32/f64. by Craig Topper · 8 years ago
  66. f7f7143 [bpf] remove unused variable by Alexei Starovoitov · 8 years ago
  67. b5cbc77 [bpf] allow direct and indirect calls by Alexei Starovoitov · 8 years ago
  68. 83b54ba [X86] Switch cannonlake to use the SkylakeServer scheduling model instead of Haswell. by Craig Topper · 8 years ago
  69. e01a793 [X86] Add skeleton support for icelake CPU. by Craig Topper · 8 years ago
  70. 1d3b166 [X86] Fix 80 column violation and remove trailing whitespace. NFC by Craig Topper · 8 years ago
  71. cc79ed3 [LIT] Fix testing out-of-tree Clang builds by Eric Fiselier · 8 years ago
  72. f8539a6 [MC][X86] Add test case from PR19251 by Simon Pilgrim · 8 years ago
  73. 3bfd36c [MC][X86] Add teet case from PR32807 by Simon Pilgrim · 8 years ago
  74. 9284972 Fix use of config.h in public headers. by Eric Fiselier · 8 years ago
  75. 907754a [X86][AVX512VL] Add AVX512VL tests to the vselect packss tests. by Simon Pilgrim · 8 years ago
  76. 5d6db15 [X86] Add another gather test with v8i8 sign extended indices. by Craig Topper · 8 years ago
  77. bc2091e [X86] Simplify the gather/scatter isel predicates. by Craig Topper · 8 years ago
  78. 1c264a2 [X86] Qualify a few places with ExperimentalVectorWideningLegalization. by Craig Topper · 8 years ago
  79. ef51737 [X86] Add todo comment for TRUNC(SUB(X,C)) -> SUB(TRUNC(X),C') by Simon Pilgrim · 8 years ago
  80. e4bdacd [CallSiteSplitting] Remove some indirection (NFC). by Florian Hahn · 8 years ago
  81. 5f1ca19 [x86] add tests for unnecessary shuffling; NFC by Sanjay Patel · 8 years ago
  82. dc3bf34 [X86] Output cfi directives for saved XMM registers even if no GPRs are saved by Martin Storsjo · 8 years ago
  83. 2cd93d8 [X86] Fix typo in variable name. NFC by Craig Topper · 8 years ago
  84. 5f15b7e [AArch64] Map G_LOAD on FPR when the definition goes to a copy to FPR by Quentin Colombet · 8 years ago
  85. 7bf447e [AArch64] Map G_STORE on FPR when the source comes from a FPR copy by Quentin Colombet · 8 years ago
  86. b8765da [RegisterBankInfo] Relax the assert of having matching type sizes on default mappings by Quentin Colombet · 8 years ago
  87. 8e0e176 [AArch64][RegisterBankInfo] Teach instruction mapping about gpr32 -> fpr16 cross copies by Quentin Colombet · 8 years ago
  88. a3c17b6 Reorder static functions. NFC. by Rafael Espindola · 8 years ago
  89. 53742c5 Split realPathFromHandle in two. by Rafael Espindola · 8 years ago
  90. 43a4579 [asan] Add a full redzone after every stack variable by Walter Lee · 8 years ago
  91. 3cdd9f6d Revert "[asan] Use dynamic shadow on 32-bit Android" and 3 more. by Evgeniy Stepanov · 8 years ago
  92. 603ba13 [globalisel][tablegen] Generalize pointer-type inference by introducing ptypeN. NFC by Daniel Sanders · 8 years ago
  93. b287a8d [lit] Try to improve Ctrl-C behavior on Windows by Reid Kleckner · 8 years ago
  94. 8e87d92 [CMake][runtimes] Don't passthrough prefixes for non-default targets by Petr Hosek · 8 years ago
  95. cf9af88 Fix an issue with llvm lit tool substitutions. by Zachary Turner · 8 years ago
  96. fc1a0ac [MC] Fix regression tests on Windows when git “core.autocrlf” is set to true. by Zhen Cao · 8 years ago
  97. 9f8c017 AMDGPU: Move hazard avoidance out of waitcnt pass. by Matt Arsenault · 8 years ago
  98. ddb44a6 [llvm-profdata] Don't treat non-fatal merge errors as fatal by Vedant Kumar · 8 years ago
  99. 4f5d63b llvm-demangle-fuzzer: Link in Support by Jonas Hahnfeld · 8 years ago
  100. 974e5c8 [LICM] Fix PR35342 by Jun Bum Lim · 8 years ago