summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* Replace for-loop of SmallVector::push_back with SmallVector::append. NFCI.Simon Pilgrim2019-10-121-4/+2
* Fix cppcheck shadow variable name warnings. NFCI.Simon Pilgrim2019-10-121-6/+6
* [X86] Use any_of/all_of patterns in shuffle mask pattern recognisers. NFCI.Simon Pilgrim2019-10-121-24/+13
* [lit] Adjust error handling for decode introduced by r374665Joel E. Denny2019-10-121-1/+1
* [lit] Try yet again to fix new tests that fail on Windows botsJoel E. Denny2019-10-121-0/+3
* Revert r374657: "[lit] Try again to fix new tests that fail on Windows bots"Joel E. Denny2019-10-122-7/+6
* [clang-format] Proposal for clang-format to give compiler style warningsPaul Hoad2019-10-124-61/+188
* [LoopIdiomRecognize] Recommit: BCmp loop idiom recognitionRoman Lebedev2019-10-125-603/+1280
* [NFC][LoopIdiom] Add bcmp loop idiom miscompile test from PR43206.Roman Lebedev2019-10-121-3/+54
* [NFC][LoopIdiom] Move one bcmp test into the proper placeRoman Lebedev2019-10-122-23/+47
* remove an useless allocation found by scan-build - the new Dead nested assign...Sylvestre Ledru2019-10-121-2/+2
* [X86][SSE] Avoid unnecessary PMOVZX in v4i8 sum reductionSimon Pilgrim2019-10-122-15/+24
* [lit] Try again to fix new tests that fail on Windows botsJoel E. Denny2019-10-122-6/+7
* Revert r374654: "[lit] Try to fix new tests that fail on Windows bots"Joel E. Denny2019-10-121-20/+20
* [CostModel][X86] Improve sum reduction costs.Simon Pilgrim2019-10-124-359/+165
* [lit] Try to fix new tests that fail on Windows botsJoel E. Denny2019-10-121-20/+20
* [lit] Fix a few oversights in r374651 that broke some botsJoel E. Denny2019-10-122-2/+2
* [lit] Fix internal diff's --strip-trailing-cr and use itJoel E. Denny2019-10-1211-13/+82
* Reland r374392: [lit] Extend internal diff to support -UJoel E. Denny2019-10-124-6/+136
* Reland r374390: [lit] Extend internal diff to support `-` argumentJoel E. Denny2019-10-127-5/+146
* Reland r374389: [lit] Clean up internal diff's encoding handlingJoel E. Denny2019-10-127-33/+86
* Reland r374388: [lit] Make internal diff work in pipelinesJoel E. Denny2019-10-125-241/+276
OpenPOWER on IntegriCloud