1. d381818 [ConstantFolding] Properly support constant folding of vector powi intrinsic. The second argument is not a vector so needs special treatment. by Craig Topper · 8 years ago
  2. e869716 [InstSimplify] Add test case demonstrating that we fail to constant fold vector llvm.powi intrinsics due to the second argument not being a vector. by Craig Topper · 8 years ago
  3. 4572d38 Fixed warning: must specify at least one argument for '...' parameter. by Galina Kistanova · 8 years ago
  4. 34d05a5 Fixed warning: must specify at least one argument for '...' parameter. by Galina Kistanova · 8 years ago
  5. 8c1cc23 Make the Twine pretty-printer work with GDB 7.11 by David Blaikie · 8 years ago
  6. 653044e [PM] Add GVNSink to the pipeline. by Davide Italiano · 8 years ago
  7. 61a5551 ADT: handle special case of ARM environment for SUSE by Saleem Abdulrasool · 8 years ago
  8. 2a4cf84 [InstCombine] Add support for simplifying ctlz/cttz intrinsics based on known bits. by Craig Topper · 8 years ago
  9. 02c1af0 [ConstantFolding] Fix constant folding for vector cttz and ctlz intrinsics to understand that the second argument is still a scalar. by Craig Topper · 8 years ago
  10. a95cc20 [InstCombine][InstSimplify] Add various tests for ctlz/cttz with vectors, some showing missed optimizations. NFC by Craig Topper · 8 years ago
  11. fb1f3c0 [InstCombine] Use cttz instead of ctlz in the cttz_cmp_vec test case. Looks like a copy paste mistake. by Craig Topper · 8 years ago
  12. 110a2bc [AMDGPU] Untangle SDWA pass from SIShrinkInstructions by Stanislav Mekhanoshin · 8 years ago
  13. ec19378 Regenerate expectations for trunc-to-bool.ll . NFC by Amaury Sechet · 8 years ago
  14. 9c32ef6 [X86][SSE] Add SCALAR_TO_VECTOR(PEXTRW/PEXTRB) support to faux shuffle combining by Simon Pilgrim · 8 years ago
  15. 079f840 [LazyValueInfo] Use Type::getIntegerBitWidth instead of casting to IntegerType to call getBitWidth. NFC by Craig Topper · 8 years ago
  16. 09226ec [LazyValueInfo] Make solveBlockValueCast take a CastInst* instead of Instruction*. Makes getOpcode return the appropriate enum without a cast. NFC by Craig Topper · 8 years ago
  17. 539f901 Initialized BackedgeTakenInfo.MaxOrZero. by Galina Kistanova · 8 years ago
  18. cd680a1 Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
  19. 7273b29 Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
  20. 143302b Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
  21. 4c20f52 Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
  22. 4efa61f [WebAssembly] Refactor WasmObjectWriter::writeObject by Sam Clegg · 8 years ago
  23. 111f62d [sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-8bit-counters. Experimental so far, not documenting yet. by Kostya Serebryany · 8 years ago
  24. c9a1489 AMDGPU/GlobalISel: Mark 1-bit integer constants as legal by Tom Stellard · 8 years ago
  25. b1bd480 [CodeGen] Fix Windows builds which treat warnings as errors, broken in r304621. by Eugene Zelenko · 8 years ago
  26. 0b656a1 Revert "[CFI] Remove LinkerSubsectionsViaSymbols." by Evgeniy Stepanov · 8 years ago
  27. ced381c [AMDGPU] Preserve operand order in SIFoldOperands by Stanislav Mekhanoshin · 8 years ago
  28. 239d957 [CodeGen] Fix Windows builds broken in r304621. by Eugene Zelenko · 8 years ago
  29. a5be24d [PDB] Fix use after free. by Zachary Turner · 8 years ago
  30. 70862df LiveRegUnits: Port recent LivePhysRegs bugfixes by Matthias Braun · 8 years ago
  31. 5067e6a [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  32. 9a4d5c4 [AMDGPU] V_DIV_FIXUP_F16 is not a commutable operation by Stanislav Mekhanoshin · 8 years ago
  33. c20deb6 [SLP] Improve comments and naming of functions/variables/members, NFC. by Alexey Bataev · 8 years ago
  34. 41c139a [SystemZ] Simplify test case. NFC by Quentin Colombet · 8 years ago
  35. d3d2aec [x86] fix over-specific triple; NFC by Sanjay Patel · 8 years ago
  36. 190b004 Canonicalize a test via utils/update_test_checks.py by Philip Reames · 8 years ago
  37. b2d54d6 [x86] add tests for unsigned vector compares with known signbits; NFC (PR33276) by Sanjay Patel · 8 years ago
  38. 6a66c94 [x86] simplify code for vector icmp pred transforms; NFCI by Sanjay Patel · 8 years ago
  39. fef6c49 [sanitizer-coverage] refactor the code to make it easier to add more sections in future. NFC by Kostya Serebryany · 8 years ago
  40. cb453a0 Revert "[SLP] Improve comments and naming of functions/variables/members, NFC." by Alexey Bataev · 8 years ago
  41. f6a51e4 Change code formatting to look like the surrounding code by Quentin Colombet · 8 years ago
  42. b72c011 [Statepoint] Be consistent about using deopt naming [NFCI] by Philip Reames · 8 years ago
  43. 3310b59 RegisterScavenging: Add ScavengerTest pass by Matthias Braun · 8 years ago
  44. 95f9057 InitializePasses: Sort initializer list (by ASCII) by Matthias Braun · 8 years ago
  45. 1067c96 [RABasic] Properly update the LiveRegMatrix when LR splitting occur by Quentin Colombet · 8 years ago
  46. 9f43f26 [RABasic] Properly initialize the pass by Quentin Colombet · 8 years ago
  47. 13596b2 Fix debug build test failure by Xinliang David Li · 8 years ago
  48. 118cef0 [PartialInlining] Minor cost anaysis tuning by Xinliang David Li · 8 years ago
  49. ffc893d FunctionAttrs: Skip it if the effective SCC (ignoring optnone functions) is empty by David Blaikie · 8 years ago
  50. 465de97 RegisterScavenging: Move scavenging logic from PEI to RegisterScavenging; NFC by Matthias Braun · 8 years ago
  51. efbf6a8 Fix build error on gcc. by Zachary Turner · 8 years ago
  52. 2961ee3 [InlineCost] Enable the new switch cost heuristic by Jun Bum Lim · 8 years ago
  53. 37aaa82 [SLP] Improve comments and naming of functions/variables/members, NFC. by Alexey Bataev · 8 years ago
  54. 3f86a85 [X86] Correctly broadcast NaN-like integers as float on AVX. by Ahmed Bougacha · 8 years ago
  55. c0160aa Fix build error with clang and gcc. by Zachary Turner · 8 years ago
  56. 42d60ef [CodeView] Support CodeView subsections in any order. by Zachary Turner · 8 years ago
  57. e84c1d8 [CMake][runtimes] Add install target for runtimes builtins by Petr Hosek · 8 years ago
  58. 43a958c Regenerate expectation for wide-fma-contraction.ll . NFC by Amaury Sechet · 8 years ago
  59. a1a3435 [SROA] Fix crash due to bad bitcast by Keno Fischer · 8 years ago
  60. 03ceeb1 [CFI] Remove LinkerSubsectionsViaSymbols. by Evgeniy Stepanov · 8 years ago
  61. 6cc5d91 BitcodeWriter: Removing unnecessary std::function in favor of template by David Blaikie · 8 years ago
  62. 93d430c Skip CFI for dead functions. by Evgeniy Stepanov · 8 years ago
  63. a667b70 Move summary dead stripping before regular LTO. by Evgeniy Stepanov · 8 years ago
  64. f1a1cf1 [x86] fix formatting; NFCI by Sanjay Patel · 8 years ago
  65. 7796b91 AMDGPU: Register AMDGPUAlwaysInline by Matt Arsenault · 8 years ago
  66. 8147ef1 Re-land "COFF: migrate def parser from LLD to LLVM" by Reid Kleckner · 8 years ago
  67. e0fcf72 AMDGPU: Make auto waitcnt before barrier a feature by Konstantin Zhuravlyov · 8 years ago
  68. d496b07 [TargetLowering] fix formatting; NFC by Sanjay Patel · 8 years ago
  69. 23873bb [LazyValueInfo] Fix formatting NFC. by Craig Topper · 8 years ago
  70. 29e59c3 Tidy up a bit of r304516, use SmallVector::assign rather than for loop by David Blaikie · 8 years ago
  71. 4b07d03 Verify a couple more fields in STATEPOINT instructions by Philip Reames · 8 years ago
  72. bfffaf7 Add placeholder for more extensive verification of psuedo ops by Philip Reames · 8 years ago
  73. fd6a4a5 [LazyValueInfo] Make solveBlockValueBinaryOp take a BinaryOperator* instead of Instruction*. This removes a cast of getOpcode to BinaryOps. by Craig Topper · 8 years ago
  74. 448aa4e [InstCombine] fix icmp with not op and constant to work with splat vector constant by Sanjay Patel · 8 years ago
  75. afe7c5a Revert "COFF: migrate def parser from LLD to LLVM" by Reid Kleckner · 8 years ago
  76. 1c790ae [LazyValueInfo] Fix typo in comment. NFC by Craig Topper · 8 years ago
  77. cbb8bc9 [InstSimplify][ConstantFolding] Teach constant folding how to handle icmp null, (inttoptr x) as well as it handles icmp (inttoptr x), null by Craig Topper · 8 years ago
  78. 17c16d5 [InstCombine] improve perf by not creating a known non-canonical instruction by Sanjay Patel · 8 years ago
  79. ec35ada Update select.ll expected results. NFC by Amaury Sechet · 8 years ago
  80. eece7bc [InstCombine] fix/add tests for icmp with not ops; NFC by Sanjay Patel · 8 years ago
  81. dfdb788 AMDGPUAnnotateUniformValue should always treat volatile loads as divergent by Alexander Timofeev · 8 years ago
  82. 7df090c [AArch64][Falkor] Model immediate forwarding. by Geoff Berry · 8 years ago
  83. 48e0515 [AMDGPU] Turn on the new waitcnt insertion pass. Adjust tests. by Mark Searles · 8 years ago
  84. 9c2941a [mips][microMIPS] Extending size reduction pass with LBU16, LHU16, SB16 and SH16 by Zoran Jovanovic · 8 years ago
  85. c4071bc [Hexagon] Return 0 from getDotNewPredOp when .new opcode does not exist by Krzysztof Parzyszek · 8 years ago
  86. f4b4c00 Regenerate sse3.ll test results. NFC by Amaury Sechet · 8 years ago
  87. 38e075d Regenerate and-sink.ll test results. NFC by Amaury Sechet · 8 years ago
  88. 397f7b2 Regenerate shrink-compare.ll test results. NFC by Amaury Sechet · 8 years ago
  89. 2118193 [OrderedBasicBlock] Return false for comesBefore(A, A) by Benjamin Kramer · 8 years ago
  90. c9c72aa [lit][macOS] Add a utility function to find the platform SDK version on macOS by Alex Lorenz · 8 years ago
  91. f4cc800 [X86] Don't fold into memory operands into insertps in the generated folding tables. by Benjamin Kramer · 8 years ago
  92. 0f1cadd [GlobalMerge] Don't merge globals that may be preempted by John Brawn · 8 years ago
  93. 899f9e9 [ARM] GlobalISel: Support struct params/returns by Diana Picus · 8 years ago
  94. 4253871 nits in TargetLowering.cpp . NFC by Amaury Sechet · 8 years ago
  95. 8f528aa [ARM] Cortex-A57 scheduling model for ARM backend (AArch32) by Javed Absar · 8 years ago
  96. e1e1269 Specify triple for xor-icmp.ll . by Amaury Sechet · 8 years ago
  97. 53e648c Regenerate expectations for xor-icmp.ll . NFC by Amaury Sechet · 8 years ago
  98. 2797af3 [SelectionDAG] Get rid of recursion in findNonImmUse by Max Kazantsev · 8 years ago
  99. d8a59f8 [TableGen] Remove a couple unused methods from Record that take a StringRef argument. NFC by Craig Topper · 8 years ago
  100. 1b0c4ab [coroutines] PR33271: Remove stray coro.save intrinsics during CoroSplit by Gor Nishanov · 8 years ago