summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [X86][SSE] Add test for extractelement from volatile vector loadSimon Pilgrim2019-11-151-0/+26
* Implement target(branch-protection) attribute for AArch64Momchil Velikov2019-11-1516-64/+267
* clang: enable unwind tables on FreeBSD !amd64Ed Maste2019-11-153-0/+7
* [clangd] Replace getLangOpts().isHeaderFile usage with isHeaderFile helper.Haojian Wu2019-11-155-7/+17
* [clangd] Add isHeaderFile helper.Haojian Wu2019-11-154-6/+44
* [RISCV] Match GCC `-march`/`-mabi` driver defaultsSam Elliott2019-11-156-29/+182
* [CodeComplete] Constructor overload candidates report as vector(int) instead ...Sam McCall2019-11-152-1/+12
* [ARM,MVE] Add reversed isel patterns for MVE `vcmp qN,rN`Simon Tatham2019-11-154-61/+72
* [Clang][ASTImporter] Added visibility check for ClassTemplateDecl.Balázs Kéri2019-11-152-1/+33
* [AMDGPU] Lower llvm.amdgcn.s.buffer.load.v3[i|f]32Piotr Sobczak2019-11-152-41/+149
* Recommit "[ThinLTO] Add correctness check for RO/WO variable import"evgeny2019-11-158-37/+66
* Fix TestFormatters.py stepping too farDiana Picus2019-11-152-6/+5
* gn build: Merge e6584b2b7b2LLVM GN Syncbot2019-11-151-0/+1
* Move floating point related entities to namespace levelSerge Pavlov2019-11-159-177/+211
* [update_cc_test_checks.py] Use -ast-dump=json to get mangled nameAlex Richardson2019-11-151-51/+44
* Include the mangled name in -ast-dump=jsonAlex Richardson2019-11-1517-4/+285
* [NFC] Regenerate ast-dump-json testsAlex Richardson2019-11-152-5579/+5579
* [gen_ast_dump_json_test.py] Allow updating multiple files in one goAlex Richardson2019-11-151-26/+34
* [gen_ast_dump_json_test.py] Copy to binary directory to omit --clang argumentAlex Richardson2019-11-152-2/+14
* [gen_ast_dump_json_test.py] Skip manual tests when using --updateAlex Richardson2019-11-151-3/+8
* [gen_ast_dump_json_test.py] Infer --filters flags when using --updateAlex Richardson2019-11-151-10/+27
* [gen_ast_dump_json_test.py] Parse RUN: lines with --updateAlex Richardson2019-11-151-8/+33
* [gen_ast_dump_json_test.py] Add a --update flagAlex Richardson2019-11-151-12/+21
* DWARFDebugLoc(v4): Add an incremental parsing functionPavel Labath2019-11-1527-197/+187
* [CodeGen] Increase the size of a SmallVectorJay Foad2019-11-151-1/+1
* Revert "[clang] Remove the DIFlagArgumentNotModified debug info flag"Djordje Todorovic2019-11-153-0/+71
* [ARM][MVE] tail-predicationSjoerd Meijer2019-11-152-0/+29
* [MIPS GlobalISel] Select andi, ori and xoriPetar Avramovic2019-11-1524-520/+585
* [MIPS GlobalISel] Select addiuPetar Avramovic2019-11-154-5/+112
* [Scalarizer] Treat values from unreachable blocks as undefMikael Holmen2019-11-152-5/+125
* [clang] Remove the DIFlagArgumentNotModified debug info flagDjordje Todorovic2019-11-153-71/+0
* [ARM,MVE] Add intrinsics for vector get/set lane.Simon Tatham2019-11-1514-23/+381
* [ARM,MVE] Add intrinsics for 'administrative' vector operations.Simon Tatham2019-11-154-17/+1661
* [AST] Use written names instead of `type-param-0-0` in more cases when printi...Sam McCall2019-11-155-43/+44
* Fix GCC -Wcast-qual warningsHans Wennborg2019-11-151-2/+2
* GCC 5.3 build fixHans Wennborg2019-11-151-1/+1
* AMDGPU: Change boolean content type to 0 or 1Matt Arsenault2019-11-159-21/+33
* AMDGPU: Try to commute sub of boolean extMatt Arsenault2019-11-152-3/+69
* GlobalISel: Lower s1 source G_SITOFP/G_UITOFPMatt Arsenault2019-11-1510-540/+180
* Unbreak the clang test suite when hexagon-link is not availableDavid Zarzycki2019-11-151-1/+1
* gn build: Merge 16f38dda292LLVM GN Syncbot2019-11-151-0/+1
* [ORC] Add a utility to support dumping JIT'd objects to disk for debugging.Lang Hames2019-11-1411-13/+236
* [llvm-objcopy][MachO] Implement --remove-sectionSeiya Nuta2019-11-153-5/+142
* Add a test to cover structural match for recursive data typesBruno Cardoso Lopes2019-11-145-0/+27
* [InstCombine] Don't use getFirstNonPHI in FoldIntegerTypedPHIFrancis Visoiu Mistrih2019-11-141-4/+5
* [WinEH] Fix the wrong alignment orientation during calculating EH frame.Wang, Pengfei2019-11-152-10/+10
* [Utility] Remove a dead header [PPC64LE_ehframe_Registers.h]Davide Italiano2019-11-141-193/+0
* Add missing includes needed to prune LLVMContext.h include, NFCReid Kleckner2019-11-1465-9/+74
* [libc++] [P0920] [P1661] Update status page.Marek Kurdej2019-11-151-2/+2
* [LLDB] Fix more -Wdocumentation issues (NFC)Jonas Devlieghere2019-11-147-31/+31
OpenPOWER on IntegriCloud