]> granicus.if.org Git - clang/shortlog
clang
2018-04-12 Richard Trieu[ODRHash] Skip more types hashing TypedefType
2018-04-11 Saleem AbdulrasoolLex: make `clang::Preprocessor::macros` work on MSVC
2018-04-11 Tom StellardDriver: Add gcc search path for RHEL devtoolset-7
2018-04-11 Eugene Zelenko[Serialization] Fix some Clang-tidy modernize and Inclu...
2018-04-11 Gabor Buella[x86] wbnoinvd intrinsic
2018-04-11 Alexey Bataev[OPENMP] Code cleanup, NFC.
2018-04-11 Shoaib Meenai[CodeGen] Handle __func__ inside __finally
2018-04-11 Artem Belevich[NVPTX] Removed 'satom' feature which is no longer...
2018-04-11 Artem Belevich[NVPTX, CUDA] Improved feature constraints on NVPTX...
2018-04-11 Dimitry AndricDocument -std= values for different languages
2018-04-11 Yonghong Songbpf: accept all asm register names
2018-04-11 Manuel KlimekFix bugs around handling C++11 attributes.
2018-04-11 Ivan A. Kosarev[NEON] Support vfma_n and vfms_n intrinsics
2018-04-11 Chad Rosier[Driver] Don't forward -m[no-]unaligned-access options...
2018-04-11 Jan Korous[Sema] Fix built-in decrement operator overload resolution
2018-04-11 Strahinja Petrovic[PowerPC] Option for secure plt mode
2018-04-11 Haojian Wu[Tooling] Correct the "-std" compile command option.
2018-04-11 Haojian Wu[Tooling] Optimize memory usage in InMemoryToolResults.
2018-04-11 Adam Balogh[Analyzer] SValBuilder Comparison Rearrangement (with...
2018-04-11 Dean Michael... Adding fuzzer flags support to OpenBSD driver
2018-04-11 Craig Topper[X86] Fix typo in intrinsic header file __mask16->__mma...
2018-04-11 Craig Topper[X86] Replace 512-bit masked pmaddubsw and pmaddwd...
2018-04-11 Dean Michael... [XRay][clang] Only enable test for supported platforms
2018-04-11 Dean Michael... [XRay][clang+compiler-rt] Support build-time mode selection
2018-04-10 Eugene Zelenko[AST] Fix some Clang-tidy modernize-use-auto and Includ...
2018-04-10 Aaron BallmanIntroduce a new builtin, __builtin_dump_struct, that...
2018-04-10 Petr HosekRevert "Handle the default case"
2018-04-10 Petr HosekHandle the default case
2018-04-10 Chad Rosier[Driver] Handle the default case missed in r329748.
2018-04-10 Alexey Bataev[OPENMP] Additional attributes for the pointer parameters.
2018-04-10 Petr Hosek[Driver] Allow drivers to add multiple libc++ include...
2018-04-10 Gabor Buella[X86] Split up -march=icelake to -client & -server
2018-04-10 Nico WeberRevert r329684 (and follow-ups 329693, 329714). See...
2018-04-10 Craig Topper[X86] Add test case for llvm change r329734
2018-04-10 Artem Belevich[CUDA] Added --[no-]cuda-include-ptx=sm_XX|all option.
2018-04-10 Volodymyr Sapsai[Parser] Fix assertion-on-invalid for unexpected typename.
2018-04-10 Andrew V. TischenkoI removed the failed test.
2018-04-10 Gabor Buella[X86] Disable SGX for Skylake Server - CPP test
2018-04-10 Nico WeberAttempt to fix Windows build after r329698.
2018-04-10 Gabor Buella[X86] Disable SGX for Skylake Server
2018-04-10 Nico WeberUse llvm::sys::fs::real_path() in clang.
2018-04-10 Andrew V. TischenkoThe test was fixed.
2018-04-10 Gabor BuellaCodeGen tests - typo fixes NFC
2018-04-10 Sam McCall[Tooling] fix UB when interpolating compile commands...
2018-04-10 Andrew V. Tischenko-ftime-report switch support in Clang.
2018-04-10 Akira Hatanaka[ExprConstant] Use an AST node and a version number...
2018-04-10 George Burgess IV[AST] Attempt to fix buildbot warnings + appease MSVC...
2018-04-09 Akira Hatanaka[ObjC++] Never pass structs that transitively contain...
2018-04-09 Eugene Zelenko[AST] Fix some Clang-tidy modernize-use-auto warnings...
2018-04-09 Eugene Zelenko[AST] Fix some Clang-tidy modernize and Include What...
2018-04-09 Akira HatanakaRevert "[ObjC++] Never pass structs that transitively...
2018-04-09 Akira Hatanaka[ObjC++] Never pass structs that transitively contain...
2018-04-09 Vitaly Bukaasan: kernel: make no_sanitize("address") attribute...
2018-04-09 Akira HatanakaRevert "[ObjC] Make C++ triviality type traits availabl...
2018-04-09 Craig Topper[X86] Emit native IR for pmuldq/pmuludq builtins.
2018-04-09 Yaxun Liu[CUDA] Revert defining __CUDA_ARCH__ for amdgcn targets
2018-04-09 Sam McCall[Tooling] A CompilationDatabase wrapper that infers...
2018-04-09 Sam McCall[Index] Return SourceLocation to consumers, not FileID...
2018-04-09 Hans WennborgTry to fix libclang reproducer tests after r329465
2018-04-09 Dean Michael... [XRay][llvm+clang] Consolidate attribute list files
2018-04-08 Eric Fiselier[Sema] Fix PR35832 - Ambiguity accessing anonymous...
2018-04-08 Eric FiselierRevert "[Sema] Fix PR35832 - Ambiguity accessing anonym...
2018-04-08 Eric Fiselier[Sema] Fix PR35832 - Ambiguity accessing anonymous...
2018-04-08 Eric Fiselier[Sema] Remove dead code in BuildAnonymousStructUnionMem...
2018-04-08 Eric Fiselier[Sema] Fix PR22637 - IndirectFieldDecl's discard qualif...
2018-04-07 Fangrui Song[libclang] Add clang_File_tryGetRealPathName
2018-04-07 John McCallGeneralize the swiftcall API since being passed indirec...
2018-04-07 Manoj Gupta[Driver] Update GCC libraries detection logic for Gentoo.
2018-04-07 John McCallAllow equality comparisons between block pointers and
2018-04-07 Roman Lebedev[Sema] Extend -Wself-assign and -Wself-assign-field...
2018-04-07 Nico WeberSort source lists in lib/StaticAnalyzer.
2018-04-07 Nico WeberMake CodeGen depend just once on clangAnalysis.
2018-04-07 Nico WeberRemove another unnecessary -I flag passed to clang...
2018-04-07 Richard SmithGeneralize test for 32-bit targets.
2018-04-07 Alex LorenzRecommit r329442: Generate Libclang invocation reproduc...
2018-04-06 Nico WeberRemove two unnecessary -I flags passed to clang-tblgen.
2018-04-06 Richard SmithDon't assume constructors return void.
2018-04-06 Alex LorenzRevert r329442 "Generate Libclang invocation reproducer...
2018-04-06 George KarpenkovRevert "[analyzer] Remove an unused variable"
2018-04-06 George Karpenkov[analyzer] Remove an unused variable
2018-04-06 Alex LorenzGenerate Libclang invocation reproducers using a new...
2018-04-06 Yaxun Liu[HIP] define __CUDA_ARCH_=1 for amdgcn targets
2018-04-06 Alexey Bataev[OPENMP, NVPTX] Fix codegen for the teams reduction.
2018-04-06 Alexander KornienkoFix typos in clang
2018-04-06 Krzysztof Parzyszek[Hexagon] Remove default values from lambda parameters
2018-04-06 Alexander KornienkoAllow the creation of human-friendly ASTDumper to arbit...
2018-04-06 Dean Michael... [XRay][clang] Only run driver test for Linux and FreeBSD
2018-04-06 Dean Michael... [XRay][clang] Add a flag to enable/disable linking...
2018-04-06 Dean Michael... [XRay][clang] Consolidate runtime and link-time flag...
2018-04-06 Petr HosekCMake option to allow enabling experimental new pass...
2018-04-05 Douglas YungFix test added in r329301 to work properly with Windows...
2018-04-05 Eugene Zelenko[Sema] Revert r329346 because of memory sanitizer failures.
2018-04-05 Richard SmithAdd a couple more tests for DR372.
2018-04-05 Eugene Zelenko[Sema] Fix some Clang-tidy modernize and Include What...
2018-04-05 Richard SmithPR36992: do not store beyond the dsize of a class objec...
2018-04-05 Richard SmithDR1672, DR1813, DR1881, DR2120: Implement recent fixes...
2018-04-05 Alex LorenzRemove the temporary availability checking workaround for
2018-04-05 Sam CleggFix typo in comment -fmath-errno=0 -> -fno-math-errno
2018-04-05 Aleksei Sidorin[ASTImporter] Fix for importing unnamed structs
2018-04-05 Manoj GuptaDisable -fmerge-all-constants as default.
next