summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove trailing `;`. NFC.Michael Liao2020-01-141-1/+1
* [AArch64][GlobalISel]: Support @llvm.{return,frame}address selection.Amara Emerson2020-01-143-1/+80
* [Driver][test] Fix Driver/hexagon-toolchain-elf.c for -DCLANG_DEFAULT_LINKER=...Fangrui Song2020-01-141-1/+2
* [LegalizeTypes] Remove untested code from ExpandIntOp_UINT_TO_FPCraig Topper2020-01-141-70/+2
* [GVN] fix comment/argument name to match actual implementation. NFCFedor Sergeev2020-01-151-2/+2
* [clang][test][NFC] Use more widely supported sanitizer for file dependency testsJan Korous2020-01-142-6/+6
* [InstCombine] Fix worklist management when removing guard intrinsicNikita Popov2020-01-142-11/+11
* [DebugInfo] Add option to clang to limit debug info that is emitted for classes.Amy Huang2020-01-142-0/+47
* [analyzer] Fix SARIF column locationsJoe Ranieri2020-01-144-27/+141
* dotest.py: Add option to pass extra lldb settings to dotestAdrian Prantl2020-01-143-9/+28
* [libcxx] [Windows] Make a more proper implementation of strftime_l for mingw ...Martin Storsjö2020-01-142-1/+10
* [SVE] Add patterns for MUL immediate instruction.Danilo Carvalho Grael2020-01-145-2/+113
* [Driver] Ignore -fno-semantic-interpositionFangrui Song2020-01-142-0/+2
* [OpenMP][Tool] Runtime warning for missing TSan-optionJoachim Protze2020-01-142-0/+38
* [NewPM] Port MergeFunctions passNikita Popov2020-01-147-16/+70
* [OPENMP]Improve handling of possibly incorrectly mapped types.Alexey Bataev2020-01-142-12/+41
* [InstCombine] Fix infinite loop due to bitcast <-> phi transformsNikita Popov2020-01-142-3/+200
* [InstCombine] Make combineLoadToNewType a method; NFCNikita Popov2020-01-142-13/+15
* [InstCombine] Fix user iterator invalidation in bitcast of phi transformNikita Popov2020-01-142-9/+9
* [InstCombine] Add test for iterator invalidation bug; NFCNikita Popov2020-01-141-0/+36
* [nfc][libomptarget] Refactor nvptx/target_impl.cuJon Chesterfield2020-01-141-8/+3
* [nfc][libomptarget] Refactor amdgcn target_implJon Chesterfield2020-01-143-60/+57
* Fix NetBSD bot after b4a99a061f517e60985667e39519f60186cbb469 ([Clang][Driver...Alexandre Ganea2020-01-141-1/+1
* [InstCombine] add test for possible cast-of-select transform; NFCSanjay Patel2020-01-141-0/+18
* [MachineScheduler] Reduce reordering due to mem op clusteringJay Foad2020-01-1422-114/+117
* [lldb/test] test_breakpoints_func_full from TestNamespace.NamespaceBreakpoint...Stella Stamenova2020-01-141-1/+0
* [gn build] Port 36fcbb838c8LLVM GN Syncbot2020-01-141-0/+1
* Added readability-qualified-auto checkNathan James2020-01-1411-0/+713
* [RISCV] Allow shrink wrapping for RISC-Vlewis-revill2020-01-142-4/+113
* [ThinLTO/WPD] Remove an overly-aggressive assertTeresa Johnson2020-01-143-8/+133
* [ELF] Delete the RelExpr member R_HINT. NFCFangrui Song2020-01-143-4/+3
* [ThinLTO] Handle variable with twice promoted name (Rust)Teresa Johnson2020-01-143-2/+47
* [X86] Directly emit a BROADCAST_LOAD from constant pool in lowerUINT_TO_FP_vX...Craig Topper2020-01-144-20/+46
* SCC: Allow ReplaceNode to safely support insertionWarren Ristow2020-01-141-1/+4
* [AIX][XCOFF] Supporting the ReadOnlyWithRel SectionKnddiggerlin2020-01-143-3/+24
* [InstCombine] Let combineLoadToNewType preserve ABI alignment of the load (PR...Juneyoung Lee2020-01-152-4/+11
* [ELF] --exclude-libs: don't assign VER_NDX_LOCAL to undefined symbolsFangrui Song2020-01-142-1/+20
* Removed PointerUnion3 and PointerUnion4 aliases in favor of the variadic temp...Dmitri Gribenko2020-01-1413-38/+28
* [test] Make data layout of load-bitcast64.ll explicit, use update_test_checks.pyJuneyoung Lee2020-01-151-20/+43
* [RISCV] Add Clang frontend support for Bitmanip extensionScott Egerton2020-01-144-1/+19
* [lldb/Utility] Use assert instead of llvm_unreachable for LLDBAssertJonas Devlieghere2020-01-141-3/+3
* [IR] fix potential crash in Constant::isElementWiseEqual()Sanjay Patel2020-01-142-4/+48
* Fix "pointer is null" static analyzer warnings. NFCI.Simon Pilgrim2020-01-141-20/+17
* Fix "pointer is null" clang static analyzer warnings. NFCI.Simon Pilgrim2020-01-141-23/+14
* [clang][OpenCL] Fix covered switch warningJinsong Ji2020-01-141-3/+1
* [ARM][MVE] VTP Block Pass fixSjoerd Meijer2020-01-142-2/+90
* [Syntax] Unset IsOriginal flag on nodes removed from the treeIlya Biryukov2020-01-142-8/+22
* [scudo][standalone] Fork supportKostya Kortchinsky2020-01-1418-42/+265
* [DBG][LIVEDEBUGVALUES][NFC] Add Targeted LiveDebugValues Behaviour Tests.Tom Weaver2020-01-1422-0/+1546
* [Syntax] Mark synthesized nodes as modifiableIlya Biryukov2020-01-143-0/+24
OpenPOWER on IntegriCloud