summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* Revert "Revert "Revert "[clang] Report sanitizer blacklist as a dependency in...Abel Kocsis2019-11-086-62/+21
* Revert "Revert "[clang] Report sanitizer blacklist as a dependency in cc1""Abel Kocsis2019-11-086-21/+62
* test commitAbel Kocsis2019-11-081-0/+1
* test commitAbel Kocsis2019-11-081-0/+1
* Revert "[clang] Report sanitizer blacklist as a dependency in cc1"Jeremy Morse2019-11-086-62/+21
* Revert "[compiler-rt] Fix tests after 03b84e4f6d0"Jeremy Morse2019-11-082-2/+2
* Reland: [TII] Use optional destination and source pair as a return value; NFCDjordje Todorovic2019-11-0813-131/+104
* [lldb] Make Target* a Target& in CommandObjectExpression::DoExecute REPL logicRaphael Isemann2019-11-081-49/+47
* [lldb][NFC] Refactor some IsClangType checks in ClangASTContextRaphael Isemann2019-11-082-2/+6
* [cmake] Enable thin lto cache when building with lld-linkRussell Gallop2019-11-081-0/+3
* Revert d91ed80 "[codeview] Reference types in type parent scopes"Hans Wennborg2019-11-084-170/+16
* [RAGreedy] Enable -consider-local-interval-cost for AArch64Sanne Wouda2019-11-083-69/+19
* Keep symbols passed by -init and -finiRui Ueyama2019-11-082-0/+44
* [RISCV] Fix evaluation of %pcrel_loRoger Ferrer Ibanez2019-11-082-3/+59
* [Analyzer] Checker for Debugging Iterator CheckersAdam Balogh2019-11-083-2/+221
* [NFC][IndVarS] Adjust a commentDaniil Suchkov2019-11-081-1/+1
OpenPOWER on IntegriCloud