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
7927730e15e476828400d61235ecc2586a86b9e3
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
1
Dec
30
Nov
29
28
27
26
25
24
23
22
21
20
19
18
17
16
15
14
13
11
10
9
8
7
6
5
4
3
2
1
31
Oct
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
15
14
13
Better trade-off for excess characters vs. staying within the column limits.
[c++2a] P0515R3: Support for overloaded operator<=>.
[c++2a] P0515R3: lexer support for new <=> token.
Mark all library options as hidden.
Update website to mention that you still need -frelaxed-template-template-args to enable the corresponding C++17 feature in Clang 5.
[clang] Use add_llvm_install_targets
[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
[CUDA] Tweak CUDA wrappers to make cuda-9 work with libc++
[OpenMP] Diagnose undeclared variables on declare target clause
[OPENMP] Fix possible assert for target regions with incorrect inner
Fix __has_unique_object_representations implementation
Revert [ARM] disable FPU features when using soft floating point.
[ARM] disable FPU features when using soft floating point.
clang-format: [JS] do not wrap after async/await.
[CodeGen] Add initial support for union members in TBAA
[analyzer] Fix false negative on post-increment of uninitialized variable.
Preserve the "last diagnostic was suppressed" flag across SFINAE checks.
Merge branch 'master' of https://github.com/llvm-mirror/clang
[XRay][clang] Introduce -fxray-always-emit-customevents
MS ABI: Treat explicit instantiation definitions of dllimport function templates as explicit instantiation decls (PR35435)
[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
Perform a bounds check on a function's argument list before accessing any index value specified by an 'argument_with_type_tag' attribute. Fixes PR28520.
[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
[Coverage] Emit gap areas in braces-optional statements (PR35387)
Reformat switch statement added in r319297, NFC
[EH] Use __CxxFrameHandler3 for C++ EH in MS environments
[OPENMP] Allow only loop control variables in distribute simd
Add the hasDefinition() AST matcher to match class declarations that also have a definition.
[SourceLocations] Use stronger sort predicate to remove non-deterministic ordering
[clang-cl] Alias /wd4018 to -Wno-sign-compare
[analyzer] Fix unreachable creating PathDiagnosticLocation with widen-loops=true
[OPENMP] Do not allow `linear` clauses on non-simd distribute
[Driver] Turns out the GNU assembler does support falkor/saphira.
Fix function call to fix build
[OPENMP] General improvement of handling of `teams distribute`
Follow up of r319317, add the missing header file
Fix 'control reaches end of non-void' warning by using llvm_unreachable.
Add the nvidia-cuda-toolkit Debian package path to search path
Restructure how we break tokens.
Toolchain: Normalize dwarf, sjlj and seh eh
Loading