summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Enhance SymbolFileDWARF::ParseDeclsForContext performancePavel Labath2019-09-245-34/+36
* ConstantFold - silence static analyzer dyn_cast<> null dereference warning. N...Simon Pilgrim2019-09-241-0/+1
* Fix cppcheck "reduce variable scope" warning. NFCI.Simon Pilgrim2019-09-241-2/+1
* [LLDB] Add tests for PECOFF arm architecture identificationMartin Storsjo2019-09-244-2/+176
* [LLDB] [test] Allow differing order of some matchesMartin Storsjo2019-09-241-2/+2
* [LLDB] [test] Add a few missing cases of REQUIRES: pythonMartin Storsjo2019-09-242-0/+2
* [LLDB] Fix typo in RegisterContextDarwin_arm64Martin Storsjo2019-09-241-1/+1
* [lldb] Also force posix paths in CppModuleConfigurationTestRaphael Isemann2019-09-241-1/+1
* [lldb][NFC] Use default member initializers in ReadStringAndDumpToStreamOptionsRaphael Isemann2019-09-241-16/+10
* [ELF] Delete SectionBase::assignedFangrui Song2019-09-242-22/+9
* [ELF] Make MergeInputSection merging aware of output sectionsFangrui Song2019-09-2412-152/+207
* [IR] IntrinsicInst - silence static analyzer dyn_cast<> null dereference warn...Simon Pilgrim2019-09-241-2/+2
* LoopVectorize - silence static analyzer dyn_cast<CmpInst> null dereference wa...Simon Pilgrim2019-09-241-1/+1
* [tblgen] Disable Leak detection for ASan/GCC and LSan/LLVMKamil Rytarowski2019-09-241-4/+9
* [TSAN] Add read/write range interface functions with PCJoachim Protze2019-09-243-0/+53
* [lldb] Use convert_to_slash in CppModuleConfigurationRaphael Isemann2019-09-241-3/+3
* [SimplifyCFG] FoldTwoEntryPHINode - silence static analyzer null dereference ...Simon Pilgrim2019-09-241-0/+1
* SimplifyCFG - silence static analyzer dyn_cast<LandingPadInst> null dereferen...Simon Pilgrim2019-09-241-1/+1
* SimplifyCFG - silence static analyzer dyn_cast<Instruction> null dereference ...Simon Pilgrim2019-09-241-2/+1
* [clangd] Collect macros in the preamble region of the main fileHaojian Wu2019-09-249-113/+126
* [lldb][NFC] Use llvm::StringRef in formatters::NSStringSummaryProviderRaphael Isemann2019-09-241-11/+11
* [ModuloSchedule] KernelRewriter::rewrite - silence static analyzer dyn_cast<>...Simon Pilgrim2019-09-241-0/+1
* [ARM] Split large widening MVE loadsDavid Green2019-09-242-304/+118
* lowerObjCCall - silence static analyzer dyn_cast<CallInst> null dereference w...Simon Pilgrim2019-09-241-1/+1
* [ARM] MVE sext and widen/narrow tests from larger types. NFCDavid Green2019-09-242-2/+859
* [ARM] Split large truncating MVE storesDavid Green2019-09-243-109/+157
* [lldb] Decouple importing the std C++ module from the way the program is comp...Raphael Isemann2019-09-2462-203/+437
* [clang-tidy][test] Add -fexceptions to bugprone-infinite-loop.testFangrui Song2019-09-241-1/+1
* [modularize] Fix compilation warning after r372681Mikael Holmen2019-09-241-0/+2
* gn build: Merge r372712GN Sync Bot2019-09-241-0/+1
* [llvm-objcopy] Refactor ELF-specific config out to ELFCopyConfig. NFC.Seiya Nuta2019-09-247-128/+220
* [clang-tidy] Add bugprone-infinite-loop.rst from D64736 to fix buildbotFangrui Song2019-09-241-0/+32
* MCRegisterInfo: Merge getLLVMRegNum and getLLVMRegNumFromEHPavel Labath2019-09-2410-51/+47
* [NFC] Update test after r372708David Bolvansky2019-09-241-1/+1
* [Diagnostics] Do not diagnose unsigned shifts in boolean context (-Wint-in-bo...David Bolvansky2019-09-243-32/+39
* gn build: Merge r372706GN Sync Bot2019-09-241-0/+1
* [clang-tidy] Add missing InfiniteLoopCheck.h, InfiniteLoopCheck.cpp and test ...Fangrui Song2019-09-247-0/+533
* [ASTImporter] 4th attempt to fix Windows buildbot test errorsGabor Marton2019-09-241-4/+8
* Revert rL372693 : [clang-tidy] New bugprone-infinite-loop check for detecting...Simon Pilgrim2019-09-244-89/+0
* [Debuginfo] dbg.value points to undef value after Induction Variable Simplifi...Alexey Lapshin2019-09-243-9/+190
* [lldb][NFC] Relax completion tests for log command to make them pass on LinuxRaphael Isemann2019-09-241-15/+4
* [LLDB] Avoid warnings about redefining posix mode defines on MinGWMartin Storsjo2019-09-241-1/+11
* [LLDB] [Windows] Add missing ifdefs to fix building for non-x86 architecturesMartin Storsjo2019-09-241-1/+14
* sanitizer_common: fix freebsd build errorDmitry Vyukov2019-09-241-1/+0
* [lldb] Fix log output and UtilityTests/LogChannelTest.ListRaphael Isemann2019-09-241-0/+1
* [LV] Forced vectorization with runtime checks and OptForSizeSjoerd Meijer2019-09-242-3/+44
* [clang-tidy] New bugprone-infinite-loop check for detecting obvious infinite ...Adam Balogh2019-09-244-0/+89
* [lldb] Remove redundant argument lists in CompletionRequestRaphael Isemann2019-09-244-20/+13
* [lldb] Add completion support for log enable/disable/listRaphael Isemann2019-09-244-7/+110
* Ignore generated @import statements in the expression evaluatorRaphael Isemann2019-09-243-6/+22
OpenPOWER on IntegriCloud