summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Reapply "Fix crash on switch conditions of non-integer types in templ...Melanie Blower2019-11-089-32/+8
* [TargetLowering][DAGCombine][MSP430] Shift Amount Threshold in DAGCombine (3)...joanlluch2019-11-083-0/+88
* Don't attempt to upgrade debug-info-tests to Python3.Adrian Prantl2019-11-081-35/+0
* Add a testcase for .dSYM path remapping dictionaries.Adrian Prantl2019-11-083-0/+69
* Basic: fix FileManager invalidation issue for file redirectAlex Suhan2019-11-081-7/+11
* [llvm-xray] Add basic test for AArch64 supportShoaib Meenai2019-11-082-0/+173
* [clang] Fix -fsanitize-system-blacklist processing in cc1Jan Korous2019-11-081-0/+5
* Reland "[clang] Report sanitizer blacklist as a dependency in cc1"Jan Korous2019-11-086-62/+21
* Reland "[clang] Report sanitizer blacklist as a dependency in cc1"Jan Korous2019-11-086-21/+62
* DebugInfo: Use separate macinfo contributions for each CUDavid Blaikie2019-11-0811-63/+69
* [clang-format] NFC allow Format.h to be clang-formatted but still maintain th...paul_hoad2019-11-082-7/+14
* gn build: Merge f0af11d86f8LLVM GN Syncbot2019-11-081-0/+1
* [DDG] Data Dependence Graph - Pi Blockbmahjour2019-11-0811-318/+751
* [AArch64][X86] Don't assume __powidf2 is available on Windows.Eli Friedman2019-11-087-64/+144
* Revert "[LV] Apply sink-after & interleave-groups as VPlan transformations (N...Gil Rapaport2019-11-088-209/+131
* [ELF] Fix stack-use-after-scope after D69592 and 69650Fangrui Song2019-11-081-2/+4
* Reapply [LVI] Normalize pointer behaviorNikita Popov2019-11-082-90/+99
* [clang] Add VFS support for sanitizers' blacklistsJan Korous2019-11-087-10/+69
* [cmake] Remove LLVM_{BUILD,LINK}_LLVM_DYLIB options on WindowsTom Stellard2019-11-085-7/+18
* Reapply "Fix crash on switch conditions of non-integer types in templates"Melanie Blower2019-11-089-8/+32
* [ThinLTO] Fix bug when importing writeonly variablesevgeny2019-11-085-8/+80
* [cmake] Remove SVN support from VersionFromVCS.cmakeTom Stellard2019-11-082-79/+30
OpenPOWER on IntegriCloud