1. 6cc0fcd [SystemZ] Increase the amount of inlining. by Jonas Paulsson · 7 years ago
  2. a73fb6d [X86] Add tests showing missing div/rem 0, X -> 0 combines by Simon Pilgrim · 7 years ago
  3. 47b52ac [DAGCombiner] simplifyDivRem - add comment describing divide by undef/zero combine. NFC. by Simon Pilgrim · 7 years ago
  4. 4177d36 [CGP] Fix GEP issue with out of range APInt constant values not fitting in int64_t by Simon Pilgrim · 7 years ago
  5. 61e1c20 [Tablegen][SubtargetEmitter] Improve expansion of predicates of a variant scheduling class. by Andrea Di Biagio · 7 years ago
  6. ef546c9 [Sparc] Add support for the cycle counter available in GR740 by Daniel Cederman · 7 years ago
  7. 5da7a1c Remove extra semicolon (fixes -Wpedantic warning). NFCI. by Simon Pilgrim · 7 years ago
  8. 4514ca2 [ARM] Added FP16 VREV Vector Instrinsic CodeGen support by Luke Geeson · 7 years ago
  9. ffc8c53 [GuardWidening] Widen very likely non-taken br instructions by Max Kazantsev · 7 years ago
  10. 3638207 [SelectionDAG] In PromoteFloatOp_BITCAST, insert a bitcast after the fp_to_fp16 in case the result type isn't a scalar integer. by Craig Topper · 7 years ago
  11. 36c5984 [SelectionDAG] In PromoteIntRes_BITCAST, when the input is TypePromoteFloat, make sure the output type is scalar. For vectors, use a store and load of temporary. by Craig Topper · 7 years ago
  12. fa3003a Restore correct x86_64 EH encodings in kernel code model by Lei Liu · 7 years ago
  13. 7bbb4c9 [SelectionDAG] In PromoteFloatRes_BITCAST, insert a bitcast before the fp16_to_fp in case the input type isn't an i16. by Craig Topper · 7 years ago
  14. 6145f7d [InstCombine] Fix typo in comment. NFC by Craig Topper · 7 years ago
  15. 069f0c3 [InstCombine] Replace call to haveNoCommonBitsSet in visitXor with just the special case that doesn't use computeKnownBits. by Craig Topper · 7 years ago
  16. 3bc1352 [X86] Add constant folding for AVX512 versions of scalar floating point to integer conversion intrinsics. by Craig Topper · 7 years ago
  17. d0ee5d2 [globalisel] Remove dead code from GlobalISelEmitter by Daniel Sanders · 7 years ago
  18. 1f25a88 AMDGPU: Cleanup min/max legacy tests by Matt Arsenault · 7 years ago
  19. f0912ab DAG: Check no-signed-zeros instead of unsafe-fp-math by Matt Arsenault · 7 years ago
  20. bae42d6 [NFC] Fixed build, updated tests by David Bolvansky · 7 years ago
  21. 3d3659c [NFC] Renamed test file by David Bolvansky · 7 years ago
  22. cac6dd8 [Support][JSON][NFC] Silence GCC warning about broken strict aliasing rules by David Bolvansky · 7 years ago
  23. 9ff5ab2 [InstCombine] Fold Select with binary op - non-commutative opcodes by David Bolvansky · 7 years ago
  24. fa0e915 [InstCombine] fix/enhance fadd/fsub factorization by Sanjay Patel · 7 years ago
  25. 09ceeb3 [InstCombine] move/add tests for fadd/fsub factorization; NFC by Sanjay Patel · 7 years ago
  26. ac6c5d8 [InstSimplify] Guard against large shift amounts. by Benjamin Kramer · 7 years ago
  27. 1039832 AMDGPU: Check NSZ MI flag when folding omod by Matt Arsenault · 7 years ago
  28. 3b2fa4e AMDGPU: Use splat vectors for undefs when folding canonicalize by Matt Arsenault · 7 years ago
  29. 8750be5 AMDGPU: Fix packing undef parts of build_vector by Matt Arsenault · 7 years ago
  30. a19815f [TargetLowering] Simplify one of the special cases in SimplifyDemandedBits for XOR. NFCI by Craig Topper · 7 years ago
  31. 80ad764 [TargetLowering] Use APInt::isSubsetOf to simplify some code. NFC by Craig Topper · 7 years ago
  32. 4751420 [X86] Remove unnecessary AddedComplexity line. NFC by Craig Topper · 7 years ago
  33. bfd4fdf [Dominators] Remove the DeferredDominance class by Chijun Sima · 7 years ago
  34. 6fb93f3 [UnJ] Improve explicit loop count checks by David Green · 7 years ago
  35. d2a6b59 [UnJ] Create a hasInvariantIterationCount function. NFC by David Green · 7 years ago
  36. df14c7f [X86] Remove the AL/AX/EAX/RAX short immediate forms from the macro fusion shouldScheduleAdjacent. NFC by Craig Topper · 7 years ago
  37. 85b7871 [X86] Add the mem-reg form of CMP to the macro fusion shouldScheduleAdjacent. by Craig Topper · 7 years ago
  38. 91ac2ac [X86] Remove ADD8mi and ADDmr from the macro fusion shouldScheduleAdjacent. by Craig Topper · 7 years ago
  39. 6534d10 [X86] Change the MOV32ri64 pseudo instruction to def a GR64 directly instead of wrapping it in a SUBREG_TO_REG. by Craig Topper · 7 years ago
  40. 5b2a776 Fix WebAssembly instruction printer after r339474 by Richard Trieu · 7 years ago
  41. 1c0dd31 [gold] Fix Tests cases on i686 by Tom Stellard · 7 years ago
  42. 202efa7 AMDGPU/GlobalISel: Define instruction mapping for G_INSERT by Tom Stellard · 7 years ago
  43. 018235a Re-commit "[NFC] More ConstantMerge refactoring" by JF Bastien · 7 years ago
  44. c072330 [LICM] Hoist assumes out of loops by Philip Reames · 7 years ago
  45. a825143 Revert "[NFC] More ConstantMerge refactoring" by JF Bastien · 7 years ago
  46. 033cdec Fix unused lambda capture warning from r339472. by Eli Friedman · 7 years ago
  47. df25b5d [NFC] More ConstantMerge refactoring by JF Bastien · 7 years ago
  48. eb8079e [WebAssembly] Added default stack-only instruction mode for MC. by Wouter van Oortmerssen · 7 years ago
  49. 0365cb9 [ARM] Adjust AND immediates to make them cheaper to select. by Eli Friedman · 7 years ago
  50. cffbbb1 [MS Demangler] Support extern "C" functions. by Zachary Turner · 7 years ago
  51. 65ef1d0 [InstCombine] add tests for fsub factorization; NFC by Sanjay Patel · 7 years ago
  52. c5553c4 [InstCombine] rearrange code for foldSelectBinOpIdentity; NFCI by Sanjay Patel · 7 years ago
  53. 2427dc2 [llvm-mca] Make InstrBuilder::getOrCreateInstrDesc private. NFC. by Matt Davis · 7 years ago
  54. 55b4407 [InstCombine] add tests to show disabling of libcall/intrinsic shrinking; NFC by Sanjay Patel · 7 years ago
  55. bdbdf52 Resubmit r339450 - [MS Demangler] Add conversion operator tests by Zachary Turner · 7 years ago
  56. f819cf9 [MS Demangler] Demangle cv qualifiers on template args. by Zachary Turner · 7 years ago
  57. 7f32e5e AMDGPU: More canonicalized operations by Matt Arsenault · 7 years ago
  58. 3119fcc revert r339450 - [MS Demangler] Add conversion operator tests by Sanjay Patel · 7 years ago
  59. a13d395 AMDGPU: Combine and of seto/setuo and fp_class by Matt Arsenault · 7 years ago
  60. 203b8a7 AMDGPU: Turn class x, p_zero|n_zero into fcmp oeq x, 0 by Matt Arsenault · 7 years ago
  61. 4d8cda8 AMDGPU: Match isfinite pattern to class instructions by Matt Arsenault · 7 years ago
  62. 2388a7d AMDGPU: Add LLVM_FALLTHROUGH by Matt Arsenault · 7 years ago
  63. 5aaa820 Update the coding standards and developer policy documentation surrounding whitespace. by Aaron Ballman · 7 years ago
  64. b5eef71 [InstCombine] add/update tests for selectBinOpIdentity; NFC by Sanjay Patel · 7 years ago
  65. 8da2e11 [MS Demangler] Add conversion operator tests. by Zachary Turner · 7 years ago
  66. 807955f [llvm-objcopy] NFC: consistently use typename ELFT::<X> definitions in headers by Jordan Rupprecht · 7 years ago
  67. 9f42ecf [hwasan] Add -hwasan-with-ifunc flag. by Evgeniy Stepanov · 7 years ago
  68. 395e45d [InstCombine] revert r339439 - rearrange code for foldSelectBinOpIdentity by Sanjay Patel · 7 years ago
  69. 78f83ec [InstCombine][NFC] Added tests for select with binop fold by David Bolvansky · 7 years ago
  70. abd8586 [InstCombine] rearrange code for foldSelectBinOpIdentity; NFCI by Sanjay Patel · 7 years ago
  71. 10ff79d [MS Demangler] Properly demangle conversion operators. by Zachary Turner · 7 years ago
  72. 2255d8e [MS Demangler] Disable a couple of tests. by Zachary Turner · 7 years ago
  73. f034be4 [MS Demangler] Fix several issues related to templates. by Zachary Turner · 7 years ago
  74. c709c56 [ARM] Disallow zexts in ARMCodeGenPrepare by Sam Parker · 7 years ago
  75. a59f7f0 [X86][SSE] Pull out repeated shift getOpcode() calls. NFCI. by Simon Pilgrim · 7 years ago
  76. be12728 Fix -Wimplicit-fallthrough warning introduced in rL339397. by Simon Pilgrim · 7 years ago
  77. 6ec2af8 [Tablegen][SubtargetEmitter] refactor method `emitSchedModelHelpersImpl()`. NFCI by Andrea Di Biagio · 7 years ago
  78. 201534e Rename the cfguard module flag to cfguardtable by Hans Wennborg · 7 years ago
  79. 224f18f [NFC] Add tests that demonstrate that MustExecute is fundamentally broken by Max Kazantsev · 7 years ago
  80. 252445e [MSan] Shrink the register save area for non-SSE builds by Alexander Potapenko · 7 years ago
  81. 3e5777f [MemorySSA] "Fix" lifetime intrinsic handling by George Burgess IV · 7 years ago
  82. af0751b [InstCombine] Transform str(n)cmp to memcmp by David Bolvansky · 7 years ago
  83. 36f5400 [WebAssembly] Gate i64x2 and f64x2 on -wasm-enable-unimplemented by Heejin Ahn · 7 years ago
  84. e598b5c [X86] Qualify one of the heuristics in combineMul to only apply to positive multiply amounts. by Craig Topper · 7 years ago
  85. 024925d [llvm-objcopy] NFC: Add some color to error() by Jordan Rupprecht · 7 years ago
  86. 0904319 ValueTracking: Start enhancing isKnownNeverNaN by Matt Arsenault · 7 years ago
  87. 2c938a6 [WebAssembly] Fix wasm backend compilation on gcc 5.4: variable name cannot match class by Heejin Ahn · 7 years ago
  88. 3b9733f [MC] Move EH DWARF encodings from MC to CodeGen, NFC by Reid Kleckner · 7 years ago
  89. 54b0959 [InstSimplify] move minnum/maxnum with Inf folds from instcombine by Sanjay Patel · 7 years ago
  90. 43efefa Add owner for llvm-objcopy by Jake Ehrlich · 7 years ago
  91. 01d33f7 [NFC] ConstantMerge: factor out some functions by JF Bastien · 7 years ago
  92. 9d9ecd4 ConstantMerge: update MadeChange when change is made by JF Bastien · 7 years ago
  93. 3173bbd [LICM] Suppress a compiler warning noticed by one of the bots by Philip Reames · 7 years ago
  94. f88a641 [RISC-V] Fixed alias for addi x2, x2, 0 by Ana Pazos · 7 years ago
  95. fbcccaf [LICM] hoist fences out of loops w/o memory operations by Philip Reames · 7 years ago
  96. 33f1bc4 Fix typo by Stephen Kelly · 7 years ago
  97. 677e12b Remove obsolete policy settings by Stephen Kelly · 7 years ago
  98. ccbe637 [InstCombine] allow fsub+fmul FMF folds for vectors by Sanjay Patel · 7 years ago
  99. 425788d Fix few g++ 8 warning with non obvious copy object operations by David Carlier · 7 years ago
  100. 4afd04a [NFC] Remove magic bool param in RAUW by JF Bastien · 7 years ago