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
9c27c6bd260a3e4d531a2ebbcff339c4600da04f
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
Sep
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
31
Aug
30
29
28
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
31
Jul
30
29
28
27
26
25
clang-format: [JS] Do not wrap taze annotation comments.
clang-format: [JS] ASI insertion after boolean literals.
CodeGen: mark ObjC cstring literals as unnamed_addr
CodeGen: mark ObjC cstring literals as constant
[libFuzzer] use 'if guard' instead of 'if guard >= 0' with trace-pc; change the guard type to intptr_t; use separate array for 8-bit counters
When replacements have the same offset, make replacements with smaller length order first in the set.
clang-format: [JS] Fix a crash in handledTemplateStrings.
[sanitizer-coverage] change trace-pc to use 8-byte guards
CodeGen: refactor the ObjC cstring literal creation
Fix a couple of wrong-code bugs in switch-on-constant optimization:
Add REQUIRES line.
Add target triples to fix test on non-x86.
CodeGen: Add more checks to nobuiltin.c test, add a negative test.
Introduce inline assembly parsing test is PR30372.
CodeGen: use pointer rather than reference in range loop
Improve handling of floating point literals in OpenCL to only use double precision if the target supports fp64
Touch up [[clang::require_constant_initialization]] docs
Testing commit rights. Removing trailing white space from test file.
Fix unused result from sign extending an Offset.
Alter the iOS/tvOS ARM64 C++ ABI to ignore the upper half of the
Do not warn about format strings that are indexed string literals.
[CodeGen][ObjC] Block captures should inherit the type of the captured
[CUDA] Don't try to run sanitizers on NVPTX.
[Sema] Allow shifting a scalar operand by a vector operand.
Simplify Clang's version number configuration in CMake.
[sanitizer-coverage] make trace-pc-guard and indirect-call work together
clang-format VS plugin: upgrade the project files to VS2015
Reapply: Silence false positive diagnostics regarding passing an object of enumeration type to va_start().
[analyzer] Fix HTMLRewriter style sheets to support non-webkit browsers.
Reverting r281609; it caused some build bots to break.
[mips][ias] Enable IAS by default for N64 on Debian mips64el.
Silence false positive diagnostics regarding passing an object of enumeration type to va_start(). The underlying type for an enumeration in C is either char, signed int, or unsigned int. In the case the underlying type is chosen to be char (such as when passing -fshort-enums or using __attribute__((packed)) on the enum declaration), the enumeration can result in undefined behavior. However, when the underlying type is signed int or unsigned int (or long long as an extension), there is no undefined behavior because the types are compatible. This patch silences diagnostics for the latter while retaining the diagnostics for the former.
[ARM] ARM-specific attributes should be accepted for big-endian
Update clang unittests for rL281586.
Builtins.def: Explicitly undef finitef, to appease mingw. It defines finitef as alias of _finitef.
Revert r281457 "Supports adding insertion around non-insertion replacements."
[clang-cl] Accept the joined equals version of -resource-dir=
[CUDA] Make __clang_cuda_cmath.h compatible with libc++.
[CUDA] Add test checking our ability to take a function pointer to a __global__ function on the host side.
Add some MS aliases for existing intrinsics
Loading