summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* [AMDGPU] Add the adjusted FP as a livein register.Michael Liao2019-07-164-34/+91
* [Strict FP] Allow more relaxed schedulingUlrich Weigand2019-07-163-97/+186
* Revert "[swig] Add workaround for old swig"Jonas Devlieghere2019-07-161-5/+0
* [OPENMP]Fix threadid in __kmpc_omp_taskwait call for dependent target calls.Alexey Bataev2019-07-162-5/+67
* Revert [tools] [llvm-nm] Default to reading from stdin not a.outAlex Brachet2019-07-163-43/+4
* Add missing test for r366215Amara Emerson2019-07-161-0/+71
* [Remarks] Simplify and refactor the RemarkParser interfaceFrancis Visoiu Mistrih2019-07-1615-493/+485
* [Remarks][NFC] Combine ParserFormat and SerializerFormatFrancis Visoiu Mistrih2019-07-1613-52/+100
* [ADCE] Fix non-deterministic behaviour due to iterating over a pointer set.Amara Emerson2019-07-161-3/+8
* [DAGCombiner] fold (addcarry (xor a, -1), b, c) -> (subcarry b, a, !c) and fl...Amaury Sechet2019-07-163-38/+41
* [SWIG] Deprecate SWIG 1.xJonas Devlieghere2019-07-161-0/+5
* [OpenCL] Fixing sampler initialisations for C++ mode.Neil Hickey2019-07-163-12/+17
* [OPENMP]Add support for analysis of if clauses.Alexey Bataev2019-07-1628-241/+497
* AMDGPU/GlobalISel: Fix test failures in release buildMatt Arsenault2019-07-1615-466/+406
* [llvm-ar][test] Add to llvm-ar test coverageOwen Reynolds2019-07-163-0/+252
* [pstl] Fix compilation with TBB backendLouis Dionne2019-07-161-8/+8
* [clangd] Added highlighting for the targets in typedefs and using.Johan Vikstrom2019-07-162-4/+27
* Reapply [llvm-ar][test] Increase llvm-ar test coverageOwen Reynolds2019-07-169-18/+413
* remove a duplicate declarationSylvestre Ledru2019-07-161-3/+0
* Document the LLVM_ENABLE_BINDINGS optionSylvestre Ledru2019-07-161-0/+6
* [Object/llvm-readelf/llvm-readobj] - Improve error reporting when e_shstrndx ...George Rimar2019-07-166-12/+65
OpenPOWER on IntegriCloud