aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] Force -Wl,-z,defsgentoo-9999-1gentooMichał Górny2021-04-221-0/+12
* [compiler-rt] Apply Gentoo compiler-rt-prefix-paths.patchMichał Górny2021-04-224-23/+7
* [clang ]Apply Gentoo's prefix-dirs.patchMichał Górny2021-04-222-4/+13
* [llvm] [llvm-config] Clean up exported valuesMichał Górny2021-04-221-1/+5
* [AArch64] Fix calling windows varargs with floats in fixed args from non-wind...Martin Storsjö2021-04-224-19/+151
* [clang][deps] Include "-cc1" in the argumentsJan Svoboda2021-04-222-8/+6
* [mlir][linalg] remove interchange option on linalg to loop lowering.Tobias Gysi2021-04-224-185/+50
* clang-format: [JS] do not merge side-effect imports.Martin Probst2021-04-222-0/+8
* [AMDGPU] SIWholeQuadMode: don't add duplicate implicit $exec operandsJay Foad2021-04-221-2/+5
* [RISCV] Custom lowering of SET_ROUNDINGSerge Pavlov2021-04-223-0/+130
* [LoopVectorize] Don't create unnecessary vscale intrinsic callsDavid Sherwood2021-04-223-4/+13
* [CSSPGO][llvm-profdata] Support trimming cold context when merging profilesWenlei He2021-04-229-67/+157
* [libcxx] [test] Fix testing on windows with c++experimental enabledMartin Storsjö2021-04-222-1/+13
* [clang-tidy] Avoid bugprone-macro-parentheses warnings after goto argumentGeorgy Komarov2021-04-222-7/+28
* [NewPM] Mark some more wrapper passes as ignoredArthur Eubanks2021-04-211-1/+2
* [RISCV] Use TargetConstant for condition code of RISCVISD::SELECT_CC.Craig Topper2021-04-212-5/+7
* [GVN] Introduce loop load PREMax Kazantsev2021-04-223-9/+98
* [AMDGPU][OpenMP] Add amdgpu-arch tool to list AMD GPUs installedPushpinder Singh2021-04-2214-8/+267
* [CodeGen] Do not split functions with attr "implicit-section-name".Snehasish Kumar2021-04-212-1/+24
* scudo: Obtain tag from pointer instead of loading it from memory. NFCI.Peter Collingbourne2021-04-211-5/+6
* [Debug-Info] implement -gstrict-dwarfChen Zheng2021-04-225-3/+30
* [RISCV] Custom lowering of FLT_ROUNDS_Serge Pavlov2021-04-223-0/+74
* [mlir][linalg] Add pattern to push reshape after elementwise operationthomasraoux2021-04-215-0/+286
* [RISCV] Teach lowerSPLAT_VECTOR_PARTS to detect cases where Hi is sign extend...Craig Topper2021-04-212-0/+48
* [Coroutine] Collect CoroBegin if all of terminators are dominated by one coro...Chuanqi Xu2021-04-222-9/+67
* Wordsmith the semantics of invariant.loadEvgeniy Brevnov2021-04-221-4/+4
* [lldb] Disable TestSimulatorPlatform.py because it's causing a SIGHUPJonas Devlieghere2021-04-211-1/+1
* [mlir][tosa] Add tosa.avg_pool2d loweringRob Suderman2021-04-212-12/+45
* AMDGPU: Fix assert when trying to fold reg_sequence of physreg copiesMatt Arsenault2021-04-212-4/+106
* [OpenMP] Simplify offloading parallel call codegenGiorgis Georgakoudis2021-04-2133-3851/+67445
* Delete le32/le64 targetsFangrui Song2021-04-2129-648/+3
* [AArch64][GlobalISel] Fix regbankselect for G_FCMP with vector destinationsJessica Paquette2021-04-212-2/+33
* [AArch64][GlobalISel] Mark some vector G_ABS cases as legalJessica Paquette2021-04-213-2/+248
* [CSSPGO][llvm-profgen] Always report dangling probes for frames with real sam...Hongtao Yu2021-04-217-30/+107
* [HWASan] Untag argument to __hwasan_tag_memory.Matt Morehouse2021-04-211-2/+5
* [mlir] Linalg : do not forward memrefs to outputs when do bufferizationEugene Zhulenev2021-04-212-5/+1
* [IR] Add doc about Function::createWithDefaultAttr. NFCFangrui Song2021-04-211-0/+5
* [IR][sanitizer] Set nounwind on module ctor/dtor, additionally set uwtable if...Fangrui Song2021-04-2119-21/+93
* Fix VSCode/TestOptions.testWalter Erquinigo2021-04-211-5/+5
* [libcxx] Stop using use c++ subdirectory for libc++ libraryPetr Hosek2021-04-2131-34/+30
* [CodeView] Add CodeView support for PGO debug informationMichael Holman2021-04-212-0/+172
* Fix TestVSCode_runInTerminalWalter Erquinigo2021-04-211-3/+3
* [lldb-vscode] Distinguish shadowed variables in the scopes requestWalter Erquinigo2021-04-216-16/+141
* [libc++] Move the debug_level feature to the DSLLouis Dionne2021-04-212-10/+7
* [RISCV] Cleanup up the spec version references around fmaxnum/fminnum.Craig Topper2021-04-213-10/+7
* [RISCV] Temporary in vmsge(u).vx pseudo instructions can't be V0.Craig Topper2021-04-213-2/+9
* [lldb-vscode] redirect stderr/stdout to the IDE's consoleWalter Erquinigo2021-04-218-11/+177
* [mlir][mlir-lsp-server] Add some initial documentation on the MLIR LSP serverRiver Riddle2021-04-212-0/+112
* [mlir] Add a vscode language extension for MLIRRiver Riddle2021-04-219-0/+2507
* [mlir][mlir-lsp] Add a new C++ LSP server for MLIR named mlir-lsp-serverRiver Riddle2021-04-2127-1/+2303