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
9336389b0ff98ac05d2fe5781ae4bed492dc891e
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
5
Dec
4
3
2
1
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
Add __WINT_MAX__.
AMDGPU: Don't add fp64 feature to r600 subtargets
[libclang] Store unsaved file hashes when recording parsing invocations
Generalize "static data member instantiated" notification to cover variable templates too.
[CMake] Don't use comma as an alternate separator
[Lex] Fix lldb-x86_64-ubuntu-14.04-buildserver build bot broken with r319714 (NFC).
Fix record-parsing-invocation.c test on Windows
[Lex] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
Correctly handle line table entries without filenames during AST serialization
Add _Float128 as alias to __float128 to enable compilations on Fedora27/glibc2-26
[libclang] Record parsing invocation to a temporary file when requested
[OPENMP] Fix PR35486: crash when collapsing loops with dependent iteration spaces.
[analyzer] [NFC] remove duplicated function
[OpenMP] Initial implementation of code generation for pragma 'teams distribute parallel for simd' on host
Now that C++17 is official (https://www.iso.org/standard/68564.html), start changing the C++1z terminology over to C++17. NFC intended, these are all mechanical changes.
design document for a hardware-assisted memory safety (HWAMS) tool, similar to AddressSanitizer
Changing mixed CRLFs back to LFs; NFC.
[OPENMP] Codegen for `distribute simd` directive.
[OpenCL] Define __IMAGE_SUPPORT__ macro for SPIR
Fix bug where we wouldn't break columns over the limit.
Merge branch 'master' of https://github.com/llvm-mirror/clang
[analyzer] Don't treat lambda-captures float constexprs as undefined
[ASTImporter] Add unit tests for UsingDecl and UsingShadowDecl
Revert "[CodeGen] Add initial support for union members in TBAA"
[WebAssembly] Pass through --undefined to Wasm LLD
Fix assume-filename handling in clang-format.el
[CodeGen] fix mapping from fmod calls to frem instruction
[CodeGen] remove stale comment; NFC
PR35456: Track definedness of variable template specializations separately from
Move comment back to being next to the code it's a comment for.
[AST] Try to fix build bot with modules broken r319589. However real fix may belong to other place.
[CodeGen] convert math libcalls/builtins to equivalent LLVM intrinsics
[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
[OPENMP] Emit `__tgt_target_teams` for all teams directives.
[c++17] When deducing the type of a non-type template parameter from the type
Fix the second part of the broken comment from r306079
Fix opt-remark with hotness testcase for sample-based PGO
Partially fix comment in test broken in r306079 and r306948
[OPENMP] Do not allow variables to be first|last-privates in
Disallow a cleanup attribute from appertaining to a parameter (the attribute only appertains to local variables and is silently a noop on parameters). This repurposes the unused (and syntactically incorrect) NormalVar attribute subject.
Loading