summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump the trunk major version to 11llvmorg-11-initHans Wennborg2020-01-1524-562/+70
* Revert rG6078f2fedcac5797ac39ee5ef3fd7a35ef1202d5 - "[AArch64][GlobalISel]: S...Simon Pilgrim2020-01-153-80/+1
* [RISCV] Support ABI checking with per function target-featuresZakk Chen2020-01-154-13/+35
* Revert "[RISCV] Support ABI checking with per function target-features"Zakk Chen2020-01-154-35/+13
* Fix Wdocumentation warning. NFC.Simon Pilgrim2020-01-151-2/+0
* RegisterClassInfo::computePSetLimit - assert that we actually find a register.Simon Pilgrim2020-01-151-0/+1
* Fix "pointer is null" static analyzer warning. NFCI.Simon Pilgrim2020-01-151-2/+1
* [yaml2obj/obj2yaml] - Add support for SHT_RELR sections.Georgii Rymar2020-01-154-7/+95
* [lldb] Add expect_expr function for testing expression evaluation in dotests.Raphael Isemann2020-01-153-5/+45
* [AArch64][SVE] Fold variable into assert to silence unused variable warnings ...Benjamin Kramer2020-01-151-2/+2
* [NFC] Adjust test cases numbering, test commit.Arkady Shlykov2020-01-151-8/+8
* [llvm-locstats] Fix the docsDjordje Todorovic2020-01-151-0/+0
* [Lexer] Allow UCN for dollar symbol '\u0024' in identifiers when using -fdoll...Scott Egerton2020-01-152-2/+3
* Revert "[yaml2obj/obj2yaml] - Add support for SHT_RELR sections."Georgii Rymar2020-01-156-401/+7
* [Support] Replace Windows __declspec(thread) with thread_local for LLVM_THREA...Russell Gallop2020-01-151-11/+7
* [AArch64][SVE] Add ptest intrinsicsCullen Rhodes2020-01-157-1/+130
* [llvm-locstats] Add the --draw-plot optionDjordje Todorovic2020-01-152-30/+97
* [yaml2obj/obj2yaml] - Add support for SHT_RELR sections.Georgii Rymar2020-01-156-7/+401
* Revert "[RISCV] Add Clang frontend support for Bitmanip extension"Scott Egerton2020-01-154-19/+1
* [llvm-locstats][NFC] Support OOP conceptDjordje Todorovic2020-01-152-99/+113
* [RISCV] Support ABI checking with per function target-featuresZakk Chen2020-01-154-13/+35
* [DWARF] Fix DWARFDebugAranges to support 64-bit CU offsets.Igor Kudrin2020-01-152-6/+6
* [gn build] Port 0dc6c249bffLLVM GN Syncbot2020-01-151-0/+1
* [MachO] Add a test for detecting reserved unit length.Igor Kudrin2020-01-151-0/+38
* [AMDGPU] Invert the handling of skip insertion.cdevadas2020-01-1540-380/+390
* [VE] Minimal codegen for empty functionsKazushi (Jam) Marukawa2020-01-1537-18/+2581
* [X86] Don't call LowerUINT_TO_FP_i32 for i32->f80 on 32-bit targets with sse2.Craig Topper2020-01-152-46/+14
* [ARM] Reegenerate MVE tests. NFCDavid Green2020-01-157-123/+309
* [Attributor] AAValueConstantRange: Value range analysis using constant rangeHideto Ueno2020-01-159-39/+1514
* [Scheduler] Adjust interface of CreateTargetMIHazardRecognizer to use Schedul...David Green2020-01-152-4/+5
* [lldb/test] Add test for CMTime data formatterJonas Devlieghere2020-01-143-0/+67
* [lldb/CommandInterpreter] Remove flag that's always true (NFC)Jonas Devlieghere2020-01-148-31/+13
* Fix up ms-pch-macro.c test to pass on non-WindowsReid Kleckner2020-01-141-5/+5
* [Driver][X86] Add -malign-branch* and -mbranches-within-32B-boundariesFangrui Song2020-01-145-2/+114
* [ODRHash] Fix wrong error message with bitfields and mutable.Weverything2020-01-142-9/+33
* [PowerPC] Fix powerpcspe subtarget enablement in llvm backendJustin Hibbits2020-01-142-4/+3
* Relax the rules around objc_alloc and objc_alloc_init optimizations.Pierre Habouzit2020-01-142-22/+29
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-14116-113/+154
* PR44540: Prefer an inherited default constructor over an initializerRichard Smith2020-01-143-39/+59
* Modify test to use -S instead of -c so that it works when an external assembl...Douglas Yung2020-01-141-4/+4
* DWARFDebugLine.cpp: Restore LF line endingsHubert Tong2020-01-141-1188/+1188
* [BranchAlign] Add master --x86-branches-within-32B-boundaries flagPhilip Reames2020-01-142-7/+31
* [Concepts] Type ConstraintsSaar Raz2020-01-1540-315/+1566
* [X86] ABI compat bugfix for MSVC vectorcallReid Kleckner2020-01-143-81/+87
* Allow /D flags absent during PCH creation under msvc-compatZachary Henkel2020-01-142-1/+42
* [Win64] Handle FP arguments more gracefully under -mno-sseReid Kleckner2020-01-145-58/+236
* [amdgpu] Fix typos in a test case.Michael Liao2020-01-141-1/+0
* [X86] Drop an unneeded FIXME. NFCCraig Topper2020-01-141-1/+0
* [X86] Swap the 0 and the fudge factor in the constant pool for the 32-bit mod...Craig Topper2020-01-1415-165/+90
* [mlir] : Fix ViewOp shape folder for identity affine mapsAhmed Taei2020-01-152-3/+7