Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pacxx-clang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HPC2SE-Project
pacxx-clang
Graph
f4da251f87446b8162266f081dd914f61351f2a9
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
18
Apr
17
16
15
14
13
12
11
10
8
7
6
5
4
3
2
1
31
Mar
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
4
3
2
1
28
Feb
27
26
25
24
23
22
Debug Info: Remove special-casing of indirect function argument handling.
Fix mishandling of escaped newlines followed by newlines or nuls.
Rename coroutine warning when unhandled_exception() is missing
Revert r300504 - [coroutines] Fix rebuilding of implicit and dependent coroutine statements.
[ubsan] Skip null checks if they are constant-folded away
[ubsan] Skip null checks on pointers to the start of an alloca
[coroutines] Fix rebuilding of implicit and dependent coroutine statements.
clang-cl: Support the /Zc:twoPhase[-] command-line option (PR32680)
Revert "Address http://bugs.llvm.org/pr30994 so that a non-friend can properly replace a friend, and a visible friend can properly replace an invisible friend but not vice verse, and definitions are not replaced. This fixes the two FIXME in SemaTemplate/friend-template.cpp."
CodeGen: Let byval parameter use alloca address space
CodeGen: Let lifetime intrinsic use alloca address space
Use default ref capture to simplify local lambdas, use a template to avoid std::function overhead, other cleanup
[ObjC] Mark loads from __NSArray0 and __NSDictionary0 as invariant.load.
Address http://bugs.llvm.org/pr30994 so that a non-friend can properly replace a friend, and a visible friend can properly replace an invisible friend but not vice verse, and definitions are not replaced. This fixes the two FIXME in SemaTemplate/friend-template.cpp.
[clang] Register isConstexpr matcher
Use setUsedForHeaderGuard() accessor function instead of direcly accessing UsedForHeaderGuard.
Revert r300420 - [coroutines] Fix building of new/delete expressions when get_return_object_on_allocation_failure() is present
[coroutines] Fix building of new/delete expressions when get_return_object_on_allocation_failure() is present.
Add isStaticStorageClass to the dynamic matcher registry so that it can be used from clang-query.
[ObjC] Use empty Objective-C collection literal constants when
When we turn on vsx it should also turn on altivec explicitly, same
Do not run tests for crash recovery if libstdc++ safe mode is enabled
Revert "[ObjC] Use empty Objective-C collection literal constants when"
[ObjC] Use empty Objective-C collection literal constants when
[Coverage] Use the new getInstrProfSectionName API (NFC)
Modules: Do not serialize #pragma pack state
[ubsan] Don't check alignment if the alignment is 1
[ubsan] Reduce alignment checking of C++ object pointers
Removing a redundant, but harmless, %s; NFC.
[ObjC] Fix lifetime markers of loop variable in EmitObjCForCollectionStmt [take 2]
Make Gentoo GNU GCC Config override whitespace tolerant
[X86][SSE] Update MOVNTDQA non-temporal loads to generic implementation (clang)
PR32280: Do not crash on nested initializers.
[AMDGPU][GFX9] Set +fp32-denormals for >=gfx900 unless -cl-denorms-are-zero is set
Fix use after free error
clang/test/CoverageMapping/unused_names.c: Relax an expression for targeting PECOFF.
Remove unused function /nfc
Remove empty test directory for nonexistent standard clause.
[docs] UBSan: Mention that print_stacktrace=1 is unsupported on Darwin
Revert r300287.
Loading