summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert "clang support gnu asm goto."Erich Keane2019-05-3012-384/+135
* [OpenCL] Fix OpenCL/SPIR version metadata in C++ mode.Anastasia Stulova2019-05-301-4/+9
* [ARM] Add CLI support for Armv8.1-M and MVESjoerd Meijer2019-05-301-0/+2
* [OpenCL] Support logical vector operators in C++ modeSven van Haastregt2019-05-301-2/+3
* Revert "asm goto: fix out-of-bounds read of Constraints after rC362045"Fangrui Song2019-05-301-1/+0
* asm goto: fix out-of-bounds read of Constraints after rC362045Fangrui Song2019-05-301-0/+1
* [AST] asm goto labels don't have constraints, don't try to copy them.Benjamin Kramer2019-05-301-4/+6
* Add the `objc_class_stub` attribute.John McCall2019-05-303-13/+100
* [Driver] Render target options (e.g. -fuse-init-array) for -fembed-bitcodeFangrui Song2019-05-301-0/+3
* [PowerPC] Set the default PLT mode on musl to Secure PLTFangrui Song2019-05-301-1/+1
* [Driver] -static-pie: add -z textFangrui Song2019-05-301-0/+2
* clang support gnu asm goto.Jennifer Yu2019-05-3012-135/+384
* CodeView - add static data members to global variable debug info.Amy Huang2019-05-291-4/+14
* [ObjC] Fix encoding of ObjC pointer types that are pointers to typedefsAkira Hatanaka2019-05-291-36/+3
* [analyzer] Remove EndPath function as it is dead codeCsaba Dabis2019-05-291-1/+0
* [analyzer] ConditionBRVisitor: Boolean supportCsaba Dabis2019-05-291-4/+11
* [analyzer] ConditionBRVisitor: MemberExpr supportCsaba Dabis2019-05-291-7/+62
* [analyzer] ConditionBRVisitor: Remove duplicated codeCsaba Dabis2019-05-291-27/+32
* [analyzer] ConditionBRVisitor: Enhance to write out more informationCsaba Dabis2019-05-291-60/+103
* [analyzer] [NFC] PathDiagnostic: Create PathDiagnosticPopUpPieceCsaba Dabis2019-05-296-42/+218
* [analyzer] print() JSONify: SVal implementationCsaba Dabis2019-05-292-2/+14
* Fix an unused-variable error.Haojian Wu2019-05-291-0/+1
* [WebAssembly] Support VPtr sanitizer for EmscriptenThomas Lively2019-05-292-0/+9
* [analyzer] print() JSONify: CFG implementationCsaba Dabis2019-05-292-6/+21
* [analyzer] print() JSONify: Decl revisionCsaba Dabis2019-05-291-6/+4
* [analyzer][AST] print() JSONify: Stmt implementationCsaba Dabis2019-05-294-54/+39
* [analyzer] print() JSONify: getNodeLabel implementationCsaba Dabis2019-05-292-112/+146
* [Index] Compute correct symbol kind for variable templatesIlya Biryukov2019-05-291-0/+24
* [CUDA][HIP] Skip setting `externally_initialized` for static device variables.Michael Liao2019-05-291-1/+2
* Add curley brackets to case statement that declares a variable.Erich Keane2019-05-291-1/+2
* [clang-format] Allow configuring list of function-like macros that resolve to...Francois Ferrand2019-05-294-7/+15
* [analyzer] print() JSONify: Program state implementationCsaba Dabis2019-05-291-8/+15
* [analyzer] print() JSONify: Checker messages implementationCsaba Dabis2019-05-292-6/+70
* [analyzer] print() JSONify: Constructing objects implementationCsaba Dabis2019-05-292-33/+96
* [analyzer] print() JSONify: Type information implementationCsaba Dabis2019-05-293-19/+31
* [analyzer] print() JSONify: Constraints implementationCsaba Dabis2019-05-292-16/+27
* [analyzer] print() JSONify: Environment implementationCsaba Dabis2019-05-295-48/+154
* [CodeComplete] Add semicolon when completing patterns for 'static_assert' and...Ilya Biryukov2019-05-291-0/+2
* [analyzer] print() JSONify: Store implementationCsaba Dabis2019-05-292-40/+62
* [mips] Check argument for __builtin_msa_ctcmsa / __builtin_msa_cfcmsaSimon Atanasyan2019-05-291-0/+2
* clang-cl: Fix mangling of catchable types with names longer than 4kiBNico Weber2019-05-291-5/+11
* [LibTooling] Add `before` and `after` selectors for selecting point-ranges re...Yitzhak Mandelbaum2019-05-291-0/+22
* [Index] Correctly set symbol kind of IndirectFieldDeclIlya Biryukov2019-05-291-0/+1
* [X86] Fix i386 struct and union parameter alignmentPengfei Wang2019-05-291-2/+11
* revert rC361928: [PowerPC] [Clang] Port SSE intrinsics to PowerPCZi Xuan Wu2019-05-293-1888/+0
* [PowerPC] [Clang] Port SSE intrinsics to PowerPCZi Xuan Wu2019-05-293-0/+1888
* Make __has_builtin work with __builtin_LINE and friends.Eric Fiselier2019-05-291-0/+4
* [Driver] Search the toolchain dir with -print-file-namePetr Hosek2019-05-291-0/+5
* [X86] Fix the Sema checks for getmant builtins to only allow 4 and 8 for roun...Craig Topper2019-05-281-7/+4
* Defer creating fields for captures until we finish building theRichard Smith2019-05-287-150/+103