summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* YAMLParser - fix SimpleKey uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-091-4/+4
* Reduce scope of variable to silence cppcheck warning. NFCSimon Pilgrim2019-11-091-2/+1
* RegisterCoalescer - remove duplicate variable to fix Wshadow warning. NFCI.Simon Pilgrim2019-11-091-3/+2
* RegisterCoalescer - fix uninitialized variables. NFCI.Simon Pilgrim2019-11-091-10/+10
* [LV] Apply sink-after & interleave-groups as VPlan transformations (NFCI)Gil Rapaport2019-11-099-134/+263
* [lldb] [test] Un-XFAIL tests that work on NetBSD 9Michał Górny2019-11-094-6/+0
* Fix variable ‘LookedUpGetterSetter’ set but not used warning. NFCI.Simon Pilgrim2019-11-091-2/+0
* Fixed dia fileDávid Bolvanský2019-11-092-1/+1
* Fixed c-index testDávid Bolvanský2019-11-091-1/+1
* Fixed more -Wreturn-type testsDávid Bolvanský2019-11-094-4/+4
* Fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-091-2/+2
* Fix shadow variable warning with llvm::SrcMgr. NFCI.Simon Pilgrim2019-11-091-2/+2
* Fix operator precedence warning. NFC.Simon Pilgrim2019-11-091-1/+1
* [Diagnostics] Try to improve warning message for -Wreturn-typeDávid Bolvanský2019-11-0920-75/+76
* Revert "[BPF] Add preserve_access_index attribute for record definition"Yonghong Song2019-11-0914-448/+8
* [BPF] Add preserve_access_index attribute for record definitionYonghong Song2019-11-0914-8/+448
* [libc++] Validate the entire regex is consumedMark de Wever2019-11-092-11/+23
* [Parser] Warn when ScopeDepthOrObjCQuals overflowsMark de Wever2019-11-096-1/+140
* [NFC] Supress GCC "Bitfield too small to hold all values of enum" warning.Richard Smith2019-11-092-9/+15
* Fix builds where LLVM_ENABLE_STATS is disabledSimon Pilgrim2019-11-091-1/+1
* llvm-exegesis - fix shadow variable warnings. NFCI.Simon Pilgrim2019-11-092-5/+5
* Remarks - fix static analyzer warnings. NFCI.Simon Pilgrim2019-11-094-11/+12
* Remove duplicate MemVT to fix shadow variable warning. NFCI.Simon Pilgrim2019-11-091-1/+0
* Statistic - Fix shadow variable warning. NFCI.Simon Pilgrim2019-11-091-4/+4
* Remove superfluous break after return. NFC.Simon Pilgrim2019-11-091-2/+0
* Fix shadow variable warning by reducing scope of CC/InverseCC CondCodes. NFCI.Simon Pilgrim2019-11-091-3/+3
* Remarks - fix shadow variable warnings. NFCI.Simon Pilgrim2019-11-092-14/+16
* [cxx_status] Update with Belfast motions.Richard Smith2019-11-091-11/+40
* Refactor SimplifySelectsFeedingBinaryOp for D64713. NFC.Jay Foad2019-11-091-25/+32
* [Diagnostics] Fixed crash with non pointer type (PR43950)Dávid Bolvanský2019-11-091-1/+2
* [analyzer] Fix skipping the call during inlined defensive check suppression.Artem Dergachev2019-11-082-11/+25
* [analyzer] Nullability: Don't infer nullable when passing as nullable parameter.Artem Dergachev2019-11-082-5/+12
* Temporarily change the default for use-g-packet-for-reading to false,Jason Molenda2019-11-083-2/+5
* Revert "Add a testcase for .dSYM path remapping dictionaries."Jonas Devlieghere2019-11-083-69/+0
* [clang][IFS][test] Fixing buildbot test fails for clang-ifs.Puyan Lotfi2019-11-088-16/+16
* [clang][IFS] Adds support for more decl types in clang interface stubs.Puyan Lotfi2019-11-0811-6/+157
* ThinLTO : Import always_inline functions irrespective of the thresholdTeresa Johnson2019-11-0815-14/+67
* Test case to verify that lldb falls back to p/P if g is unsupportedJason Molenda2019-11-081-0/+98
* DebugInfo: Remove redundant conditionals/checks from macro info emissionDavid Blaikie2019-11-081-18/+8
* DebugInfo: Do not create a debug_macinfo section if no CUs have associated ma...David Blaikie2019-11-0810-46/+31
* llvm-ranlib/nm: Don't print usage message except for usage errorsSam Clegg2019-11-084-26/+50
* NVPTX: Don't insert an extra empty line at the end of the last section.David Blaikie2019-11-086-7/+0
* Debug Info: Nest Objective-C property function decls inside their container.Adrian Prantl2019-11-083-25/+82
* [clangd] NFC, reuse the source manager variable in the RawStringLiteral apply...Alex Lorenz2019-11-081-2/+1
* [MC] Emit unused undefined symbol even if its binding is not setFangrui Song2019-11-085-9/+37
* [www] More HTTPS and outdated link fixes.Stephan T. Lavavej2019-11-087-16/+16
* clang-format: refresh the list of optionsSylvestre Ledru2019-11-081-45/+52
* Reland "[compiler-rt] Fix tests after 03b84e4f6d0"Jan Korous2019-11-082-2/+2
* Revert "Reland "[clang] Report sanitizer blacklist as a dependency in cc1""Jan Korous2019-11-086-21/+62
* clang-format: Add to the release notes the new --dry-run/-n optionSylvestre Ledru2019-11-081-0/+3
OpenPOWER on IntegriCloud