1. fbcb9d6 [ARM][NFC] Make tests immune to better div optimizations by David Bolvansky · 7 years ago
  2. b5d6bd0 Revert r345542: AMDGPU: Enable code object v3 by default by Konstantin Zhuravlyov · 7 years ago
  3. 3277e77 [FPEnv] [FPEnv] Add constrained intrinsics for MAXNUM and MINNUM by Cameron McInally · 7 years ago
  4. ef97784 [InstCombine] use 'match' to reduce code; NFC by Sanjay Patel · 7 years ago
  5. 044ef75 [InstCombine] Teach the move free before null test opti how to deal with noop casts by Quentin Colombet · 7 years ago
  6. bf43575 [x86] try to make test immune to better div optimization; NFCI by Sanjay Patel · 7 years ago
  7. 80491cc [COFF, ARM64] Make sure to forward arguments from vararg to musttail vararg by Mandeep Singh Grang · 7 years ago
  8. 94a3208 [x86] try to make test immune to better div optimization; NFCI by Sanjay Patel · 7 years ago
  9. dfdeb96 [x86] try to make test immune to better div optimization; NFCI by Sanjay Patel · 7 years ago
  10. a0a61c4 [ScalarizeMaskedMemIntrin] Limit the scope of some variables that are only used inside loops. by Craig Topper · 7 years ago
  11. e7db9d0 [DAGCombiner] Fix for big endian in ForwardStoreValueToDirectLoad by Bjorn Pettersson · 7 years ago
  12. 76f9294 [AArch64] [Windows] SEH opcodes should be scheduling boundaries. by Eli Friedman · 7 years ago
  13. bbd45bf [AArch64] Create proper memoperand for multi-vector stores by David Greene · 7 years ago
  14. 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
  15. 14842a4 [GCOV] Function counters are wrong when on one line by Calixte Denizet · 7 years ago
  16. b79937c [DAG] Add const variants for BaseIndexOffset functions. by Nirav Dave · 7 years ago
  17. e446f79 Fix printing bug in pdb2yaml. by Zachary Turner · 7 years ago
  18. 92ddcae [DebugInfo] Define base function on DWARFDie reverse iterators by Jonas Devlieghere · 7 years ago
  19. 0a9adfe [SystemZ] Simplify LRV/STRV ISD nodes by Ulrich Weigand · 7 years ago
  20. 38ad550 [TTI] Fix uses of SK_ExtractSubvector shuffle costs (PR39368) by Simon Pilgrim · 7 years ago
  21. cbcde93 [InstCombine] Add preliminary tests for nested min/max combines. NFC by Volkan Keles · 7 years ago
  22. 9abf4ae [InstSimplify] add tests for fcmp folds; NFC by Sanjay Patel · 7 years ago
  23. 0a2198d [llvm-objcopy] Fix --keep-global-symbol/--globalize-symbol for undefined symbols. by Jordan Rupprecht · 7 years ago
  24. 7e79132 [InstCombine] use getFltSemantics() instead of duplicating it; NFC by Sanjay Patel · 7 years ago
  25. 467c307 [llvm-mca] Move namespace mca inside llvm:: by Fangrui Song · 7 years ago
  26. 36d6789 [InstCombine] try to turn shuffle into insertelement by Sanjay Patel · 7 years ago
  27. 78f5683 [SchedModel] Fix for read advance cycles with implicit pseudo operands. by Jonas Paulsson · 7 years ago
  28. ccd4f44 [LoopVectorizer] Fix for cost values of memory accesses. by Jonas Paulsson · 7 years ago
  29. 895148a [DAGCombiner] narrow vector binops when extraction is cheap by Sanjay Patel · 7 years ago
  30. d19bba61 [FIX][AArch64] Add support for UDF instruction by Diogo N. Sampaio · 7 years ago
  31. 237ef87 [SelectionDAG] fix build warning for mismatched signs in compare; NFC by Sanjay Patel · 7 years ago
  32. bb950ae [SystemZ] Improve isFoldableLoad() for Sub, SDiv and UDiv. by Jonas Paulsson · 7 years ago
  33. 0d3744e [X86] Re-enable the machine verifier after fixing more tests by Francis Visoiu Mistrih · 7 years ago
  34. 6165c5d [llc] Error out when -print-machineinstrs is used with an unknown pass by Francis Visoiu Mistrih · 7 years ago
  35. 077c122 [llvm-size] Reject unknown radix values by James Henderson · 7 years ago
  36. 7a9cc35 [FIX][AArch64] Add support for UDF instruction by Diogo N. Sampaio · 7 years ago
  37. 8125e33 [SROA] Use offset sizes from the DataLayout instead of the pointer siezes. by Nicola Zaghen · 7 years ago
  38. ae66d6c [X86][BMI1] X86DAGToDAGISel: select BEXTR from x & (-1 >> (32 - y)) pattern by Roman Lebedev · 7 years ago
  39. f276cd6 [X86] Add extra-uses on the mask of pattern c of extract-{low,}bits.ll tests by Roman Lebedev · 7 years ago
  40. e1ffb34 [AArch64] Add support for UDF instruction by Diogo N. Sampaio · 7 years ago
  41. e55c3ed [SelectionDAG] Add FoldBUILD_VECTOR to simplify new BUILD_VECTOR nodes by Simon Pilgrim · 7 years ago
  42. 8f9fb8b [DAGCombiner] Improve X div/rem Y fold if single bit element type by David Bolvansky · 7 years ago
  43. 52ba37f [LegalizeTypes] Teach PromoteIntRes_BITCAST to better handle a bitcast with vector output type and a vector input type that needs to be widened by Craig Topper · 7 years ago
  44. 4bef8b2 [AArch64] Add test case for D53229. NFC by Craig Topper · 7 years ago
  45. 141f443 [X86] Cleanup the code in LowerFABSorFNEG and LowerFCOPYSIGN a little. NFC by Craig Topper · 7 years ago
  46. 1de3cb1 [X86] Stop changing f128 fand/for/fxor to v2i64. by Craig Topper · 7 years ago
  47. 3031f21 AMDGPU: Remove custom BUILD_VECTOR combine by Matt Arsenault · 7 years ago
  48. 4ae1eac AMDGPU: Use scavengeRegisterBackwards by Matt Arsenault · 7 years ago
  49. 3311128 Remove dead declaration by Matt Arsenault · 7 years ago
  50. 03eb1d6 Fix typos in comment by Matt Arsenault · 7 years ago
  51. 54d12f3 Pass TRI to printReg by Matt Arsenault · 7 years ago
  52. ea8bef6 Remove unneeded friend declarations that clang-cl warns on by Reid Kleckner · 7 years ago
  53. 6be73e7 [AliasSetTracker] Cleanup addPointer interface. [NFCI] by Alina Sbirlea · 7 years ago
  54. 3efd3a7 [DWARF][NFC] Refactor range list extraction and dumping by Wolfgang Pieb · 7 years ago
  55. 245f8d7 [llvm-objcopy] Move elf-specific code into subfolder by Alexander Shaposhnikov · 7 years ago
  56. 0763384 Add parens to fix incorrect assert check. by Erich Keane · 7 years ago
  57. 93ce40b AMDGPU: Enable code object v3 by default by Konstantin Zhuravlyov · 7 years ago
  58. d06dc58 [InstSimplify] add tests for abs/nabs+icmp folding; NFC by Sanjay Patel · 7 years ago
  59. fb954c0 [LoopUnroll] NFC. Factor out runtime-loop.ll common test behavior. by Fedor Sergeev · 7 years ago
  60. 53e05d3 [MachineOutliner] Inherit target features from parent function by Jessica Paquette · 7 years ago
  61. 8f7dc5c Relax fast register allocator related test cases; NFC by Matthias Braun · 7 years ago
  62. fe506c9 [X86] Set isMachineVerifierClean() back to false (PR27481) by Simon Pilgrim · 7 years ago
  63. c65373c [HotColdSplitting] Allow outlining single-block cold regions by Vedant Kumar · 7 years ago
  64. 7b852b7 [WebAssembly] Lower away condition truncations for scalar selects by Thomas Lively · 7 years ago
  65. 125dd26 [X86][SSE] getFauxShuffleMask - Fix shuffle mask adjustment for multiple inserted subvectors by Simon Pilgrim · 7 years ago
  66. 69e1e93 [X86] Add AES to KNL CPUs to match clang. by Craig Topper · 7 years ago
  67. 06c7d86 [AMDGPU] Fixed return value causing warning and regression by Stanislav Mekhanoshin · 7 years ago
  68. e681709 [AArch64] Rename FP16FML instruction format (NFC) by Bryan Chan · 7 years ago
  69. 2aa6088 [AMDGPU] Match v_swap_b32 by Stanislav Mekhanoshin · 7 years ago
  70. fef0a76 [X86] Enable the MachineVerifier by default by Francis Visoiu Mistrih · 7 years ago
  71. 5aeb36f [Intrinsic] Signed and Unsigned Saturation Subtraction Intirnsics by Leonard Chan · 7 years ago
  72. e773210 [AArch64] Return address signing B key support by Luke Cheeseman · 7 years ago
  73. ef885d5 [LLVM-C] Add Builder Bindings to Common Memory Intrinsics by Robert Widmann · 7 years ago
  74. 6b80004 [git/svn] Ignore Visual Studio's CMakeSettings.json. by Michael Kruse · 7 years ago
  75. d32696a [llvm-objdump] Don't crash when using `-a` on non-archives by James Henderson · 7 years ago
  76. 578a996 [X86] Remove outdated test by Francis Visoiu Mistrih · 7 years ago
  77. ee5a514 [llvm-mca] Lower to mca::Instructon before the pipeline is run. by Andrea Di Biagio · 7 years ago
  78. 11ead03 [llvm-mca][UpdateTestChecks] Don't try to align blocks that have already been subject to alignment in update_mca_test_checks.py by Greg Bedwell · 7 years ago
  79. 198a3ab [llvm-objdump] Add '--full-contents' as alias for '-s' by James Henderson · 7 years ago
  80. 3bb7e29 [ARM][NFC] Fix test inlineasm-X-allocation.ll by Sjoerd Meijer · 7 years ago
  81. f3ae95d [X86] Force floating point values in constant pool decoding to print in scientific notation so they can't be confused with integers. by Craig Topper · 7 years ago
  82. 020d709 [X86] Recognize constant splats in LowerFCOPYSIGN. by Craig Topper · 7 years ago
  83. 7577443 [X86] Add test case to show failure to handle splat vectors in the constant check in LowerFCOPYSIGN. by Craig Topper · 7 years ago
  84. a8288db Revert "Revert "DebugInfo: reduce DIE range verification on object files"" by Saleem Abdulrasool · 7 years ago
  85. 5984510 [SelectionDAG] Fix bad indentation. NFC by Craig Topper · 7 years ago
  86. 218c641 [llvm-exegesis] Fix SNB counter definition and handling. by Clement Courbet · 7 years ago
  87. 1798150 [TargetLowering] Move i64/vXi64 to f32/vXf32 UINT_TO_FP handling to TargetLowering::expandUINT_TO_FP. by Simon Pilgrim · 7 years ago
  88. b757770 [X86][NFC] sse42-schedule.ll: disable XOP for BdVer2 tests by Roman Lebedev · 7 years ago
  89. 459b074 [X86][NFC] sse41-schedule.ll: disable XOP for BdVer2 tests by Roman Lebedev · 7 years ago
  90. 340f56a [X86][NFC] sse2-schedule.ll: disable XOP for BdVer2 tests by Roman Lebedev · 7 years ago
  91. 5c0be92 [VectorLegalizer] Enable TargetLowering::expandFP_TO_UINT support. by Simon Pilgrim · 7 years ago
  92. 346342d [DAGCombiner] Better constant vector support for FCOPYSIGN. by Craig Topper · 7 years ago
  93. 03f7634 [X86] Add test cases showing missed opportunities for optimizing vector fcopysign when the RHS is a splat constant. by Craig Topper · 7 years ago
  94. ff6f0b2 [utils] collect_and_build_with_pgo.py: revert part already fixed in rL345461 by Fangrui Song · 7 years ago
  95. 98cb136 [utils] Fix _run_benchmark in collect_and_build_with_pgo.py by Fangrui Song · 7 years ago
  96. a8bdd2f Revert r344172: [LV] Add a new reduction pattern match by Renato Golin · 7 years ago
  97. 3a8afbd AMD BdVer2 (Piledriver) Initial Scheduler model by Roman Lebedev · 7 years ago
  98. 69daf48 [NFC][X86] Baseline tests for AMD BdVer2 (Piledriver) Scheduler model by Roman Lebedev · 7 years ago
  99. 97adbba [utils] Run tests in the proper directory. by George Burgess IV · 7 years ago
  100. 549f667 [X86][SSE] LowerVSELECT - pull out repeated getOperand(). NFCI. by Simon Pilgrim · 7 years ago