OSDN Git Service

android-x86/external-llvm.git
2016-12-13 Chris BienemanRevert "Suppress LLVM::tools/llvm-symbolizer/coff-dwarf...
2016-12-12 Chris Bieneman[llvm-config] Unsupported should be win32
2016-12-12 Tim NorthoverStop lying about pointers' required alignments.
2016-12-12 Marcos Pividori[libFuzzer] Implement Timers for Windows.
2016-12-12 Sanjay Patel[x86] fix test specifications
2016-12-12 Sanjay Patel[x86] fix test specifications and auto-generate checks
2016-12-12 Petr Hosek[CMake] Multi-target builtins build
2016-12-12 Chris BienemanRevert "Disable all llvm-config tests for now, will...
2016-12-12 Dan Liew[llvm-config] Fix bug where `--libfiles` and `--names...
2016-12-12 Andrew KaylorAvoid infinite loops in branch folding
2016-12-12 Chris Bienemanclang-format to fix post-commit feedback
2016-12-12 Chris Bieneman[llvm-config] Fix cflags test looking for "error"
2016-12-12 Chris BienemanRevert "Remove system-libs.test for now"
2016-12-12 Sanjoy DasRevert "[SCEVExpander] Use llvm data structures; NFC"
2016-12-12 Kostya Serebryany[libFuzzer] split one slow test into several, for more...
2016-12-12 Nico WeberFix MSVC build after 289461; MSVC isn't sure if this...
2016-12-12 Kostya Serebryany[libFuzzer] make SimpleCmpTest a bit simpler to crack...
2016-12-12 Sanjay Patel[x86] fix formatting; NFC
2016-12-12 Eugene Zelenko[AMDGPU, PowerPC, TableGen] Fix some Clang-tidy moderni...
2016-12-12 Tim Shen[APFloatTest] Use std::make_tuple to make GCC 4.8 happy
2016-12-12 Guozhi Wei[PPC] Prefer direct move on power8 if load 1 or 2 bytes...
2016-12-12 Tim Shen[APFloat] Implement PPCDoubleDouble add and subtract.
2016-12-12 Matthew Simpson[SLP] Fix sign-extends for type-shrinking
2016-12-12 Kostya Serebryany[libFuzzer] build libFuzzer itself with asan
2016-12-12 Paul RobinsonRecommit r288212: Emit 'no line' information for intere...
2016-12-12 Kostya Serebryany[libFuzzer] respect -max_len during merge
2016-12-12 Teresa Johnson[ThinLTO] Remove useless code (NFC)
2016-12-12 Mehdi AminiRefactor BitcodeReader: move Metadata and ValueId handl...
2016-12-12 Mehdi AminiRemove IsMetadataMaterialized from BitcodeReader (NFC)
2016-12-12 Geoff Berry[LiveRangeEdit] Add assert string and descriptive comment.
2016-12-12 Dimitry AndricFix compile with GCC 5 or later
2016-12-12 Reid KlecknerRevert "[SCEVExpand] do not hoist divisions by zero...
2016-12-12 Simon Atanasyan[mips] For PIC code convert unconditional jump to uncon...
2016-12-12 Nicolai HaehnleAMDGPU: llvm.amdgcn.interp.mov is a source of divergence
2016-12-12 Sanjay Patelremove stale FIXME note from test; NFC
2016-12-12 Simon Pilgrim[X86] Regenerate vector bitcast/widening tests.
2016-12-12 Sanjay Patel[InstCombine] fix bug when offsetting case values of...
2016-12-12 Teresa Johnson[ThinLTO] Import only necessary DICompileUnit fields
2016-12-12 Sanjay Patel[InstCombine] clean up range-for-loops in visitSwitchIn...
2016-12-12 Simon Pilgrim[X86] Regenerate test.
2016-12-12 Sanjay Patel[InstCombine] add test to show PR31260 miscompile; NFC
2016-12-12 Sanjoy Das[SCEVExpander] Add a test case related to r289412
2016-12-12 Simon PilgrimUpdate inline argument comment. NFCI.
2016-12-12 Simon Pilgrim[X86][SSE] Add support for combining SSE VSHLI/VSRLI...
2016-12-12 Simon Pilgrim[X86][SSE] Lower suitably sign-extended mul vXi64 using...
2016-12-12 Simon Pilgrim[SelectionDAG] Add support for EXTRACT_SUBVECTOR to...
2016-12-12 Craig Topper[X86] Teach selectScalarSSELoad to accept full 128...
2016-12-12 Craig Topper[X86] Change CMPSS/CMPSD intrinsic instructions to...
2016-12-12 Craig Topper[X86] Remove some intrinsic instructions from hasPartia...
2016-12-12 Sebastian Pop[SCEVExpand] do not hoist divisions by zero (PR30935)
2016-12-11 Craig Topper[InstCombine][XOP] The instructions for the scalar...
2016-12-11 Simon Pilgrim[X86][SSE] Add support for combining target shuffles...
2016-12-11 Davide Italiano[SCCP] Use the appropriate helper function. NFCI.
2016-12-11 Ayman Musa[X86][AVX512] Add missing patterns for broadcast fallba...
2016-12-11 Sanjoy Das[TBAA] Don't generate invalid TBAA when merging nodes
2016-12-11 Sanjoy Das[Verifier] Add verification for TBAA metadata
2016-12-11 Sanjay Patel[Constants] don't die processing non-ConstantInt GEP...
2016-12-11 Simon Pilgrim[X86][AVX512] Add target shuffle test showing missing...
2016-12-11 Sebastian Popinstr-combiner: sum up all latencies of the transformed...
2016-12-11 Simon Pilgrim[X86][XOP] Add target shuffle tests showing missing...
2016-12-11 Sanjoy Das[SCEVExpander] Explicitly expand AddRec starts into...
2016-12-11 Oren Ben Simhon[X86] Regcall - Adding support for mask types
2016-12-11 Chandler Carruth[FileCheck] Re-implement the logic to find each check...
2016-12-11 Chandler Carruth[FileCheck] Remove a parameter that was simply always...
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
next