OSDN Git Service

android-x86/external-llvm.git
2016-12-11 Chandler Carruth[FileCheck] Clean up doxygen comments throughout. NFC.
2016-12-11 Chandler Carruth[FileCheck] Run clang-format over this code. NFC.
2016-12-11 Chandler CarruthRefactor FileCheck some to reduce memory allocation...
2016-12-11 Craig Topper[X86][InstCombine] Add support for scalar FMA intrinsic...
2016-12-11 Craig Topper[X86][InstCombine] Add the test cases for r289370,...
2016-12-11 Chandler CarruthTweak the core loop in StringRef::find to avoid calling...
2016-12-11 Craig Topper[X86][InstCombine] Teach InstCombineCalls to simplify...
2016-12-11 Craig Topper[AVX-512][InstCombine] Teach InstCombineCalls how to...
2016-12-11 Craig Topper[AVX-512][InstCombine] Teach InstCombineCalls how to...
2016-12-11 Dylan McKay[AVR] Add calling convention CodeGen tests
2016-12-11 Kostya Serebryany[libFuzzer] don't depend on time in a test
2016-12-11 Dylan McKay[AVR] Add a test to validate a simple 'blinking led...
2016-12-11 Craig Topper[AVX-512][InstCombine] Add 512-bit vpermilvar intrinsic...
2016-12-11 Craig Topper[X86] Fix a comment to say 'an FMA' instead of 'a FMA...
2016-12-11 Craig Topper[X86] Remove masking from 512-bit VPERMIL intrinsics...
2016-12-11 Dylan McKay[AVR] Fix a signed vs unsigned compiler warning
2016-12-11 Craig Topper[X86][InstCombine] Teach InstCombineCalls to turn pshuf...
2016-12-10 Dylan McKay[AVR] Remove incorrect comment
2016-12-10 Craig Topper[X86] Remove masking from 512-bit PSHUFB intrinsics...
2016-12-10 Sanjay Patel[InstCombine] add helper for shift-by-shift folds;...
2016-12-10 Simon Pilgrim[X86][SSE] Add tests for sign extended vXi64 multiplication
2016-12-10 Simon Pilgrim[X86][SSE] Ensure UNPCK inputs are a consistent value...
2016-12-10 Craig Topper[AVX-512] Remove 128/256 masked vpermil instrinsics...
2016-12-10 Craig Topper[X86][IR] Move the autoupgrading of store intrinsics...
2016-12-10 Matt ArsenaultAMDGPU: Fix asan errors when folding operands
2016-12-10 Simon Pilgrim[X86][SSE] Move ZeroVector creation into the shuffle...
2016-12-10 Craig Topper[AVX-512] Add support for lowering (v2i64 (fp_to_sint...
2016-12-10 Craig Topper[X86] Clarify indentation. NFC
2016-12-10 Craig Topper[X86] Combine LowerFP_TO_SINT and LowerFP_TO_UINT....
2016-12-10 Sanjay Patel[InstSimplify] improve function name; NFC
2016-12-10 Simon Atanasyan[mips] Eliminate else-after-return. NFC
2016-12-10 Simon Pilgrim[SelectionDAG] Add ability for computeKnownBits to...
2016-12-10 Simon Pilgrim[X86][XOP] Add permil2ps buildvector combine test
2016-12-10 Dylan McKay[AVR] Add a stub README file
2016-12-10 Dylan McKay[AVR] Fix and clean up the inline assembly tests
2016-12-10 Dylan McKay[AVR] Explicitly set the target in all CodeGen tests
2016-12-10 Dylan McKay[AVR] Fix an inline asm assertion which would always...
2016-12-10 Dylan McKay[AVR] Use the register scavenger when expanding 'LDDW...
2016-12-10 Dylan McKay[AVR] Support stores to undefined pointers
2016-12-10 Chandler Carruth[PM] Further broaden this test's regex as both the...
2016-12-10 Chandler Carruth[PM] Try to support the new spelling of one of the...
2016-12-10 Chandler Carruth[PM] Support invalidation of inner analysis managers...
2016-12-10 Craig Topper[X86] Use X86ISD::CVTTP2SI and X86ISD::CVTTP2UI for...
2016-12-10 Dylan McKay[AVR] Fix a bunch of incorrect assertion messages
2016-12-10 Kostya Serebryany[libFuzzer] test cleanup (3)
2016-12-10 Kostya Serebryany[libFuzzer] test cleanup (2)
2016-12-10 Kostya Serebryany[libFuzzer] test cleanup
2016-12-10 Kostya Serebryany[libFuzzer] switch all libFuzzer tests to use -fsanitiz...
2016-12-10 Kostya Serebryany[libFuzzer] use __sanitizer_get_module_and_offset_for_p...
2016-12-10 Matt ArsenaultAMDGPU: Fix AMDGPUPromoteAlloca breaking addrspacecasts
2016-12-10 Matt ArsenaultAMDGPU: Fix handling of 16-bit immediates
2016-12-10 Matt ArsenaultAMDGPU: Fix vintrp disassembly
2016-12-10 Matt ArsenaultAMDGPU: Change vintrp printing to better match sc
2016-12-09 Paul RobinsonBigger-hammer REQUIRES to fix Windows bot.
2016-12-09 Eugene Zelenko[AMDGPU, PowerPC, TableGen] Fix some Clang-tidy moderni...
2016-12-09 Paul RobinsonSpeculative REQUIRES to fix Windows bot.
2016-12-09 Simon Pilgrim[X86] Regenerate test
2016-12-09 Matt ArsenaultAMDGPU: Cleanup checks in sext_inreg test
2016-12-09 Adrian PrantlFix LLVM's use of DW_OP_bit_piece in DWARF expressions.
2016-12-09 Matthias BraunAdd README describing the intention of test/CodeGen/MIR
2016-12-09 Marek OlsakAMDGPU/SI: Remove XNACK feature from CI
2016-12-09 Marek OlsakAMDGPU/SI: Don't reserve XNACK when it's disabled
2016-12-09 Marek OlsakAMDGPU/SI: Don't reserve FLAT_SCR on non-HSA targets...
2016-12-09 Marek OlsakAMDGPU/SI: Allow using SGPRs 96-101 on VI
2016-12-09 Reid KlecknerRemove /Zc:sizedDealloc- from the MSVC build
2016-12-09 Paul Robinson[DWARF] Suppress .loc directives from CFI instructions
2016-12-09 Matthias BraunMove .mir tests to appropriate directories
2016-12-09 Matt ArsenaultAMDGPU: Fix isTypeDesirableForOp for i16
2016-12-09 Simon Pilgrim[SelectionDAG] Add knownbits support for EXTRACT_VECTOR...
2016-12-09 Matt ArsenaultAMDGPU: Fix i128 mul
2016-12-09 Matt ArsenaultAMDGPU: Allow TBA, TMA, TTMP* registers with SMEM instr...
2016-12-09 Matt ArsenaultAMDGPU: Clean up instruction bits
2016-12-09 Sean Fertile[PPC] Add intrinsics for vector extract word and vector...
2016-12-09 Nirav DaveRevert "In visitSTORE, always use FindBetterChain,...
2016-12-09 Nirav DaveIn visitSTORE, always use FindBetterChain, rather than...
2016-12-09 Simon PilgrimUse SelectionDAG.getSplatBuildVector helper. NFCI.
2016-12-09 Tom StellardAMDGPU/SI: Don't mark VINTRP instructions as mayLoad
2016-12-09 Simon Pilgrim[SelectionDAG] Use SelectionDAG.getBuildVector helper...
2016-12-09 Sanjoy Das[SCEVExpander] Remove \brief, reflow comments; NFC
2016-12-09 Sanjoy Das[SCEVExpander] Use llvm data structures; NFC
2016-12-09 Simon Pilgrim[SelectionDAG] Add additional checks to CONCAT_VECTORS...
2016-12-09 Benjamin KramerPlug another leak in the DWARF unittests, DIEInlineStri...
2016-12-09 Benjamin KramerFix memory leak in unit test.
2016-12-09 NAKAMURA Takumillvm/test/Object/archive-thin-create.test: Make sure...
2016-12-09 Dylan McKay[AVR] Remove a set of redundant tests
2016-12-09 Simon Pilgrim[SelectionDAG] Add partial BITCAST support to computeKn...
2016-12-09 Malcolm ParsonsUpdate Doxygen comment in StringSaver (NFC)
2016-12-09 Daniel JasperRevert "[SelectionDAG] Add knownbits support for EXTRAC...
2016-12-09 Craig Topper[X86] Modify patterns from memory form of RCP/RSQRT...
2016-12-09 Dylan McKay[AVR] Use a more appropriate integer type for wide...
2016-12-09 Dylan McKay[AVR] Add tests for a large number of pseudo instructions
2016-12-09 Craig Topper[AVX-512] Correctly preserve the passthru semantics...
2016-12-09 Matt ArsenaultAMDGPU: Select i16 instructions to VOP3 forms
2016-12-09 Peter CollingbourneRe-commit r289184, "Support: Use a 64-bit seek in raw_f...
2016-12-09 Craig Topper[X86] Add masked versions of VPERMT2* and VPERMI2*...
2016-12-09 Peter CollingbourneRevert r289184, we need more configury for Darwin and...
2016-12-09 Peter CollingbourneSupport: Use a 64-bit seek in raw_fd_ostream::seek().
2016-12-09 Davide Italiano[SCCP] Make the test added in r289175 more meaningful.
2016-12-09 Davide Italiano[SCCP] Teach the pass about `mul %x 0` even if %x is...
2016-12-09 Craig Topper[AVX-512] Add vpermilps/pd to load folding tables.
next