platform/upstream/llvm.git
2017-05-19 Vitaly Buka[compiler-rt] Add negative test for boolean flags.
2017-05-19 Matthias BraunSimplifyLibCalls: Optimize wcslen
2017-05-19 Matthias BraunVerifier: Check wchar_size module flag.
2017-05-19 Richard Trieu[ODRHash] Revert r303450 to fix buildbot
2017-05-19 Reid KlecknerFix off-by-one bug in AttributeList::addAttributes...
2017-05-19 Galina KistanovaAdded LLVM_FALLTHROUGH to address gcc warning: this...
2017-05-19 Evgeniy Stepanov[safestack] Disable stack coloring by default.
2017-05-19 Galina KistanovaAdded missing break.
2017-05-19 Daniel BerlinNewGVN: Fix PR32838.
2017-05-19 Daniel BerlinNewGVN: Print out the StoredValue of a StoreExpression
2017-05-19 Richard SmithDo not issue -Wnullability-completeness for dependent...
2017-05-19 Richard Trieu[ODRHash] Support TemplateName and TemplateArgument
2017-05-19 Simon PilgrimFix line-endings.
2017-05-19 Davide Italiano[InstCombine] *Actually* commit the test showing the...
2017-05-19 Zachary TurnerResubmit "[CodeView] Provide a common interface for...
2017-05-19 Davide Italiano[InstCombine] Add tests to demonstrate the miscompile...
2017-05-19 Daniel BerlinLast of the major pieces to NewGVN - yay!
2017-05-19 Daniel BerlinNewGVN: Get rid of most dominating leader check
2017-05-19 Daniel BerlinBasicAA: Uninserted instructions have no parent, and...
2017-05-19 Amaury Sechet[DAGCombine] (addcarry 0, 0, X) -> (ext/trunc X)
2017-05-19 Zachary Turner[lit] Take the last error when executing pipelines.
2017-05-19 Anna Thomas[NFC][loopIdiom] Clang format change rL303434
2017-05-19 Adrian PrantlThinLTO: Verify bitcode before lauching the ThinLTOCode...
2017-05-19 Adrian PrantlRewrite llvm-lto's codegen() using ThinCodeGenerator...
2017-05-19 Matthias BraunFix typo in test
2017-05-19 Simon Pilgrim[X86][FMA] Tests showing missed fmsubadd opportunities...
2017-05-19 Anna Thomas[LoopIdiom] Refactor return value of isLegalStore ...
2017-05-19 Craig Topper[InstSimplify] Fix 80 column violation. NFC
2017-05-19 Vassil Vassilev[modules] Further delay calling DeclMustBeEmitted until...
2017-05-19 Craig Topper[APInt] Add support for dividing or remainder by a...
2017-05-19 Siddharth Bhat[Fortran Support] Materialize outermost dimension for...
2017-05-19 Dmitry Preobrazhensky[AMDGPU][MC] Corrected disassembler to decode instructi...
2017-05-19 Artur Pilipenko[LoopPredication] NFC. Extract LoopICmp struct and...
2017-05-19 Artur Pilipenko[LoopPredication] NFC. Extract LoopPredication::expandC...
2017-05-19 Artur Pilipenko[LoopPredication] NFC. Extract CanExpand helper lambda
2017-05-19 Artur Pilipenko[LoopPredication] NFC. Add an early exit if there is...
2017-05-19 Dmitry Preobrazhensky[AMDGPU][MC] Fixed bugs in export instruction
2017-05-19 Francis RicciUse write instead of read permissions to check for...
2017-05-19 Guy Blank[X86][AVX512] Make i1 illegal in the CodeGen
2017-05-19 Tobias Grosser[ScopDetection] Allow detection of full functions
2017-05-19 Krzysztof ParzyszekRestore and update documentation comment for EmitPointe...
2017-05-19 Daniel Sanders[globalisel][tablegen] Demote OptForSize/OptForMinSize...
2017-05-19 Amara EmersonFix vector pass-through value being unused in IRBuilder...
2017-05-19 Krasimir Georgiev[clang-format] Handle trailing comment sections in...
2017-05-19 NAKAMURA TakumiCodeGenFunction::EmitPointerWithAlignment(): Prune...
2017-05-19 Volkan Keles[GlobalISel] IRTranslator: Translate ConstantStruct
2017-05-19 Craig Topper[APInt] Use b.negate() in place of b = -std::move(b...
2017-05-19 Zachary TurnerFix compilation failure.
2017-05-19 Zachary TurnerRevert "[CodeView] Provide a common interface for type...
2017-05-19 Zachary TurnerDon't crash if someone tries to visit an empty type...
2017-05-19 Zachary Turner[CodeView] Reduce memory usage in TypeSerializer.
2017-05-19 Davide Italiano[NewGVN] Delete the old store when we find congruent...
2017-05-19 Tobias Grosser[ScopInfo] Fix typo in documentation
2017-05-19 Tobias Grosser[ScopInfo] Gracefully handle long compile times
2017-05-19 Zachary TurnerFix a broken test.
2017-05-19 Adam NemetRevert "[ADT] Fix some Clang-tidy modernize-use-using...
2017-05-19 Richard SmithWhen a type-id is unexpectedly given a name, assume...
2017-05-19 Zachary TurnerFix crasher in CodeView test.
2017-05-19 Matthias BraunLiveIntervalAnalysis: Fix missing case in pruneSubRegVa...
2017-05-19 Matthias BraunFix typo
2017-05-18 Zachary TurnerFix another warning.
2017-05-18 Davide Italiano[NewGVN] Break infinite recursion in singleReachablePHI...
2017-05-18 Vitaly Buka[compiler-rt] Replace ifs with switch statement in...
2017-05-18 Zachary TurnerFix some build errors and warnings.
2017-05-18 Zachary Turner[CodeView] Raise the source to ID map out of the TypeSt...
2017-05-18 Zachary Turner[llvm-pdbdump] Add the ability to merge PDBs.
2017-05-18 Zachary Turner[CodeView] Provide a common interface for type collections.
2017-05-18 Sanjay Patel[InstCombine] add more tests for xor-of-icmps; NFC
2017-05-18 Michael Kruse[ScopInfo] Fix r302231 to use logical or (||). NFC.
2017-05-18 Davide Italiano[NewGVN] Replace predicate info leftovers.
2017-05-18 Rafael EspindolaUse linker script commands in writeMapFile.
2017-05-18 Eugene Zelenko[ADT] Fix some Clang-tidy modernize-use-using warnings...
2017-05-18 Martin Probstclang-format: [JS] for await, and fix a crash with...
2017-05-18 Sanjay Patel[InstCombine] add helper to foldXorOfICmps(); NFCI
2017-05-18 Kostya Kortchinsky[scudo] lower quarantine default sizes
2017-05-18 Craig Topper[InstSimplify] Make m_Not work for xor -1, X
2017-05-18 Rui UeyamaSet IMAGE_DLL_CHARACTERISTICS_NO_BIND.
2017-05-18 Rui UeyamaRevert r303375 "LLVM_FALLTHROUGH instead of fall-throug...
2017-05-18 Benjamin Kramer[clangd] Make formatting.test asynchronous again.
2017-05-18 Galina KistanovaLLVM_FALLTHROUGH instead of fall-through comment.
2017-05-18 Rui UeyamaMerge IAT and ILT.
2017-05-18 Richard SmithWhen we enter a module within a linkage specification...
2017-05-18 Richard SmithFix the location of "missing ';'" suggestions after...
2017-05-18 Peter CollingbourneCOFF: Replace DLLNames maps with vectors.
2017-05-18 Yaxun LiuCodeGen: Cast alloca to expected address space
2017-05-18 Hans WennborgRevert r302938 "Add LiveRangeShrink pass to shrink...
2017-05-18 Rafael EspindolaUse existing helper. NFC.
2017-05-18 Craig Topper[InstSimplify] Add test cases for missing fold (A ...
2017-05-18 Alex Lorenz[index] Avoid one more crash caused by infinite recursi...
2017-05-18 Galina KistanovaReduce gcc-7 warnings by fall-through comments.
2017-05-18 Sanjay Patel[InstCombine] move test and use better checks; NFC
2017-05-18 Rafael EspindolaUse a forward declaration. NFC.
2017-05-18 Reid Kleckner[IR] De-virtualize ~Value to save a vptr
2017-05-18 Wei Mi[LSR] Call canonicalize after we generate a new Formula...
2017-05-18 Francis Visoiu... [LegacyPassManager] Remove TargetMachine constructors
2017-05-18 Reid Kleckner[git-llvm] Don't attempt to propget files that don...
2017-05-18 Krzysztof Parzyszek[CodeGen] Propagate LValueBaseInfo instead of Alignment...
2017-05-18 Rui UeyamaUse make<> everywhere in COFF to make it consistent...
2017-05-18 Siddharth Bhat[Fortran Support] Change "global" pattern match to...
2017-05-18 Rafael EspindolaAlternative way to detemplate GotSection.
next