OSDN Git Service

android-x86/external-llvm.git
2017-08-11 Brian Gesiak[opt-viewer] Use Python 3-compatible `intern()`
2017-08-11 Stanislav Mekhanoshin[AMDGPU] Fix santizer error after last commit
2017-08-11 Xinliang David LiFix typo /NFC
2017-08-11 Daniel Sanders[globalisel][tablegen] Generate TypeObject table. NFC
2017-08-11 George KarpenkovUpdate libFuzzer documentation for -fsanitize=fuzzer...
2017-08-11 Stanislav Mekhanoshin[AMDGPU] Ported and adopted AMDLibCalls pass
2017-08-11 David BlaikieOrc: PR33769: Don't rely on comparisons with default...
2017-08-11 Craig Topper[AVX512] Remove and autoupgrade many of the broadcast...
2017-08-11 Craig Topper[x86] Enable some support for lowerVectorShuffleWithUnd...
2017-08-11 Sanjay Patel[x86] use more shift or LEA for select-of-constants...
2017-08-11 Daniel Sanders[globalisel][tablegen] Support zero-instruction emission.
2017-08-11 Simon Dardis[mips] Lift the assertion on the types that can be...
2017-08-11 Michal Gorny[cmake] Expose the dependencies of ExecutionEngine...
2017-08-11 Nirav DaveImprove handling of insert_subvector of bitcast values
2017-08-11 Nirav Dave[X86][DAG] Switch X86 Target to post-legalized store...
2017-08-11 Sam Parker[AArch64] Enable ARMv8.3-A pointer authentication
2017-08-11 Sjoerd Meijer[AArch64] Remove dotprod from base extension list
2017-08-11 Sjoerd Meijer[ARM] Assembler support for the ARMv8.2a dot product...
2017-08-11 Simon Pilgrim[DAGCombiner] Remove shuffle support from simplifyShuff...
2017-08-11 Mikael Holmen[IfConversion] Maintain the CFG when predicating/mergin...
2017-08-11 Chandler Carruth[PM] Switch the CGSCC debug messages to use the standar...
2017-08-10 Jessica Paquette[MachineOutliner] Add RegState::Define to LDRXpost...
2017-08-10 Ahmed BougachaRevert "[AsmParser] Hash is not a comment on some targets"
2017-08-10 Reid KlecknerDisable some IR death tests when SEH is available
2017-08-10 Nirav DaveRevert "[DAG] Cleanup unused nodes after store merge...
2017-08-10 Craig Topper[InstCombine] Make (X|C1)^C2 -> X^(C1^C2) iff X&~C1...
2017-08-10 Nirav Dave[DAG] Relax type restriction for store merge
2017-08-10 Simon Pilgrim[CostModel][X86] Add SSE2 two-src shuffle costs
2017-08-10 Eli Friedman[ARM] Clarify legal addressing modes for ARM and Thumb2...
2017-08-10 Benjamin Kramer[gold-plugin] Use more StringRef. No functionality...
2017-08-10 Simon Pilgrim[CostModel][X86] Add avx1 two-src shuffle costs
2017-08-10 Nirav Dave[DAG] Cleanup unused nodes after store merge. NFCI.
2017-08-10 Simon Pilgrim[CostModel][X86] Add avx2 two-src shuffle costs
2017-08-10 Taewook OhMake .file directive to have basename only
2017-08-10 Simon Pilgrim[CostModel][X86] Extend two src shuffle cost tests
2017-08-10 Craig Topper[InstCombine] Fix a crash in getSelectCondition if...
2017-08-10 Craig Topper[InstCombine] Add a DEBUG_COUNTER to InstCombine to...
2017-08-10 Craig Topper[DebugCounter] Move the semicolon out of the DEBUG_COUN...
2017-08-10 Benjamin Kramer[gold-plugin] Avoid race condition when creating tempor...
2017-08-10 Simon Pilgrim[CostModel][X86] Add avx512vbmi broadcast/reverse/singl...
2017-08-10 Simon Pilgrim[CostModel][X86] Improve single src shuffle costs
2017-08-10 Simon PilgrimFix 'not all control paths return' warning on windows...
2017-08-10 Marek SokolowskiFixup for r310621: Hint the compilers about unreachable...
2017-08-10 Marek SokolowskiAdd .rc scripts tokenizer.
2017-08-10 Krzysztof ParzyszekAdd "Restored" flag to CalleeSavedInfo
2017-08-10 Sanjay Patel[InstCombine] add memcpy expansion tests with potential...
2017-08-10 Marcello Maggioni[unittests] Adding a unittest for ChangeTaTargetIndex...
2017-08-10 Nirav Dave[DAG] Rewrite expression. NFC.
2017-08-10 Simon Pilgrim[CostModel][X86] Added v2f64/v2i64 single src shuffle...
2017-08-10 Nirav Dave[X86] Keep dependencies when constructing loads in...
2017-08-10 Sanjay Patel[InstCombine] regenerate test checks; NFC
2017-08-10 Krzysztof Parzyszek[Hexagon] Use isMetaInstruction instead of isDebugValue
2017-08-10 Alexander Potapenko[sanitizer-coverage] Change cmp instrumentation to...
2017-08-10 Sanjay Patel[InstCombine] regenerate test checks, add comments...
2017-08-10 Chad Rosier[NewGVN] Add CL option to control the generation of...
2017-08-10 Guy Blank[SelectionDAG] Allow constant folding for implicitly...
2017-08-10 Alexander Potapenko[libFuzzer] Update LibFuzzer w.r.t. the new comparisons...
2017-08-10 Oleg Ranevskyy[CMake][LLVM] Remove duplicated library mask. Broken...
2017-08-10 Nikolai Bozhenov[ValueTracking] Enabling ValueTracking patch by default...
2017-08-10 Zoran Jovanovic[mips][microMIPS] Extending size reduction pass with...
2017-08-10 Sam Parker[AArch64] Assembler support for v8.3 RCpc
2017-08-10 Sam Parker[ARM][AArch64] ARMv8.3-A enablement
2017-08-10 Elad Cohen[SelectionDAG] When scalarizing vselect, don't assert on
2017-08-10 Dehao ChenRevert part of r310296 to make it really NFC for instru...
2017-08-10 Chandler Carruth[LCG] Fix an assert in a on-scope-exit lambda that...
2017-08-10 Hiroshi Yamauchi[LVI] Fix LVI compile time regression around constantFo...
2017-08-10 Peter CollingbourneLinker: Create a function declaration when moving a...
2017-08-10 Craig Topper[InstSimplify] Add test cases that show that simplifySe...
2017-08-10 Eugene Zelenko[AMDGPU] Fix some Clang-tidy modernize-use-using and...
2017-08-09 Evgeniy StepanovFix thinlto cache key computation for cfi-icall.
2017-08-09 Matthias BraunARM: Fix CMP_SWAP expansion
2017-08-09 Matthias BraunLangRef: Fix/improve cmpxchg wording
2017-08-09 Benjamin Kramer[Path] Sink predicate computations to their uses. NFCI.
2017-08-09 Coby Tayree[X86][Asm] Allow negative immediate to appear before...
2017-08-09 Krzysztof Parzyszek[Hexagon] Ignore DBG_VALUEs when counting instructions...
2017-08-09 Benoit Belley[Linker] PR33527 - Linker::LinkOnlyNeeded should import...
2017-08-09 Craig Topper[Docs] Remove a stray period from a code example in...
2017-08-09 Eli Friedman[llvm-cov] Rearrange entries in report index.
2017-08-09 Lang Hames[RuntimeDyld][ORC] Add support for Thumb mode to Runtim...
2017-08-09 Matt ArsenaultAMDGPU: Fix assert on n inline asm constraint
2017-08-09 Krzysztof Parzyszek[Hexagon] Tie implicit uses to defs in predicated instr...
2017-08-09 Sanjay Patel[SimplifyCFG] remove checks for crasher test from r310481
2017-08-09 Sanjay Patel[InstCombine] narrow rotate left/right patterns to...
2017-08-09 David BlaikiePointerLikeTypeTraits: class->struct & remove the base...
2017-08-09 David BlaikieReduce variable scope by moving declaration into if...
2017-08-09 Matt Morehouse[asan] Fix instruction emission ordering with dynamic...
2017-08-09 Mandeep Singh... [COFF, ARM64] Add MS builtins __dmb, __dsb, __isb
2017-08-09 Guy Blank[X86][AVX512] Choose correct registers in vpbroadcastb/w
2017-08-09 Dmitry Preobrazhensky[AMDGPU][MC][GFX9] Added 16-bit renamed and "_legacy...
2017-08-09 Nuno LopesCFLAA: return MustAlias when pointers p, q are equal...
2017-08-09 Davide Italiano[ValueTracking] Turn a test into an assertion.
2017-08-09 Davide Italiano[ValueTracking] Update tests to unbreak the bots.
2017-08-09 Sanjay Patel[x86] add more tests for select-of-constants; NFC
2017-08-09 Florian Hahn[ARM] Emit error when ARM exec mode is not available.
2017-08-09 Coby Tayree[X86][Asm]Allow far jmp/call to be picked when using...
2017-08-09 Davide Italiano[ValueTracking] Honour recursion limit.
2017-08-09 Sjoerd Meijer[AArch64] Assembler support for the ARMv8.2a dot produc...
2017-08-09 Florian Hahn[ARM] Remove FeatureNoARM implies ModeThumb.
2017-08-09 Benoit Belley[Support] PR33388 - Fix formatv_object move constructor
2017-08-09 Nirav Dave[DAG] Explicitly cleanup merged load values during...
next