summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] don't assume 'inbounds' for bitcast deref or null pointer in no...Sanjay Patel2019-10-132-4/+12
* Make the last to clangd unit tests pass on Windows.Nico Weber2019-10-131-2/+8
* [NFC][InstCombine] More test for "sign bit test via shifts" pattern (PR43595)Roman Lebedev2019-10-136-13/+377
* [X86] SimplifyMultipleUseDemandedBitsForTargetNode - use getTargetShuffleInpu...Simon Pilgrim2019-10-131-12/+11
* [X86] getTargetShuffleInputs - add KnownUndef/Zero output supportSimon Pilgrim2019-10-131-25/+25
* [libc++][test] std::variant test cleanupCasey Carter2019-10-136-5/+7
* [libc++][test] <=> now has a feature-test macroCasey Carter2019-10-131-3/+2
* gn build: (manually) merge r374720Nico Weber2019-10-131-0/+1
* [clang-format] Proposal for clang-format to give compiler style warningsPaul Hoad2019-10-134-61/+188
* [X86][AVX] Add i686 avx splat testsSimon Pilgrim2019-10-131-54/+111
* Make most clangd unittests pass on WindowsNico Weber2019-10-138-7/+57
* BlockInCriticalSectionChecker - silence static analyzer dyn_cast null derefer...Simon Pilgrim2019-10-131-1/+1
* IRTranslator - silence static analyzer null dereference warnings. NFCI.Simon Pilgrim2019-10-131-3/+4
* [clang-tidy] bugprone-not-null-terminated-result: checker adjustments 4Csaba Dabis2019-10-131-1/+1
* [clang-tidy] bugprone-not-null-terminated-result: checker adjustments 3Csaba Dabis2019-10-132-0/+10
* [clang-tidy] bugprone-not-null-terminated-result: checker adjustments 2Csaba Dabis2019-10-131-7/+8
* [clang-tidy] bugprone-not-null-terminated-result: checker adjustmentsCsaba Dabis2019-10-131-6/+6
* [clang-tidy] bugprone-not-null-terminated-result: Sphinx adjustments 2Csaba Dabis2019-10-131-17/+21
* [clang-tidy] bugprone-not-null-terminated-result: Sphinx adjustmentsCsaba Dabis2019-10-131-15/+16
* gn build: Merge r374707GN Sync Bot2019-10-131-0/+1
* [clang-tidy] New checker for not null-terminated result caused by strlen(), s...Csaba Dabis2019-10-1317-0/+2168
* [X86] Add a one use check on the setcc to the min/max canonicalization code i...Craig Topper2019-10-132-341/+265
* [X86] Enable v4i32->v4i16 and v8i16->v8i8 saturating truncates to use pack in...Craig Topper2019-10-133-101/+17
* [X86] Add v2i64->v2i32/v2i16/v2i8 test cases to the trunc packus/ssat/usat te...Craig Topper2019-10-133-0/+2721
* [Attributor][FIX] Avoid splitting blocks if possibleJohannes Doerfert2019-10-134-16/+22
* [Attributor][FIX] Remove leftover, now unused, variableJohannes Doerfert2019-10-131-2/+0
* [Attributor] Remove unused verification flagJohannes Doerfert2019-10-131-24/+0
* [Attributor][NFC] Expose call site traversal without QueryingAAJohannes Doerfert2019-10-132-9/+26
* [Attributor][FIX] Ensure h2s doesn't trigger on escaped pointersJohannes Doerfert2019-10-132-53/+76
* [Attributor][FIX] Do not apply h2s for arbitrary mallocsJohannes Doerfert2019-10-132-16/+27
* [Attributor][FIX] Add missing function declaration in test caseJohannes Doerfert2019-10-131-0/+2
* [Attributor][FIX] Avoid modifying naked/optnone functionsJohannes Doerfert2019-10-133-9/+36
* [SROA] Reuse existing lifetime markers if possibleJohannes Doerfert2019-10-132-2/+77
* Revert r374663 "[clang-format] Proposal for clang-format to give compiler sty...Nico Weber2019-10-125-189/+61
* gn build: (manually) merge r374663Nico Weber2019-10-121-0/+1
* [libc++][test] Silence MSVC warning in std::optional testCasey Carter2019-10-121-1/+1
* Revert r374648: "Reland r374388: [lit] Make internal diff work in pipelines"Joel E. Denny2019-10-125-276/+241
* Revert r374649: "Reland r374389: [lit] Clean up internal diff's encoding hand...Joel E. Denny2019-10-127-86/+33
* Revert r374650: "Reland r374390: [lit] Extend internal diff to support `-` ar...Joel E. Denny2019-10-127-146/+5
* Revert 374651: "Reland r374392: [lit] Extend internal diff to support -U"Joel E. Denny2019-10-124-136/+6
* Revert r374652: "[lit] Fix internal diff's --strip-trailing-cr and use it"Joel E. Denny2019-10-1211-82/+13
* Revert r374653: "[lit] Fix a few oversights in r374651 that broke some bots"Joel E. Denny2019-10-122-2/+2
* Revert r374665: "[lit] Try yet again to fix new tests that fail on Windows bots"Joel E. Denny2019-10-121-3/+0
* Revert r374666: "[lit] Adjust error handling for decode introduced by r374665"Joel E. Denny2019-10-121-1/+1
* Revert r374671: "[lit] Try errors="ignore" for decode introduced by r374665"Joel E. Denny2019-10-121-1/+1
* [X86] scaleShuffleMask - use size_t Scale to avoid overflow warningsSimon Pilgrim2019-10-122-7/+7
* SymbolRecord - consistently use explicit for single operand constructorsSimon Pilgrim2019-10-121-15/+15
* SymbolRecord - fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-10-121-111/+111
* [lit] Try errors="ignore" for decode introduced by r374665Joel E. Denny2019-10-121-1/+1
* [NFC][LoopIdiom] Adjust FIXME to be self-explanatoryRoman Lebedev2019-10-121-1/+1
OpenPOWER on IntegriCloud