platform/upstream/llvm.git
2017-05-23 Gor Nishanov[coroutines] Skip over passthrough operator co_await
2017-05-23 Galina KistanovaAdded LLVM_FALLTHROUGH to address gcc warning: this...
2017-05-23 Gor Nishanov[coroutines] Add emission of initial and final suspends
2017-05-23 Galina KistanovaCosmetic. Added braces to address gcc warning: suggest...
2017-05-23 NAKAMURA TakumiTypeStreamMerger.h: Fix a \param in r303577. [-Wdocumen...
2017-05-23 Tobias Grosser[ScopInfo] Simplify domains early
2017-05-23 Gor Nishanov[coroutines] Add support for deallocation elision
2017-05-23 Gor Nishanov[coroutines] Replace all coro.frame builtins with an...
2017-05-23 Galina KistanovaAdded LLVM_FALLTHROUGH to address gcc warning: this...
2017-05-23 Gor Nishanov[coroutines] Add support for allocation elision
2017-05-23 Galina KistanovaAdded LLVM_FALLTHROUGH to address gcc warning: this...
2017-05-23 Faisal Vali[NFC, Refactor] Modernize TemplateIdAnnotation using...
2017-05-23 Teresa JohnsonAdjust clang test for r303590
2017-05-23 David BlaikieFIX: Remove debugging assert left in previous commit
2017-05-23 David BlaikielibDebugInfo: Avoid independently parsing the same...
2017-05-23 Teresa JohnsonSupport for taking the max of module flags when linking...
2017-05-22 Richard SmithAdd option to include multiple lines in snippets.
2017-05-22 Craig Topper[InstSimplify] Fix the indentation throughout the inter...
2017-05-22 Davide Italiano[NewPM] Fix an innocent but silly typo. Reported by...
2017-05-22 Davide Italiano[NewPM] Add a temporary cl::opt() to test NewGVN.
2017-05-22 Galina KistanovaAdded LLVM_FALLTHROUGH to address gcc warning: this...
2017-05-22 Gor Nishanov[coroutines] Fix coro-eh-cleanup.cpp test
2017-05-22 Gor Nishanov[coroutines] Wrap the body of the coroutine in try...
2017-05-22 Reid KlecknerGive files from #line the characteristics of the curren...
2017-05-22 Vitaly Buka[CodeGen] Fix uninitialized variables exposed by r303084
2017-05-22 Tim NorthoverInstructionSimplify: don't speculate about Constants...
2017-05-22 Evgeniy Stepanov[lld] Infer relocation model from module flags in reloc...
2017-05-22 Evgeniy StepanovInfer relocation model from module flags in relocatable...
2017-05-22 Zachary TurnerImplement various flavors of type merging.
2017-05-22 Zachary TurnerMake TypeSerializer's StringMap use the same allocator.
2017-05-22 Adrian PrantlDon't generate line&scope debug info for meta-instructions.
2017-05-22 Teresa JohnsonFix update VP metadata after inlining for instrumentati...
2017-05-22 Gor Nishanov[coroutines] Build GRO declaration and return GRO statement
2017-05-22 Krzysztof Parzyszek[Hexagon] Fix definitions of vector predicate loads...
2017-05-22 Craig Topper[DataLayout] Add llvm_unreachable to the default of...
2017-05-22 Adrian PrantlRevert "Don't generate line&scope debug info for meta...
2017-05-22 Stanislav Mekhanoshin[AMDGPU] Narrow lshl from 64 to 32 bit if possible
2017-05-22 Alex Lorenz[index] Index the default template parameter values
2017-05-22 Xinliang David Li[PartialInlining] Add internal options to enable partia...
2017-05-22 Adrian PrantlDon't generate line&scope debug info for meta-instructions.
2017-05-22 Simon Atanasyan[mips] Add one more check to the micromips attribute...
2017-05-22 Simon Atanasyan[mips] Quote command line options with `` in the microm...
2017-05-22 Alex Lorenz[index] Index the deleted functions
2017-05-22 Erik Pilkington[Sema][ObjC] Fix a bug where -Wunguarded-availability...
2017-05-22 Michael Kruse[CodeGen] Add invalidation of the loop SCEVs after...
2017-05-22 Nirav Dave[DAG] Rework store merge to loop on load candidates...
2017-05-22 Alex Lorenz[index] Visit the default argument values in function...
2017-05-22 Nirav Dave[X86] Remove target feature info from mul-i256.ll test...
2017-05-22 Martin Probstclang-format: [JS] avoid line breaks before unindented...
2017-05-22 Francois Ferrandclang-format: do not reflow bullet lists
2017-05-22 Alex Lorenz[index] 'using namespace' declarations in functions...
2017-05-22 Alexander Kornienko[clang-tidy] misc-move-const-arg shouldn't complain...
2017-05-22 Pavel LabathFix incorrect Status -> Error rename in IOHandler
2017-05-22 Alexander Kornienko[clang-tidy] readability-redundant-declaration false...
2017-05-22 Alexander Kornienko[clang-tidy] readability-braces-around-statements false...
2017-05-22 Siddharth Bhat[Docs] Use ReadTheDocs theme if available.
2017-05-22 Siddharth Bhat[Docs] Fix Sphinx documentation in CMake check.
2017-05-22 Valery Pykhtin[AMDGPU] Fix incorrect register usage tracking in GCNUp...
2017-05-22 Krasimir Georgiev[clangd] Switch to incomplete translation units
2017-05-22 Simon Atanasyan[mips] Support `micromips` attribute
2017-05-22 Simon Atanasyan[mips] Support micromips attribute passed by front-end
2017-05-22 Artur Pilipenko[LoopPredication] NFC. Add extra debug output in case...
2017-05-22 Artur Pilipenko[LoopPredication] NFC. Move a nested struct declaration...
2017-05-22 Daniel SandersRevert r303259 - [globalisel][tablegen] Import rules...
2017-05-22 Krasimir Georgiev[clang-format] Keep trailing preprocessor line comments...
2017-05-22 James MolloyRe-apply r302416: [ARM] Clear the constant pool cache...
2017-05-22 James MolloyRe-apply r286006: Fix 24560: assembler does not share...
2017-05-22 Strahinja Petrovic[MIPS] Add support to match more patterns for DINS...
2017-05-22 James MolloyRevert "[ARM] Clear the constant pool cache on explicit...
2017-05-22 James MolloyRevert "Fix 24560: assembler does not share constant...
2017-05-22 Francois Ferrandclang-format: Allow customizing the penalty for breakin...
2017-05-22 Amaury SechetRegenerate expected result for test constant-combines...
2017-05-22 David BlaikielibDebugInfo/DWARF: Apply relocations for debug_addr...
2017-05-22 Sanjoy Das[SCEV] Clarify behavior around max backedge taken count
2017-05-22 Zvi Rackover[X86] Add (ix bitcast(vsetcc)) test cases with illegal...
2017-05-22 Craig Topper[InstCombine] Cleanup the interface for overflow checks
2017-05-22 Amaury SechetAdd a test case for large integer subtraction via subca...
2017-05-22 Rui UeyamaRevert r303304: Re-submit r303225: Garbage collect...
2017-05-22 Dean Michael... [XRay][compiler-rt] Add __xray_remove_customevent_handl...
2017-05-22 Amaury SechetAdd test case for subcarry optimization.
2017-05-22 Craig Topper[SimplifyCFG] Prevent a few APInt copies on method...
2017-05-22 Craig Topper[KnownBits] Use isNegative/isNonNegative to shorten...
2017-05-21 Daniel BerlinNewGVN: Fix PR 33116, the memoryphi version of bug...
2017-05-21 Daniel BerlinNewGVN: Cleanup some repeated code using some templated...
2017-05-21 Daniel BerlinNewGVN: Fix printing of simplified expression
2017-05-21 Daniel BerlinSmallPtrSetImpl/SmallPtrSet: Add a public value_type...
2017-05-21 Michael Kruse[CodeGen] Support partial write accesses.
2017-05-21 Davide Italiano[NewGVN] Actually check the NewGVN output.
2017-05-21 Davide Italiano[NewGVN] Add a test for non most dominating leader.
2017-05-21 Tobias Grosser[ScopInfo] Translate updateDimensionality to isl C...
2017-05-21 Davide Italiano[InstCombine] Take in account the size in sext->lshr...
2017-05-21 Tobias Grosser[isl++] add isl_constraint to C++ bindings [NFC]
2017-05-21 Tobias Grosser[ScopInfo] Translate wrapConstantDimensions to isl...
2017-05-21 Tobias Grosser[ScopInfo] Translate addRangeBoundsToSet to isl C+...
2017-05-21 Tobias GrosserFix include order to stop clang-format complains
2017-05-21 Tobias Grosser[ScheduleOptimizer] Move schedule construction to isl...
2017-05-21 Tobias Grosser[Simplify] Move to isl C++
2017-05-21 Tobias Grosser[isl++] Export (almost) all functions from isl
2017-05-21 Tobias Grosser[isl++] Rebase isl C++ bindings on top of 29aee98ce
2017-05-21 Sanjay Patel[InstCombine] add tests for potential (lshr(sext X...
next