Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.018Sep171615141312111098765432131Aug302928262524232221201918171615141312111098765432131Jul302928272625clang-format: [JS] Do not wrap taze annotation comments.clang-format: [JS] ASI insertion after boolean literals.CodeGen: mark ObjC cstring literals as unnamed_addrCodeGen: 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 countersWhen 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 guardsCodeGen: refactor the ObjC cstring literal creationFix 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 loopImprove handling of floating point literals in OpenCL to only use double precision if the target supports fp64Touch up [[clang::require_constant_initialization]] docsTesting 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 theDo 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 togetherclang-format VS plugin: upgrade the project files to VS2015Reapply: 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-endianUpdate 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