summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "[NFC] Refactor representation of materialized temporaries"Nico Weber2019-11-1732-184/+99
* [NFC] Refactor representation of materialized temporariesTyker2019-11-1632-99/+184
* [DWARF5]Addition of alignment atrribute in typedef DIE.Sourabh Singh Tomar2019-11-161-5/+8
* [clang-format] fix regression in middle pointer alignmentmydeveloperday2019-11-161-1/+1
* Remove +x permission on some filesSylvestre Ledru2019-11-161-0/+0
* Remove +x permission on clang/lib/Format/Format.cppSylvestre Ledru2019-11-161-0/+0
* [clang-format] Add SpaceBeforeBracketsmydeveloperday2019-11-162-5/+11
* Add support of the next Ubuntu (Ubuntu 20.04 - Focal Fossa)Sylvestre Ledru2019-11-161-0/+1
* Avoid including Builtins.h in Preprocessor.hReid Kleckner2019-11-158-4/+13
* Don't add optnone or noinline if the function is already marked asAkira Hatanaka2019-11-151-5/+5
* Revert "re-land [DebugInfo] Add debug location to stubs generated by CGDeclCX...Alexandre Ganea2019-11-152-14/+5
* re-land [DebugInfo] Add debug location to stubs generated by CGDeclCXX and ma...Alexandre Ganea2019-11-152-5/+14
* [OpenMP 5.0] - Extend defaultmap, by Chi Chun Chen.cchen2019-11-153-67/+275
* [AST] Let DeclarationNameInfo printing use PrintingPolicy, and fix const-corr...Sam McCall2019-11-153-13/+18
* [clang-format] Flexible line endingsCameron Desrochers2019-11-151-3/+12
* Implement target(branch-protection) attribute for AArch64Momchil Velikov2019-11-155-59/+71
* clang: enable unwind tables on FreeBSD !amd64Ed Maste2019-11-152-0/+3
* [RISCV] Match GCC `-march`/`-mabi` driver defaultsSam Elliott2019-11-153-17/+132
* [CodeComplete] Constructor overload candidates report as vector(int) instead ...Sam McCall2019-11-151-0/+4
* [Clang][ASTImporter] Added visibility check for ClassTemplateDecl.Balázs Kéri2019-11-151-0/+2
* Move floating point related entities to namespace levelSerge Pavlov2019-11-151-20/+13
* Include the mangled name in -ast-dump=jsonAlex Richardson2019-11-151-1/+5
* Revert "[clang] Remove the DIFlagArgumentNotModified debug info flag"Djordje Todorovic2019-11-152-0/+46
* [clang] Remove the DIFlagArgumentNotModified debug info flagDjordje Todorovic2019-11-152-46/+0
* [AST] Use written names instead of `type-param-0-0` in more cases when printi...Sam McCall2019-11-151-38/+30
* Add missing includes needed to prune LLVMContext.h include, NFCReid Kleckner2019-11-142-0/+2
* [BPF] Restrict preserve_access_index attribute to C onlyYonghong Song2019-11-141-31/+12
* [X86] Fix the implementation of __readcr3/__writecr3 to work in 64-bit modeCraig Topper2019-11-141-9/+16
* [Hexagon] Fix clang driver to parse -mcpu/-mvXX and -march properly.Sumanth Gundapaneni2019-11-141-1/+1
* [clang-format] Fixed edge-case with SpacesInSquareBrackets with trailing bare...Mitchell Balan2019-11-141-3/+7
* [AMDGPU][HIP] Change default DWARF version to 4Scott Linder2019-11-142-2/+2
* Modernize llvm::Error handling in ExternalASTMergerRaphael Isemann2019-11-141-3/+1
* [WebAssembly] -fwasm-exceptions enables reference-typesHeejin Ahn2019-11-131-1/+9
* Move CodeGenFileType enum to Support/CodeGen.hReid Kleckner2019-11-131-5/+5
* Revert "[RISCV] Use compiler-rt if no GCC installation detected"Richard Smith2019-11-132-29/+3
* [RISCV] Use compiler-rt if no GCC installation detectedEdward Jones2019-11-132-3/+29
* [BPF] Add preserve_access_index attribute for record definitionYonghong Song2019-11-132-8/+97
* [clang][Tooling] Filter flags that generate output in SyntaxOnlyAdjusterKadir Cetinkaya2019-11-131-2/+14
* [ARM,MVE] Add intrinsics for contiguous load/stores.Simon Tatham2019-11-131-0/+7
* [OpenCL] Add remaining vector data builtin functionsSven van Haastregt2019-11-131-1/+51
* Add 8548 CPU definition and attributesJustin Hibbits2019-11-123-11/+22
* [Sema] Add MacroQualified case for FunctionTypeUnwrapperLeonard Chan2019-11-121-1/+8
* Allow additional file suffixes/extensions considered as source in main includ...mydeveloperday2019-11-122-1/+6
* [Analyzer] Use a reference in a range-based forMark de Wever2019-11-121-11/+11
* [OpenMP] Use an explicit copy in a range-based forMark de Wever2019-11-121-7/+7
* [AST] Use an explicit copy in a range-based forMark de Wever2019-11-125-5/+5
* [OPENMP]Use copy constructors instead of assignment operators in declareAlexey Bataev2019-11-122-10/+10
* clang/Modules: Error if ReadASTBlock does not find the main moduleDuncan P. N. Exon Smith2019-11-121-0/+7
* AArch64: add arm64_32 support to Clang.Tim Northover2019-11-1211-29/+90
* [clang-format] [PR36294] AlwaysBreakAfterReturnType works incorrectly for som...mydeveloperday2019-11-121-6/+28
OpenPOWER on IntegriCloud