aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2022-07-22Revert "[DWP][DWARF] Detect and error on debug info offset overflow"Alexander Yermolovich1-4/+0
2022-07-22Revert "[InstCombine] enhance fold for subtract-from-constant -> xor"Sanjay Patel3-27/+27
2022-07-22[LV] Use early return to simplify code structurePhilip Reames1-6/+13
2022-07-22[CMake] Stop zstd find_package warningsAlex Brachet1-1/+1
2022-07-22llvm.swift.async.context.addr cannot be modeled as NoMem because we don't wan...Arnold Schwaighofer4-34/+127
2022-07-22[PhaseOrdering] add test for loop-idiom-recognize + tailcall; NFCSanjay Patel1-0/+33
2022-07-22[OpenMP] Fix test error introduced in D130179Shilei Tian1-5/+5
2022-07-22[AIX][NFC] modify the llvm-ar help information for big archive.zhijian2-4/+4
2022-07-22[OpenMP][DeviceRTL] Fix the issue that multiple calls to `omp_get_wtime` is o...Shilei Tian1-1/+4
2022-07-22[DWP][DWARF] Detect and error on debug info offset overflowAlexander Yermolovich1-0/+4
2022-07-22[llvm-driver] Fix build after 07b749800Alex Brachet1-1/+1
2022-07-22[NFC] Fixed build fail of https://lab.llvm.org/buildbot/#/builders/207/builds...zhijian1-0/+1
2022-07-22[PowerPC][NFC] Convert the MMA test cases to use opaque pointers.Stefan Pintilie6-428/+318
2022-07-22[AArch64] Use neon instructions for i64/i128 ISD::PARITY calculationSimon Pilgrim3-25/+37
2022-07-22[X86] Add X64 test coverage to smul-with-overflow.llSimon Pilgrim1-688/+955
2022-07-22[NFC] FunctionSamples::getEntrySamples -> getHeadSamplesEstimateMircea Trofin6-27/+33
2022-07-22Revert "[OpenMP][DeviceRTL] Fix the issue that multiple calls to `omp_get_wti...Shilei Tian1-2/+1
2022-07-22[LV] Remove unused variable. NFC.Benjamin Kramer1-1/+0
2022-07-22[OpenMP][DeviceRTL] Fix the issue that multiple calls to `omp_get_wtime` is o...Shilei Tian1-1/+2
2022-07-22[DAGCombiner] Simplify code around call to reduceLoadWidth in visitAND. NFCCraig Topper1-12/+3
2022-07-22[LV] Rework widening cost of uniform memory ops for clarity [nfc]Philip Reames1-17/+25
2022-07-22[Costmodel] Add "type-based-intrinsic-cost" cli optionMalhar Jajoo4-5/+333
2022-07-22[AArch64] Move SeparateConstOffsetFromGEPPass before LSR and enable EnableGEP...Shubham Narlawar7-49/+103
2022-07-22[AsmPrinter] Move lowerConstant() error code out of switch (NFC)Nikita Popov1-18/+18
2022-07-22[llvm-ar] Add object mode option -X for AIXzhijian7-9/+595
2022-07-22[LangRef] Update opaque pointers status (NFC)Nikita Popov1-32/+7
2022-07-22[Internalize] Support glob patterns for API listsJoseph Huber2-10/+48
2022-07-22[Docs] Add release notes for opaque pointers (NFC)Nikita Popov1-0/+17
2022-07-22[AMDGPU] Add a test where regClassPriorityTrumpsGlobalness uses more vgprsJay Foad1-4/+60
2022-07-22[AMDGPU] gfx11 Fix VOP3 dot instructionsPetar Avramovic11-20/+292
2022-07-22[Symbolizer] Fix use-after-freeBenjamin Kramer1-1/+2
2022-07-22Use any_of (NFC)Kazu Hirata1-3/+3
2022-07-22[AArch64] Emit vector FP cmp when LE is used with fast-mathCullen Rhodes3-319/+43
2022-07-22[AArch64] Add fcmp fast math testsCullen Rhodes1-0/+1887
2022-07-22[InstCombine] Slightly extend alloc optimization test (NFC)Nikita Popov1-6/+10
2022-07-22[gn build] Port 8184b252cdabLLVM GN Syncbot1-0/+1
2022-07-22[Attributor][FIX] Also update the unit test to match expectationsJohannes Doerfert1-2/+3
2022-07-22[Attributor][FIX] Update unit test after API changeJohannes Doerfert1-5/+1
2022-07-22[Attributor][FIX] Handle non-recursive but re-entrant functions properlyJohannes Doerfert5-130/+215
2022-07-22[RS4GC] Handle special cases in unreachable code for memcpy/memmovMax Kazantsev2-2/+30
2022-07-21[Attributor] Dominating must-write accesses allow unknown initial valuesJohannes Doerfert14-129/+220
2022-07-21[Intrinsics] Add `nocallback` to the memset/cpy/move intrinsicsJohannes Doerfert16-192/+198
2022-07-21[Attributor][NFC] Remove unnecessary overwritten methodsJohannes Doerfert1-6/+0
2022-07-21[LoongArch] Support load/store of dso_local PIC global valuesFangrui Song2-34/+71
2022-07-21[verify-uselistorder] Hide unrelated optionsFangrui Song1-2/+5
2022-07-22[InstCombine] remove useless ‘InstCombiner::’. nfcChenbing Zheng2-3/+3
2022-07-21[sanstats] Hide unrelated optionsFangrui Song1-1/+5
2022-07-21[sancov] --help: hide unrelated optionsFangrui Song1-11/+21
2022-07-22[X86][FP16] Do not split FP64->FP16 to FP64->FP32->FP16Phoebe Wang7-153/+617
2022-07-22[SPIRV] add SPIRVPrepareFunctions pass and update other passesIlia Diachkov42-285/+2350