OSDN Git Service

android-x86/external-llvm.git
2017-03-28 Simon Pilgrim[X86][SSE] Refactored shuffle BLEND combining to make...
2017-03-28 Nirav Dave[SDAG] Avoid deleted SDNodes PromoteIntBinOp
2017-03-28 Nirav Dave[SDAG] Fix Stale SDNode usage in visitAND
2017-03-28 Sanjay Patel[x86] add AVX2 run to show 256-bit opportunity; NFC
2017-03-28 Simon PilgrimFix signed/unsigned comparison warning
2017-03-28 Nirav Dave[SDAG] Minor cleanup of variable usage. NFC.
2017-03-28 Simon Pilgrim[X86][SSE] Begin merging vector shuffle to BLEND for...
2017-03-28 Simon PilgrimWdocumentation fix
2017-03-28 Simon Pilgrim[X86][SSE] Set second operand to undef instead of first...
2017-03-28 Simon PilgrimStrip trailing whitespace
2017-03-28 Sanne Wouda[AArch64] [Assembler] option to disable negative immedi...
2017-03-28 Igor Breger[GlobalISel][X86] support G_FRAME_INDEX instruction...
2017-03-28 Anna Thomas[InstCombine] For select rule, use positive check of...
2017-03-28 Anna Thomasrename instcombine test file. NFC
2017-03-28 Valery Pykhtin[AMDGPU] Update SI scheduler colorHighLatenciesGroups
2017-03-28 Weiming ZhaoDont emit Mapping symbols for sections that contain...
2017-03-28 Craig Topper[APInt] Reformat tc functions to put opening curly...
2017-03-28 Craig Topper[APInt] Remove an anonymous namespace around static...
2017-03-28 Craig Topper[APInt] Combine variable declaration and initialization...
2017-03-28 Craig Topper[APInt] Use 'unsigned' instead of 'unsigned int' in...
2017-03-28 Valery PykhtinMachineScheduler/ScheduleDAG: Add support for GetSubGraph
2017-03-28 Junmo ParkCodeGen : Check LLVM_ENABLE_DUMP definition for dumpMac...
2017-03-28 Craig Topper[APInt] Move the single word cases of the bitwise opera...
2017-03-27 Alex ShlyapnikovRevert "[asan] Delay creation of asan ctor."
2017-03-27 Alex ShlyapnikovRevert "[asan] Put ctor/dtor in comdat."
2017-03-27 Eric ChristopherRemove an oddly unnecessary temporary.
2017-03-27 Renato Golin[ARM] Mark falky test unsupported until we find the...
2017-03-27 Juergen Ributzka[libfuzzer] Remove XFAIL for OutOfMemory test.
2017-03-27 Javed AbsarImprove machine schedulers for in-order processors
2017-03-27 Kevin EnderbyAdd the error handling for Mach-O dyld compact lazy...
2017-03-27 Matthew Simpson[LV] Transform truncations of non-primary induction...
2017-03-27 Craig Topper[APInt] Move operator=(uint64_t) inline as its pretty...
2017-03-27 Krzysztof Parzyszek[TableGen] Print #nnn as a name of an non-native reg...
2017-03-27 Valery Pykhtin[AMDGPU] SISched: Detect dependency types between blocks
2017-03-27 Bruno Cardoso... [Support] Avoid concurrency hazard in signal handler...
2017-03-27 Craig Topper[APInt] Move operator&=(uint64_t) inline and use memset...
2017-03-27 Ahmed Bougacha[GlobalISel][AArch64] Extract a variable out of an...
2017-03-27 Craig Topper[APInt] Use memset in setAllBits.
2017-03-27 Adrian PrantlRemove redundant check for nullptr.
2017-03-27 Adrian PrantlRemove unneccessary virtual destructor from DwarfExpres...
2017-03-27 Ahmed Bougacha[GlobalISel][AArch64] Fold FI into LDR/STR ui addressin...
2017-03-27 Ahmed Bougacha[GlobalISel][AArch64] Fold G_GEP into LDR/STR ui addres...
2017-03-27 Ahmed Bougacha[GlobalISel][AArch64] Select store of zero to WZR/XZR.
2017-03-27 Valery Pykhtin[AMDGPU] SISched: Update colorEndsAccordingToDependencies
2017-03-27 Craig Topper[APInt] Move the >64 bit case for flipAllBits out of...
2017-03-27 Valery Pykhtin[AMDGPU] Fix SI scheduler LiveOut Refcount issue
2017-03-27 Ahmed Bougacha[GlobalISel][AArch64] Select CBZ.
2017-03-27 Ahmed Bougacha[GlobalISel] Add a 'getConstantVRegVal' helper.
2017-03-27 Ahmed Bougacha[GlobalISel][AArch64] Use proper constant types in...
2017-03-27 Dmitry Preobrazhensky[AMDGPU][MC] Fix for Bug 28207 + LIT tests
2017-03-27 Chad Rosier[AArch64] Mark mrs of TPIDR_EL0 (thread pointer) as...
2017-03-27 Yaxun Liu[AMDGPU] Get address space mapping by target triple...
2017-03-27 Anna Thomas[InstCombine] Avoid incorrect folding of select into...
2017-03-27 Daniel SandersCorrect OptionCategoryCompare() in the command line...
2017-03-27 Daniel Sanders[tablegen] Use categories on options that only matter...
2017-03-27 Justin BognerADT: Add range helpers for pointer_ and pointee_iterator
2017-03-27 Gadi Haber[X86][AVX2] bugzilla bug 21281 Performance regression...
2017-03-27 Karl-Johan... [TableGen] Make CodeGenMapTable understand the namespac...
2017-03-27 Craig Topper[IR] Implement pairs of non-const and const methods...
2017-03-27 Craig Topper[IR] Share implementation for pairs of const and non...
2017-03-27 Craig Topper[IR] Share implementation of pairs of const and non...
2017-03-26 Craig Topper[IR] Make Instruction::isAssociative method inline...
2017-03-26 Davide Italiano[Target] Remove some code probably copy/pasted from...
2017-03-26 Davide Italiano[MachineScheduler] Reference the correct header.
2017-03-26 Sanjoy DasFix typo in comment; NFC
2017-03-26 Simon PilgrimFix signed/unsigned comparison warnings.
2017-03-26 Shoaib Meenai[llvm-readobj] Prefer ILT to IAT for reading COFF imports
2017-03-26 Serge Pavlov[LoopUnroll] Remap references in peeled iteration
2017-03-26 Chandler Carruth[IR] Switch to more normal template parameter names...
2017-03-26 Simon PilgrimFix signed/unsigned comparison warnings.
2017-03-26 Simon Pilgrim[X86][SSE] Add computeKnownBitsForTargetNode support...
2017-03-26 Simon Pilgrim[X86][AVX512F] Fix reg class for VMOVSSZrr/VMOVSSZrrk...
2017-03-26 Simon PilgrimFix MSVC signed/unsigned comparison warnings.
2017-03-26 Simon PilgrimRegenerate test
2017-03-26 Simon PilgrimRegenerate test
2017-03-26 Simon PilgrimRegenerate tests to remove duplicated checks
2017-03-26 Igor Breger [GlobalISel][X86] support G_FRAME_INDEX instruction...
2017-03-26 Joerg SonnenbergerSplit the SimplifyCFG pass into two variants.
2017-03-26 Andrew WilkinsAdd check for BSD when setting LIB_NAMES for GNU ld
2017-03-26 Chandler Carruth[IR] Make SwitchInst::CaseIt almost a normal iterator.
2017-03-25 Simon Pilgrim[X86] Pull out repeated ScalarValueSizeInBits code...
2017-03-25 Simon Pilgrim[X86][SSE] Combine (VSRLI (VSRAI X, Y), (NumSignBits...
2017-03-25 Eric ChristopherChange the default attributes for llvm.prefetch to...
2017-03-25 Simon Pilgrim[X86][SSE] Added ComputeNumSignBitsForTargetNode suppor...
2017-03-25 Simon Pilgrim[X86][SSE] Generalised CMP+AND1 combine to ZERO/ALLBITS...
2017-03-25 Sanjay Patel[x86] use PMOVMSK to replace memcmp libcalls for 16...
2017-03-25 Simon Pilgrim[X86][SSE] Add extra computeNumSignBits test case for...
2017-03-25 Craig Topper[InstCombine] Change the interface of SimplifyDemandedB...
2017-03-25 Balaram Makam[AArch64] Refine Falkor Machine Model - Part1
2017-03-25 Davide Italiano[NewGVN] Adjust NDEBUG markers.
2017-03-25 Yaxun Liu[AMDGPU] Switch data layout by triple environment amdgiz
2017-03-25 Vitaly Buka[libFuzzer] Fix test on Windows.
2017-03-25 Evgeniy Stepanov[asan] Put ctor/dtor in comdat.
2017-03-25 Kostya Serebryany[libFuzzer] read asan's dedup_token while minimizing...
2017-03-25 Eli Friedman[ARM] Fix mixup between Lo and Hi in SMLALBB formation.
2017-03-24 Simon PilgrimApply clang-format as commented in D31311. NFCI.
2017-03-24 Reid Kleckner[codeview] Don't assert when the user violates the ODR
2017-03-24 Jessica Paquette[Outliner] Revert r298734.
2017-03-24 Kostya Serebryany[libFuzzer] be more careful when calling strlen of...
2017-03-24 Craig TopperRevert r298711 "[InstCombine] Provide a way to calculat...
next