OSDN Git Service

android-x86/external-llvm.git
2017-01-23 Simon Pilgrim[InstCombine][X86] MULDQ/MULUDQ undef -> zero
2017-01-23 Alexey Bataev[SLP] Additional test for SLP vectorizer with 31 reduct...
2017-01-23 Simon Pilgrim[InstCombine][SSE] Tests showing missed opportunities...
2017-01-23 Chandler CarruthThis test apparently requires an x86 target and is...
2017-01-23 Chandler Carruth[PM] Replace the hard invalidate in JumpThreading for...
2017-01-23 Chandler Carruth[PM] Add a dedicated test case for the issue fixed...
2017-01-23 Daniel Sanders[globalisel] Remove unused, duplicate file added in...
2017-01-23 Chandler Carruth[PM] Clear any analyses for a dead function after inlin...
2017-01-23 Chandler Carruth[PM] Teach LVI to correctly invalidate itself when...
2017-01-22 Simon Pilgrim[X86][SSE] Add missing X86ISD::ANDNP combines.
2017-01-22 Simon Pilgrim[X86][SSE] Improve shuffle combining with zero insertions
2017-01-22 Marcos Pividori[libFuzzer] Add missing dependency for tests.
2017-01-22 Simon Pilgrim[X86][SSE] Regenerate sqrt tests
2017-01-22 Simon PilgrimFix test name. NFCI.
2017-01-22 Benjamin KramerAttempt to fix test in release builds.
2017-01-22 Benjamin KramerFix some broken CHECK lines.
2017-01-22 Saleem Abdulrasoolllvm-cxxfilt: support `-_`
2017-01-22 Sanjay Patel[x86] avoid crashing with illegal vector type (PR31672)
2017-01-22 Chandler Carruth[PM] Fix a really nasty bug introduced when adding...
2017-01-22 Chandler Carruth[PM] Add some debug logging to the new PM inliner to...
2017-01-22 Chandler Carruth[PM] Improve the debug logging to always include the...
2017-01-22 Craig Topper[IR] Add LLVM_READONLY to BasicBlock::getTerminator.
2017-01-22 Craig Topper[IR] Use const_cast to reuse the const version of two...
2017-01-22 Sean Silva[docs] Point to upstream Sphinx install instructions.
2017-01-22 Marcos Pividori[libFuzzer] Specify the CRT considered (MT or MD) for...
2017-01-22 Marcos Pividori[libFuzzer] Fix test with shared libraries on Windows.
2017-01-22 Marcos Pividori[libFuzzer] AlrmHandler is executed in a different...
2017-01-22 Marcos Pividori[libFuzzer] Leak Sanitizer is not supported for Windows.
2017-01-22 Marcos Pividori[libFuzzer] Fix OutOfMemory tests to work on 32 bits.
2017-01-22 Marcos Pividori[libFuzzer] Avoid undefined behavior, properly discard...
2017-01-22 Marcos Pividori[libFuzzer] Remove lib prefix from library names on...
2017-01-22 Marcos Pividori[libFuzzer] Fix ListFilesInDirRecursive() to do the...
2017-01-22 Marcos Pividori[libFuzzer] Consider both possible separators for tests.
2017-01-22 Marcos Pividori[libFuzzer] Portably disassemble and find calls to...
2017-01-22 Marcos Pividori[libFuzzer] Portable implementation of `IsInterestingCo...
2017-01-22 Marcos Pividori[libFuzzer] Remove optimization flags for tests.
2017-01-22 Marcos Pividori[libFuzzer] Expose Sanitizer Coverage functions from...
2017-01-22 Marcos Pividori[libFuzzer] Remove dependencies for tests on Windows.
2017-01-22 Marcos Pividori[libFuzzer] Disable afl tests for Windows.
2017-01-21 Piotr Padlewski[MemorySSA] Remove deprecated comment from test
2017-01-21 Piotr Padlewski[MemorySSA] Fix invariant.group test and add new
2017-01-21 Sanjay Patel[InstCombine] use m_APInt to allow ashr folds for vecto...
2017-01-21 Sanjay Patel[ValueTracking] tighten up matchMinMax(); NFCI
2017-01-21 Sanjay Patel[InstCombine] add tests for ashr-ashr; NFC
2017-01-21 Lang Hames[Orc][RPC] Add 'removeHandler' and 'clearHandlers'...
2017-01-21 Craig Topper[X86] Don't allow commuting to form phsub operations.
2017-01-21 Craig Topper[X86] Add test cases that show bad commuting being...
2017-01-21 Mehdi AminiAdd missing dependency to "Module Summary Analysis...
2017-01-21 Chandler Carruth[PM] Sink an LCSSA preservation assert from the LoopSim...
2017-01-21 Chandler Carruth[PM] Teach the loop PM to run LoopSimplify prior to...
2017-01-21 Saleem Abdulrasoolllvm-strings: remove default for -Wcovered-switch-default
2017-01-21 Saleem Abdulrasoolllvm-strings: add support for `-t`
2017-01-21 Saleem Abdulrasoolllvm-cxxfilt: support the `-s` option
2017-01-21 Matthias BraunLiveRegUnits: Add accumulateBackward() function
2017-01-21 Xin TongFix Grammar. NFCI.
2017-01-21 Michael Kuperstein[SLP] Make ReductionOpcode have the right (enum) type...
2017-01-21 Anmol P. ParalkarMergeFunctions: Preserve debug info in thunks, under...
2017-01-21 Justin Lebar[ConstantFold] Remove test checking that we don't const...
2017-01-21 Peter CollingbourneLowerTypeTests: Fix use-after-free. Found by asan/msan.
2017-01-21 Eugene Zelenko[AMDGPU] Fix build broken in r292688.
2017-01-21 Michael Kuperstein[SLP] Delete useless helper. NFC.
2017-01-21 Vitaly Buka[libFuzzer] Use CXX to set compiler to use
2017-01-21 Kostya Serebryany[libFuzzer] fix gcc build
2017-01-21 Justin Lebar[NVPTX] Auto-upgrade some NVPTX intrinsics to LLVM...
2017-01-21 Justin Lebar[NVPTX] Move getDivF32Level, usePrecSqrtF32, and useF32...
2017-01-21 Justin Lebar[ConstantFolding] Constant-fold llvm.sqrt(x) like other...
2017-01-21 Justin Lebar[ValueTracking] Clarify comments on CannotBeOrderedLess...
2017-01-21 Justin Lebar[NVPTX] Add explicit check for llvm.sqrt.f32 to intrins...
2017-01-21 Eugene Zelenko[AMDGPU] Fix some Clang-tidy modernize and Include...
2017-01-21 Tim Shen[APFloat] Add asserts and descriptions. NFC.
2017-01-21 Kostya Serebryany[libFuzzer] use print+exit(1) instead of assert to...
2017-01-21 Kostya Serebryany[libFuzzer] re-enable LLVMFuzzer-RepeatedMemcmp test...
2017-01-20 Sanjay Patel[InstCombine] auto-generate checks; NFC
2017-01-20 Kostya Serebryany[libFuzzer] call __sanitizer_dump_coverage via EF
2017-01-20 Guozhi Wei[PPC] Give unaligned memory access lower cost on proces...
2017-01-20 Mehdi Amini[ThinLTO] Don't perform computeDeadSymbols during O0...
2017-01-20 Davide Italiano[NewGVN] Optimize processing for instructions found...
2017-01-20 Tim NorthoverGlobalISel: prevent heap use-after-free when looking...
2017-01-20 Peter CollingbourneLowerTypeTests: Simplify; always create SizeM1 with...
2017-01-20 Dehao ChenAdd indirect call promotion to SamplePGO
2017-01-20 Marcos Pividori[libFuzzer] Don't use `#ifdef` for defined macros,...
2017-01-20 Marcos Pividori[libFuzzer] Use clang as linker on Windows, to properly...
2017-01-20 Marcos Pividori[libFuzzer] Properly use compiler options supported...
2017-01-20 Mehdi Amini[ThinLTO] The "codegen only" path didn't honor the...
2017-01-20 Easwaran RamanImprove PGO support for the new inliner
2017-01-20 Zachary Turner[pdb] Write the Named Stream mapping to Yaml and binary.
2017-01-20 Zachary Turner[pdb] Merge NamedStreamMapBuilder and NamedStreamMap.
2017-01-20 Zachary Turner[PDB] Rename some files to be more intuitive.
2017-01-20 Peter CollingbourneIPO, LTO: Plumb the summary from the LTO API into the...
2017-01-20 Sanjay Patel[ValueTracking] recognize variations of 'clamp' to...
2017-01-20 Peter Collingbournedocs: Document that !absolute_symbol { all-ones, all...
2017-01-20 Teresa Johnson[ThinLTO] Drop non-prevailing non-ODR weak to declarations
2017-01-20 Sanjay Patel[InstCombine] add tests to show missed canonicalization...
2017-01-20 Peter CollingbourneLowerTypeTests: Implement importing of type identifiers.
2017-01-20 Daniel Sanders[globalisel] Fix an unused variable warning when NDEBUG...
2017-01-20 Kostya Serebryany[libFuzzer] add an assert to protect against LLVMFuzze...
2017-01-20 Jan VeselyAMDGPU/R600: Serialize vector trunc stores to private AS
2017-01-20 Daniel BerlinNewGVN: Remove pr31686.ll, it is tested by pr31594...
2017-01-20 Daniel BerlinNewGVN: Fix PR 31686 and PR 31698 by rewriting store...
2017-01-20 Peter CollingbourneLowerTypeTests: Compute SizeM1BitWidth in exportTypeId...
next