aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-15Bump the trunk major version to 11llvmorg-11-initHans Wennborg24-562/+70
2020-01-15Revert rG6078f2fedcac5797ac39ee5ef3fd7a35ef1202d5 - "[AArch64][GlobalISel]: S...Simon Pilgrim3-80/+1
2020-01-15[RISCV] Support ABI checking with per function target-featuresZakk Chen4-13/+35
2020-01-15Revert "[RISCV] Support ABI checking with per function target-features"Zakk Chen4-35/+13
2020-01-15Fix Wdocumentation warning. NFC.Simon Pilgrim1-2/+0
2020-01-15RegisterClassInfo::computePSetLimit - assert that we actually find a register.Simon Pilgrim1-0/+1
2020-01-15Fix "pointer is null" static analyzer warning. NFCI.Simon Pilgrim1-2/+1
2020-01-15[yaml2obj/obj2yaml] - Add support for SHT_RELR sections.Georgii Rymar4-7/+95
2020-01-15[lldb] Add expect_expr function for testing expression evaluation in dotests.Raphael Isemann3-5/+45
2020-01-15[AArch64][SVE] Fold variable into assert to silence unused variable warnings ...Benjamin Kramer1-2/+2
2020-01-15[NFC] Adjust test cases numbering, test commit.Arkady Shlykov1-8/+8
2020-01-15[llvm-locstats] Fix the docsDjordje Todorovic1-0/+0
2020-01-15[Lexer] Allow UCN for dollar symbol '\u0024' in identifiers when using -fdoll...Scott Egerton2-2/+3
2020-01-15Revert "[yaml2obj/obj2yaml] - Add support for SHT_RELR sections."Georgii Rymar6-401/+7
2020-01-15[Support] Replace Windows __declspec(thread) with thread_local for LLVM_THREA...Russell Gallop1-11/+7
2020-01-15[AArch64][SVE] Add ptest intrinsicsCullen Rhodes7-1/+130
2020-01-15[llvm-locstats] Add the --draw-plot optionDjordje Todorovic2-30/+97
2020-01-15[yaml2obj/obj2yaml] - Add support for SHT_RELR sections.Georgii Rymar6-7/+401
2020-01-15Revert "[RISCV] Add Clang frontend support for Bitmanip extension"Scott Egerton4-19/+1
2020-01-15[llvm-locstats][NFC] Support OOP conceptDjordje Todorovic2-99/+113
2020-01-15[RISCV] Support ABI checking with per function target-featuresZakk Chen4-13/+35
2020-01-15[DWARF] Fix DWARFDebugAranges to support 64-bit CU offsets.Igor Kudrin2-6/+6
2020-01-15[gn build] Port 0dc6c249bffLLVM GN Syncbot1-0/+1
2020-01-15[MachO] Add a test for detecting reserved unit length.Igor Kudrin1-0/+38
2020-01-15[AMDGPU] Invert the handling of skip insertion.cdevadas40-380/+390
2020-01-15[VE] Minimal codegen for empty functionsKazushi (Jam) Marukawa37-18/+2581
2020-01-15[X86] Don't call LowerUINT_TO_FP_i32 for i32->f80 on 32-bit targets with sse2.Craig Topper2-46/+14
2020-01-15[ARM] Reegenerate MVE tests. NFCDavid Green7-123/+309
2020-01-15[Attributor] AAValueConstantRange: Value range analysis using constant rangeHideto Ueno9-39/+1514
2020-01-15[Scheduler] Adjust interface of CreateTargetMIHazardRecognizer to use Schedul...David Green2-4/+5
2020-01-14[lldb/test] Add test for CMTime data formatterJonas Devlieghere3-0/+67
2020-01-14[lldb/CommandInterpreter] Remove flag that's always true (NFC)Jonas Devlieghere8-31/+13
2020-01-14Fix up ms-pch-macro.c test to pass on non-WindowsReid Kleckner1-5/+5
2020-01-14[Driver][X86] Add -malign-branch* and -mbranches-within-32B-boundariesFangrui Song5-2/+114
2020-01-14[ODRHash] Fix wrong error message with bitfields and mutable.Weverything2-9/+33
2020-01-14[PowerPC] Fix powerpcspe subtarget enablement in llvm backendJustin Hibbits2-4/+3
2020-01-14Relax the rules around objc_alloc and objc_alloc_init optimizations.Pierre Habouzit2-22/+29
2020-01-14CMake: Make most target symbols hidden by defaultTom Stellard116-113/+154
2020-01-14PR44540: Prefer an inherited default constructor over an initializerRichard Smith3-39/+59
2020-01-14Modify test to use -S instead of -c so that it works when an external assembl...Douglas Yung1-4/+4
2020-01-14DWARFDebugLine.cpp: Restore LF line endingsHubert Tong1-1188/+1188
2020-01-14[BranchAlign] Add master --x86-branches-within-32B-boundaries flagPhilip Reames2-7/+31
2020-01-15[Concepts] Type ConstraintsSaar Raz40-315/+1566
2020-01-14[X86] ABI compat bugfix for MSVC vectorcallReid Kleckner3-81/+87
2020-01-14Allow /D flags absent during PCH creation under msvc-compatZachary Henkel2-1/+42
2020-01-14[Win64] Handle FP arguments more gracefully under -mno-sseReid Kleckner5-58/+236
2020-01-14[amdgpu] Fix typos in a test case.Michael Liao1-1/+0
2020-01-14[X86] Drop an unneeded FIXME. NFCCraig Topper1-1/+0
2020-01-14[X86] Swap the 0 and the fudge factor in the constant pool for the 32-bit mod...Craig Topper15-165/+90
2020-01-15[mlir] : Fix ViewOp shape folder for identity affine mapsAhmed Taei2-3/+7