summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [X86][AVX] Use extract128BitVector helper. NFCI.Simon Pilgrim2017-12-161-4/+1
* [sanitizer] Define __sanitizer_clockid_t on FreeBSDKostya Kortchinsky2017-12-161-1/+1
* [X86][AVX] Fix failed broadcast foldSimon Pilgrim2017-12-162-19/+11
* [Memcpy Loop Lowering] Only calculate residual size/bytes copied when needed.Sean Fertile2017-12-162-14/+14
* [X86] Don't pass a zero input to the passthru operand of getVectorMaskingNode...Craig Topper2017-12-161-9/+6
* [X86] Have getVectorMaskingNode return an ISD::AND for X86ISD::VPSHUFBITQMB i...Craig Topper2017-12-161-0/+1
* [X86] When using vpopcntdq for ctpop of v8i16 vectors, only promote to v8i32.Craig Topper2017-12-163-26/+28
* [libcxx] Add WebAssembly supportSam Clegg2017-12-162-1/+3
* [X86] Combine some more scheduler model entries using regular expressions.Craig Topper2017-12-164-200/+100
* [X86] Use instrs instead of instregex for gather/scatter instructions in the ...Craig Topper2017-12-164-130/+116
* [InstCombine] Regenerate FMUL/FMA combine tests with update_test_checks.pySimon Pilgrim2017-12-162-100/+186
* [InstCombine] canonicalize shifty abs(): ashr+add+xor --> cmp+neg+selSanjay Patel2017-12-162-12/+32
* [Driver, CodeGen] pass through and apply -fassociative-mathSanjay Patel2017-12-167-13/+62
* [X86] Implement kand/kandn/kor/kxor/kxnor/knot intrinsics using native IR.Craig Topper2017-12-162-16/+74
* [X86] Remove GCCBuiltin from kand/kandn/kor/kxor/kxnor/knot intrinsics so cla...Craig Topper2017-12-161-6/+6
* [X86] Remove unneeded code for handling the old kunpck intrinsics.Craig Topper2017-12-162-13/+1
* [X86] Add the two files I forgot to commit in r320915.Craig Topper2017-12-162-0/+172
* [X86] Add builtins and tests for 128 and 256 bit vpopcntdq.Craig Topper2017-12-164-0/+14
* Move Transforms/LoopVectorize/consecutive-ptr-cg-bug.ll into the X86 subdirec...Hal Finkel2017-12-161-0/+0
* [LV] Extend InstWidening with CM_Widen_RecursiveHal Finkel2017-12-162-5/+84
* Fixed warning 'function declaration isn’t a prototype [-Werror=strict-proto...Galina Kistanova2017-12-161-1/+1
* [PowerPC, AsmParser] Enable the mnemonic spell correctorHal Finkel2017-12-162-2/+59
* [X86] Add 128 and 256-bit VPOPCNTDQ instructions. Adjust some tablegen classe...Craig Topper2017-12-165-64/+324
* [LTO] Update tests for r320905Vitaly Buka2017-12-162-2/+2
* [VerifyDiagnosticConsumer] support -verify=<prefixes>Hal Finkel2017-12-1610-554/+315
* Remove trailing whitespaceVitaly Buka2017-12-161-1/+1
* [WebAssembly] Return ArrayRef's rather than const std::vector&Sam Clegg2017-12-161-21/+11
* [LTO] Make processing of combined module more consistentVitaly Buka2017-12-1625-56/+75
* [TextDiagnosticBuffer] Fix diagnostic note emission orderHal Finkel2017-12-163-13/+39
* Add another missing -enable-import-metadata to testTeresa Johnson2017-12-161-1/+1
* [CodeGen] Specialize mixed-sign mul-with-overflow (fix PR34920)Vedant Kumar2017-12-162-0/+214
* [SimplifyLibCalls] Inline calls to cabs when it's safe to do soHal Finkel2017-12-167-0/+192
* [LV] NFC patch for moving VP*Recipe class definitions from LoopVectorize.cpp ...Hal Finkel2017-12-163-392/+415
* Add -enable-import-metadata to testTeresa Johnson2017-12-161-1/+1
* [X86] Add back the assert from r320830 that was reverted in r320850Craig Topper2017-12-161-0/+2
* Fix NDEBUG build problem in r320895Teresa Johnson2017-12-161-1/+1
* [COFF] Clean up debug option handlingShoaib Meenai2017-12-164-22/+24
* [ThinLTO] Enable importing of aliases as copy of aliaseeTeresa Johnson2017-12-1614-81/+236
* [COFF] Update an outdated comment. NFCShoaib Meenai2017-12-151-1/+1
* Fix WebAssembly backend for some LLVM API changesDavid Blaikie2017-12-156-11/+10
* [COFF] Simplify hasArgs calls. NFCShoaib Meenai2017-12-151-4/+3
* [CMake] darwin-debug is an hard dependency for tests on macOS.Davide Italiano2017-12-151-0/+5
* [TableGen][GlobalISel] Make the different Matcher comparableQuentin Colombet2017-12-151-0/+52
* [TableGen][GlobalISel] Fix unused variable warning in release modeQuentin Colombet2017-12-151-0/+1
* Revert "Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header.""Paul Robinson2017-12-157-86/+27
* [TableGen][GlobalISel] Have the predicate directly know which data they are d...Quentin Colombet2017-12-151-101/+169
* Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson2017-12-157-27/+86
* Fix unused variable in non-assert buildsMatthias Braun2017-12-151-2/+1
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-15242-843/+829
* [MacOSX/Queues] Relax an overly aggressive assertion in a test.Davide Italiano2017-12-151-1/+2
OpenPOWER on IntegriCloud