summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* [clang-format] NFC clang-format the clang-format unit testsPaul Hoad2019-09-241-324/+350
* [ASTImporter] 3rd attempt to fix Windows buildbot test errorsGabor Marton2019-09-241-4/+6
* Revert "[static analyzer] Define __clang_analyzer__ macro in driver"Jan Korous2019-09-244-8/+9
* Revert "[lit] Add -D__clang_analyzer__ to clang_analyze_cc1"Jan Korous2019-09-241-1/+1
* Revert "[static analyzer][test] Test directly that driver sets D__clang_analy...Jan Korous2019-09-241-2/+5
* Fix int to bool errors exposed due to r372612.Rumeet Dhindsa2019-09-243-4/+4
* [static analyzer][test] Test directly that driver sets D__clang_analyzer__Jan Korous2019-09-241-5/+2
* [lit] Add -D__clang_analyzer__ to clang_analyze_cc1Jan Korous2019-09-241-1/+1
* Support for DWARF-5 C++ language tags.Adrian Prantl2019-09-249-8/+45
* [static analyzer] Remove --analyze-autoJan Korous2019-09-244-7/+3
* [static analyzer] Define __clang_analyzer__ macro in driverJan Korous2019-09-244-9/+8
* [InstCombine] Fold a shifty implementation of clamp-to-allones.Huihui Zhang2019-09-242-35/+39
* Adapt test to upstream clang compiler changes.Adrian Prantl2019-09-241-1/+4
* [InstCombine] Fold a shifty implementation of clamp-to-zero.Huihui Zhang2019-09-242-32/+36
* [GlobalISel][IRTranslator] Fix switch table lowering to use signed LE not uns...Amara Emerson2019-09-242-4/+46
* [llvm-cov] NFC: Specify a specific C++ standard in the test.Artem Dergachev2019-09-241-3/+6
* [MemorySSA] Update Phi insertion.Alina Sbirlea2019-09-232-43/+71
* Revert "Support for DWARF-5 C++ language tags."Jonas Devlieghere2019-09-239-45/+8
* [NFC][InstCombine] Add tests for shifty implementation of clamping.Huihui Zhang2019-09-232-0/+473
* [Make] Add support for building NeXT-style frameworksJonas Devlieghere2019-09-231-11/+40
* [NFCI] Return PathSensitiveBugReport where appropriateAlex Langford2019-09-232-7/+10
* HotColdSplitting: invalidate the AssumptionCache on splitSaleem Abdulrasool2019-09-232-0/+43
* [llvm-lipo] Add support for archives Alexander Shaposhnikov2019-09-232-140/+230
* [SampleFDO] Treat names in profile as not cold only when profile symbol listWei Mi2019-09-232-29/+44
* [Diagnostics] Warn for enum constants in bool context (-Wint-in-bool-context;...David Bolvansky2019-09-233-2/+47
* Support for DWARF-5 C++ language tags.Adrian Prantl2019-09-239-8/+45
* Fix uninitialized variable warning. NFCI.Simon Pilgrim2019-09-231-1/+1
* [X86] Reduce the number of unique check prefixes in memset-nonzero.ll. NFCCraig Topper2019-09-231-70/+3
* [lld][WebAssembly] Preserve symbol flags in --relocatable outputSam Clegg2019-09-235-28/+14
OpenPOWER on IntegriCloud