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