platform/upstream/llvm.git
2018-08-14 Richard SmithRevert r339490 to match revert of llvm r339474 in r339630.
2018-08-14 Richard SmithMove test inputs into Inputs directory.
2018-08-14 Akira Hatanaka[CodeGen] Before returning a copy/dispose helper functi...
2018-08-14 Akira HatanakaFix check strings in test/CodeGenObjC/arc-blocks.m...
2018-08-13 George Karpenkov[analyzer] Fix UninitializedObjectChecker to not crash...
2018-08-13 Wouter van... Revert "[WebAssembly] Added default stack-only instruct...
2018-08-13 George Karpenkov[analyzer] [NFC] Introduce separate targets for testing...
2018-08-13 Jordan Rupprecht[Support] NFC: Allow modifying access/modification...
2018-08-13 Philip Reames[AST] Minor formatting cleanup [NFC]
2018-08-13 Sterling AugustineSupport shared objects for split stack.
2018-08-13 Philip Reames[AST] Cleanup code by using MemoryLocation utility...
2018-08-13 Richard SmithFix Clang warnings and bad #include filenames in r33959...
2018-08-13 Richard SmithModel type attributes as regular Attrs.
2018-08-13 Craig Topper[X86] Don't ignore 0x66 prefix on relative jumps in...
2018-08-13 Roman Lebedev[InstCombine] Re-land: Optimize redundant 'signed trunc...
2018-08-13 Julie HockettRevert "[clang-doc] Updating BitcodeReader to use llvm...
2018-08-13 Roman Lebedev[NFC][InstCombine] Add a test for D50465 that used...
2018-08-13 Sanjay Patel[SimplifyLibCalls] don't drop fast-math-flags on trig...
2018-08-13 Julie Hockett[clang-doc] Updating BitcodeReader to use llvm::Error
2018-08-13 Jordan Rupprecht[llvm-objcopy] NFC: Fix minor formatting issues
2018-08-13 Jason MolendaUpdate TestTargetXMLArch.py test for llvm triple change...
2018-08-13 Evgeniy Stepanov[hwasan] Provide __sanitizer_* aliases to allocator...
2018-08-13 Akira HatanakaConvert if/else to a switch. NFC.
2018-08-13 Roman LebedevRevert "[InstCombine] Optimize redundant 'signed trunca...
2018-08-13 Raphael IsemannAdded test for Core/Range class.
2018-08-13 Roman Lebedev[InstCombine] Optimize redundant 'signed truncation...
2018-08-13 Sanjay Patelrevert r339608 - [SimplifyLibCalls] don't drop fast...
2018-08-13 Sanjay Patel[SimplifyLibCalls] don't drop fast-math-flags on trig...
2018-08-13 Evgeniy Stepanov[hwasan] Handle missing /proc/self/maps.
2018-08-13 Evgeniy Stepanov[hwasan] Allow optional early shadow setup.
2018-08-13 Anna ThomasNFC: Add a test to LV showing that reduction is not...
2018-08-13 Sanjay Patel[SimplifyLibCalls] add reflection fold for -sin(-x...
2018-08-13 Alexey Bataev[OPENMP] Fix emission of the loop doacross constructs.
2018-08-13 Roman Lebedev[InstCombine][NFC] Tests for 'signed truncation check...
2018-08-13 Kristof Umann[analyzer][UninitializedObjectChecker] Refactoring...
2018-08-13 Scott Linder[CodeGen] Fix assert in SelectionDAG::computeKnownBits
2018-08-13 Kristof Umann[analyzer][UninitializedObjectChecker] Refactoring...
2018-08-13 Sanjay Patel[InstCombine] add more tests for trig reflections;...
2018-08-13 Erich KeaneEnforce instantiation of template multiversion functions
2018-08-13 Kristof Umann[analyzer][UninitializedObjectChecker] Refactoring...
2018-08-13 Kristof Umann[analyzer][UninitializedObjectChecker] Refactoring...
2018-08-13 Matt Davis[llvm-mca] Propagate fatal llvm-mca errors from library...
2018-08-13 Nick Desaulniers[Sema] fix -Wfloat-conversion test case.
2018-08-13 Julie Hockett[clang-doc] Pass over function-internal declarations
2018-08-13 Kristof Umann[analyzer][UninitializedObjectChecker] Refactoring...
2018-08-13 Eugene Zelenko[Documentation] Remove unnecessary placeholder, grammar...
2018-08-13 Andrea Di Biagio[X86][BtVer2] Use NoSchedPredicate to model default...
2018-08-13 Sanjay Patel[SimplifyLibCalls] reduce code for optimizeCos; NFCI
2018-08-13 Erik PilkingtonAttempt to fix some MSVC build errors.
2018-08-13 Kristof Umann[ADT] Implemented unittests for ImmutableList
2018-08-13 Jonathan Peyton[OMPT] Make omp_control_tool() compliant when called...
2018-08-13 Simon Pilgrim[InstCombine] Limit simplifyAllocaArraySize constant...
2018-08-13 Stefan GranitzStraight forward FastDemangle replacement in SubsPrimit...
2018-08-13 Bruno Ricci[AST] Update/correct the static_asserts for the bit...
2018-08-13 Nick Desaulniers[SEMA] add more -Wfloat-conversion to compound assigmen...
2018-08-13 Erik Pilkington[itanium demangler] Add llvm::itaniumFindTypesInMangled...
2018-08-13 Sanjay Patel[InstCombine] auto-generate full checks and add cos...
2018-08-13 Evandro Menezes[SLC] Expand simplification of pow() for vector types
2018-08-13 Andrea Di Biagio[Tablegen] Replace uses of formatted_raw_ostream with...
2018-08-13 Krzysztof Parzyszek[Hexagon] Silence -Wuninitialized warning from GCC...
2018-08-13 Kostya Kortchinsky[sanitizer] Remove st(X) from the clobber list in 32...
2018-08-13 Alexey BataevRevert "[OPENMP] Fix emission of the loop doacross...
2018-08-13 Krasimir Georgiev[clang-format] Fix comment, NFC
2018-08-13 Kadir CetinkayaFix lint tests for D50449
2018-08-13 Martin Bohme[clang-tidy] Recognize [[clang::reinitializes]] attribu...
2018-08-13 Daniel CedermanRevert "[Sparc] Add support for the cycle counter avail...
2018-08-13 Martin BohmeSummary:Add clang::reinitializes attribute
2018-08-13 Alexey Bataev[OPENMP] Fix emission of the loop doacross constructs.
2018-08-13 Sid ManningCheck for tied operands
2018-08-13 George Rimar[LLD][ELF] - Remove dead code from handleTlsRelocation...
2018-08-13 Jonas Paulsson[SystemZ] Increase the amount of inlining.
2018-08-13 Simon Pilgrim[X86] Add tests showing missing div/rem 0, X -> 0 combines
2018-08-13 Simon Pilgrim[DAGCombiner] simplifyDivRem - add comment describing...
2018-08-13 Balazs Keri[ASTImporter] Improved import of friend templates.
2018-08-13 Dan Liew[CMake] Fix bug in `add_weak_symbols()` function.
2018-08-13 Haojian WuRevert "Allow relockable scopes with thread safety...
2018-08-13 Simon PilgrimFix MSVC 'std::min: no matching overloaded function...
2018-08-13 Simon Pilgrim[CGP] Fix GEP issue with out of range APInt constant...
2018-08-13 George Rimar[LLD][ELF] - Remove dead code from handleTlsRelocation...
2018-08-13 Andrea Di Biagio[Tablegen][SubtargetEmitter] Improve expansion of predi...
2018-08-13 Daniel Cederman[Sparc] Add support for the cycle counter available...
2018-08-13 George Rimar[LLD][ELF] - Update test case to check the error messag...
2018-08-13 Simon PilgrimRemove extra semicolon (fixes -Wpedantic warning)....
2018-08-13 Kirill Bobyrev[clangd] Generate incomplete trigrams for the Dex index
2018-08-13 Kadir Cetinkaya[clangd] Introduce scoring mechanism for SignatureInfor...
2018-08-13 Luke Geeson[ARM] Added FP16 VREV Vector Instrinsic CodeGen support
2018-08-13 Kadir Cetinkaya[clangd] Support textEdit in addition to insertText.
2018-08-13 Kadir Cetinkaya[clang] Store code completion token range in preprocessor.
2018-08-13 Max Kazantsev[GuardWidening] Widen very likely non-taken br instructions
2018-08-13 Craig Topper[SelectionDAG] In PromoteFloatOp_BITCAST, insert a...
2018-08-13 Craig Topper[SelectionDAG] In PromoteIntRes_BITCAST, when the input...
2018-08-13 Lei LiuRestore correct x86_64 EH encodings in kernel code...
2018-08-13 Craig Topper[SelectionDAG] In PromoteFloatRes_BITCAST, insert a...
2018-08-13 Craig Topper[InstCombine] Fix typo in comment. NFC
2018-08-13 Craig Topper[InstCombine] Replace call to haveNoCommonBitsSet in...
2018-08-12 Shuai Wang[ASTMatchers] Let hasAnyArgument also support CXXUnreso...
2018-08-12 Craig Topper[X86] Add constant folding for AVX512 versions of scala...
2018-08-12 Daniel Sanders[globalisel] Remove dead code from GlobalISelEmitter
2018-08-12 Aaron BallmanRenaming arg_const_range to const_arg_range; NFC.
2018-08-12 Matt ArsenaultAMDGPU: Cleanup min/max legacy tests
next