summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] [Windows] Map COFF ARM machine ids to the right triple architecturesMartin Storsjo2019-09-231-0/+4
* [LLDB] [PECOFF] Recognize arm64 executablesMartin Storsjo2019-09-231-0/+5
* [LLDB] Rework a MinGW build fix from D65691Martin Storsjo2019-09-231-3/+1
* [WebAssembly] vNxM.load_splat instructionsThomas Lively2019-09-236-1/+785
* [InstCombine] foldOrOfICmps(): Acquire SimplifyQuery with set CxtIRoman Lebedev2019-09-231-2/+4
* [InstCombine] foldAndOfICmps(): Acquire SimplifyQuery with set CxtIRoman Lebedev2019-09-231-2/+4
* File::SetDescriptor() should require optionsJonas Devlieghere2019-09-2311-27/+54
* [mips] Support elf32btsmipn32_fbsd / elf32ltsmipn32_fbsd emulationsSimon Atanasyan2019-09-232-1/+8
* [mips] Add tests to check MIPS FreeBSD emulations. NFCSimon Atanasyan2019-09-231-0/+36
* [mips] Reformat test case to simplify addition new tests. NFCSimon Atanasyan2019-09-231-27/+48
* [WebAssembly] Remove unused memory instructions and patternsThomas Lively2019-09-233-130/+0
* [InstCombine] Annotate strndup calls with dereferenceable_or_nullDavid Bolvansky2019-09-233-11/+20
* [ASTImporter] 2nd attempt to fix Windows buildbot test errorsGabor Marton2019-09-231-2/+2
* [X86] Use TargetConstant for condition code on X86ISD::SETCC/CMOV/BRCOND nodes.Craig Topper2019-09-234-141/+136
* [Host] File::GetWaitableHandle() should call fileno()Jonas Devlieghere2019-09-233-1/+38
* [ABISysV] Fix regression for Simulator and MacABIJonas Devlieghere2019-09-231-7/+23
* [TableGen] Emit OperandType enums for RegisterOperands/RegisterClassesAditya Nandakumar2019-09-232-8/+31
* [Sema] Fix the atomic expr rebuilding order.Michael Liao2019-09-234-32/+116
* [IR] Add getExtendedType() to IntegerType and Type (dispatching to IntegerTyp...Roman Lebedev2019-09-233-13/+24
* [InstCombine] dropRedundantMaskingOfLeftShiftInput(): improve commentRoman Lebedev2019-09-231-4/+4
* [SLC] Convert some strndup calls to strdup callsDavid Bolvansky2019-09-237-10/+104
* [OPENMP]Use standard parsing for 'match' clause, NFC.Alexey Bataev2019-09-239-5/+45
* [lldb-suite] TestCallOverriddenMethod.py is now passing on WindowsStella Stamenova2019-09-231-1/+0
* [ASTImporter] Attempt to fix Windows buildbot test errorsGabor Marton2019-09-231-2/+2
* [libc++] Mark CTAD tests as not failing on AppleClang 10.0.1Louis Dionne2019-09-238-8/+8
* NFC: Fix a poorly-written testErik Pilkington2019-09-231-7/+7
* [InstCombine] dropRedundantMaskingOfLeftShiftInput(): pat. c/d/e with mask (P...Roman Lebedev2019-09-234-21/+46
* [InstCombine] dropRedundantMaskingOfLeftShiftInput(): pat. a/b with mask (PR4...Roman Lebedev2019-09-233-15/+42
* [BreakFalseDeps] ignore function with minsize attributeSanjay Patel2019-09-235-7/+16
* [Clang-doc] NFC: Fixed link to llvm bugs in documentationShaurya Gupta2019-09-231-1/+1
* [SLP] Fix for PR31847: Assertion failed: (isLoopInvariant(Operands[i], L) && ...Alexey Bataev2019-09-2322-1334/+379
* [InstCombine] foldUnsignedUnderflowCheck(): s/Subtracted/ZeroCmpOp/Roman Lebedev2019-09-231-7/+7
* Fix __is_fundamental to accept nullptr_tZoe Carver2019-09-232-0/+2
* [OPENMP]Fix PR43355: DO not emit target calls if only -fopenmp-targetsAlexey Bataev2019-09-232-0/+14
* [AMDGPU][MC] Corrected handling of relocatable expressionsDmitry Preobrazhensky2019-09-233-12/+62
* Fix __is_signed builtinZoe Carver2019-09-233-26/+27
* [libc++] Mark iostreams test as XFAIL on older macOSesLouis Dionne2019-09-231-0/+12
* HexagonLoopIdiomRecognition - silence static analyzer dyn_cast<> null derefer...Simon Pilgrim2019-09-231-3/+3
* [TextAPI] Add New Supported PlatformsCyndy Ishida2019-09-236-5/+134
* [clangd] Simplify the callside of URI::resolve, NFC.Haojian Wu2019-09-237-38/+27
* [Hexagon] Bitcast v4i16 to v8i8, unify no-op casts between scalar and HVXKrzysztof Parzyszek2019-09-233-27/+39
* [docs] Fix some typos in InternalsManualSven van Haastregt2019-09-231-3/+3
* [Alignment][NFC] Migrate Instructions to AlignGuillaume Chatelet2019-09-232-15/+50
* [Diagnostics] Warn if '<<' in bool context with -Wint-in-bool-context (GCC co...David Bolvansky2019-09-235-2/+47
* Fix test atomic-expr.cpp after R372422Erich Keane2019-09-231-1/+1
* [llvm] [cmake] Add possibility to use ChooseMSVCCRT.cmake when include LLVM l...Simon Pilgrim2019-09-231-0/+5
* [OPENMP]Call __kmpc_push_tripcount in task context.Alexey Bataev2019-09-239-86/+80
* [LLDB] Fix logically dead codeKonrad Kleine2019-09-231-3/+0
* Added a test for agreement between paths used in ClangTidy's diagnostics and ...Dmitri Gribenko2019-09-231-0/+19
* [x86] fix assert with horizontal math + broadcast of vector (PR43402)Sanjay Patel2019-09-233-5/+26
OpenPOWER on IntegriCloud