1. a6e64b3 [X86][SSE] Add support for target shuffle combining to INSERTPS by Simon Pilgrim · 9 years ago
  2. 74da774 [X86][SSE] Use scaleShuffleMask helper. NFCI. by Simon Pilgrim · 9 years ago
  3. 5058883 [X86][SSE] Regenerate vector shift tests by Simon Pilgrim · 9 years ago
  4. 01d1f77 [COFF, Dwarf] Don't emit DW_AT_location for dllimported entities by David Majnemer · 9 years ago
  5. 9dd11bf [SLSR] Fix crash on handling 128-bit integers. by Jingyue Wu · 9 years ago
  6. ed029b0 fix documentation comments; NFC by Sanjay Patel · 9 years ago
  7. 99de733 [lanai] Treat .t as optional in assembly parser for RR operands and add predicate operand to ShiftRR by Jacques Pienaar · 9 years ago
  8. 8711de2 AMDGPU: Move R600 only pieces into R600 classes by Matt Arsenault · 9 years ago
  9. 762cdd4 Revert "AMDGPU: Remove unused control flow intrinsic" by Matt Arsenault · 9 years ago
  10. a894cad [ArgPromote] Use function_ref and for-range loops. by Benjamin Kramer · 9 years ago
  11. 86a94a3 AMDGPU: Merge / reorganize tests by Matt Arsenault · 9 years ago
  12. b3013ff AMDGPU: Simplify tests with per function subtargets by Matt Arsenault · 9 years ago
  13. ba3380e AMDGPU: Prune AMDGPUAsmParser in libdeps. by NAKAMURA Takumi · 9 years ago
  14. 9ddc329 AMDGPU: Fix fdiv lowering when f32 denormals supported by Matt Arsenault · 9 years ago
  15. 629ff79 [X86] Remove sse41 extract intrinsics. They are not used by clang and are not implemented by the x86 backend. by Craig Topper · 9 years ago
  16. fd05163 [X86] Remove and autoupgrade 512-bit non-temporal store intrinsics. by Craig Topper · 9 years ago
  17. c3bccfa [LoopSimplify] Remove a comment which is unlikely to age well. by Davide Italiano · 9 years ago
  18. 0dd611b [PM] Port CrossDSOCFI to the new pass manager. by Davide Italiano · 9 years ago
  19. d0506b5 [CFLAA] Make a constant variable `const`. NFC. by George Burgess IV · 9 years ago
  20. eb2d425 [PM] Fix a think-o. mv {Scalar,Vectorize}/SLPVectorize.h by Sean Silva · 9 years ago
  21. fff81b2 [PM] Port LoopSimplify to the new pass manager. by Davide Italiano · 9 years ago
  22. 654ec29 [CFLAA] Move the graph builder out from CFLSteens. NFC. by George Burgess IV · 9 years ago
  23. d0ae989 [CFLAA] Simplify CFLGraphBuilder. NFC. by George Burgess IV · 9 years ago
  24. c7bb08f LivePhysRegs: addLiveOuts() can skip addPristines() in ret block by Matthias Braun · 9 years ago
  25. c395502 AMDGPU: Improve offset folding for register indexing by Matt Arsenault · 9 years ago
  26. cb5d6ec AMDGPU: Simplify isSchedulingBoundary by Matt Arsenault · 9 years ago
  27. 79519fe VirtRegMap: Replace some identity copies with KILL instructions. by Matthias Braun · 9 years ago
  28. 93ad397 AsmPrinter: Fix emitKill() not flush()ing a raw_string_ostream by Matthias Braun · 9 years ago
  29. eba0dbb Added REQUIRES to TestingGuide documentation by Piotr Padlewski · 9 years ago
  30. 8969dd9 Add 'thinlto_src_module' md with asserts or -enable-import-metadata by Piotr Padlewski · 9 years ago
  31. a745089 Revert "Add 'thinlto_src_module' md with asserts or -enable-import-metadata" by Piotr Padlewski · 9 years ago
  32. a9730bc [lanai] Update test to use peephole-opt and not peephole-opts by Jacques Pienaar · 9 years ago
  33. add1bef Revert "InstCombine rule to fold truncs whose value is available" by Anna Thomas · 9 years ago
  34. ccc4444 Lanai: Avoid implicit iterator conversions, NFC by Duncan P. N. Exon Smith · 9 years ago
  35. 230dab1 [MC, COFF] Permit a variable to be redefined by David Majnemer · 9 years ago
  36. 82974e1 [TTI] Expose TTI::getGEPCost and use it in SLSR and NaryReassociate. by Jingyue Wu · 9 years ago
  37. 5e2ec03 AMDGPU: Remove unused control flow intrinsic by Matt Arsenault · 9 years ago
  38. d20cb43 Add 'thinlto_src_module' md with asserts or -enable-import-metadata by Piotr Padlewski · 9 years ago
  39. db12f54 Reapply r274829 with fix for FP vectors by Matt Arsenault · 9 years ago
  40. 532fc83 [BFI] Minor cleanup. NFC by Adam Nemet · 9 years ago
  41. a898ac8 [LAA] Port test to the new PM by Adam Nemet · 9 years ago
  42. fd5a3b4 [PM] name the new PM LAA class LoopAccessAnalysis (LAA) /NFC by Xinliang David Li · 9 years ago
  43. 3f1460a MSP430: Avoid implicit iterator conversions, NFC by Duncan P. N. Exon Smith · 9 years ago
  44. adab4dd [InstCombine] don't form select from bitcasted logic ops if bitcasts have >1 use by Sanjay Patel · 9 years ago
  45. 0795ebd NVPTX: Avoid implicit iterator conversions, NFC by Duncan P. N. Exon Smith · 9 years ago
  46. d1e9f00 add another multi-use test for logic->select transform by Sanjay Patel · 9 years ago
  47. 4eae278 Allow dead insts to be kept in DeadRemat only when they are rematerializable. by Wei Mi · 9 years ago
  48. e042fe5 Rename LoopAccessAnalysis to LoopAccessLegacyAnalysis /NFC by Xinliang David Li · 9 years ago
  49. b6e263b [InstCombine] don't form select from logic ops if it's unlikely that we'll eliminate any ops by Sanjay Patel · 9 years ago
  50. d1c620b adjust test so it won't completely optimize away by Sanjay Patel · 9 years ago
  51. 662b8f1 AArch64: Avoid implicit iterator conversions, NFC by Duncan P. N. Exon Smith · 9 years ago
  52. d225a0f add tests for multi-use folding to select by Sanjay Patel · 9 years ago
  53. 76a0e1d Remove duplicate inclusion /NFC by Xinliang David Li · 9 years ago
  54. c347f0a ARM: Remove implicit iterator conversions, NFC by Duncan P. N. Exon Smith · 9 years ago
  55. 5604263 TableGen: Update style in CodeGenIntrinsics. NFC by Justin Bogner · 9 years ago
  56. 432e623 Remove inline hints computation from SampleProfile.cpp by Dehao Chen · 9 years ago
  57. b2e9a53 Revert r274829, it caused PR28472. by Nico Weber · 9 years ago
  58. d0a0cfa [X86] Regenerated bitreverse tests to demonstrate what is going on. by Simon Pilgrim · 9 years ago
  59. b7b00a8 [X86] Added bitreverse tests for non-legal types by Simon Pilgrim · 9 years ago
  60. 35be20e Sparc: Avoid implicit iterator conversions, NFC by Duncan P. N. Exon Smith · 9 years ago
  61. a3dcb9e WebAssembly: Avoid implicit iterator conversions, NFC by Duncan P. N. Exon Smith · 9 years ago
  62. 5de74a6 AsmPrinter: Avoid implicit iterator conversions in DbgValueHistoryCalculator, NFC by Duncan P. N. Exon Smith · 9 years ago
  63. 0a70e9a [CrossDSOCFI] Change the pass so that it doesn't require doInitialization() by Davide Italiano · 9 years ago
  64. bc06f80 [X86][AVX2] Add support for target shuffle combining to VPERMPD/VPERMQ by Simon Pilgrim · 9 years ago
  65. 86a3f78 SelectionDAG: Avoid implicit iterator conversions in SelectionDAGBuilder, NFC by Duncan P. N. Exon Smith · 9 years ago
  66. 83b2ab7 AMDGPU: Remove implicit iterator conversions, NFC by Duncan P. N. Exon Smith · 9 years ago
  67. a5b3bc1 [SCCP] Fold constants as we build them whne visiting cast instructions. by Davide Italiano · 9 years ago
  68. 9ea0ae7 SelectionDAG: Avoid implicit iterator conversions in SelectionDAGISel, NFC by Duncan P. N. Exon Smith · 9 years ago
  69. a60f808 SelectionDAG: Avoid implicit iterator conversions in ScheduleDAGSDNodes, NFC by Duncan P. N. Exon Smith · 9 years ago
  70. f360e3f AMDGPU: Make infinite loop clear, NFC by Duncan P. N. Exon Smith · 9 years ago
  71. cc2c87f SelectionDAG: Avoid implicit iterator conversions in FastISel, NFC by Duncan P. N. Exon Smith · 9 years ago
  72. 04671b9 Target: Avoid getFirstTerminator() => pointer, NFC by Duncan P. N. Exon Smith · 9 years ago
  73. ccb7a2f CodeGen: Avoid iterator conversions in TwoAddressInstructionPass, NFC by Duncan P. N. Exon Smith · 9 years ago
  74. fccaf97 CodeGen: Use MachineInstr& in StackSlotColoring, NFC by Duncan P. N. Exon Smith · 9 years ago
  75. 48900df [InstCombine] check for one-use before turning simple logic op into a select by Sanjay Patel · 9 years ago
  76. 6973077 IR: Set a TargetPrefix for nvvm intrinsics by Justin Bogner · 9 years ago
  77. 5475a5b [SLPVectorizer][X86] Added fma vectorization tests by Simon Pilgrim · 9 years ago
  78. c3d3821 CodeGen: Use MachineInstr& in RegisterScavenging, NFC by Duncan P. N. Exon Smith · 9 years ago
  79. 4465b12 add test to show multi-use output by Sanjay Patel · 9 years ago
  80. 161b6ac AMDGPU: Minor adjustment to r274817 by Matt Arsenault · 9 years ago
  81. 4b4ad23 [X86][AVX] Added combine test that should simplify to insertps by Simon Pilgrim · 9 years ago
  82. 0be32ac [InstCombine] allow or(sext(A), B) --> A ? -1 : B transform for vectors by Sanjay Patel · 9 years ago
  83. ed35fda Try to fix compilation error in DebugInfoPDBTests. by Zachary Turner · 9 years ago
  84. ec4eff9 [SystemZ] Add support for the .word directive. by Zhan Jun Liau · 9 years ago
  85. fbfe050 [DSE] Minor refactor based on D21007. NFC. by Chad Rosier · 9 years ago
  86. 66a4c6a add vector tests to show missing transform by Sanjay Patel · 9 years ago
  87. 700f702 [CodeGen, TargetPassConfig] Remove a race from createRegAllocPass by David Majnemer · 9 years ago
  88. a3314a5 PeepholeOptimizer: Make pass name match DEBUG_TYPE by Matt Arsenault · 9 years ago
  89. cfac770 [SystemZ] Add support for missing instructions by Zhan Jun Liau · 9 years ago
  90. e2a3d08 minimize tests by Sanjay Patel · 9 years ago
  91. b3f12d9 Move setName after accessing Name by Eric Liu · 9 years ago
  92. f760df8 Make a std::string copy of StringRef Name so that it remains valid when the original Name is overridden. by Eric Liu · 9 years ago
  93. 08f72ed regenerate checks by Sanjay Patel · 9 years ago
  94. 715f7dd [Sparc] Leon errata fix passes. by Chris Dewhurst · 9 years ago
  95. d83fc58 Do not expand SDIV when compiling for minimum code size by Sjoerd Meijer · 9 years ago
  96. ed84189 InstCombine rule to fold truncs whose value is available by Anna Thomas · 9 years ago
  97. 10c8524 [AMDGPU] fix ds_swizzle_b32 opcode for VI (bz 28371) by Valery Pykhtin · 9 years ago
  98. 2349423 Addressing post-commit comments regarding not expanding UDIV; by Sjoerd Meijer · 9 years ago
  99. 3696ecc [X86][SSE] Improve constant folding tests for CVTSD/CVTSS/CVTTSD/CVTTSS by Simon Pilgrim · 9 years ago
  100. c1abfa1 Code size optimisation: don't expand a div to a mul and and a shift sequence. by Sjoerd Meijer · 9 years ago