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
39c61e30a9244b7c431af077482d53aa74db5849
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
13
Feb
12
11
10
9
8
7
6
5
4
3
2
1
31
Jan
30
29
28
27
26
25
24
23
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
31
Dec
30
29
28
27
[CodeGen] Treat auto-generated __dso_handle symbol as HiddenVisibility
[Test] Make Lit tests C++11 compatible - nounwind noexcept
[ASTUnit] Clear out diagnostic state after creating the preamble.
[PM] Add support for instrumented PGO in the new pass manager (clang-side)
Fix r291495 -- Normalize LLVM_CMAKE_PATH in clang standalone build.
[coroutines] NFC: Refactor Sema::CoroutineBodyStmt construction.
Revert r294910 and recommit r294861 and r294862 with a target triple to hopefully appease the bots.
Revert "Attributes on K&R C functions should not cause incompatible..."
ASTReader: Refactor common code for writing function definitions, to match the writing code
[Driver] Use stem() and not filename().
CodeGen: use # as the comment leader for ARC marker
CodeGen: annotate ObjC ARC functions with ABI constraints
test: ignore some warnings in test code (NFC)
[AVR] Fix __AVR_xxx macro definitions; authored by Peter Wu
Hopefully fixes a compile error introduced by r294861.
Attributes on K&R C functions should not cause incompatible function type with a redeclaration having the same attribute. Fixing this introduced a secondary problem where we were assuming that K&R functions could not be attributed types when reporting old-style function definitions that are not preceded by a prototype.
docs: update docs for objc_storeStrong behaviour
CodeGen: rename variables to adhere to naming convention
Sema: simplify conditional execution (NFC)
Make helpers static. NFC.
Update XFAIL line after r294781.
Move test include file from include/ to Inputs/
[c++1z] Tests for class template argument deduction in dependent contexts.
Don't let EvaluationModes dictate whether an invalid base is OK
[c++1z] Diagnose attempts to use variables with deduced class template
[c++1z] Require an initializer for deduced class template specialization types.
[XRay] Implement powerpc64le xray.
[c++1z] Enforce restriction that deduction guide is declared in the same scope as its template.
[c++1z] Disallow deduction guides with deduced types that don't syntactically match the template being deduced.
clang-format: don't break code using __has_include, PR31908
[libclang] [OpenCL] Expose half type.
Wdocumentation fixes
Temporarily revert "For X86-64 linux and PPC64 linux align int128 to 16 bytes."
For X86-64 linux and PPC64 linux align int128 to 16 bytes.
[c++1z] In class template argument deduction, all declarators must deduce the same type (just like with auto deduction).
[Concepts] Class template associated constraints
[c++1z] P0512R0: support for 'explicit' specifier on deduction-guides.
Sink IsExplicitSpecified flag from CXXConstructorDecl and CXXConversionDecl
Update C style comments to C++ style.
Fix the -Werror build by removing an unused default in a fully covered switch
Loading