summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Performance: Add a set of visited SymbolFiles to the other FindFiles variant.Adrian Prantl2019-11-1214-24/+49
* [lit] Better/earlier errors for empty runsJulian Lettner2019-11-124-9/+41
* clang/Modules: Error if ReadASTBlock does not find the main moduleDuncan P. N. Exon Smith2019-11-123-0/+12
* [SLP] add test for miscompile with reduction (PR43948); NFCSanjay Patel2019-11-121-0/+55
* [Hexagon] Fix vector spill expansion to use proper alignmentKrzysztof Parzyszek2019-11-126-106/+190
* [Hexagon] Convert stack object offsets to int64, NFCKrzysztof Parzyszek2019-11-121-1/+1
* [Hexagon] Handle stack realignment in hexagon-vextractKrzysztof Parzyszek2019-11-121-7/+37
* [Hexagon] Require PS_aligna whenever variable-sized objects are presentKrzysztof Parzyszek2019-11-121-3/+3
* [PowerPC] Remove allow-deprecated-dag-overlap and fix broken testsJinsong Ji2019-11-125-31/+31
* [DBG][OPT] Attempt to salvage or undef debug info when removing trivially del...Tom Weaver2019-11-123-0/+147
* [PowerPC][NFC]Fix typo in desc for enable-ppc-prefetchingJinsong Ji2019-11-121-1/+1
* [Examples] Add IRTransformations directory to examples.Florian Hahn2019-11-1216-0/+985
* Revert "Fix lookup of symbols at the same address with no size vs. size"Muhammad Omair Javaid2019-11-123-30/+2
* [lldb] Fix more -Wdeprecated-copy warningsPavel Labath2019-11-126-44/+4
* [lldb] Fix some warnings in the python pluginPavel Labath2019-11-122-2/+3
* Mark llvm::ConstantExpr::getAsInstruction as constAlex Denisov2019-11-122-2/+2
* AArch64: add arm64_32 support to Clang.Tim Northover2019-11-1224-30/+372
* [lldb] [Process/NetBSD] Use PT_STOP to stop the process [NFCI]Michał Górny2019-11-122-6/+7
* [AArch64ExpandPseudos] Preserve renamable state when expanding MOVi64 & co.Florian Hahn2019-11-122-2/+108
* [InstCombine] Skip scalable vectors in combineLoadToOperationTypeDiana Picus2019-11-123-4/+52
* [X86] Cleanup prefixes + regenerate for fp-intrinsics-fma.llSimon Pilgrim2019-11-121-43/+11
* FileCheckPattern::FindRegexVarEnd - make helper function static. NFCSimon Pilgrim2019-11-121-2/+2
* [X86] Add PR39464 addcarry/subborrow test casesSimon Pilgrim2019-11-122-1/+121
* [lldb][test] Macros in expressions require DWARF 5Tatyana Krasnukha2019-11-122-1/+4
* [LoopInterchange] Only skip PHIs with incoming values from the inner loop.Florian Hahn2019-11-122-7/+157
* [lldb][NFC] Simplify a return in ThreadPlanStepInRange::DefaultShouldStopHere...Raphael Isemann2019-11-121-1/+1
* DWARFDebugLoclists: add location list "interpretation" logicPavel Labath2019-11-1211-179/+261
* [X86] Add more add/sub carry testsDavid Zarzycki2019-11-124-3/+622
* [clang-format] [PR36294] AlwaysBreakAfterReturnType works incorrectly for som...mydeveloperday2019-11-122-7/+117
* [lldb] Add missing include to ObjCLanguage.cpp to fix buildRaphael Isemann2019-11-121-0/+1
* [lldb][NFC] Move LLVM RTTI implementation from enum to static ID variableRaphael Isemann2019-11-1216-78/+83
* [lldb][NFC] Remove unused CompilerType::IsPossibleCPlusPlusDynamicTypeRaphael Isemann2019-11-121-5/+0
* [lldb] Check if we actually have a Clang type in ObjCLanguage::GetPossibleFor...Raphael Isemann2019-11-121-1/+1
* [NFC][InstCombine] Add tests that show a number of canonicalization opportuni...Daniil Suchkov2019-11-121-0/+616
* MCP: Fixed bug with dest overlapping copy sourceTim Renouf2019-11-122-0/+36
* [X86] Add fptosi test to fp-intrinsics.llCraig Topper2019-11-111-0/+19
* [X86] Update stale comment. NFCCraig Topper2019-11-111-2/+2
* [VFABI] Remove unused variables in testcase, fix buildbotMikael Holmen2019-11-121-2/+0
* [llvm-readelf/llvm-readobj][test] - Convert elf-linker-options.ll to use YAML.Georgii Rymar2019-11-122-12/+30
* [yaml2obj/obj2yaml] - Add support for SHT_LLVM_LINKER_OPTIONS sections.Georgii Rymar2019-11-126-1/+306
* [Attributor] Use must-be-executed-context in align deductionHideto Ueno2019-11-1210-52/+101
* [Support] Optimize SHA1 implementationNick Terrell2019-11-112-15/+55
* AMDGPU/SI: make ~SIScheduleBlockCreator trivialFangrui Song2019-11-112-6/+2
* [PDB] Make pdb::DbiModuleDescriptor destructor trivialFangrui Song2019-11-112-3/+0
* [SLP] Look-ahead operand reordering heuristic.Vasileios Porpodas2019-11-113-137/+524
* Fix null dereference in yaml::Document::skipThomas Finch2019-11-112-2/+13
* gn build: Merge e9a06e06064LLVM GN Syncbot2019-11-121-0/+1
* [VFABI] Read/Write functions for the VFABI attribute.Francesco Petrogalli2019-11-128-5/+170
* Add rpath to liblldb so vendors can ship their own python framework (or others)António Afonso2019-11-111-0/+5
* Add InstCombine/InstructionSimplify support for Freeze Instructionaqjune2019-11-128-0/+88
OpenPOWER on IntegriCloud