aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2020-09-27Fix sphinx warnings in AttributeReference, NFCAaron Puchert1-4/+3
2020-09-26Thread safety analysis: Improve documentation for ASSERT_CAPABILITYRussell Yanofsky1-4/+8
2020-09-26Revert "[DSE] Switch to MemorySSA-backed DSE by default."Florian Hahn2-1/+4
2020-09-26Run test on particular target onlySerge Pavlov1-0/+2
2020-09-26[FPEnv] Evaluate constant expressions under non-default rounding modesSerge Pavlov9-16/+210
2020-09-26[Driver] Fix formatting as suggested by clang-format (NFC)Dmitry Antipov1-9/+3
2020-09-26[Driver] Perform Linux distribution detection only onceDmitry Antipov2-58/+123
2020-09-25[Clang][OpenMP] Added support for nowait target in CodeGen via regular taskShilei Tian10-207/+439
2020-09-25[RISCV] Update driver testsEvandro Menezes2-7/+14
2020-09-25Sema: add support for `__attribute__((__swift_private__))`Saleem Abdulrasool5-0/+76
2020-09-25OpaquePtr: Add type to sret attributeMatt Arsenault112-692/+692
2020-09-25Sema: remove unnecessary parameter for SwiftName handling (NFCI)Saleem Abdulrasool3-9/+3
2020-09-25[profile] Add %t LLVM_PROFILE_FILE option to substitute $TMPDIRVedant Kumar1-0/+3
2020-09-25Fix some of the more egregious 80-col and whitespace issues; NFCAaron Ballman1-142/+228
2020-09-25Typo fix; NFCAaron Ballman1-1/+1
2020-09-25[Analyzer] Fix unused variable warning in Release buildsBenjamin Kramer1-2/+1
2020-09-25[clang-format] Add a MacroExpander.Manuel Klimek7-3/+716
2020-09-25[PPC] [AIX] Implement calling convention IR for C99 complex types on AIXChris Bowler3-37/+33
2020-09-25[Analyzer] Fix for `ExprEngine::computeObjectUnderConstruction()` for base an...Adam Balogh2-19/+81
2020-09-25[AArch64] PAC/BTI code generation for LLVM generated functionsMomchil Velikov6-138/+92
2020-09-25Fix uninitialized XRayArgIan Levesque1-1/+1
2020-09-24[NFC] [PPC] Add PowerPC expected IR tests for C99 complexChris Bowler1-0/+39
2020-09-24[xray] Function coverage groupsIan Levesque7-1/+121
2020-09-24PR47176: Don't read from an inactive union member if a friend functionRichard Smith4-7/+19
2020-09-24Revert "Add a static_assert confirming that DiagnosticBuilder is small"Reid Kleckner1-3/+0
2020-09-24Add a static_assert confirming that DiagnosticBuilder is smallReid Kleckner1-0/+3
2020-09-24[MS] For unknown ISAs, pass non-trivially copyable arguments indirectlyReid Kleckner2-1/+22
2020-09-24[MS] Simplify rules for passing C++ recordsReid Kleckner2-9/+34
2020-09-24Fix regex in test.Bill Wendling1-1/+1
2020-09-24[DebugInfo] Fix bug in constructor homing with classes with trivialAmy Huang2-12/+52
2020-09-24Fix testcase.Bill Wendling1-1/+1
2020-09-24[CUDA] Added conversion functions to builtin vars.Artem Belevich2-10/+27
2020-09-24Remove stale assert.Bill Wendling4-1/+26
2020-09-24[AST] Use data-recursion when building ParentMap, avoid stack overflow.Sam McCall1-49/+59
2020-09-24[OPENMP]Fix PR47621: Variable used by task inside a template function is not ...Alexey Bataev3-10/+66
2020-09-24Remove dead branch identified by @rsmith on post-commit for D88236Erich Keane1-9/+0
2020-09-24Revert "[Modules] Add stats to measure performance of building and loading mo...Volodymyr Sapsai2-17/+0
2020-09-24[Modules] Add stats to measure performance of building and loading modules.Volodymyr Sapsai2-0/+17
2020-09-24[PR47636] Fix tryEmitPrivate to handle non-constantarraytypesErich Keane2-9/+17
2020-09-24Basic: add an extra newline for sphinx (NFC)Saleem Abdulrasool1-0/+1
2020-09-24Revert "[OPENMP]Fix PR47621: Variable used by task inside a template function...Alexey Bataev3-64/+10
2020-09-24Revert "Recommit [NFC] Refactor DiagnosticBuilder and PartialDiagnostic"Reid Kleckner20-182/+256
2020-09-24Revert "Recommit "[CUDA][HIP] Defer overloading resolution diagnostics for ho...Reid Kleckner41-534/+257
2020-09-24[OPENMP]Fix PR47621: Variable used by task inside a template function is not ...Alexey Bataev3-10/+64
2020-09-24[OPENMP]PR47606: Do not update the lastprivate item if it was captured by ref...Alexey Bataev2-19/+20
2020-09-24Sema: add support for `__attribute__((__swift_newtype__))`Saleem Abdulrasool8-0/+162
2020-09-24[clang] use string tables for static diagnostic descriptionsNathan Froyd1-8/+92
2020-09-24Recommit "[CUDA][HIP] Defer overloading resolution diagnostics for host devic...Yaxun (Sam) Liu41-256/+530
2020-09-24[Support] On Unix, let the CrashRecoveryContext return the signal codeAlexandre Ganea1-0/+7
2020-09-24[NFC][Docs] fix clang-docs compilationJonas Toth2-17/+18