1. aa868d8 [X86][X86FixupLEA] Rename processInstructionForSLM to processInstructionForSlowLEA (NFCI) by Simon Pilgrim · 7 years ago
  2. 1485367 [InstSimplify] fold icmp based on range of abs/nabs (2nd try) by Sanjay Patel · 7 years ago
  3. 258eac5 [InstSimplify] add tests for icmp fold bug (PR39510); NFC by Sanjay Patel · 7 years ago
  4. f097f64 [mips][micromips] Fix JmpLink to TargetExternalSymbol by Aleksandar Beserminji · 7 years ago
  5. 5c891e3 [ADT] Clean up SparseBitVector copying and make it moveable by Benjamin Kramer · 7 years ago
  6. 4234638 [AArch64] Add support for ARMv8.4 in Saphira. by Chad Rosier · 7 years ago
  7. 04cce6e [X86][SSE] Move 2-input limit up from getFauxShuffleMask to resolveTargetShuffleInputs (reapplied) by Simon Pilgrim · 7 years ago
  8. 477ccd4 [NFC] Specialize public API of ICFLoopSafetyInfo for insertions and removals by Max Kazantsev · 7 years ago
  9. eae41c3 [Mips] Conditionally remove successor block by Stefan Maksimovic · 7 years ago
  10. 1edc3c6 [NFC] Reorganize code to prepare it for more transforms by Max Kazantsev · 7 years ago
  11. e46f5df [SystemZ::TTI] Recognize the higher cost of scalar i1 -> fp conversion by Jonas Paulsson · 7 years ago
  12. b7d7362 [SystemZ::TTI] Accurate costs for i1->double vector conversions by Jonas Paulsson · 7 years ago
  13. 2f425e9 [IndVars] Smart hard uses detection by Max Kazantsev · 7 years ago
  14. 27ade8f [SCEV] Avoid redundant computations when doing AddRec merge by Max Kazantsev · 7 years ago
  15. fd25d2b [CodeView] Emit the correct TypeIndex for std::nullptr_t. by Zachary Turner · 7 years ago
  16. fb14999 [PowerPC] Support constraint 'wi' in asm by Li Jia He · 7 years ago
  17. e19f130 X86: Consistently declare pass initializers in X86.h; NFC by Matthias Braun · 7 years ago
  18. 3fe1b12 [XRay] Add CPU ID in Custom Event FDR Records by Dean Michael Berris · 7 years ago
  19. f4bf727 [WebAssembly] Lower vselect by Thomas Lively · 7 years ago
  20. 6700bd3 [WebAssembly] Process p2align operands for SIMD loads and stores by Thomas Lively · 7 years ago
  21. 41079ac [WebAssembly] Handle vector IMPLICIT_DEFs. by Thomas Lively · 7 years ago
  22. d886fa4 [VFS] Add support for "no_push" to VFS recursive iterators. by Jonas Devlieghere · 7 years ago
  23. 585b666 [COFF, ARM64] Implement Intrinsic.sponentry for AArch64 by Mandeep Singh Grang · 7 years ago
  24. 58970cd [IR] Allow increasing the alignment of dso-local globals. by Eli Friedman · 7 years ago
  25. 4cf0e5b [InlineCost] Remove a dead constant; NFC by George Burgess IV · 7 years ago
  26. 844c605 [AArch64] Sort switch cases (NFC) by Evandro Menezes · 7 years ago
  27. c5f8ae0 Revert r345165 "[X86] Bring back the MOV64r0 pseudo instruction" by Craig Topper · 7 years ago
  28. d001dd0 [ARM] Add missing pseudo-instruction for Thumb1 RSBS. by Eli Friedman · 7 years ago
  29. 9268a4a revert rL345717 : [InstSimplify] fold icmp based on range of abs/nabs by Sanjay Patel · 7 years ago
  30. 832efd7 Check shouldReduceLoadWidth from SimplifySetCC by Stanislav Mekhanoshin · 7 years ago
  31. b98edf7 [ValueTracking] add tests for fmin/fmax; NFC by Sanjay Patel · 7 years ago
  32. 29d4d64 [DWARF][NFC] Refactor a function to return Optional<> instead of bool by Wolfgang Pieb · 7 years ago
  33. 6329370 Remove unused internal template parameter. by Richard Smith · 7 years ago
  34. 792c305 [adt] SparseBitVector::test() should be const by Daniel Sanders · 7 years ago
  35. cd627aa [InstCombine] add tests for fmin/fmax pattern matching failure; NFC by Sanjay Patel · 7 years ago
  36. 3000523 [SelectionDAG] Handle constant range [0,1) in lowerRangeToAssertZExt by Scott Linder · 7 years ago
  37. 6bf883d [globalisel] Add comments indicating the operand order by Daniel Sanders · 7 years ago
  38. 3c1f69b [AMDGPU] Remove FeatureVGPRSpilling by Scott Linder · 7 years ago
  39. b52849d [SelectionDAGISel] Suppress a -Wunused-but-set-variable warning in release builds. NFC by Craig Topper · 7 years ago
  40. ed6d50a Fix comment typo. NFCI. by Simon Pilgrim · 7 years ago
  41. 0a69194 [InstCombine] regenerate test checks; NFC by Sanjay Patel · 7 years ago
  42. 94e927c [SelectionDAG] SelectionDAGLegalize::ExpandBITREVERSE - ensure we use ShiftTy by Simon Pilgrim · 7 years ago
  43. 39aa3ef [globalisel][irtranslator] Fix test from r345743 on non-asserts builds. by Daniel Sanders · 7 years ago
  44. da002c7 [InstCombine] add tests for fcmp with -0.0; NFC by Sanjay Patel · 7 years ago
  45. b537837 [InstCombine] Combine nested min/max intrinsics with constants by Volkan Keles · 7 years ago
  46. ec248eb [llvm-mca] Remove the verb 'assemble' from a few options in help. NFC. by Matt Davis · 7 years ago
  47. 8fa1a87 TableGen: Fix ASAN error by Nicolai Haehnle · 7 years ago
  48. 99c3317 [globalisel][irtranslator] Verify that DILocations aren't lost in translation by Daniel Sanders · 7 years ago
  49. 08b668a MachineModuleInfo: Initialize DbgInfoAvailable depending on debug_cus existing by Matthias Braun · 7 years ago
  50. 22968f7 [InstCombine] refactor fabs+fcmp fold; NFC by Sanjay Patel · 7 years ago
  51. aaf702f [Hexagon] Make sure not to use GP-relative addressing with PIC by Krzysztof Parzyszek · 7 years ago
  52. d510dbf [llvm-mca] Remove namespace prefixes made redundant by r345612. NFC by Andrea Di Biagio · 7 years ago
  53. 5406c80 [InstSimplify] fold 'fcmp nnan ult X, 0.0' when X is not negative by Sanjay Patel · 7 years ago
  54. 123a45f [InstCombine] add assertion that InstSimplify has folded a fabs+fcmp; NFC by Sanjay Patel · 7 years ago
  55. 1ef057d [InstSimplify] fold 'fcmp nnan oge X, 0.0' when X is not negative by Sanjay Patel · 7 years ago
  56. 2f9c8a0 [LoopUnroll] allow customization for new-pass-manager version of LoopUnroll by Fedor Sergeev · 7 years ago
  57. ea1119a [InstSimplify] add tests for fcmp and known positive; NFC by Sanjay Patel · 7 years ago
  58. 125c8f9 [DAGCombiner] Fold 0 div/rem X to 0 by David Bolvansky · 7 years ago
  59. 776a459 AMDGPU: Rewrite SILowerI1Copies to always stay on SALU by Nicolai Haehnle · 7 years ago
  60. 91533e9 AMDGPU: Remove PHI loop condition optimization by Nicolai Haehnle · 7 years ago
  61. 893f08b [InstSimplify] fold icmp based on range of abs/nabs by Sanjay Patel · 7 years ago
  62. cf7570b [tblgen][PredicateExpander] Add the ability to describe more complex constraints on instruction operands. by Andrea Di Biagio · 7 years ago
  63. ce08415 [NFC] Add tests for loop-simplifycfg for further development by Max Kazantsev · 7 years ago
  64. c8be3e8 [ADT] Remove illegal comparison of singular iterators from SmallSetTest by Florian Hahn · 7 years ago
  65. 5ab5526 [AMDGPU] support image load/store a16 by Neil Henning · 7 years ago
  66. b1ebaf2 [IndVars] Strengthen restricton in rewriteLoopExitValues by Max Kazantsev · 7 years ago
  67. 06bac6c [LV] Support vectorization of interleave-groups that require an epilog under by Dorit Nuzman · 7 years ago
  68. a3cc6ce [llvm-objdump] Mark syms/t flags as NotHidden. NFC. by Kristina Brooks · 7 years ago
  69. bb1b895 [llvm-objdump] Add --reloc alias for -r (PR39407) by Kristina Brooks · 7 years ago
  70. 761dc54 [MSan] another take at instrumenting inline assembly - now with calls by Alexander Potapenko · 7 years ago
  71. 2c097a4 [ARM64] [Windows] Exception handling support in frame lowering by Sanjin Sijaric · 7 years ago
  72. d75205d [AArch64] Mark condition flags and x16/x17 as clobbered when calling __chkstk by Martin Storsjo · 7 years ago
  73. 6ee0163 [llvm-objdump] support '--syms' as an alias of -t by Kristina Brooks · 7 years ago
  74. d71ec72 [ORC] Fix hex printing of uint64_t values. by Lang Hames · 7 years ago
  75. 4f27756 2nd attempt to fix ambiguities because of ADL by Matthias Braun · 7 years ago
  76. b6dd98b Try to fix ambiguities with C++17 headers in unittest by Matthias Braun · 7 years ago
  77. daecf94 [DWARF] Revert r345546: Refactor range list extraction and dumping by Wolfgang Pieb · 7 years ago
  78. fe0f435 [llvm-objcopy] Delete a redundant override whose base is empty by Fangrui Song · 7 years ago
  79. 0fecaff Use llvm::any_of instead std::any_of. NFC by Fangrui Song · 7 years ago
  80. f087eba Use the container form llvm::sort(C) by Fangrui Song · 7 years ago
  81. 72e5d0d Don't duplicate function/class name at the beginning of the comment. NFC by Fangrui Song · 7 years ago
  82. b3bc958 ADT/STLExtras: Introduce llvm::empty; NFC by Matthias Braun · 7 years ago
  83. 1c6bfcc DWARFVerifier: make the verifier more comprehensive for objects by Saleem Abdulrasool · 7 years ago
  84. 83c015b MachineOperand/MIParser: Do not print debug-use flag, infer it by Matthias Braun · 7 years ago
  85. fbcb9d6 [ARM][NFC] Make tests immune to better div optimizations by David Bolvansky · 7 years ago
  86. b5d6bd0 Revert r345542: AMDGPU: Enable code object v3 by default by Konstantin Zhuravlyov · 7 years ago
  87. 3277e77 [FPEnv] [FPEnv] Add constrained intrinsics for MAXNUM and MINNUM by Cameron McInally · 7 years ago
  88. ef97784 [InstCombine] use 'match' to reduce code; NFC by Sanjay Patel · 7 years ago
  89. 044ef75 [InstCombine] Teach the move free before null test opti how to deal with noop casts by Quentin Colombet · 7 years ago
  90. bf43575 [x86] try to make test immune to better div optimization; NFCI by Sanjay Patel · 7 years ago
  91. 80491cc [COFF, ARM64] Make sure to forward arguments from vararg to musttail vararg by Mandeep Singh Grang · 7 years ago
  92. 94a3208 [x86] try to make test immune to better div optimization; NFCI by Sanjay Patel · 7 years ago
  93. dfdeb96 [x86] try to make test immune to better div optimization; NFCI by Sanjay Patel · 7 years ago
  94. a0a61c4 [ScalarizeMaskedMemIntrin] Limit the scope of some variables that are only used inside loops. by Craig Topper · 7 years ago
  95. e7db9d0 [DAGCombiner] Fix for big endian in ForwardStoreValueToDirectLoad by Bjorn Pettersson · 7 years ago
  96. 76f9294 [AArch64] [Windows] SEH opcodes should be scheduling boundaries. by Eli Friedman · 7 years ago
  97. bbd45bf [AArch64] Create proper memoperand for multi-vector stores by David Greene · 7 years ago
  98. 528c13b [X86] In lowerVectorShuffleAsBroadcast, make peeking through CONCAT_VECTORS work correctly if we already walked through a bitcast that changed the element size. by Craig Topper · 7 years ago
  99. 14842a4 [GCOV] Function counters are wrong when on one line by Calixte Denizet · 7 years ago
  100. b79937c [DAG] Add const variants for BaseIndexOffset functions. by Nirav Dave · 7 years ago