1. 40097af [AMDGPU] Update test r600.amdgpu-alias-analysis.ll by Yaxun Liu · 8 years ago
  2. b229458 [mips] Reorder target specific passes by Simon Dardis · 8 years ago
  3. 3a33e1c [SystemZ] Bugfix for handling of subregisters in getRegAllocationHints(). by Jonas Paulsson · 8 years ago
  4. 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
  5. b2ea712 [AArch64][TableGen] Skip tied result operands for InstAlias by Sander de Smalen · 8 years ago
  6. aeb7444 AMDGPU: Partial ILP scheduler port from SelectionDAG to SchedulingDAG (experimental) by Valery Pykhtin · 8 years ago
  7. a36486e [LV] Model masking in VPlan, introducing VPInstructions by Gil Rapaport · 8 years ago
  8. 3357ae9 [ARM GlobalISel] Add test for RSBri. NFC by Diana Picus · 8 years ago
  9. ccfd3cc [ARM GlobalISel] Clean up binary operator tests. NFC by Diana Picus · 8 years ago
  10. 1693ef3 [LV][X86] Support of AVX2 Gathers code generation and update the LV with this by Mohammed Agabaria · 8 years ago
  11. a12579a [X86] Regenerate a test with broadcast comments. NFC by Craig Topper · 8 years ago
  12. 0d68528 [IRCE] Smart range intersection by Max Kazantsev · 8 years ago
  13. e3364dd [CGP] Fix the crash caused by enable of complex addr mode by Serguei Katkov · 8 years ago
  14. e0cc174 [X86] clzero check in getHostCPUFeatures should use getX86CpuIDAndInfo not getX86CpuIDAndInfoEx. by Craig Topper · 8 years ago
  15. 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
  16. 8d26b8b [x86] add sqrt tests for partially-inline-libcalls (PR31455) by Sanjay Patel · 8 years ago
  17. 2dee974 [LibCallSimplifier] allow splat vectors for pow(x, 0.5) -> sqrt() transforms by Sanjay Patel · 8 years ago
  18. 19ab459 [LibCallSimplifier] partly fix pow(x, 0.5) -> sqrt() transforms by Sanjay Patel · 8 years ago
  19. 557e920 [InstSimplify] fold and/or of fcmp ord/uno when operand is known nnan by Sanjay Patel · 8 years ago
  20. 560ee7c [X86] Add test cases for rndscaless/sd intrinsics. by Craig Topper · 8 years ago
  21. 0c61ae7 [X86] Improve load folding of scalar rcp28 and rsqrt28 instructions using sse_load_f32/f64. by Craig Topper · 8 years ago
  22. f7f7143 [bpf] remove unused variable by Alexei Starovoitov · 8 years ago
  23. b5cbc77 [bpf] allow direct and indirect calls by Alexei Starovoitov · 8 years ago
  24. 83b54ba [X86] Switch cannonlake to use the SkylakeServer scheduling model instead of Haswell. by Craig Topper · 8 years ago
  25. e01a793 [X86] Add skeleton support for icelake CPU. by Craig Topper · 8 years ago
  26. 1d3b166 [X86] Fix 80 column violation and remove trailing whitespace. NFC by Craig Topper · 8 years ago
  27. cc79ed3 [LIT] Fix testing out-of-tree Clang builds by Eric Fiselier · 8 years ago
  28. f8539a6 [MC][X86] Add test case from PR19251 by Simon Pilgrim · 8 years ago
  29. 3bfd36c [MC][X86] Add teet case from PR32807 by Simon Pilgrim · 8 years ago
  30. 9284972 Fix use of config.h in public headers. by Eric Fiselier · 8 years ago
  31. 907754a [X86][AVX512VL] Add AVX512VL tests to the vselect packss tests. by Simon Pilgrim · 8 years ago
  32. 5d6db15 [X86] Add another gather test with v8i8 sign extended indices. by Craig Topper · 8 years ago
  33. bc2091e [X86] Simplify the gather/scatter isel predicates. by Craig Topper · 8 years ago
  34. 1c264a2 [X86] Qualify a few places with ExperimentalVectorWideningLegalization. by Craig Topper · 8 years ago
  35. ef51737 [X86] Add todo comment for TRUNC(SUB(X,C)) -> SUB(TRUNC(X),C') by Simon Pilgrim · 8 years ago
  36. e4bdacd [CallSiteSplitting] Remove some indirection (NFC). by Florian Hahn · 8 years ago
  37. 5f1ca19 [x86] add tests for unnecessary shuffling; NFC by Sanjay Patel · 8 years ago
  38. dc3bf34 [X86] Output cfi directives for saved XMM registers even if no GPRs are saved by Martin Storsjo · 8 years ago
  39. 2cd93d8 [X86] Fix typo in variable name. NFC by Craig Topper · 8 years ago
  40. 5f15b7e [AArch64] Map G_LOAD on FPR when the definition goes to a copy to FPR by Quentin Colombet · 8 years ago
  41. 7bf447e [AArch64] Map G_STORE on FPR when the source comes from a FPR copy by Quentin Colombet · 8 years ago
  42. b8765da [RegisterBankInfo] Relax the assert of having matching type sizes on default mappings by Quentin Colombet · 8 years ago
  43. 8e0e176 [AArch64][RegisterBankInfo] Teach instruction mapping about gpr32 -> fpr16 cross copies by Quentin Colombet · 8 years ago
  44. a3c17b6 Reorder static functions. NFC. by Rafael Espindola · 8 years ago
  45. 53742c5 Split realPathFromHandle in two. by Rafael Espindola · 8 years ago
  46. 43a4579 [asan] Add a full redzone after every stack variable by Walter Lee · 8 years ago
  47. 3cdd9f6d Revert "[asan] Use dynamic shadow on 32-bit Android" and 3 more. by Evgeniy Stepanov · 8 years ago
  48. 603ba13 [globalisel][tablegen] Generalize pointer-type inference by introducing ptypeN. NFC by Daniel Sanders · 8 years ago
  49. b287a8d [lit] Try to improve Ctrl-C behavior on Windows by Reid Kleckner · 8 years ago
  50. 8e87d92 [CMake][runtimes] Don't passthrough prefixes for non-default targets by Petr Hosek · 8 years ago
  51. cf9af88 Fix an issue with llvm lit tool substitutions. by Zachary Turner · 8 years ago
  52. fc1a0ac [MC] Fix regression tests on Windows when git “core.autocrlf” is set to true. by Zhen Cao · 8 years ago
  53. 9f8c017 AMDGPU: Move hazard avoidance out of waitcnt pass. by Matt Arsenault · 8 years ago
  54. ddb44a6 [llvm-profdata] Don't treat non-fatal merge errors as fatal by Vedant Kumar · 8 years ago
  55. 4f5d63b llvm-demangle-fuzzer: Link in Support by Jonas Hahnfeld · 8 years ago
  56. 974e5c8 [LICM] Fix PR35342 by Jun Bum Lim · 8 years ago
  57. ec6f9b0 Use TempFile in the implementation of LockFileManager. by Rafael Espindola · 8 years ago
  58. f5f6185 [PM/Unswitch] Teach SimpleLoopUnswitch to do non-trivial unswitching, by Chandler Carruth · 8 years ago
  59. 9bde5fb MIRParser: Avoid reading uninitialized memory on generic vregs by Justin Bogner · 8 years ago
  60. f54bfed [X86] Merge scheduling tests for SHLD/SHRD by Simon Pilgrim · 8 years ago
  61. 3c60df7 [ThinLTO] Remove too aggressive assertion in building function call graph. by Volodymyr Sapsai · 8 years ago
  62. 39107fc Try to fix the windows build. by Rafael Espindola · 8 years ago
  63. ebc0ffe Use TempFile in dsymutil. by Rafael Espindola · 8 years ago
  64. 1e4e74f Revert "[MC] Fix regression tests on Windows when git “core.autocrlf” is set to true." by Rafael Espindola · 8 years ago
  65. 0b373e1 [CMake] Allow for Solaris ld -V output on stdout by Michal Gorny · 8 years ago
  66. b57e821 [AArch64] Adjust the cost model for Exynos M1 and M2 by Evandro Menezes · 8 years ago
  67. e66112a [MC] Fix regression tests on Windows when git “core.autocrlf” is set to true. by Zhen Cao · 8 years ago
  68. fa87086 [AMDGPU][MC][GFX9][disassembler] Corrected decoding of op_sel_hi for v_mad_mix* by Dmitry Preobrazhensky · 8 years ago
  69. 8c82162 [Support][CachePruning] Fix regression in pruning interval by Ben Dunbobbin · 8 years ago
  70. 1cb3c53 [gold] Fix broken thin LTO cache test NFC by Andrew Ng · 8 years ago
  71. 305f0fb [ARM] Use dwarf exception handling on MinGW by Martin Storsjo · 8 years ago
  72. 0d1dc56 [SelectionDAG] Allow custom vector widening through ReplaceNodeResults to handle nodes with chain outputs. by Craig Topper · 8 years ago
  73. 9157aac [IRCE] Remove folding of two range checks into RANGE_CHECK_BOTH by Max Kazantsev · 8 years ago
  74. 6b6cd3c AMDGPU: Replace list of SMEM buffer opcodes by Matt Arsenault · 8 years ago
  75. 5c9a14c AMDGPU: Fix breaking SMEM clauses by Matt Arsenault · 8 years ago
  76. 0ff70a6 [llvm-profdata] Fix a dangling reference to an error string by Vedant Kumar · 8 years ago
  77. 3d7c6e8 [GISel]: DCE copy instructions during legalization by Aditya Nandakumar · 8 years ago
  78. 16968b0 [SelectionDAG] Consolidate (t|T)ransferDbgValues methods, NFC (reapply) by Vedant Kumar · 8 years ago
  79. c6fc8e2 [asan] Test ASan instrumentation for shadow scale value of 5 by Walter Lee · 8 years ago
  80. e3a9b4c Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  81. e847ec4 Don't #include MemoryBuffer.h from Host.h. by Zachary Turner · 8 years ago
  82. 42c46c1 [PredicateInfo] Add comment about why we require stable sort by Mandeep Singh Grang · 8 years ago
  83. 56520dc Re-revert "Refactor debuginfo-tests" by Zachary Turner · 8 years ago
  84. 6d3e69e Current implementation of Value::replaceUsesExceptBlockAddr() uses UseList by Dmitry Mikulin · 8 years ago
  85. 8fafa16 [ARM] 't' asm constraint should accept i32 by Yi Kong · 8 years ago
  86. a1c92d3 [X86] Add DAG combine to remove sext i32->i64 from gather/scatter instructions. by Craig Topper · 8 years ago
  87. 1cbd893 [X86] Add gather test with index sign extended from i8 type. by Craig Topper · 8 years ago
  88. c27c549 [X86] Don't remove sign extend of gather/scatter indices during SelectionDAGBuilder. by Craig Topper · 8 years ago
  89. 6e1e5aa [Support] Support NetBSD PaX MPROTECT in sys::Memory. by Lang Hames · 8 years ago
  90. a98c2a2 Attempt to fix inscrutible build break... by David Blaikie · 8 years ago
  91. 5020f65 Fix some undefined beahvior in FileMapping. by Zachary Turner · 8 years ago
  92. 7e7cdf4 llvm-readobj/ARMEHABIPrinter.h: Make this a real/modular header by David Blaikie · 8 years ago
  93. b96a87a Convert the last use of sys::fs::createUniqueFile in bugpoint. by Rafael Espindola · 8 years ago
  94. c138228 Convert another use of createUniqueFile to TempFile::create. by Rafael Espindola · 8 years ago
  95. 681627d [CMake][runtimes] Use cmake_parse_arguments in runtimes functions by Petr Hosek · 8 years ago
  96. 1789750 Revert "[SelectionDAG] Consolidate (t|T)ransferDbgValues methods, NFC." by Vedant Kumar · 8 years ago
  97. 4f90f01 [RISCV] Fix 64-bit data layout mismatch between backend and target description by Mandeep Singh Grang · 8 years ago
  98. 8d6daad [X86] Pre-truncate gather/scatter indices that have element sizes larger than 64-bits before Legalize. by Craig Topper · 8 years ago
  99. 03cf2dd [X86] DAGCombinerInfo is in TargetLowering not X86TargetLowering. by Craig Topper · 8 years ago
  100. 2b5bbc19 [DAGCombiner] Use cast instead of an unchecked dyn_cast. by Craig Topper · 8 years ago