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
abdad67b94ad4dad2d655d48ff5f81d6ccf3852e
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
10
Feb
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
26
25
24
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
Add support for armv7ve flag in clang (PR31358).
Don't try to link to the 4.0 release notes
Disallow explicit instantiation and explicit specialization for deduction guides.
Diagnose attempts to explicitly instantiate a template at class scope. Previously Clang would simply ignore the 'template' keyword in this case.
[DebugInfo] Added support to Clang FE for generating debug info for preprocessor macros.
[docs] coverage: Clarify which flags enable gcov-style profiling (NFC)
[CodeGen] Remove unneeded `private`. NFCI.
Rename IsExplicitSpecialization -> IsMemberSpecialization when we're talking
[c++1z] P0091R3: Basic support for deducing class template arguments via deduction-guides.
[windows] Fix test for cl driver.
[MS] Implement the __fastfail intrinsic as a builtin
[windows] [asan] Add wholearchive flag when including asan_cxx lib.
[clang-format] Fix typo in comment.
[X86] Fix copy and paste bug in clzero test from r294559.
[X86] Clzero flag addition and inclusion under znver1
Add check that "#define unix 1" is present for the PS4 target.
[sancov] pc_guard_init is called at least once per DSO.
Initialize builtins during modular codegen
More fixes for places where 'decltype(auto)' is permitted in the C++ grammar but makes no sense.
Don't crash on 'decltype(auto)::'. Rather than treating it as a meaningless
[Lit Test] Make tests C++11 compatible - Parse OpenMP
[MS] Fix C++ destructor thunk line info for a declaration
[clang-format] Move OriginalPrefix from base to subclass.
[clang-format] Move comment tests to their own file.
[clang-format] Break before a sequence of line comments aligned with the next line.
[X86] Add -mprefetchwt1/-mno-prefetchwt1 command line options and __PREFETCHWT1__ define to match gcc.
[X86] Add -msgx/-mno-sgx command line options and __SGX__ define to match gcc.
[X86] Update command line documentation for -mclwb and -mmovbe which I forgot in my previous commits.
[X86] Add -mmpx/-mno-mpx command line options and __MPX__ define to match gcc.
[X86] Add -mclwb/-mno-clwb command line arguments and __CLWB__ define to match gcc.
[X86] Remove 'umip' feature flag.
[X86] Add -mmovbe/-mno-movbe command line options to match gcc.
[X86] Add -mclflushopt/-mno-clflushopt command line support and __CLFLUSHOPT__ define to match gcc.
Use LLVM_FALLTHROUGH instead of FALLTHROUGH comments.
[X86] Remove PCOMMIT feature support since Intel has deprecated this instruction with no plans to release products with it.
[AVR] Add support for the 'interrupt' and 'naked' attributes
Sema: add warning for c++ member variable shadowing
Loading