summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* LLD: Fix large integer implicitly truncated to unsigned type gcc warningKonstantin Zhuravlyov2017-10-231-1/+1
* Abstract rwlocks into a class, provide a SRW lock implementation for windowsMartin Storsjo2017-10-234-30/+97
* [Hexagon] Add extra pattern for S4_addaddiKrzysztof Parzyszek2017-10-232-0/+15
* [OpenMP] Avoid VLAs for some reductions on array sectionsJonas Hahnfeld2017-10-235-111/+416
* Fix FormatVariadicTest with GCCJonas Hahnfeld2017-10-231-1/+3
* [globalisel][tablegen] Import stores and allow GISel to automatically substit...Daniel Sanders2017-10-238-9/+171
* Accidently merged an incomplete upstream patch in 10e6ee563a6b5ca498f27972ca6...Mitch Phillips2017-10-234-10/+7
* Patch inMitch Phillips2017-10-234-7/+10
* [wasm] readSection: Avoid reading past eof (fixes oss-fuzz #3219)Vedant Kumar2017-10-233-3/+7
* [Sanitizers] Add total primary allocator RSS to allocator report.Alex Shlyapnikov2017-10-231-8/+14
* [lldbtest] Simplify removing an unneeded else. NFCI.Davide Italiano2017-10-231-2/+1
* [X86][SSE] Regenerate PACKSS tests on 32 + 64-bit targetsSimon Pilgrim2017-10-231-74/+67
* CodeGen: Fix invalid bitcast in partial initialization of automatic arrary va...Yaxun Liu2017-10-232-1/+9
* Updated 'Getting Started' to use valid git links (added trailing slashes)Mitch Phillips2017-10-231-33/+33
* [PassManager] add test to show the new PM uses -latesimplifycfg early; NFCSanjay Patel2017-10-231-0/+95
* [globalisel] Add very brief docs summarizing the ISel part of the LLVMDev tut...Daniel Sanders2017-10-231-5/+69
* AMDGPU: Cleanup local atomic node namesMatt Arsenault2017-10-234-62/+51
* Revert "[Compiler-rt][MIPS] Fix cross build for XRAY."Evgeniy Stepanov2017-10-231-8/+2
* [Sanitizers] New sanitizer API to purge allocator quarantine.Alex Shlyapnikov2017-10-239-26/+89
* AMDGPU: Fix default range in non-kernel functionsMatt Arsenault2017-10-233-4/+46
* [X86] Fix disassembler table generation to prevent instructions tagged with '...Craig Topper2017-10-233-16/+20
* [ASTMatchers] Expose forEachOverriden in dynamic AST matchers.Benjamin Kramer2017-10-231-0/+1
* Fix misguided error message in debug mode. No functional change. Fixes PR#34966Marshall Clow2017-10-231-1/+1
* [scudo] Add a shared runtimeKostya Kortchinsky2017-10-233-9/+47
* [MachineOutliner] NFC: Rename getters/setters to fit coding styleJessica Paquette2017-10-231-13/+13
* [X86] Change VMPTRST to use PS instead of TB to match VMPTRLD.Craig Topper2017-10-231-1/+1
* [X86] Change RDRAND to use PS instead of TB.Craig Topper2017-10-231-3/+3
* Pull X86 "CPUKind" checking into .cpp file. [NFC]Erich Keane2017-10-232-71/+73
* [X86] Change XRSTOR to use PS instead of TB to match XSAVE.Craig Topper2017-10-231-2/+2
* [X86][SSE] Remove AssertZext stage from PEXTRW/PEXTRB lowering. NFCI.Simon Pilgrim2017-10-233-33/+30
* clang-cl: Expose --version.Nico Weber2017-10-232-1/+3
* Update DPPD/DPPS instruction scheduling on btver2.Andrew V. Tischenko2017-10-233-6/+52
* [X86] Add PTWRITE instruction for assembler and disassembler.Craig Topper2017-10-235-2/+55
* [X86] Add RDPID instruction for assembler and disassembler.Craig Topper2017-10-236-3/+26
* [DAGCombine] Permit combining of shuffles of equivalent splat BUILD_VECTORsSimon Pilgrim2017-10-232-9/+17
* Support formatting formatv_objects.Sam McCall2017-10-233-4/+39
* Add the --version option.Rui Ueyama2017-10-233-0/+14
* [X86][SSE] Regenerate bitcast-and-setcc testsSimon Pilgrim2017-10-233-93/+93
* [clangd] Allow to pass code completion opts to ClangdServer.Ilya Biryukov2017-10-236-42/+306
* [X86][AVX2] Regenerate AVX2 intrinsics tests on 32 + 64-bit targetsSimon Pilgrim2017-10-233-2122/+1620
* [X86][AVX] Regenerate AVX intrinsics tests on 32 + 64-bit targetsSimon Pilgrim2017-10-233-562/+460
* [X86][F16C] Regenerate F16C schedule testsSimon Pilgrim2017-10-231-28/+28
* [clangd] Updated outdated test comment. NFC.Ilya Biryukov2017-10-231-1/+1
* Test commit.Artur Gainullin2017-10-231-0/+2
* [llvm-dwarfdump] - Teach tool about few GNU call_sites constants.George Rimar2017-10-233-1/+124
* [X86] Add test for opportunity to use bzhi X86 instruction instead of load+an...Ayman Musa2017-10-231-0/+97
* Fix for Bug 30718 - Failure to disassemble certain MOV with rex.R. The issue ...Andrew V. Tischenko2017-10-232-2/+5
* [MinGW] Omit libc++/libc++abi/libunwind from autoexportingMartin Storsjo2017-10-231-0/+3
* [COFF] Fix exporting of functions starting with underscores, etcMartin Storsjo2017-10-234-11/+95
* [COFF] Improve the check for functions that should get an extra underscoreMartin Storsjo2017-10-232-5/+24
OpenPOWER on IntegriCloud