summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump the trunk major version to 14upstream/llvmorg-14-initllvmorg-14-initTom Stellard2021-07-2722-410/+66
* [OpenMP] Fixing missing variables when CUDA SDK not in systemJose M Monsalve Diaz2021-07-271-2/+131
* [OpenMP][Tool] Introducing the `llvm-omp-device-info` toolJose M Monsalve Diaz2021-07-2710-26/+119
* [mlir][openacc] Initial translation for DataOp to LLVM IRValentin Clement2021-07-275-66/+458
* Fix a thinko in the parsing of substitutions in CommandObjectRegexCommand.Jim Ingham2021-07-273-1/+38
* [mlir] Replace LLVM_ATTRIBUTE_NORETURN with C++11 [[noreturn]]Fangrui Song2021-07-271-1/+1
* [lld] Replace LLVM_ATTRIBUTE_NORETURN with [[noreturn]]Fangrui Song2021-07-272-6/+4
* [OpenMP][Libomptarget] Adding `print_device_info` to RTL and `omptarget`Jose M Monsalve Diaz2021-07-2712-0/+216
* [OpenMP] Folding threadLimit and numThreads when single value in kernelsJose M Monsalve Diaz2021-07-274-39/+198
* [clang] NFC: change uses of `Expr->getValueKind` into `is?Value`Matheus Izvekov2021-07-2810-27/+28
* llvm/utils: guarantee revert_checker's revert orderingGeorge Burgess IV2021-07-282-4/+11
* [DAGCombiner] Fold SETCC(FREEZE(x),const) to FREEZE(SETCC(x,const)) if SETCC ...Juneyoung Lee2021-07-283-6/+59
* Precommit test files for D105344 (NFC)Juneyoung Lee2021-07-281-0/+210
* [X86] Fix lowering to illegal type in LowerINSERT_VECTOR_ELTXiang1 Zhang2021-07-282-14/+576
* Reapply "[Attributor] Disable simplification AAs if a callback is present""Johannes Doerfert2021-07-273-14/+45
* Revert "[X86] Fix lowering to illegal type in LowerINSERT_VECTOR_ELT"Xiang1 Zhang2021-07-282-576/+14
* Add llvm::equal convenient wrapper for ranges around std::equalMehdi Amini2021-07-282-4/+8
* [libc++] Fix a few warnings in system headers with GCCLouis Dionne2021-07-2711-23/+23
* [X86] Fix lowering to illegal type in LowerINSERT_VECTOR_ELTXiang1 Zhang2021-07-282-14/+576
* [PDL] Mark PatternOp as SingleBlockRiver Riddle2021-07-271-1/+3
* [PDL] Fix the builders for OperationOp and PatternOpRiver Riddle2021-07-272-2/+2
* Create synthetic symbol names on demand to improve memory consumption and sta...Greg Clayton2021-07-2710-71/+162
* [Hexagon] Fix resetting dead registers in DBG_VALUE_LISTsKrzysztof Parzyszek2021-07-272-3/+104
* Revert "[ELF] --gc-sections: allow GC on reserved sections in a group"Fangrui Song2021-07-272-10/+3
* [gn build] Port 8a48e6dda9f7LLVM GN Syncbot2021-07-271-0/+1
* Revert "[Attributor] Disable simplification AAs if a callback is present"Johannes Doerfert2021-07-272-43/+12
* [Attributor] Verify `checkForAllUses` return value properlyJohannes Doerfert2021-07-271-2/+4
* [OpenMP] Improve alignment handling in the new device runtimeJohannes Doerfert2021-07-272-4/+13
* [Attributor] Disable simplification AAs if a callback is presentJohannes Doerfert2021-07-272-12/+43
* [libcxx][ranges] Add `counted_iterator`.zoecarver2021-07-2729-1/+2327
* [libcxx][nfc] Delete `cpp20_input_iterator`'s default constructor.zoecarver2021-07-271-1/+1
* [compiler-rt][hwasan][Fuchsia] Do not emit FindDynamicShadowStart for FuchsiaLeonard Chan2021-07-271-0/+9
* Fix test/Transforms/LoopVectorize/AArch64/strict-fadd-vf1.ll.James Y Knight2021-07-271-2/+2
* [lld][ELF] remove empty SyntheticSections from inputSectionsAmilendra Kodithuwakku2021-07-273-24/+42
* [gn build] manually port 71909de37495Nico Weber2021-07-271-0/+2
* [Libomptarget] Revert new variable sharing to use the old methodJoseph Huber2021-07-273-9/+21
* [AIX] Update fetch_and_add typeJinsong Ji2021-07-273-8/+9
* [MLGO] fix silly LLVM_DEBUG misuseMircea Trofin2021-07-271-3/+3
* [OpenMP][Tests] Fix test compatibilityJoachim Protze2021-07-281-1/+1
* [NFC][MLGO] Debug messages for what inline advisor is selectedMircea Trofin2021-07-271-0/+3
* [OpenMP] Fix deadlock for detachable task with child tasksJoachim Protze2021-07-282-3/+67
* [libc] Fix strtok_r crash when src and *saveptr are both nullptrAlfonso Gregory2021-07-272-9/+26
* [lldb][NFC] Fix incorrect log and commentAlex Langford2021-07-271-2/+2
* [OpenMP] Creating the `omp_target_num_teams` and `omp_target_thread_limit` at...Jose M Monsalve Diaz2021-07-2729-2916/+3279
* [dfsan][NFC] Describe how origin trace tracking worksJianzhou Zhao2021-07-271-0/+29
* [libc] Fix x86_64 fenv implementation for windowsSiva Chandra Reddy2021-07-273-15/+58
* [PowerPC] Turn deprecated altivec prefetch instrs to nops on AIXNemanja Ivanovic2021-07-272-1/+46
* [x86] update stale code comment; NFCSanjay Patel2021-07-271-3/+2
* [x86] add more tests for cmov and lea; NFCSanjay Patel2021-07-271-0/+219
* [mlir] Add a FailureOr copy constructor from a FailureOr of a convertible type.River Riddle2021-07-271-0/+4