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
9aa5da98fa039407661e61e35538bee210f4c278
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
Jul
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
30
Jun
29
28
27
26
25
23
22
21
20
19
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
31
May
Revert r308327
Add a warning for missing '#pragma pack (pop)' and suspicious uses
[OPENMP] Generalization of sema analysis of reduction-based clauses,
CodeGen: Insert addr space cast for automatic/temp var at right position
clang-format: [JS] Correctly format JavaScript imports with long module paths
[CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Config/config.h.
[Index] Prevent canonical decl becoming nullptr
Also add the option -no-pie (like -nopie)
[OpenCL] Added extended tests on metadata generation for half data type and arrays.
[OPENMP] Pacify windows buildbots, NFC.
[analyzer] Add missing documentation for static analyzer checkers
[COFF, ARM64] Set the data type widths and the data layout string
Merge branch 'master' of https://github.com/llvm-mirror/clang
The [[pacxx::device_memory]] attribute has landed. device_memory is a type qualifier that propagates transparently to the AST to track device memory allocations and their uses. In its current state dependent types must be qualified, otherwise the qualifier is dropped. Currently type inference return types (auto) drops the qualifier when the function is a member of a templated record.
[AArch64] Add support for __builtin_ms_va_list on aarch64
Update use of llvm::CallingConv:X86_64_Win64 after LLVM commit r308208
[Basic] Detect Git submodule version in CMake
[SystemZ] Add support for IBM z14 processor (3/3)
[SystemZ] Add support for IBM z14 processor (2/3)
[SystemZ] Add support for IBM z14 processor (1/3)
[clang] Remove redundant check-prefix=CHECK from tests. NFC.
[NFC] Refactor the Preprocessor function that handles Macro definitions and rename Arguments to Parameters in Macro Definitions.
Fix dereference of pointers in throw statements.
[OPENMP] Fix reduction combiner test
[OPENMP] Further fixes of the reduction codegen tests
[OPENMP] Further test fixes.
[OPENMP] Rework tests to pacify buildbots.
[OPENMP] Codegen for reduction clauses in 'taskloop' directives.
Revert changes from my previous refactoring - will need to fix dependencies in clang's extra tooling (such as clang-tidy etc.).
[NFC] Refactor the Preprocessor function that handles Macro definitions and rename Arguments to Parameters in Macro Definitions.
Enable TLS support on OpenBSD.
Enable TLS support on OpenBSD, but default to the emulatated TLS model.
[Bash-autocompletion] Add support for -W<warning> and -Wno<warning>
[c++2a] Add option -std=c++2a to enable support for potential/transitional C++2a features
[cxx_status] Fix typos.
[cxx_status] Add approved Toronto WG21 motions.
Use ARC parsing rules for ns_returns_retained in MRC so that code can
[Bash-autocompletion] Fixed a bug on bash
clang/test/FixIt/format.m: Tweak for i686, where ssize_t is int. (r308067)
[ODRHash] Revert r307743 which reverted r307720
Loading