OSDN Git Service

android-x86/external-llvm.git
2016-12-28 Mehdi AminiAdd an index for Module Metadata record in the bitcode
2016-12-28 Saleem AbdulrasoolRevert "Add an index for Module Metadata record in...
2016-12-28 Piotr Padlewski[NewGVN] replace emplace_back with push_back
2016-12-28 Mehdi AminiAdd an index for Module Metadata record in the bitcode
2016-12-28 Piotr Padlewski[NewGVN] Simplyfy loop NFC
2016-12-28 Mehdi Amini[ThinLTO] Honor -O{0,1,2,4} passed through the libLTO...
2016-12-28 Piotr Padlewski[NewGVN] replace typedefs with usings
2016-12-28 Piotr Padlewski[NewGVN] NFC fixes
2016-12-28 Reid Kleckner[WinEH] Don't assume endFunction is called while in...
2016-12-28 Davide Italiano[NewGVN] Global sweep replacing NULL with nullptr....
2016-12-28 Davide Italiano[NewGVN] Remove redundant code. NFCI.
2016-12-28 Davide Italiano[NewGVN] equals() for loads/stores is the same. Unify.
2016-12-28 Chandler Carruth[PM] Introduce a devirtualization iteration layer for...
2016-12-28 Chandler Carruth[PM] Teach the CGSCC's CG update utility to more carefu...
2016-12-28 Gadi HaberThis is a large patch for X86 AVX-512 of an optimizatio...
2016-12-28 Chandler Carruth[PM] Teach the inliner's call graph update to handle...
2016-12-28 Craig Topper[InstCombine] Remove a piece of a comment that said...
2016-12-28 Chandler Carruth[PM] Actually commit the test update that was supposed...
2016-12-28 Chandler Carruth[LCG] Teach the ref edge removal to handle a ref edge...
2016-12-28 Chandler Carruth[PM] Disable the loop vectorizer from the new PM's...
2016-12-28 Michael Kuperstein[InstCombine] Canonicalize insert splat sequences into...
2016-12-27 Kostya Serebryany[libFuzzer] add an experimental flag -experimental_len_...
2016-12-27 Eric FiselierMark comparator call operator as const
2016-12-27 Kostya Serebryany[libFuzzer] don't create large random mutations when...
2016-12-27 Kostya Serebryany[sanitizer-coverage] sort the switch cases
2016-12-27 Hemant Kulkarnillvm-readobj: ELF: Make DT tags machine aware
2016-12-27 Kostya Serebryany[libFuzzer] fix UB and simplify the computation of...
2016-12-27 Chandler Carruth[PM] Teach MemDep to invalidate its result object when...
2016-12-27 Saleem AbdulrasoolDebugInfo: add explicit casts for -Wqual-cast
2016-12-27 Saleem AbdulrasoolASMParser: use range-based for loops (NFC)
2016-12-27 Saleem Abdulrasooltest: modernise ARM CodeGen tests
2016-12-27 Davide Italiano[NewGVN] Simplify a bit removing else after return...
2016-12-27 Chandler Carruth[PM] Remove a pointless optimization.
2016-12-27 Chad RosierAttempt to make the Windows bots green after r290609.
2016-12-27 Chandler Carruth[PM] Add more dedicated testing to cover the invalidati...
2016-12-27 Bryant Wong[MemCpyOpt] Don't sink LoadInst below possible clobber.
2016-12-27 Teresa Johnson[ThinLTO] Fix "||" vs "|" mixup.
2016-12-27 Chad Rosier[AArch64][AsmParser] Add support for parsing shift...
2016-12-27 Artem Tamazov[AMDGPU][llvm-mc] Predefined symbols to access register...
2016-12-27 Piotr Padlewski[MemDep] Operand visited twice bugfix
2016-12-27 Eugene LeviantRuntimeDyldELF: refactor AArch64 relocations. NFC.
2016-12-27 Eugene LeviantFix unit test in NDEBUG build
2016-12-27 Chandler Carruth[PM] Teach BasicAA how to invalidate its result object.
2016-12-27 Eugene LeviantAttempt to fix build bot after r290597
2016-12-27 Chandler Carruth[PM] Disable more of the loop passes -- LCSSA and LoopS...
2016-12-27 Sam Kolton[AMDGPU] Assembler: support SDWA and DPP for VOP2b...
2016-12-27 Eugene LeviantRuntimeDyldELF: add R_AARCH64_ADD_ABS_LO12_NC reloc
2016-12-27 Eugene LeviantAllow setting multiple debug types
2016-12-27 Daniel BerlinChange a std::vector to SmallVector in NewGVN
2016-12-27 Chandler Carruth[PM] Teach the AAManager and AAResults layer (the worst...
2016-12-27 Chandler Carruth[PM] Introduce the facilities for registering cross...
2016-12-27 Chandler Carruth[PM] Turn on the new PM's inliner in addition to the...
2016-12-27 Craig Topper[AVX-512] Add all forms of VPALIGNR, VALIGND, and VALIG...
2016-12-27 Chandler Carruth[PM] Add one of the features left out of the initial...
2016-12-27 Chandler Carruth[PM] Wire up another test to the new pass manager.
2016-12-27 George Burgess IV[Analysis] Ignore `nobuiltin` on `allocsize` function...
2016-12-27 George Burgess IV[Analysis] Refactor as promised in r290397.
2016-12-27 Craig Topper[AVX-512] Remove masked pmuldq and pmuludq intrinsics...
2016-12-27 Craig Topper[InstCombine][X86] Add DemandedElts support for 512...
2016-12-27 Chandler Carruth[LCG] Teach the LazyCallGraph to handle visiting the...
2016-12-27 Craig Topper[AVX-512] Add 512-bit unmasked intrinsics for pmuldq...
2016-12-27 Chandler Carruth[PM] Teach the inliner in the new PM to merge attribute...
2016-12-27 Chandler Carruth[Inliner] Modernize all of the inliner tests that were...
2016-12-27 Craig Topper[AVX-512][InstCombine] Teach InstCombine to turn masked...
2016-12-27 Craig Topper[InstCombine][AVX-512] Add masked scalar add/sub/mul...
2016-12-27 Craig Topper[AVX-512] Add isel patterns to turn native masked scala...
2016-12-27 Craig Topper[AVX-512] Add tests to show missed opportunities for...
2016-12-27 Chandler Carruth[PM] Move the collection of call sites to a more approp...
2016-12-27 Craig Topper[AVX-512][InstCombine] Teach InstCombine to turn packed...
2016-12-26 Chandler Carruth[PM] Teach the always inliner in the new pass manager...
2016-12-26 Mehdi Amini[doc] Add mention of the difference in optimization...
2016-12-26 Chandler Carruth[ADT] Add an llvm::erase_if utility to make the standar...
2016-12-26 Simon Pilgrim[InstCombine][X86] Add DemandedElts support for PMULDQ...
2016-12-26 Chandler Carruth[ADT] Add a boring std::partition wrapper similar to...
2016-12-26 Daniel Berlinclang-format NewGVN files
2016-12-26 Daniel BerlinMisc cleanups and simplifications for NewGVN.
2016-12-26 Daniel BerlinDon't use our own incorrect version of isTriviallyDeadI...
2016-12-26 Davide Italiano[NewGVN] Add a flag to enable the pass via `-mllvm`.
2016-12-26 Davide Italiano[NewGVN] Change test to reflect difference between...
2016-12-26 Simon PilgrimWdocumentation fix
2016-12-26 Simon Pilgrim[X86][AVX512] Added v64i8 reverse shuffle test (PR31470)
2016-12-26 Davide Italiano[NewGVN] Fold lookupOperandLeader() when there's only...
2016-12-26 Bryant Wong[InstCombiner] Simplify lib calls to `round{,f}`
2016-12-26 Chandler CarruthTest the different scenarios of GlobalDCE and comdats...
2016-12-26 Craig Topper[AVX-512] Fix some patterns to use extended register...
2016-12-26 Craig Topper[AVX-512][InstCombine] Teach InstCombine to turn scalar...
2016-12-26 Craig Topper[AVX-512] Don't assume that the rounding mode argument...
2016-12-26 Chandler CarruthFix some bad indentation that I or another introduced...
2016-12-25 Craig Topper[AVX-512][InstCombine] Teach InstCombine to converted...
2016-12-25 Bryant WongFix `update_test_checks.py` bug that incorrectly trunca...
2016-12-25 Chandler Carruth[ADT] Add a generic concatenating iterator and range...
2016-12-25 Bryant Wong[MemorySSA] Define a restricted upward AccessList splice.
2016-12-25 Bryant Wong[AliasAnalysis] Teach BasicAA about memcpy.
2016-12-25 Daniel BerlinValue number stores and memory states so we can detect...
2016-12-25 Daniel BerlinRename GVNExpression *ops_ members to *op_* to match...
2016-12-25 Lang Hames[Orc][RPC] Add a ParallelCallGroup utility for dispatch...
2016-12-25 Lang Hames[Orc][RPC] Clang-format RPCUtils header.
2016-12-25 Greg ClaytonAdd newline to end of file to quiet warnings.
2016-12-25 Michael Zuckermanrevert commit 290516
2016-12-25 Michael ZuckermanCommit try added new empty line
next