summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Compile all TLS on Emscripten as local-execGuanzhong Chen2019-07-163-2/+96
* [TableGen] Add "getOperandType" to get operand types from opcode/opidxJustin Bogner2019-07-162-4/+97
* Add REQUIRES: x86 to safeseh-no.s test for x86Reid Kleckner2019-07-161-0/+1
* [WebAssembly] Implement thread-local storage (local-exec model)Guanzhong Chen2019-07-1618-47/+413
* AMDGPU: Partially revert r366250Matt Arsenault2019-07-161-5/+2
* [ORC][docs] Fix an RST error: the code-block directive needs a newline after it.Lang Hames2019-07-161-0/+1
* [ORC][docs] Trim ORCv1 to ORCv2 transition section, add a how-to section.Lang Hames2019-07-161-121/+288
* [x86] use more phadd for reductionsSanjay Patel2019-07-164-56/+86
* [clang-format] Don't detect call to ObjC class method as C++11 attribute spec...Ben Hamilton2019-07-162-1/+11
* [NFC][ScopBuilder] Move addUserContext to ScopBuilderDominik Adamski2019-07-164-47/+48
* [clang-tidy] initial version of readability-convert-member-functions-to-staticMatthias Gehre2019-07-168-0/+451
* DWARF: Skip zero column for inline call sitesDavid Blaikie2019-07-162-2/+7
* [libcxx] Rejigger test for destroying delete feature-test macrosLouis Dionne2019-07-161-4/+13
* [NFC][ScopBuilder] Move buildAliasChecks and its implementing methods to Scop...Dominik Adamski2019-07-164-402/+420
* [Symbol] Remove unused fields from ClangASTContextAlex Langford2019-07-161-2/+0
* [NFC][ScopBuilder] Move addRecordedAssumption to ScopBuilderDominik Adamski2019-07-164-56/+67
* [libc++] Add missing UNSUPPORTED for CTAD testsLouis Dionne2019-07-162-0/+2
* [TSan] Improve handling of stack pointer mangling in {set,long}jmp, pt.6Julian Lettner2019-07-161-45/+44
* AMDGPU/GlobalISel: Select G_ASHRMatt Arsenault2019-07-167-72/+680
* AMDGPU/GlobalISel: Select G_LSHRMatt Arsenault2019-07-166-4/+703
* [PowerPC][HTM] Fix impossible reg-to-reg copy assert with ttest builtinJinsong Ji2019-07-162-1/+33
* AMDGPU/GlobalISel: Select G_SHLMatt Arsenault2019-07-166-4/+702
* [GWP-ASan] Add thread ID to PRNG seed.Mitch Phillips2019-07-162-5/+7
* [AMDGPU] Change register type for v32 vectorsStanislav Mekhanoshin2019-07-162-2/+31
* Fix -Wreturn-type warning. NFC.Michael Liao2019-07-161-0/+1
* AMDGPU: Fix some missing GCCBuiltin declarationsMatt Arsenault2019-07-161-24/+32
* AMDGPU/GlobalISel: Fix selection of private storesMatt Arsenault2019-07-162-6/+287
* AMDGPU/GlobalISel: Select private loadsMatt Arsenault2019-07-164-1/+1305
* Fix LLDB Windows build Python version logic after r366243Reid Kleckner2019-07-161-0/+1
* AMDGPU/GlobalISel: Select flat storesMatt Arsenault2019-07-168-54/+1650
* Mark new test as requiring an x86 backend for LTO native object generationReid Kleckner2019-07-161-0/+2
* Fix linkrepro.test after safeseh:no changeReid Kleckner2019-07-161-0/+6
* [CMake] Fail when Python interpreter doesn't match Python libraries versionJonas Devlieghere2019-07-161-3/+6
* AMDGPU: Add register classes to flat store patternsMatt Arsenault2019-07-161-25/+25
* [IndVars] Speculative fix for an assertion failure seen in botsPhilip Reames2019-07-161-1/+6
* AMDGPU: Replace store PatFragsMatt Arsenault2019-07-162-14/+34
* [COFF] Implement /safeseh:no and check @feat.00 flags by defaultReid Kleckner2019-07-1632-74/+118
* AMDGPU/GlobalISel: Select flat loadsMatt Arsenault2019-07-169-65/+3459
* Teach `llvm-pdbutil pretty -native` about `-injected-sources`Nico Weber2019-07-1612-21/+383
* [AMDGPU] Optimize atomic max/minJay Foad2019-07-162-36/+249
* AMDGPU: Redefine load PatFragsMatt Arsenault2019-07-164-76/+105
* [pstl] Use std::transform_reduce instead of hand-rolled implementationLouis Dionne2019-07-161-5/+1
* [NFC] Fix -Wreorder warning in TBB backendLouis Dionne2019-07-161-2/+2
* fix unnamed fiefield issue and add tests for __builtin_preserve_access_index ...Yonghong Song2019-07-164-2/+212
* AMDGPU: Fix missing immarg for mfma intrinsicsMatt Arsenault2019-07-162-20/+63
* [OpenMP] Move header inclusion out of 'extern "C"'Jonas Hahnfeld2019-07-161-2/+3
* Removed -mno-omit-leaf-frame-pointer from flags.Mitch Phillips2019-07-162-6/+0
* [CMake] Add Apple-lldb-Xcode.cmake cache that avoids install optionsStefan Granitz2019-07-161-0/+4
* [TSan] Improve handling of stack pointer mangling in {set,long}jmp, pt.10Julian Lettner2019-07-162-64/+0
* [OPENMP][NVPTX]Fixed checks for cuda versions.Alexey Bataev2019-07-161-2/+4
OpenPOWER on IntegriCloud