1. 55d021c Swift Calling Convetion: add support for AArch64. by Manman Ren · 9 years ago
  2. 2fd36a5 AArch64: avoid assertion on illegal types in performFDivCombine. by Tim Northover · 9 years ago
  3. d96bcc0 [InstCombine] add helper function for icmp (and (sh X, Y), C2), C1 ; NFC by Sanjay Patel · 9 years ago
  4. 519119c [AArch64] Avoid materializing constant values when generating csel instructions. by Chad Rosier · 9 years ago
  5. fb0de92 [AsmParser] Placate a -Wmisleading-indentantion warning (GCC7). by Davide Italiano · 9 years ago
  6. def731a [MC] Move .cv_loc management logic out of MCContext by Reid Kleckner · 9 years ago
  7. ce55c03 GlobalISel: mark G_FPEXT legal from float to double. by Tim Northover · 9 years ago
  8. 9e4ec13 GlobalISel: mark G_FCMP legal on float & double. by Tim Northover · 9 years ago
  9. 75d2e48 GlobalISel: simplify G_ICMP legalization regime. by Tim Northover · 9 years ago
  10. b04cf87 GlobalISel: legalize sdiv and srem operations. by Tim Northover · 9 years ago
  11. e7265c7 GlobalISel: legalize under-width divisions. by Tim Northover · 9 years ago
  12. 3c47a67 GlobalISel: mark selects legal by Tim Northover · 9 years ago
  13. f1f64be GlobalISel: mark float/int conversions legal by Tim Northover · 9 years ago
  14. c3dc8a9 [InstCombine] clean up foldICmpAndConstConst(); NFC by Sanjay Patel · 9 years ago
  15. db0c5ed Missed a semicolon in r279835 by Krzysztof Parzyszek · 9 years ago
  16. 85b37dc Add some more detailed debugging information in RegisterCoalescer by Krzysztof Parzyszek · 9 years ago
  17. a14798a [InstCombine] add helper function for folding of icmp (and X, C2), C; NFC by Sanjay Patel · 9 years ago
  18. 6deac82 limit the number of instructions per block examined by dead store elimination by Bob Haarman · 9 years ago
  19. 4403f2c FileCheck: Minor cleanup of the class Pattern by Saleem Abdulrasool · 9 years ago
  20. f222adf [InstCombine] rename variables in foldICmpAndConstant(); NFC by Sanjay Patel · 9 years ago
  21. 2adbfa1 test commit by Bob Haarman · 9 years ago
  22. d138c45 [LoopUnroll] Use OptimizationRemarkEmitter directly not via the analysis pass by Adam Nemet · 9 years ago
  23. dada7d4 [InstCombine] rename variables in foldICmpDivConstant(); NFC by Sanjay Patel · 9 years ago
  24. 84b3a5e [lib/LTO] Add an assertion to catch invalid opt levels. by Davide Italiano · 9 years ago
  25. 57accc8 [AArch64] Avoid materializing constant 1 by using csinc, rather than csel. by Chad Rosier · 9 years ago
  26. db520df Handle empty functions with debug info in load/store opt pass by Pablo Barrio · 9 years ago
  27. 65eaa0f [X86][SSE4A] The EXTRQ/INSERTQ bit extraction/insertion ops should be in the integer domain by Simon Pilgrim · 9 years ago
  28. e21267a Implement getRandomBytes() function by Eugene Leviant · 9 years ago
  29. f184175 [X86][SSE] Add CMPSS/CMPSD intrinsic scalar load folding support. by Craig Topper · 9 years ago
  30. f9a7ed7 Replace subregister uses when processing tied operands by Matt Arsenault · 9 years ago
  31. 7092439 Fix singlton -> singleton typo. by Eric Christopher · 9 years ago
  32. 734891c Fix the static_assert added in r279536. by Akira Hatanaka · 9 years ago
  33. be74ea2 [libFuzzer] simplify a test to make it pass on the bot by Kostya Serebryany · 9 years ago
  34. cf34910 [libFuzzer] make sure we have symbols on fuzzer tests by Kostya Serebryany · 9 years ago
  35. 5858ccd Revert r274613 because it breaks the test suite with AVX512 by Michael Kuperstein · 9 years ago
  36. 7750b38 [libFizzer] rename -print_new_cov_pcs=1 into -print_pcs=1 and make it more useful: print PCs only after the initial corpus has been read and symbolize them by Kostya Serebryany · 9 years ago
  37. efd12f4 Revert r279782 due to debug buildbot breakage. by Michael Kuperstein · 9 years ago
  38. dffc922 Fix ArrayRef initializer_list Ctor Test by David Blaikie · 9 years ago
  39. 0eddaa0 Revert r274613 because it breaks the test suite with AVX512 by Michael Kuperstein · 9 years ago
  40. 943f7f4 [MemCpy] Add comments for r279769 by Tim Shen · 9 years ago
  41. fdda55b cmake: Install CheckAtomic.cmake (needed by lldb) by Chris Bieneman · 9 years ago
  42. 3e8e88e [CMake] Add support for exposing runtime targets by Chris Bieneman · 9 years ago
  43. 6361cd1 ARM: by default don't set the Thumb bit on MachO relocated values. by Tim Northover · 9 years ago
  44. c76060f llvm-objdump: ELF: Handle code and data mix in all scenarios by Hemant Kulkarni · 9 years ago
  45. f65deb8 [MemCpy] Check for alias in performMemCpyToMemSetOptzn, instead of the identity of two operands by Tim Shen · 9 years ago
  46. 543a8c1 Reuse an SDLoc throughout a function. NFC. by Michael Kuperstein · 9 years ago
  47. ecd159c GlobalISel: add missing type to G_UADDE instructions by Tim Northover · 9 years ago
  48. a9111c1 GlobalISel: mark overflow bit of overflow ops legal. by Tim Northover · 9 years ago
  49. 1b03791 GlobalISel: mark simple ops legal even on types < 32-bit. by Tim Northover · 9 years ago
  50. faab2fb GlobalISel: mark pointer constants as legal on AArch64. by Tim Northover · 9 years ago
  51. 042ca5a GlobalISel: perform multi-step legalization by Tim Northover · 9 years ago
  52. bbdb9c7 GlobalISel: mark small extends as legal on AArch64 by Tim Northover · 9 years ago
  53. 774da37 Hooking up a check-all target for the runtimes projects by Chris Bieneman · 9 years ago
  54. 59f7ccf [X86] 512-bit VPAVG requires AVX512BW by Michael Kuperstein · 9 years ago
  55. 0913709 [X86][SSE] INSERTPS is only combined on v4f32 types. NFCI. by Simon Pilgrim · 9 years ago
  56. 79a4f4e [Hexagon] Remove extraneous debug output from HexagonCopyToCombine.cpp BB# ... by Ron Lieberman · 9 years ago
  57. 8ce317b [UNROLL] Postpone ScalarEvolution::forgetLoop after TripCountSC is expanded by Wei Mi · 9 years ago
  58. 5c843d7 Fix line endings by Simon Pilgrim · 9 years ago
  59. 142e714 [Hexagon] vector store print tracing. by Ron Lieberman · 9 years ago
  60. 271996d [X86][AVX] Improved AVX512F/AVX512VL SubVectorBroadcast tests by Simon Pilgrim · 9 years ago
  61. 8102979 [X86][AVX] Provide SubVectorBroadcast fallback if load fold fails (PR29133) by Simon Pilgrim · 9 years ago
  62. 21af1c9 GVN-hoist: fix hoistingFromAllPaths for loops (PR29034) by Sebastian Pop · 9 years ago
  63. 6031ab5 [X86] Simplify getOperandBias as a bit. NFC by Craig Topper · 9 years ago
  64. b5afdad [X86] Fix indentation per coding standards. NFC by Craig Topper · 9 years ago
  65. 744b8ba Fixed comment by Vitaly Buka · 9 years ago
  66. 264e763 [asan] Disable CreateSigAltStack from Unix/Signals.inc for asan builds by Vitaly Buka · 9 years ago
  67. 29b947d Make buildbots happy. by George Burgess IV · 9 years ago
  68. 06d37a2 TailDuplication: Don't pass MMI separately from MF. NFC by Kyle Butt · 9 years ago
  69. 227103b TailDuplication: Save MF and reduce number of parameters. NFC by Kyle Butt · 9 years ago
  70. 816e968 Update a comment. by George Burgess IV · 9 years ago
  71. 690a3cb MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compute it by Matthias Braun · 9 years ago
  72. cf1269a [libFuzzer] simplify the code, NFC by Kostya Serebryany · 9 years ago
  73. 3772549 Make some LLVM_CONSTEXPR variables const. NFC. by George Burgess IV · 9 years ago
  74. 3d7ca1c Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes. by Eugene Zelenko · 9 years ago
  75. 1a1f08d [Profile] Propagate branch metadata properly in instcombine by Xinliang David Li · 9 years ago
  76. 7a5b51d Test: Add REQUIRES: asserts to test that now requires stats. by Kyle Butt · 9 years ago
  77. 4d000ed [libFuzzer] make a test more deterministic by Kostya Serebryany · 9 years ago
  78. 1b1bb95 [InstCombine] move foldICmpDivConstConst() contents to foldICmpDivConstant(); NFCI by Sanjay Patel · 9 years ago
  79. 2af8582 The patch improves ValueTracking on left shift with nsw flag. by Evgeny Stupachenko · 9 years ago
  80. a7bda2e [WebAssembly] Change a comment line by Heejin Ahn · 9 years ago
  81. e3beeb7 MIRYamlMapping cleanup by Matthias Braun · 9 years ago
  82. d720b00 [Hexagon] Check for block end when skipping debug instructions by Krzysztof Parzyszek · 9 years ago
  83. 249a315 MIRParser/MIRPrinter: Compute HasInlineAsm instead of printing/parsing it by Matthias Braun · 9 years ago
  84. 6928bc9 Missed a test in my last commit by Matthias Braun · 9 years ago
  85. 9d1674f [Hexagon] Change insertion of expand-condsets pass to avoid memory leaks by Krzysztof Parzyszek · 9 years ago
  86. 66b84cc [InstCombine] use m_APInt to allow icmp eq/ne (shr X, C2), C folds for splat constant vectors by Sanjay Patel · 9 years ago
  87. da04ce1 MachineRegisterInfo/MIR: Initialize tracksSubRegLiveness early, do not print/parser it by Matthias Braun · 9 years ago
  88. 24ff83f CodeGen: If Convert blocks that would form a diamond when tail-merged. by Kyle Butt · 9 years ago
  89. b711924 IfConversion: Rescan diamonds. by Kyle Butt · 9 years ago
  90. b55d189 ARM: don't diagnose cbz/cbnz to Thumb functions. by Tim Northover · 9 years ago
  91. fb717b4 AMDGCN/SI: Implement readlane/readfirstlane intrinsics by Changpeng Fang · 9 years ago
  92. bde752e Use isTargetMachO instead of isTargetDarwin. by Rafael Espindola · 9 years ago
  93. 7432a84 [X86][SSE] Add MINSD/MAXSD/MINSS/MAXSS intrinsic scalar load folding support by Simon Pilgrim · 9 years ago
  94. bf471b7 DebugInfo: Add flag to CU to disable emission of inline debug info into the skeleton CU by David Blaikie · 9 years ago
  95. 428e79c [LV] Unify vector and scalar maps by Matthew Simpson · 9 years ago
  96. 5b97970 [AArch64] Adjust the feature set for Exynos M1. by Evandro Menezes · 9 years ago
  97. 09f0b3c [SCCP] Don't delete side-effecting instructions by Sanjoy Das · 9 years ago
  98. aa06e49 [X86][SSE] Add support for combining VZEXT_MOVL target shuffles by Simon Pilgrim · 9 years ago
  99. 8f3d1c87 [Hexagon] Enable subregister liveness tracking by Krzysztof Parzyszek · 9 years ago
  100. dff4c00 [Hexagon] Remove the utilization of IMPLICIT_DEFs from expand-condsets by Krzysztof Parzyszek · 9 years ago