summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [PowerPC][compiler-rt][builtins]Fix __fixunstfti builtin on PowerPCLei Huang2019-11-082-10/+662
* Properly propagate is_variadic.Adrian Prantl2019-11-081-1/+1
* [ELF] Suggest extern "C" when the definition is mangled while an undefined re...Fangrui Song2019-11-082-4/+57
* [ELF] Suggest extern "C" when an undefined reference is mangled while the def...Fangrui Song2019-11-083-4/+43
* [JumpThreading] Fix a comment typo (NFC)Kazu Hirata2019-11-081-1/+1
* remove redundant LLVM version from version string when setting CLANG_VENDORNick Desaulniers2019-11-081-5/+0
* Revert "[LVI] Normalize pointer behavior"Nikita Popov2019-11-082-96/+90
* [lldb] Make Asan/SIP workaround work for Python 3Jonas Devlieghere2019-11-081-2/+4
* [lldb] Prevent Asan/SIP workaround from affecting Python in /usr/local/binJonas Devlieghere2019-11-081-1/+1
* Fix two typos in one test name, three days before its 10th birthday! (NFC)Adrian Prantl2019-11-081-0/+0
* Adapt LLDB to clang API change in ObjCMethodDecl::create().Adrian Prantl2019-11-082-15/+24
* [LVI] Normalize pointer behaviorNikita Popov2019-11-082-90/+96
* PODSmallVector - fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-081-4/+4
* TimeTraceProfiler - fix uninitialized variable warning. NFCI.Simon Pilgrim2019-11-081-3/+3
* Obj2YamlError - fix uninitialized variable warning. NFCI.Simon Pilgrim2019-11-081-1/+1
* CrashRecoveryContextCleanup - fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-081-4/+4
* Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...Adrian Prantl2019-11-0829-197/+505
* [LICM] Support hosting of dynamic allocas out of loopsPhilip Reames2019-11-082-0/+213
* [LICM] Hoisting of widenable conditions out of loopsPhilip Reames2019-11-083-8/+47
* [CostModel] Fixed isExtractSubvectorMask for undef index off endTim Renouf2019-11-082-1/+6
* [PowerPC] Remove redundant CRSET/CRUNSET in custom lowering of known CR bit s...Yi-Hong Lyu2019-11-084-5/+42
* raw_ostream - fix static analyzer warnings. NFCI.Simon Pilgrim2019-11-082-14/+15
* YAMLTraits.h - fix uninitialized variable warning. NFCI.Simon Pilgrim2019-11-081-1/+1
* libclc: Drop the old python based build systemJan Vesely2019-11-083-536/+0
* libclc: Drop travisJan Vesely2019-11-081-200/+0
* [lldb] Skip parts of TestCallOverriddenMethod.py on LinuxRaphael Isemann2019-11-081-4/+18
* [NFC] ConstantRange::subWithNoWrap(): fixup commentRoman Lebedev2019-11-081-1/+1
* [ConstantRange] Add umul_sat()/smul_sat() methodsRoman Lebedev2019-11-083-0/+57
* [APInt] Add saturating truncation methodsRoman Lebedev2019-11-083-0/+55
* find_interesting_reviews.py: avoid crash on non-ascii data.Kristof Beyls2019-11-081-1/+1
* OutputStream - fix static analyzer warnings. NFCI.Simon Pilgrim2019-11-081-4/+4
* directory_entry - fix uninitialized variable warning. NFCI.Simon Pilgrim2019-11-081-1/+1
* Timer - fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-081-4/+4
* ReplacementItem - fix uninitialized variable warning. NFCI.Simon Pilgrim2019-11-081-1/+1
* Hashing - fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-081-2/+2
* [clang-format] Ensure dump_format_style.py can generate ClangFormatStyleOptio...paul_hoad2019-11-082-1/+21
* [llvm-xray] Add AArch64 to llvm-xray extractAditya Kumar2019-11-081-5/+17
* gn build: Merge 0dc0572b48eLLVM GN Syncbot2019-11-081-0/+1
* [XCOFF][AIX] Differentiate usage of label symbol and csect symbolJason Liu2019-11-0819-96/+117
* [AMDGPU][MC] Corrected src0 for v_movrelsd_b32 and v_movrelsd_2_b32Dmitry Preobrazhensky2019-11-083-6/+18
* [LV] Apply sink-after & interleave-groups as VPlan transformations (NFCI)Gil Rapaport2019-11-088-131/+209
* BinaryStream - fix static analyzer warnings. NFCI.Simon Pilgrim2019-11-084-13/+13
* [clang-format] update comments in clang-format.py for python3 compatibilitypaulhoad2019-11-081-5/+17
* Revert "test commit"Abel Kocsis2019-11-081-1/+0
* Revert "test commit"Abel Kocsis2019-11-081-1/+0
OpenPOWER on IntegriCloud