aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2021-04-01[ORC][C-bindings] Fix some ORC C bindings function names and signatures.Lang Hames2-4/+5
2021-03-31[LoopVectorize] Refine hasIrregularType predicatellvmorg-12.0.0-rc4LemonBoy2-15/+34
2021-03-30[RISCV][MC] Fix nf encoding for vector ld/st whole registerShihPo Hung4-56/+56
2021-03-30[InstCombine] avoid creating an extra instruction in zext fold and possible i...Sanjay Patel2-6/+53
2021-03-30[InstCombine] add test for zext-of-icmps; NFCSanjay Patel1-0/+20
2021-03-30[X86][FastISel] Fix with.overflow eflags clobber (PR49587)Nikita Popov2-2/+11
2021-03-30[X86] Add test for PR49587 (NFC)Nikita Popov1-0/+32
2021-03-29[FastISel] Don't trivially kill extractvalues (PR49467)Nikita Popov3-4/+38
2021-03-29[OpenMP] Restore backwards compatibility for libomptargetJoseph Huber2-5/+5
2021-03-29[PowerPC] Fix infinite loop in peephole CR optimization (PR49509)Nikita Popov2-0/+87
2021-03-29[SimplifyCFG] avoid sinking insts within an infinite-loopSanjay Patel2-7/+61
2021-03-29[Support] Fix 'keeping' temporary files on Windows 7Alexandre Ganea1-5/+19
2021-03-08[TargetLowering] Use HandleSDNodes to prevent nodes from being deleted by rec...Craig Topper2-0/+84
2021-03-08[LoopVectorize] Fix VPRecipeBuilder::createEdgeMask to correctly generate the...Juneyoung Lee10-42/+93
2021-03-08[AArch64] Legalize horizontal fmax/fmin reductions on f16 vectorsLemonBoy3-5/+126
2021-03-05[GlobalISel] Bail on G_PHI narrowing of odd types (PR48188)Nikita Popov2-0/+32
2021-03-02[DAGCombiner][X86] Don't peek through ANDs on the shift amount in matchRotate...Craig Topper2-19/+40
2021-03-02[SimplifyCFG] avoid illegal phi with both poison and undefSanjay Patel2-1/+223
2021-03-02[InstCombine] avoid infinite loop in demanded bits for selectSanjay Patel2-2/+44
2021-02-23Fix test failures after a92ceea91116e7b95d23eff634507fa2cff86ef2Nikita Popov3-10/+10
2021-02-23Add auto-upgrade support for annotation intrinsicsAndy Kaylor5-0/+102
2021-02-23[12.0.0][llvm-symbolizer][test] Fix test broken after cherry-pickTom Stellard1-4/+4
2021-02-22Revert "[llvm-cov] reset executation count to 0 after wrapped segment"Tom Stellard4-5/+4
2021-02-22[JumpThreading] Clone noalias.scope.decl when threading blocksNikita Popov4-0/+88
2021-02-22[Analysis][LoopVectorize] do not form reductions of pointersSanjay Patel2-1/+44
2021-02-19[llvm-objdump] --source: drop the warning when there is no debug infoFangrui Song3-31/+14
2021-02-19[SROA] Amend failing test from D95826William S. Moses1-3/+3
2021-02-19[CSSPGO][llvm-profgen] Filter out the instructions without location info for ...wlei7-36/+58
2021-02-19[CSSPGO][llvm-profgen] Renovate perfscript check and command line input valid...wlei9-55/+131
2021-02-19[CSSPGO][llvm-profgen] Add brackets for context id to support extended binary...wlei9-76/+104
2021-02-19Remove test code that cause MSAN failure.Hongtao Yu1-4/+0
2021-02-19[CSSPGO] Process functions in a top-down order on a dynamic call graph.Hongtao Yu7-5/+620
2021-02-19[CSSPGO] Restrict pseudo probe tests to x86_64 only.Hongtao Yu3-2/+4
2021-02-19[CSSPGO] Unblock optimizations with pseudo probe instrumentation.Hongtao Yu15-13/+209
2021-02-19[CSSPGO] Use merged base profile for hot threshold calculationWenlei He6-11/+192
2021-02-19[CSSPGO][llvm-profgen] Fix bug with parsing hybrid sample trace linewlei2-5/+13
2021-02-19[CSSPGO][llvm-profgen] Merge and trim profile for cold context to reduce prof...wlei9-9/+142
2021-02-19[CSSPGO][llvm-profgen] Aggregate samples on call frame trie to speed up profi...wlei4-108/+232
2021-02-19[CSSPGO][llvm-profgen] Compress recursive cycles in calling contextwlei16-71/+498
2021-02-19[CSSPGO][llvm-profgen] Pseudo probe based CS profile generationwlei8-29/+307
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. Moses7-72/+269
2021-02-19[llvm-symbolizer] - Fix the crash in GNU output style with --no-inlines and m...Georgii Rymar2-1/+27
2021-02-19[llvm-dwp] Join dwo paths correctly when DWOPath is absoluteSimonas Kazlauskas2-2/+39
2021-02-19[DCE] Don't remove non-willreturn callsNikita Popov10-13/+15
2021-02-19[IR] Move willReturn() to InstructionNikita Popov6-37/+20
2021-02-19[DCE] Add tests for non-willreturn function being removed (NFC)Nikita Popov2-0/+34
2021-02-19[PowerPC] Update release notes for changes to PowerPC for V12.0Lei Huang1-1/+69
2021-02-16[X86][AVX] Add missing VEX_WIG tags from VPACKUSDW/VPHSUBD/VPCMPISTRI/VPCMPIS...Simon Pilgrim3-8/+32
2021-02-16[X86][AVX] Add 'OK' tests cases for PR48877Simon Pilgrim2-0/+26