1. 6e9e89f [DemandedBits][BDCE] Support vectors of integers by Nikita Popov · 7 years ago
  2. 8b59b28 [BDCE] Add tests for BDCE applied to vector instructions; NFC by Nikita Popov · 7 years ago
  3. d43800d [DAGCombiner] more clean up in hoistLogicOpWithSameOpcodeHands(); NFC by Sanjay Patel · 7 years ago
  4. 5023b82 Run `git ls-files '*.gn' '*.gni' | xargs -n 1 gn format`. by Nico Weber · 7 years ago
  5. 5d33d9d [gn build] merge r348505. by Nico Weber · 7 years ago
  6. 391f8bd [X86] Directly create ADC/SBB nodes instead of using ADD/SUB with (and SETCC_CARRY, 1) by Craig Topper · 7 years ago
  7. 6ef3ba7 [DAGCombiner] don't group bswap with casts in logic hoisting fold by Sanjay Patel · 7 years ago
  8. f108b6c [x86] add test for vector bitwise-logic-of-bswaps; NFC by Sanjay Patel · 7 years ago
  9. b00f43f [DAGCombiner] reduce indent; NFC by Sanjay Patel · 7 years ago
  10. 5e3f62b [DagCombiner][X86] Simplify a ConcatVectors of a scalar_to_vector with undef. by Andrea Di Biagio · 7 years ago
  11. 32ffba1 [DAGCombiner] don't hoist logic op if operands have other uses, part 2 by Sanjay Patel · 7 years ago
  12. fbbe7bd Fix Wdocumentation warning. NFCI. by Simon Pilgrim · 7 years ago
  13. e1657fa [PowerPC] add tests for hoisting bitwise logic; NFC by Sanjay Patel · 7 years ago
  14. 0888d7b Reapply "Adapt gcov to changes in CFE." by Adrian Prantl · 7 years ago
  15. cacd572 [AArch64] Fix Exynos predicate by Evandro Menezes · 7 years ago
  16. 17c6c15 [DAGCombiner] don't hoist logic op if operands have other uses by Sanjay Patel · 7 years ago
  17. ec41162 [x86] add test for hoistLogicOpWithSameOpcodeHands with extra uses; NFC by Sanjay Patel · 7 years ago
  18. a6cf7e3 [PDB] Move some code around. NFC. by Zachary Turner · 7 years ago
  19. dfe9c7d [gn build] Process .def.in files in llvm/Config and add lib/Target/BUILD.gn by Nico Weber · 7 years ago
  20. 19016da [DAGCombiner] refactor function that hoists bitwise logic; NFCI by Sanjay Patel · 7 years ago
  21. 32cfa0e Support skewed stream arrays. by Zachary Turner · 7 years ago
  22. f8d18b8 [X86] Refactored IsSplatVector to use switch. NFCI. by Simon Pilgrim · 7 years ago
  23. f37825c [DEBUGINFO, NVPTX] Disable emission of ',debug' option if only debug directives are allowed. by Alexey Bataev · 7 years ago
  24. a9702ef [GVN] Don't perform scalar PRE on GEPs by Alexandros Lamprineas · 7 years ago
  25. 12ed311 [DEBUGINFO, NVPTX]Emit last debugging directives. by Alexey Bataev · 7 years ago
  26. 42f44e6 DAGCombiner::visitINSERT_VECTOR_ELT - pull out repeated VT.getVectorNumElements(). NFCI. by Simon Pilgrim · 7 years ago
  27. a2cb36c [NFC][AArch64] Split out backend features by Diogo N. Sampaio · 7 years ago
  28. 8c303c3 [ARM][NFC] Adding another test for armcgp by Sam Parker · 7 years ago
  29. fd7ff8f AMDGPU: Generate VALU ThreeOp Integer instructions by Nicolai Haehnle · 7 years ago
  30. 92a20fa [AMDGPU] Partial revert of rL348371: Turn on the DPP combiner by default by Valery Pykhtin · 7 years ago
  31. 7852f77 Fix -Wcovered-switch-default warning. NFCI. by Simon Pilgrim · 7 years ago
  32. d42bdb7 Revert "[LoopSimplifyCFG] Delete dead in-loop blocks" by Ilya Biryukov · 7 years ago
  33. bb3c659 Test commit: Removed trailing space in .txt file. by Markus Lavin · 7 years ago
  34. 2036102 [ARM][NFC] Added extra arm-cgp test by Sam Parker · 7 years ago
  35. 4b5bc47 [X86][NFC] Convert memcpy/memset tests to update_llc_test_checks. by Clement Courbet · 7 years ago
  36. b228e2c [ARM GlobalISel] Nothing is legal for Thumb by Diana Picus · 7 years ago
  37. 2a3b6f9 [X86][NFC] Add more tests for memset. by Clement Courbet · 7 years ago
  38. 61f571a [llvm-dwarfdump] - Simplify the test case. by George Rimar · 7 years ago
  39. 261e911 [InstCombine] foldICmpWithLowBitMaskedVal(): don't miscompile -1 vector elts by Roman Lebedev · 7 years ago
  40. 689b721 [NFC][InstCombine] Add more miscompile tests for foldICmpWithLowBitMaskedVal() by Roman Lebedev · 7 years ago
  41. 21526df [X86] Remove some leftover code for handling an i1 setcc type. NFC by Craig Topper · 7 years ago
  42. feb7e4f [LoopSimplifyCFG] Delete dead in-loop blocks by Max Kazantsev · 7 years ago
  43. 053b865 InstCombine: Add some missing tests for scalarization by Matt Arsenault · 7 years ago
  44. beec7d49 [llvm-objcopy] Change --only-keep to --only-section by Jake Ehrlich · 7 years ago
  45. 2941d47 AArch64: Fix invalid CCMP emission by Matthias Braun · 7 years ago
  46. 1849855 Add objc.* ARC intrinsics and codegen them to their runtime methods. by Pete Cooper · 7 years ago
  47. 7331098 [MachineOutliner][NFC] Move yet another std::vector out of a loop by Jessica Paquette · 7 years ago
  48. 17892fe [MachineOutliner][NFC] Move std::vector out of loop by Jessica Paquette · 7 years ago
  49. 3c93875 [MachineOutliner][NFC] Remove IntegerInstructionMap from InstructionMapper by Jessica Paquette · 7 years ago
  50. 922f82f [GlobalISel] Introduce G_BUILD_VECTOR, G_BUILD_VECTOR_TRUNC and G_CONCAT_VECTOR opcodes. by Amara Emerson · 7 years ago
  51. 3b07352 [MachineOutliner][NFC] Remove buildCandidateList and replace with findCandidates by Jessica Paquette · 7 years ago
  52. 8bd5d3d [MachineOutliner][NFC] Candidates don't need to be shared_ptrs anymore by Jessica Paquette · 7 years ago
  53. ad6bed6 Revert r347934 "[SCEV] Guard movement of insertion point for loop-invariants" by David L. Jones · 7 years ago
  54. c264b47 [WebAssembly] Change event section code to 13 by Heejin Ahn · 7 years ago
  55. 7c48342 [InstCombine] remove dead code from visitExtractElement by Sanjay Patel · 7 years ago
  56. 096ae71 [MachineOutliner][NFC] Remove CandidateList, since it's now unused. by Jessica Paquette · 7 years ago
  57. 510a345 Fix buildbot capture warning by Jessica Paquette · 7 years ago
  58. d5178b0 [MachineOutliner][NFC] Simplify and unify pruning/outlining logic by Jessica Paquette · 7 years ago
  59. 810c63b [InstCombine] reduce duplication in visitExtractElementInst; NFC by Sanjay Patel · 7 years ago
  60. 5aafb60 [InstCombine] add/move tests for extractelement; NFC by Sanjay Patel · 7 years ago
  61. 08bc3d8 ThinLTO: Do not import debug info for imported global constants by David Blaikie · 7 years ago
  62. a5d8d4c [MachineOutliner] Outline functions by order of benefit by Jessica Paquette · 7 years ago
  63. 83757df [Hexagon] Add intrinsics for Hexagon V66 by Krzysztof Parzyszek · 7 years ago
  64. 017a641 [Hexagon] Add instruction definitions for Hexagon V66 by Krzysztof Parzyszek · 7 years ago
  65. 2ea1ed5 [Hexagon] Foundation of support for Hexagon V66 by Krzysztof Parzyszek · 7 years ago
  66. a47a91a [GISel]: Provide standard interface to observe changes in GISel passes by Aditya Nandakumar · 7 years ago
  67. e1363b4 [CodeExtractor] Do not marked outlined calls which may resume EH as noreturn by Vedant Kumar · 7 years ago
  68. c8e84f9 [X86][SSE] Fix a copy+paste typo that was folding the sext/zext of partial vectors by Simon Pilgrim · 7 years ago
  69. 6da5474 [AArch64] Reword description of feature (NFC) by Evandro Menezes · 7 years ago
  70. 9815171 [llvm-mca] Simplify test (NFC) by Evandro Menezes · 7 years ago
  71. 7f1c3d3 [llvm-mca] Sort test run lines (NFC) by Evandro Menezes · 7 years ago
  72. 96d084f [MachineOutliner][NFC] Use getOccurrenceCount() in getNotOutlinedCost() by Jessica Paquette · 7 years ago
  73. b70f93c [MachineOutliner][NFC] Make getters in MachineOutliner.h const by Jessica Paquette · 7 years ago
  74. f18b476 [MachineOutliner][NFC] Don't create outlined sequence from integer mapping by Jessica Paquette · 7 years ago
  75. 0fca1c8 [gold-plugin] allow function/data sections to be toggleable by Nick Desaulniers · 7 years ago
  76. 818b1d7 AMDGPU: Fix using old address spaces in some tests by Matt Arsenault · 7 years ago
  77. c642a82 [DAGCombiner] don't try to extract a fraction of a vector binop and crash (PR39893) by Sanjay Patel · 7 years ago
  78. 007924c Allow norecurse attribute on functions that have debug infos. by Christian Bruel · 7 years ago
  79. a26e880 [X86] Add test case to show missed opportunity to combine a concat_vector into a scalar_to_vector. NFC by Andrea Di Biagio · 7 years ago
  80. 5e78401 Revert "[IR] Add NODISCARD to attribute functions" by Brian Gesiak · 7 years ago
  81. d6d25e5 [SLH] Fix a nasty bug in SLH. by Chandler Carruth · 7 years ago
  82. 2f95ca4 [SLH] Regenerate tests with --no_x86_scrub_rip to restore the higher by Chandler Carruth · 7 years ago
  83. 3ab2632 [IR] Add NODISCARD to attribute functions by Brian Gesiak · 7 years ago
  84. 62a4268 [AMDGPU]: Turn on the DPP combiner by default by Valery Pykhtin · 7 years ago
  85. d222be1 [InstCombine] simplify icmps with same operands based on dominating cmp by Sanjay Patel · 7 years ago
  86. efa8437 [X86][SSE] Begun adding modulo rotate support to LowerRotate by Simon Pilgrim · 7 years ago
  87. e96cf5f [llvm-rc] Support not expressions. by Martin Storsjo · 7 years ago
  88. b2a7ed6 [TargetLowering] Remove ISD::ANY_EXTEND/ANY_EXTEND_VECTOR_INREG opcodes from SimplifyDemandedVectorElts by Simon Pilgrim · 7 years ago
  89. cf7a3f6 [DAG] Add fshl/fshr tblgen opcodes by Simon Pilgrim · 7 years ago
  90. 52f31f6 [test] Skip ThinLTO cache tests requiring atime setting on NetBSD by Michal Gorny · 7 years ago
  91. 8dc1a1a [test] Split strip-preserve-time.test, and skip atime test on NetBSD by Michal Gorny · 7 years ago
  92. 67f4757 [SelectionDAG] Initial support for FSHL/FSHR funnel shift opcodes (PR39467) by Simon Pilgrim · 7 years ago
  93. b3f633f [MC] - Fix build bot. by George Rimar · 7 years ago
  94. c683b71 Remove superfluous comments. NFCI. by Simon Pilgrim · 7 years ago
  95. d437f3c Recommit r348243 - "[llvm-mc] - Do not crash when referencing undefined debug sections." by George Rimar · 7 years ago
  96. cf6cfbd [TargetLowering] SimplifyDemandedVectorElts - don't alter DemandedElts mask by Simon Pilgrim · 7 years ago
  97. 1dd5a04 [ARM GlobalISel] Implement call lowering for Thumb2 by Diana Picus · 7 years ago
  98. a26d00a [LICM] *Actually* disable ControlFlowHoisting. by Alina Sbirlea · 7 years ago
  99. cafffd2 HowToBuildWithPGO.rst: Fix a few details in the manual steps by Hans Wennborg · 7 years ago
  100. bd3579d [X86] Remove -costmodel-reduxcost=true from the experimental vector reduction intrinsic tests as it appears to be unnecessary. NFC by Craig Topper · 7 years ago