summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Attributor] Extend anonymous namespace. NFC.Benjamin Kramer2019-10-121-1/+1
* [LV] Merge LLVM_DEBUG blocks.Benjamin Kramer2019-10-121-15/+17
* [X86] Use pack instructions for packus/ssat truncate patterns when 256-bit is...Craig Topper2019-10-123-51/+27
* [X86] Test SKX cpu in the vector-trunc-packus/ssat/usat.ll tests instad of mi...Craig Topper2019-10-124-5100/+6198
* [mips] Rely on GPR size not ABI when select instruction to load value into re...Simon Atanasyan2019-10-121-9/+5
* [mips] Fix `loadImmediate` calls when load non-address values.Simon Atanasyan2019-10-122-7/+7
* [lit] Remove setting of the target-windows featureMartin Storsjo2019-10-121-2/+0
* [clang][IFS] Fixing spelling errors in interface-stubs OPT flag (NFC).Puyan Lotfi2019-10-126-11/+11
* [llvm-lipo] Pass ArrayRef by value.Alexander Shaposhnikov2019-10-121-5/+5
* Revert 374629 "[sancov] Accommodate sancov and coverage report server for use...Vitaly Buka2019-10-1211-18/+14
* NFC: clang-format rL374420 and adjust comment wordingHubert Tong2019-10-121-9/+11
* recommit: [LoopVectorize][PowerPC] Estimate int and float register pressure s...Zi Xuan Wu2019-10-1221-86/+379
* [clang][IFS] Updating tests to pass on -fvisibility=hidden builds (NFCi).Puyan Lotfi2019-10-124-13/+13
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-125-4/+73
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-125-77/+4
OpenPOWER on IntegriCloud