OSDN Git Service

android-x86/external-llvm.git
2016-07-08 Piotr PadlewskiAdd 'thinlto_src_module' md with asserts or -enable...
2016-07-08 Piotr PadlewskiRevert "Add 'thinlto_src_module' md with asserts or...
2016-07-08 Jacques Pienaar[lanai] Update test to use peephole-opt and not peephol...
2016-07-08 Anna ThomasRevert "InstCombine rule to fold truncs whose value...
2016-07-08 Duncan P. N... Lanai: Avoid implicit iterator conversions, NFC
2016-07-08 David Majnemer[MC, COFF] Permit a variable to be redefined
2016-07-08 Jingyue Wu[TTI] Expose TTI::getGEPCost and use it in SLSR and...
2016-07-08 Matt ArsenaultAMDGPU: Remove unused control flow intrinsic
2016-07-08 Piotr PadlewskiAdd 'thinlto_src_module' md with asserts or -enable...
2016-07-08 Matt ArsenaultReapply r274829 with fix for FP vectors
2016-07-08 Adam Nemet[BFI] Minor cleanup. NFC
2016-07-08 Adam Nemet[LAA] Port test to the new PM
2016-07-08 Xinliang David Li[PM] name the new PM LAA class LoopAccessAnalysis ...
2016-07-08 Duncan P. N... MSP430: Avoid implicit iterator conversions, NFC
2016-07-08 Sanjay Patel[InstCombine] don't form select from bitcasted logic...
2016-07-08 Duncan P. N... NVPTX: Avoid implicit iterator conversions, NFC
2016-07-08 Sanjay Pateladd another multi-use test for logic->select transform
2016-07-08 Wei MiAllow dead insts to be kept in DeadRemat only when...
2016-07-08 Xinliang David LiRename LoopAccessAnalysis to LoopAccessLegacyAnalysis...
2016-07-08 Sanjay Patel[InstCombine] don't form select from logic ops if it...
2016-07-08 Sanjay Pateladjust test so it won't completely optimize away
2016-07-08 Duncan P. N... AArch64: Avoid implicit iterator conversions, NFC
2016-07-08 Sanjay Pateladd tests for multi-use folding to select
2016-07-08 Xinliang David LiRemove duplicate inclusion /NFC
2016-07-08 Duncan P. N... ARM: Remove implicit iterator conversions, NFC
2016-07-08 Justin BognerTableGen: Update style in CodeGenIntrinsics. NFC
2016-07-08 Dehao ChenRemove inline hints computation from SampleProfile.cpp
2016-07-08 Nico WeberRevert r274829, it caused PR28472.
2016-07-08 Simon Pilgrim[X86] Regenerated bitreverse tests to demonstrate what...
2016-07-08 Simon Pilgrim[X86] Added bitreverse tests for non-legal types
2016-07-08 Duncan P. N... Sparc: Avoid implicit iterator conversions, NFC
2016-07-08 Duncan P. N... WebAssembly: Avoid implicit iterator conversions, NFC
2016-07-08 Duncan P. N... AsmPrinter: Avoid implicit iterator conversions in...
2016-07-08 Davide Italiano[CrossDSOCFI] Change the pass so that it doesn't requir...
2016-07-08 Simon Pilgrim[X86][AVX2] Add support for target shuffle combining...
2016-07-08 Duncan P. N... SelectionDAG: Avoid implicit iterator conversions in...
2016-07-08 Duncan P. N... AMDGPU: Remove implicit iterator conversions, NFC
2016-07-08 Davide Italiano[SCCP] Fold constants as we build them whne visiting...
2016-07-08 Duncan P. N... SelectionDAG: Avoid implicit iterator conversions in...
2016-07-08 Duncan P. N... SelectionDAG: Avoid implicit iterator conversions in...
2016-07-08 Duncan P. N... AMDGPU: Make infinite loop clear, NFC
2016-07-08 Duncan P. N... SelectionDAG: Avoid implicit iterator conversions in...
2016-07-08 Duncan P. N... Target: Avoid getFirstTerminator() => pointer, NFC
2016-07-08 Duncan P. N... CodeGen: Avoid iterator conversions in TwoAddressInstru...
2016-07-08 Duncan P. N... CodeGen: Use MachineInstr& in StackSlotColoring, NFC
2016-07-08 Sanjay Patel[InstCombine] check for one-use before turning simple...
2016-07-08 Justin BognerIR: Set a TargetPrefix for nvvm intrinsics
2016-07-08 Simon Pilgrim[SLPVectorizer][X86] Added fma vectorization tests
2016-07-08 Duncan P. N... CodeGen: Use MachineInstr& in RegisterScavenging, NFC
2016-07-08 Sanjay Pateladd test to show multi-use output
2016-07-08 Matt ArsenaultAMDGPU: Minor adjustment to r274817
2016-07-08 Simon Pilgrim[X86][AVX] Added combine test that should simplify...
2016-07-08 Sanjay Patel[InstCombine] allow or(sext(A), B) --> A ? -1 : B trans...
2016-07-08 Zachary TurnerTry to fix compilation error in DebugInfoPDBTests.
2016-07-08 Zhan Jun Liau[SystemZ] Add support for the .word directive.
2016-07-08 Chad Rosier[DSE] Minor refactor based on D21007. NFC.
2016-07-08 Sanjay Pateladd vector tests to show missing transform
2016-07-08 David Majnemer[CodeGen, TargetPassConfig] Remove a race from createRe...
2016-07-08 Matt ArsenaultPeepholeOptimizer: Make pass name match DEBUG_TYPE
2016-07-08 Zhan Jun Liau[SystemZ] Add support for missing instructions
2016-07-08 Sanjay Patelminimize tests
2016-07-08 Eric LiuMove setName after accessing Name
2016-07-08 Eric LiuMake a std::string copy of StringRef Name so that it...
2016-07-08 Sanjay Patelregenerate checks
2016-07-08 Chris Dewhurst[Sparc] Leon errata fix passes.
2016-07-08 Sjoerd MeijerDo not expand SDIV when compiling for minimum code...
2016-07-08 Anna ThomasInstCombine rule to fold truncs whose value is available
2016-07-08 Valery Pykhtin[AMDGPU] fix ds_swizzle_b32 opcode for VI (bz 28371)
2016-07-08 Sjoerd MeijerAddressing post-commit comments regarding not expanding...
2016-07-08 Simon Pilgrim[X86][SSE] Improve constant folding tests for CVTSD...
2016-07-08 Sjoerd MeijerCode size optimisation: don't expand a div to a mul...
2016-07-08 Vassil Vassilev[modules] Add missing includes.
2016-07-08 Pankaj Gode[AArch64] Macro fusion of simple ALU ops with branches...
2016-07-08 Simon Pilgrim[X86][SSE] Accept any shuffle mask that is all zeroes
2016-07-08 Matt ArsenaultBug 28444: Fix assertion when extract_vector_elt has...
2016-07-08 Craig Topper[AVX512] Remove and autoupgrade a duplicate set of...
2016-07-08 Craig Topper[X86] Remove intrinsics that already have autoupgrade...
2016-07-08 Wei Mi[PM] Port UnreachableBlockElim to the new Pass Manager
2016-07-08 Mehdi AminiAdd an assertion for the value enumerator (bitcode...
2016-07-08 Matt ArsenaultAMDGPU: Move si_mask_branch register operand to be...
2016-07-08 Matt ArsenaultAMDGPU: Cleanup. Use definesRegister instead of manual...
2016-07-08 Saleem AbdulrasoolARM: support high registers in __builtin_longjmp on WoA
2016-07-08 Andrew KaylorTemporarily remove a test case to unblock PPC bots.
2016-07-08 Andrew KaylorTemporarily remove one test run line to unblock PPC...
2016-07-08 Piotr PadlewskiFix LTO document
2016-07-07 Jacques Pienaar[lanai] Use peephole optimizer to generate more conditi...
2016-07-07 Michael KupersteinRecommit r274692 - [X86] Transform setcc + movzbl into...
2016-07-07 Vedant Kumar[tsan] Try harder to not instrument gcov counters
2016-07-07 Kevin EnderbyAdd checks to the MachOObjectFile() constructor to...
2016-07-07 Davide Italiano[PM] Port InstSimplify to the new pass manager.
2016-07-07 Anna Thomas[DSE] Remove dead stores in end blocks containing fence
2016-07-07 Rui UeyamaAdd a missing semicolon.
2016-07-07 Rui UeyamaAdd a reference for Elf_Chdr type.
2016-07-07 Alina SbirleaClang-format LoadStoreVectorizer
2016-07-07 Chad Rosier[AArch64] Change the preferred alignment for char and...
2016-07-07 Tim NorthoverGlobalISel: remove redundant property setting. NFC.
2016-07-07 Andrew KaylorInclude SelectionDAGISel in the opt-bisect process
2016-07-07 Peter CollingbourneThinLTO: Do not take into account whether a definition...
2016-07-07 Justin Lebar[NVVM] Rename __nvvm_bar0 builtin back to __syncthreads.
2016-07-07 Dan Liew[LibFuzzer] Unbreak the build on macOS which was broken...
next