summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [libc++] NFC: Document the Differential queries to avoid duplicating workLouis Dionne2021-01-081-0/+10
* [mlir][PassManager] Properly set the initialization generation when cloning a...River Riddle2021-01-081-0/+1
* [libc++] Mark [P0809] "LWG2831: Comparing Unordered Containers" as Nothing To...Arthur O'Dwyer2021-01-081-1/+1
* [libc++] Mark [P0475] "LWG2511: guaranteed copy elision for piecewise constru...Arthur O'Dwyer2021-01-081-1/+1
* Re-enable __cpp_lib_constexpr_functional.Arthur O'Dwyer2021-01-085-47/+22
* [libc++/abi] Re-remove unnecessary null pointer checks from operator deleteLouis Dionne2021-01-082-8/+3
* [mlir] AsyncRuntime: disable mlir-runner init/disable for WIN32Eugene Zhulenev2021-01-081-3/+2
* [mlir][vector] generalized masked l/s and compressed l/s with indicesAart Bik2021-01-0813-269/+321
* [mlir] Add a hook for initializing passes before execution and use it in the ...River Riddle2021-01-086-25/+100
* Don't take the address of a temporaryAdrian Prantl2021-01-081-1/+1
* [mlir:JitRunner] Use custom shared library init/destroy functions if availableEugene Zhulenev2021-01-083-8/+119
* [Driver] Add DWARF64 flag: -gdwarf64Hongtao Yu2021-01-086-0/+43
* [compiler-rt] [sanitizer] Silence -Wframe-larger-than= for a few windows func...Martin Storsjö2021-01-083-1/+22
* APINotes: annotate dump methods (NFC)Saleem Abdulrasool2021-01-081-10/+10
* [mlir][PDL] Use ODS for defining PDL typesRiver Riddle2021-01-0811-105/+156
* [NFC] Specify C11 in loop-opt-setup.cMatthew Voss2021-01-081-1/+1
* [clangd] Add go-to-def metric.Haojian Wu2021-01-081-2/+11
* [mlir][Linalg] NFC: Refactor fusion of LinalgOp with TensorReshapeOp by expan...MaheshRavishankar2021-01-082-162/+249
* [NFC] Disallow unused prefixes in CodeGen/AMDGPUMircea Trofin2021-01-084-14/+24
* [RISCV] Cleanup a few section comments in RISCVInstrInfoVPseudos.td. NFCCraig Topper2021-01-081-7/+3
* [CMake] Fix incorrect rpath for tests if LLVM_LOCAL_RPATH isn't setRaul Tambre2021-01-081-1/+1
* [Signal] Re-raise SIGPIPE if the handler is uninstalledVedant Kumar2021-01-081-3/+5
* [mlir][Linalg] Add verification checks to disallow illegal reshape ops.MaheshRavishankar2021-01-084-55/+314
* Re-land "[CMake] Don't enable BUILD_WITH_INSTALL_RPATH when using custom buil...Raul Tambre2021-01-081-5/+12
* [TableGen] Fix use of *CurRec when CurRec is null.Paul C. Anagnostopoulos2021-01-081-4/+1
* [ARM] Custom lower i1 vector truncatesDavid Green2021-01-083-10/+28
* [flang] Fix bogus message on internal subprogram with alternate returnPeter Steinfeld2021-01-088-23/+60
* [lldb] Remove stale LLDB-Info.plistJonas Devlieghere2021-01-082-68/+1
* [libc++] LWG2070: Use Allocator construction for objects created with allocat...Louis Dionne2021-01-084-19/+429
* [libc++] Add basic support for -std=c++2b.Marek Kurdej2021-01-0858-57/+3251
* Revert "[CMake] Don't enable BUILD_WITH_INSTALL_RPATH when using custom build...Raul Tambre2021-01-081-12/+5
* [VPlan] Move reduction start value creation to widenPHIRecipe.Florian Hahn2021-01-082-51/+73
* [X86] Add TLBSYNC, INVLPGB and SNP instructionsGanesh Gopalasubramanian2021-01-089-0/+163
* [lldb] Bump the required SWIG version to 3Jonas Devlieghere2021-01-083-5/+5
* [libc++] Update generate_feature_test_macro_components.py to match SD-6.Arthur O'Dwyer2021-01-0824-102/+1949
* [mlir] replace LLVM dialect float types with built-insAlex Zinenko2021-01-0873-2558/+2493
* [clangd] Add missing "override" to fix the build.Adam Czachorowski2021-01-081-1/+1
* [ConstProp] Constant propagation for get.active.lane.mask instrinsicsDavid Green2021-01-082-0/+320
* [clangd] Fix type printing in the presence of qualifiersAdam Czachorowski2021-01-085-8/+50
* Revert "[mlir:JitRunner] Use custom shared library init/destroy functions if ...Eugene Zhulenev2021-01-083-115/+8
* [X86][SSE] Fold unpack(hop(),hop()) -> permute(hop())Simon Pilgrim2021-01-082-50/+54
* [ARM][LV] Additional loop invariant reduction test. NFCDavid Green2021-01-081-0/+51
* [mlir:JitRunner] Use custom shared library init/destroy functions if availableEugene Zhulenev2021-01-083-8/+115
* [TableGen] Remove unused declaration that caused build failures.Paul C. Anagnostopoulos2021-01-081-1/+0
* [WebAssembly] Rename wasm_rethrow_in_catch intrinsic/builtinHeejin Ahn2021-01-0812-37/+38
* [ARM] Update and regenerate test checks. NFCDavid Green2021-01-082-136/+398
* [TableGen] Add the assert statement, step 1Paul C. Anagnostopoulos2021-01-087-29/+250
* [MLIR][OpenMP] Attribute to include WsLoop upperboundKiran Chandramohan2021-01-084-11/+45
* [X86][SSE] Add vphaddd/vphsubd unpack(hop(),hop()) testsSimon Pilgrim2021-01-081-0/+104
* [SLP][NFC]Add a test for reused shrink check, NFC.Alexey Bataev2021-01-081-0/+46