summaryrefslogtreecommitdiffstats
path: root/llvm (follow)
Commit message (Expand)AuthorAgeLines
* [ARM] Fix 8-bit immediate overflow in the instruction of segmented stack prol...HEADmainZhiyao Ma2022-03-10-54/+258
* [AArch64] Use correct calling convention for each varargPhilippe Valembois2022-03-10-76/+113
* [FunctionAttrs] Add tests for argmemonly inference.Florian Hahn2022-03-10-0/+192
* llvm-ifs doc: Replace a utf-8 char by a more classic oneSylvestre Ledru2022-03-10-1/+1
* [FunctionAttrs] Add initial test for pass statistics.Florian Hahn2022-03-10-0/+27
* [X86] Add (u)comiss/sd tests showing eflags handling (PR38960)Simon Pilgrim2022-03-10-0/+637
* [AMDGPU] Updated some tests to run on gfx940. NFC.Stanislav Mekhanoshin2022-03-10-9/+18
* [cmake] Remove unused OUTPUT_MAPPING param to configure_lit_site_cfg(). NFCSam McCall2022-03-10-6/+1
* [RISCV] Remove performANY_EXTENDCombine.Craig Topper2022-03-10-87/+0
* [JMCInstrument] infer proper path style based on debug infoYuanfang Chen2022-03-10-61/+113
* [CMake] Include runtimes test suites in check-allPetr Hosek2022-03-10-4/+14
* [AMDGPU] Use subreg encoding instead of reassignJoe Nash2022-03-10-5/+5
* Fix the dates for the C and C++ language working groupAaron Ballman2022-03-10-1/+1
* [RISCV] Add isel patterns for masked RISCVISD::FMA_VL with RISCVISD::FNEG_VL.Craig Topper2022-03-10-10/+6410
* [InstCombine] replace negated operand in fcmp with 0.0Sanjay Patel2022-03-10-56/+52
* [InstCombine] add tests for fcmp with fneg common operand; NFCSanjay Patel2022-03-10-0/+357
* [VP] Strided loads/storesLorenzo Albano2022-03-10-18/+687
* Cleanup includes: WindowsDriver & WindowsManifestserge-sans-paille2022-03-10-8/+9
* Revert "[InstCombine] fold fcmp with lossy casted constant"Sanjay Patel2022-03-10-29/+10
* [AArch64] Fix type in comment. NFCDavid Green2022-03-10-1/+1
* [GlobalOpt] Handle undef global_ctors gracefullyNikita Popov2022-03-10-5/+14
* [BitcodeReader] Support GEP without indicesNikita Popov2022-03-10-11/+21
* [AArch64] TBL uses zero for out of range elements.David Green2022-03-10-54/+58
* [AArch64] Extra tests for tbl with zero elements. NFCDavid Green2022-03-10-2/+29
* Cleanup includes: MCDisassemblerserge-sans-paille2022-03-10-8/+4
* [FuzzMutate] Support opaque pointersNikita Popov2022-03-10-8/+22
* [InstCombine] Add vector support to icmp(add(X,C1),add(Y,C2)) -> icmp(add(X,C...Simon Pilgrim2022-03-10-34/+32
* [X86] Add GFNI shift/rotate/funnel-shift vXi8 by constant splat testsSimon Pilgrim2022-03-10-0/+1166
* Fix M68k missing header errors.Simon Pilgrim2022-03-10-0/+2
* [PhaseOrdering][x86] add TODO comments to test files; NFCSanjay Patel2022-03-10-9/+11
* Revert "Cleanup codegen includes"Nico Weber2022-03-10-320/+514
* [OpenMP][mlir] Lowering for omp.atomic.updateShraiysh Vaishay2022-03-10-0/+2
* [AArch64] Move fp16 cast tests.Florian Hahn2022-03-10-42/+62
* [gn build] (manually) port af98b0af6705Nico Weber2022-03-10-0/+14
* [AMDGPU] Enable divergence predicates for negative inline constant subtractionalex-t2022-03-10-60/+88
* [AMDGPU] Fix regenerated test checks (NFC)Nikita Popov2022-03-10-10/+55
* [AMDGPU] Regenerate test checks (NFC)Nikita Popov2022-03-10-20/+69
* [AMDGPU] Regenerate test checks (NFC)Nikita Popov2022-03-10-88/+187
* [LoongArch] Add basic support to DisassemblerWeining Lu2022-03-10-243/+443
* Add missing include in llvm/CodeGen/CodeGenPassBuilder.hserge-sans-paille2022-03-10-0/+1
* [InstCombine] Add vector tests for icmp_eq(add(X,C1),add(Y,C2)) -> icmp_eq(ad...Simon Pilgrim2022-03-10-0/+78
* Cleanup codegen includesserge-sans-paille2022-03-10-515/+320
* Cleanup includes: LLVMTargetserge-sans-paille2022-03-10-16/+13
* [Coroutines] Support opaque pointers in solveTypeName()Nikita Popov2022-03-10-3/+4
* [RISCV] Add fixed-length vector instrinsics for segment loadLuke2022-03-10-0/+193
* [RISCV] Remove RISCVISD::VLE_VL/VSE_VL. Use intrinsics instead.Craig Topper2022-03-09-48/+21
* [RISCV] Add tests showing the optimization pipeline for O0 and O3.Craig Topper2022-03-09-0/+230
* [MachineSink] Pre-commit test for D121277. NFC.Carl Ritson2022-03-10-0/+72
* [gn build] Port c31014322c0bLLVM GN Syncbot2022-03-10-0/+1
* TLS loads opimization (hoist)Xiang1 Zhang2022-03-10-0/+1136