aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2021-12-08ADT: Make StringRef::size() and StringRef::empty() constexprDuncan P. N. Exon Smith2-2/+6
2021-12-08[gn build] (manually) port f71c553a30ccNico Weber1-0/+1
2021-12-08AMDGPU: Mark scc defs dead in SGPR to VMEM path for no free SGPRsMatt Arsenault2-4/+85
2021-12-08AMDGPU: Simplify test for SGPR spilling bugMatt Arsenault1-8/+0
2021-12-08AMDGPU: Mark SCC def as dead when expanding frame indexesMatt Arsenault6-21/+22
2021-12-08[RISCV] Improve tracking of EndLoc in the assembly parser.Craig Topper1-10/+14
2021-12-08OpenMP: Avoid using SmallVector::set_size()Duncan P. N. Exon Smith1-1/+1
2021-12-08[dfsan] Add a flag to ignore personality routines.Taewook Oh3-1/+62
2021-12-08[llvm-profgen] remove check Attributes to fix build failurewlei1-16/+0
2021-12-08Revert "A new hidden option test-changed=exe that calls exe after each time I...Arthur Eubanks4-249/+30
2021-12-08ADT: Add SmallVectorImpl::truncate() to replace uses of set_size()Duncan P. N. Exon Smith2-4/+36
2021-12-08Update sink instruction testcaseAnna Thomas1-3/+3
2021-12-08[lit] Pass the COMSPEC variable through to test processes on WindowsMartin Storsjö1-0/+1
2021-12-08[llvm-profgen] fix build failure in cs-extbinary.testwlei1-2/+2
2021-12-08Update with additional tests for sinking calls to usesAnna Thomas2-0/+114
2021-12-08[llvm-profgen] fix to use profile-summary-hot-count instead of profile-summar...wlei2-9/+9
2021-12-08ADT: Reduce nesting in resize_for_overwrite(), NFCDuncan P. N. Exon Smith1-8/+12
2021-12-08[llvm-profgen] Fix total samples related issueswlei20-215/+296
2021-12-08[InstCombine] Add tests for D114272Fabian Wolff1-0/+226
2021-12-08[instcombine] A couple style tweaks to visitExtractElementInst [nfc]Philip Reames1-27/+22
2021-12-08[llvm-profgen] Trim cold function profiles for non-CS AutoFDOwlei6-11/+154
2021-12-08[MemoryLocation] Support memset_pattern{4,8} in getForArgument.Florian Hahn2-7/+14
2021-12-08A new hidden option test-changed=exe that calls exe after each time IR changesJamie Schmeiser4-30/+249
2021-12-08Revert "[gn build] (manually) port 02cc8d698c49"Nico Weber1-1/+0
2021-12-08Revert "[Symbolizer][Debuginfo] Add debuginfod client to llvm-symbolizer."Noah Shutty5-42/+1
2021-12-08[CostModel][X86] Split MUL/SDIV+SREM/UDIV+UREM PowerOf2 handling. NFC.Simon Pilgrim1-35/+38
2021-12-08[gn build] (manually) port 02cc8d698c49Nico Weber1-0/+1
2021-12-08[unroll] Add test coverage for loops with small estimated trip counts and mul...Philip Reames1-2/+609
2021-12-08[Symbolizer][Debuginfo] Add debuginfod client to llvm-symbolizer.Noah Shutty5-1/+42
2021-12-08[NFC][CodeGen] Remove rarely used DL variable from SelectionDAGBuilderDavid Sherwood2-9/+11
2021-12-08[Support] improve known bits analysis for multiply by power-of-2 (1 set bit)Sanjay Patel4-45/+38
2021-12-08[LV] NFC: Add check for VF to vector_ptr_load_store.ll.Sander de Smalen1-3/+7
2021-12-08[libc++][release] Do not force building the runtimes with -fPICLouis Dionne1-0/+2
2021-12-08[amdgpu][nfc] Move non-shared code out of LDSUtilsJon Chesterfield4-223/+216
2021-12-08[NFC][SVE] s/fast/contract/ in test sve-fp-combine.llPeter Waller1-150/+150
2021-12-08[ARM] Peek through And 1 in IsCMPZCSINCDavid Green19-479/+205
2021-12-08[InstCombine] try to fold div with constant dividend and select-of-constants ...Sanjay Patel2-12/+41
2021-12-08[DWARF] Fix consistency and AIX compatibility of checks in DWARF testJake Egan1-1/+1
2021-12-08[LAA] Use type sizes when determining dependence.Jolanta Jensen2-11/+195
2021-12-08Remove Colours array in -print-changed=dot-cfgJamie Schmeiser1-76/+64
2021-12-08[LTO] Remove default_triple requirement from tests that specify the tripleJake Egan2-3/+0
2021-12-08[InstCombine][InstSimplify] Add baseline tests for icmp bool with not on LHS;...Hasyimi Bahrudin2-0/+396
2021-12-08[gn build] Port 81eda008e952LLVM GN Syncbot1-0/+1
2021-12-08[VE] Change error handling of data referencesKazushi (Jam) Marukawa5-16/+85
2021-12-08[X86] LowerRotate - split 512-bit integers on non 512-bit BWI targets.Simon Pilgrim4-120/+108
2021-12-08[SVE][InstCombine] Support more cases where ld1/st1 can be lowered to load/st...Paul Walker2-7/+89
2021-12-08[llvm] Remove out-of-date fixme from SmallVectorMemoryBufferJan Svoboda1-6/+0
2021-12-08[SDAG] Refine MMO size when converting masked load/store to normal load/storeDavid Green2-3/+45
2021-12-07Allow DataLayout to support arbitrary pointer sizesStephen Neuendorffer4-37/+45
2021-12-08[CostModel][X86] Add i64 mul cost for avx512 as 1cyHaohai Wen6-170/+247