summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libc][Obvious] Add header guards for the generated linux syscall header file.verify-in-debugSiva Chandra Reddy2021-08-301-0/+5
* [MC] Change ELFOSABI_NONE to ELFOSABI_GNU for STB_GNU_UNIQUEFangrui Song2021-08-273-7/+14
* [gn build] Don't copy xray includesArthur Eubanks2021-08-271-1/+6
* [libc++][NFC] Remove unused helper function in the test suiteLouis Dionne2021-08-271-6/+0
* [MCParser][z/OS] Mark test as unsupported for the z/OS TargetFanbo Meng2021-08-271-0/+1
* [IR] Remove getWithOperandReplaced (NFC)Kazu Hirata2021-08-272-18/+0
* [AMDGPU][MC][NFC][DOC] Updated AMD GPU assembler syntax description.Dmitry Preobrazhensky2021-08-27430-8093/+8323
* [libc++][NFC] Remove extra __ranges/take_view.h entry in CMakeLists.txtJoe Loser2021-08-271-1/+0
* Revert "[CMake] Enable LLVM_ENABLE_PER_TARGET_RUNTIME_DIR by default on Linux"Louis Dionne2021-08-271-6/+1
* [clang-format] Group options that pack constructor initializersowenca2021-08-276-115/+216
* GlobalISel: Remove check for empty functions as these are invalid IRMatt Arsenault2021-08-271-2/+0
* [lld/COFF] Ignore /LTCG, /LTCG:, /LTCGOUT:, /ILK: flagsNico Weber2021-08-271-0/+4
* [lld/COFF] Use P_priv moreNico Weber2021-08-271-12/+10
* [analyzer] MallocOverflow should consider comparisons only preceding mallocBalazs Benics2021-08-273-19/+55
* [GlobalOpt] don't hoist constant expressions that can trapSanjay Patel2021-08-272-29/+35
* [AArch64][SVE] Optimize ptrue predicate pattern with known sve register width.Jun Ma2021-08-276-14/+135
* [AArch64][SVE] Add API for conversion between SVE predicate pattern and eleme...Jun Ma2021-08-273-82/+62
* [AArch64][SVE] Use getPTrue uniformly.NFC.Jun Ma2021-08-271-4/+3
* [MCA][NFC] Removed unused method, and fixed a coverity issue.Andrea Di Biagio2021-08-272-8/+2
* [openmp][amdgpu] Initial gfx10 offloading implementationJon Chesterfield2021-08-275-24/+63
* [X86] Implement llvm.isnan(x86_fp80) as unordered comparisonSerge Pavlov2021-08-272-14/+18
* [NFC][X86] Sret return register cleanupNathan Sidwell2021-08-271-6/+6
* [DAGCombine] Allow FMA combine with both FMA and FMADCarl Ritson2021-08-274-61/+100
* [M68k] Update pointer data layoutRicky Taylor2021-08-272-6/+10
* [X86] AMD Zen 3: MULX w/ mem operand has the same throughput as with reg opRoman Lebedev2021-08-274-71/+51
* [X86] AMD Zen 3: MULX produces low part of the result in 3cy, +1cy for high partRoman Lebedev2021-08-274-48/+41
* [NFC][X86][MCA] AMD Zen 3: improve MULX test coverageRoman Lebedev2021-08-273-0/+467
* [docs] Add DIA register instructions to Getting Started with Visual Studio pageYaron Keren2021-08-271-5/+15
* [analyzer] Catch leaking stack addresses via stack variablesBalazs Benics2021-08-275-20/+173
* polly: remove the old reference to svn in the docSylvestre Ledru2021-08-271-1/+1
* [clang] Move the soname declaration in a variable at the top of the fileSylvestre Ledru2021-08-271-4/+7
* [NFC] [ASTReader] Remove unused variablesChuanqi Xu2021-08-271-2/+2
* [gn build] Port b749ef9e2241LLVM GN Syncbot2021-08-271-0/+1
* [ORC][ORC-RT] Reapply "Introduce ELF/*nix Platform and runtime..." with fixes.Lang Hames2021-08-2719-24/+1894
* [ORC][JITLink][ELF] Treat STB_GNU_UNIQUE as Weak in the JIT.Lang Hames2021-08-272-29/+117
* AMDGPU: Fix hardcoded registers in testMatt Arsenault2021-08-261-7/+7
* AMDGPU/GlobalISel: Add baseline test for new ABI attribute hintsMatt Arsenault2021-08-261-0/+280
* AMDGPU: Remove implicit argument attributes when introducing new callsMatt Arsenault2021-08-262-3/+39
* AMDGPU: Fix broken testMatt Arsenault2021-08-261-18/+10
* [PowerPC][ELF] make sure local variable space does not overlap with parameter...Chen Zheng2021-08-272-15/+22
* AMDGPU: Invert AMDGPUAttributorMatt Arsenault2021-08-2617-182/+349
* AMDGPU: Fix broken check linesMatt Arsenault2021-08-261-6/+9
* GlobalISel: Add CallBase to CallLoweringInfoMatt Arsenault2021-08-262-0/+4
* AMDGPU: Restrict attributor transformsMatt Arsenault2021-08-2611-293/+235
* [libomptarget][NFC] Replaced obsolete name "getOrAllocTgtPtr" with new "getTa...George Rokos2021-08-262-3/+3
* AMDGPU: Remove hacky attribute deduction from AMDGPUAttributorMatt Arsenault2021-08-2613-75/+70
* AMDGPU: Stop inferring use of llvm.amdgcn.kernarg.segment.ptrMatt Arsenault2021-08-2610-1591/+1560
* [WebAssembly] Fix PHI when relaying longjmpsHeejin Ahn2021-08-262-0/+6
* Remove set-but-unused variableDavid Blaikie2021-08-261-4/+0
* [sanitizer] No THREADLOCAL in qsort and bsearchVitaly Buka2021-08-261-37/+32