OSDN Git Service

android-x86/external-llvm.git
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
2016-12-25 Amjad Aboud[DebugInfo] Added support for Checksum debug info feature.
2016-12-25 Chandler CarruthRevert r290512: [ADT] Add a generic concatenating itera...
2016-12-25 Chandler Carruth[ADT] Add a generic concatenating iterator and range.
2016-12-25 Mehdi AminiMetadataLoader: replace the tracking of ForwardReferenc...
2016-12-25 Mehdi AminiMetadataLoader: add an extra assertion in Placeholders...
2016-12-24 Daniel BerlinAdd range iterator for blocks in MemoryPhi
2016-12-24 Simon Pilgrim[InstCombine][X86] Add tests showing missed opportuniti...
2016-12-24 Bryant WongTest commit.
2016-12-24 Davide Italiano[NewGVN] Prefer `auto` to explicit type when the latter...
2016-12-24 Davide Italiano[NewGVN] Simplify several equals() member functions...
2016-12-24 Davide Italiano[PM] Remove vestiges of NoAA. NFCI.
2016-12-24 Ed Mastellvm-objdump: sort phdr type strings in advance of...
2016-12-24 Simon Pilgrim[SelectionDAG] Early out from computeKnownBits when...
2016-12-24 Chandler Carruth[PM] Try to improve the comments here to make what...
2016-12-24 Daniel BerlinMark isOnlyReachableViaThisEdge as const
2016-12-23 Mehdi AminiAdd an assertion for cl::opt names: they can't start...
2016-12-23 Mehdi Aminillvm-size: remove leading dash in '-radix' option
2016-12-23 Mehdi Aminillvm-readobj: remove leading dash in '-a' option (ARMAt...
2016-12-23 Mehdi Aminillvm-lto2: remove leading '-' for cl::opt declaration
2016-12-23 Mehdi Aminillvm-lto2: Print diagnostics before exiting (NFC)
2016-12-23 Mehdi Aminillvm-lto: pass errs() to the module verifier (NFC)
2016-12-23 Chandler Carruth[PM] Remove a bunch of junk that snuck in when I failed...
2016-12-23 Chandler Carruth[PM] Teach the always inlining test case to be much...
2016-12-23 Chandler Carruth[PM] Clean up test case and comments a bit. NFC.
2016-12-23 Chandler Carruth[PM] Add support for building a default AA pipeline...
2016-12-23 Mehdi AminiFunction-import: Disable IRVerifier on lazy-loaded...
2016-12-23 Mehdi AminiFix build after r290437 (missing include)
2016-12-23 Mehdi AminiFunctionImport: fix typo '#ifndef NDEBUG' instead of...
2016-12-23 Jan VeselyAMDGPU: split ret/noret patterns for global atomics
next