summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* [RISCV] Add FreeBSD targetsSam Elliott2019-08-013-6/+34
* [Parser] Change parameter type from int to enumSerge Pavlov2019-08-014-6/+6
* [Preprocessor] Always discard body of #define if we failed to parse itIlya Biryukov2019-08-013-5/+29
* Delay emitting dllexport explicitly defaulted members until the class is full...Hans Wennborg2019-08-014-2/+22
* [Sema] Enable -Wimplicit-float-conversion for integral to floating point prec...Ziang Wan2019-08-011-17/+4
* [Sema] Enable -Wimplicit-float-conversion for integral to floating point prec...Ziang Wan2019-08-017-21/+149
* [clang][ARM] Fix msvc arm{64} builtins to use int on LP64 systems.Michael J. Spencer2019-07-314-49/+275
* [NFC][clang] Refactor getCompilationPhases()+Types.def step 3.Puyan Lotfi2019-07-313-64/+68
* [InstCombine] canonicalize fneg before fmul/fdivSanjay Patel2019-07-311-12/+15
* AMDGPU: Add missing builtin declarationsMatt Arsenault2019-07-312-0/+50
* [AArch64] Add support for Transactional Memory Extension (TME)Momchil Velikov2019-07-318-1/+96
* [RISCV] Support 'f' Inline Assembly ConstraintSam Elliott2019-07-312-0/+16
* [RISCV] Add support for floating point registers in inlineasmSimon Cook2019-07-312-9/+52
* [Fix] Customize warnings for missing built-in typesJohannes Doerfert2019-07-315-8/+42
* [NFC] Remove LLVM_ALIGNASJF Bastien2019-07-311-1/+1
* NFCI, optimize layout of FileEntryAlex Lorenz2019-07-311-1/+1
* [Sema] Actually map a variable template specialization from pattern to instan...Erik Pilkington2019-07-304-29/+61
* Revert "[NFC][clang] Refactor getCompilationPhases()+Types.def step 3."Sam McCall2019-07-303-68/+64
* [Driver] Support -fsanitize=function on Solaris/x86Rainer Orth2019-07-302-0/+6
* [NFC] simplify Darwin environment handlingJF Bastien2019-07-301-16/+12
* [Parser] Lambda capture lists can start with '*'Erik Pilkington2019-07-302-0/+14
* [NFC][clang] Refactor getCompilationPhases()+Types.def step 3.Puyan Lotfi2019-07-303-64/+68
* Remove cache for macro arg stringizationReid Kleckner2019-07-305-47/+42
* [COFF][ARM64] Reorder handling of aarch64 MSVC builtinsDavid Major2019-07-302-145/+149
* Add typedef declaration information to the JSON AST dump.Aaron Ballman2019-07-304-52/+106
* [Driver] Define _FILE_OFFSET_BITS=64 on SolarisRainer Orth2019-07-301-1/+4
* [AArch64] Disable __ARM_FEATURE_SVE without ACLE.Sander de Smalen2019-07-302-4/+1
* [PowerPC] [Clang] Add platform guards to PPC vector intrinsics headersQiu Chaofan2019-07-305-4/+26
* Fix Linux buildJF Bastien2019-07-291-1/+1
* [NFC] avoid AlignedCharArray in clangJF Bastien2019-07-297-24/+22
* [DependencyCollector] Make maybeAddDependency virtual (NFC)Jonas Devlieghere2019-07-291-3/+3
* [docs] Add a note about where UBSan emits logsVedant Kumar2019-07-291-0/+6
* [DebugInfo] Don't emit incorrect descriptions of thunk params (PR42627)Vedant Kumar2019-07-292-2/+23
* [driver][test] Use /dev/null in as-options.s insteadJordan Rupprecht2019-07-291-3/+3
* Give the 'signed/unsigned wchar_t' extension a warning flag, and followRichard Smith2019-07-295-11/+14
* When determining whether a lambda-expression is implicitly constexpr,Richard Smith2019-07-296-117/+267
* [driver][test] Update as-options.s to not write to a readonly treeJordan Rupprecht2019-07-291-2/+3
* Fix taint-generic.c on Windows, handle case in OS errorReid Kleckner2019-07-291-1/+1
* [OpenCL] Rename builtin definition classesSven van Haastregt2019-07-291-60/+63
* clang-format clang/lib/FormatNico Weber2019-07-295-19/+17
* doc: Fix Google C++ Style Guide link.Rafael Stahl2019-07-291-1/+1
* Improve MSVC visualizers for DeclSpec and TemplateNameMike Spertus2019-07-291-2/+79
* Buildbot fix for r367190Gabor Borsik2019-07-281-1/+1
* [analyzer] Add yaml parser to GenericTaintCheckerGabor Borsik2019-07-288-25/+327
* [FunctionAttrs] Annotate "willreturn" for intrinsicsHideto Ueno2019-07-281-1/+1
* [Driver] Additional fixup of NOWARN test case from r367165Bjorn Pettersson2019-07-271-1/+1
* [Driver] Fix "unannotated fall-through between switch labels". NFCBjorn Pettersson2019-07-271-0/+1
* Attempt to make test in r367165 more robust.Nico Weber2019-07-271-2/+2
* clang-format: Support `if CONSTEXPR` if CONSTEXPR is a macro.Nico Weber2019-07-275-10/+108
* Revert "[ARM] Set default alignment to 64bits"Petr Hosek2019-07-273-23/+2
OpenPOWER on IntegriCloud