summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gn build: Merge d6de5f12d48LLVM GN Syncbot2019-11-151-0/+1
* Revert "[LoadStoreVectorize] Use '||' instead of '|' between sides with funct...Richard Smith2019-11-151-6/+6
* [mips] Enable `la` pseudo instruction on 64-bit arch.Simon Atanasyan2019-11-153-13/+486
* [mips] Do not emit R_MIPS_JALR for sym+offset in case of O32 ABISimon Atanasyan2019-11-152-62/+75
* Add a missing triple in ast-dump-decl-json.mAlex Richardson2019-11-151-197/+197
* [LoopCacheAnalysis]: Fix assertion failure during cost computationRachel Craik2019-11-152-0/+38
* [-gmodules] Let LLDB log a warning if the Clang module hash mismatches.Adrian Prantl2019-11-159-18/+169
* Add RTTI support to the SymbolFile class hierarchyAdrian Prantl2019-11-1519-1/+115
* Rename posix/FileSystem.cpp to FileSystemPosix.cppAdrian Prantl2019-11-152-1/+1
* [GCOV] Skip artificial functions from being emittedAlexandre Ganea2019-11-152-4/+4
* [OpenMP 5.0] - Extend defaultmap, by Chi Chun Chen.cchen2019-11-1517-478/+3151
* [SVFS] Inject TLI Mappings in VFABI attribute.Francesco Petrogalli2019-11-1513-0/+326
* [clangd] Don't repeat class template args when printing constructor definitionsSam McCall2019-11-152-1/+2
* [AST] Let DeclarationNameInfo printing use PrintingPolicy, and fix const-corr...Sam McCall2019-11-154-20/+21
* [llvm-objcopy][MachO] Implement --redefine-sym and --redefine-symsFangrui Song2019-11-153-3/+66
* [ThinLTO] Fix -Wunused-function in NDEBUG builds after llvmorg-10-init-9933-g...Fangrui Song2019-11-151-0/+2
* [DebugInfo] Allow spill slots in call site parameter descriptionsVedant Kumar2019-11-151-0/+0
* [LoadStoreVectorize] Use '||' instead of '|' between sides with function call...Dávid Bolvanský2019-11-151-6/+6
* [CMake] Configure the Info.plist so it contains a real version number.Jonas Devlieghere2019-11-154-3/+17
* [libc++] [chrono] Fix year_month_weekday::ok() implementation.Marek Kurdej2019-11-152-5/+31
* [libcxx] use __builtin_isnan in std::isnan.Ilya Tokar2019-11-151-0/+4
* Comment the fact that DWARFDebugInfoEntry isn't copyable.Adrian Prantl2019-11-151-0/+4
* [clang-format] Flexible line endingsCameron Desrochers2019-11-153-3/+112
* [MirNamer][Canonicalizer]: Perform instruction semantic based renamingAditya Nandakumar2019-11-158-409/+191
* [clangd] Fix typo in symbol kind conversionSam McCall2019-11-153-8/+8
* [scudo][standalone] Enabled SCUDO_DEBUG for tests + fixesKostya Kortchinsky2019-11-156-10/+13
* [clangd] Don't consider class template params part of constructor name.Sam McCall2019-11-153-1/+19
* [clangd] Fix SelectionTree behavior on constructor init-lists.Sam McCall2019-11-152-0/+15
* Add read-only data assembly writing for aixdiggerlin2019-11-155-1/+20
* [llvm-objcopy][NFC] Use generated object file in COFF/add-section.testSergey Dmitriev2019-11-153-13/+6
* [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
OpenPOWER on IntegriCloud