aboutsummaryrefslogtreecommitdiff
path: root/llvm/include
AgeCommit message (Expand)AuthorFilesLines
2021-04-01[ORC][C-bindings] Fix some ORC C bindings function names and signatures.Lang Hames1-3/+4
2021-03-29[FastISel] Don't trivially kill extractvalues (PR49467)Nikita Popov1-1/+4
2021-03-29[OpenMP] Restore backwards compatibility for libomptargetJoseph Huber1-2/+2
2021-02-22[JumpThreading] Clone noalias.scope.decl when threading blocksNikita Popov1-0/+7
2021-02-19[CSSPGO] Process functions in a top-down order on a dynamic call graph.Hongtao Yu1-3/+10
2021-02-19[CSSPGO] Unblock optimizations with pseudo probe instrumentation.Hongtao Yu2-0/+10
2021-02-19[CSSPGO] Use merged base profile for hot threshold calculationWenlei He1-0/+3
2021-02-19[CSSPGO] Fix MSVC initializing truncation warning (NFC)Yang Fan1-1/+1
2021-02-19[SROA] Propagate correct TBAA/TBAA Struct offsetsWilliam S. Moses2-0/+23
2021-02-19[IR] Move willReturn() to InstructionNikita Popov2-3/+4
2021-02-15[AssumptionCache] Do not track llvm.assume calls (PR49043)Johannes Doerfert1-1/+1
2021-02-12[RISCV] Add new vector instructions in v0.10.Hsiangkai Wang1-2/+5
2021-02-12[Support] Indent multi-line descr of enum cli options.Joachim Meyer1-0/+13
2021-02-12[DAGCombine] Do not remove masking argument to FP16_TO_FP for some targetsNemanja Ivanovic1-0/+4
2021-02-03[CSSPGO] Introducing distribution factor for pseudo probe.Hongtao Yu6-6/+84
2021-02-03[CSSPGO] Call site prioritized inlining for sample PGOWenlei He1-1/+5
2021-02-03[CSSPGO] Support of CS profiles in extended binary format.Hongtao Yu2-5/+18
2021-01-27Itanium Mangling: Mangle `__alignof__` differently than `alignof`.James Y Knight1-31/+37
2021-01-27[llvm-c] Move LLVMX86_AMXTypeKind & LLVMPoisonValueValueKind to the bottom to...Fangrui Song1-3/+3
2021-01-26Support for instrumenting only selected files or functionsPetr Hosek2-0/+4
2021-01-26Frontend: Simplify handling of non-seeking streams in CompilerInstance, NFCDuncan P. N. Exon Smith1-0/+12
2021-01-26[llvm-elfabi] Support ELF file that lacks .gnu.hash sectionHaowei Wu1-0/+95
2021-01-26Add -fbinutils-version= to gate ELF features on the specified binutils versionFangrui Song3-0/+20
2021-01-26Revert "Support for instrumenting only selected files or functions"Petr Hosek2-4/+0
2021-01-26Support for instrumenting only selected files or functionsPetr Hosek2-0/+4
2021-01-26[AMDGPU] HSAMD::fromString - replace std::string arg with StringRef. NFCI.Simon Pilgrim1-1/+2
2021-01-26[CostModel] Handle CTLZ and CCTZ in getTypeBasedIntrinsicInstrCostSander de Smalen1-1/+6
2021-01-26[AMDGPU] Add IntrWillReturn to three intrinsicsSebastian Neubauer1-3/+3
2021-01-26[Passes] Run peeling as part of simple/full loop unrolling.Florian Hahn2-2/+3
2021-01-26[yaml2obj][obj2yaml] - Improve how we set/dump the sh_entsize field.Georgii Rymar1-0/+3
2021-01-26[libObject,llvm-readelf/obj] - Don't use @@ when printing versions of undefin...Georgii Rymar1-7/+10
2021-01-26[clang][cli] Accept strings instead of options in ImpliedByAnyOfJan Svoboda1-3/+3
2021-01-26[RISCV] Implement vlsegff intrinsics.Hsiangkai Wang1-0/+29
2021-01-25[AMDGPU] Forward-declare MachineIRBuilder (NFC)Kazu Hirata1-1/+0
2021-01-25[StackSafety] Use ListSeparator (NFC)Kazu Hirata1-10/+4
2021-01-25[GlobalISel][Localizer] Don't localize phi operands which are used more than ...Amara Emerson1-0/+5
2021-01-25Revert "Revert "[GlobalISel] LegalizerHelper - Extract widenScalarAddoSubo me...Mitch Phillips1-2/+4
2021-01-25[InlineAdvisor] Allow replay of inline decisions for the CGSCC inliner from o...modimo3-4/+8
2021-01-25Support: Remove duplicated code in {File,clang::ModulesDependency}Collector, NFCDuncan P. N. Exon Smith1-4/+23
2021-01-25Revert "[ObjC][ARC] Annotate calls with attributes instead of emitting retainRV"Richard Smith1-54/+0
2021-01-25[YAML I/O] Fix bug in emission of empty sequenceJonas Devlieghere1-1/+1
2021-01-25[ObjC][ARC] Annotate calls with attributes instead of emitting retainRVAkira Hatanaka1-0/+54
2021-01-25[InstructionCost] Prevent InstructionCost being created with CostState.Sander de Smalen1-0/+1
2021-01-25[yaml2obj, obj2yaml] - Implement section header table as a special Chunk.Georgii Rymar1-23/+46
2021-01-25[XRay] Support DW_TAG_call_site and delete unneeded PATCHABLE_EVENT_CALL/PATC...Fangrui Song1-10/+0
2021-01-25[NFC] [DAGCombine] Correct the result for sqrt even the iteration is zeroQingShan Zhang1-3/+1
2021-01-24[PowerPC] support register pressure reduction in machine combiner.Chen Zheng1-0/+5
2021-01-25[AMDGPU] Fix llvm.amdgcn.init.exec and frame materializationCarl Ritson1-0/+2
2021-01-24[llvm] Use pop_back_val (NFC)Kazu Hirata2-4/+2
2021-01-24[CodeGen] Forward-declare TargetMachine (NFC)Kazu Hirata1-1/+0