]> granicus.if.org Git - clang/shortlog
clang
2017-12-09 Richard Trieu[ODRHash] Support ODR violation detection in functions.
2017-12-09 Kamil RytarowskiDon't link NetBSD programs with -ldl in linkXRayRuntimeDeps
2017-12-09 Akira Hatanaka[CodeGen][X86] Fix handling of __fp16 vectors.
2017-12-08 Richard SmithRemove creation of out-of-bounds value of enumeration...
2017-12-08 Richard SmithUnify implementation of our two different flavours...
2017-12-08 Eugene Zelenko[Lex] Fix some Clang-tidy modernize and Include What...
2017-12-08 Alexey Bataev[OPENMP] Simplify codegen for loop iteration variables...
2017-12-08 Vedant Kumar[ubsan] array-bounds: Ignore params with constant size
2017-12-08 Kostya Serebryany[hwasan] typo in docs
2017-12-08 Kamil RytarowskiFix a comment in the code
2017-12-08 Hans WennborgRevert "Unify implementation of our two different flavo...
2017-12-08 Alexey Bataev[OPENMP] Initial codegen for `target teams distribute...
2017-12-08 Stephan BergmannIn stdbool.h, define bool, false, true only in gnu++98
2017-12-08 Hans WennborgRevert r320124 "Fold together the in-range and out...
2017-12-08 Vedant Kumar[Blocks] Inherit sanitizer options from parent decl
2017-12-08 Aaron BallmanAdd a test that the __STDC_VERSION__ macro reports...
2017-12-08 Vedant Kumar[ubsan] Use pass_object_size info in bounds checks
2017-12-08 Richard SmithFold together the in-range and out-of-range portions...
2017-12-08 Richard SmithUnify implementation of our two different flavours...
2017-12-07 Aaron BallmanCorrect line endings that got mixed up in r320088;...
2017-12-07 Ahmed BougachaFix more line endings changed in r320089. NFC.
2017-12-07 Aaron BallmanCorrect line endings that got mixed up in r320089;...
2017-12-07 Ahmed BougachaRemove line-endings added by r320089. NFC.
2017-12-07 Eugene Zelenko[Analysis] Fix some Clang-tidy modernize and Include...
2017-12-07 Aaron BallmanAdd new language mode flags for C17.
2017-12-07 Aaron BallmanAdd support for the __has_c_attribute builtin preproces...
2017-12-07 Alex Lorenz[libclang] Record code-completion invocations to a...
2017-12-07 George Rokos[OpenMP] NVPTX: Set default/minimum compute capability...
2017-12-07 Alexey Bataev[OPENMP] Do not capture private variables in the target...
2017-12-07 Kostya Serebryanyupdate hwasan docs
2017-12-07 Alex Lorenz[driver] Set the 'simulator' environment for Darwin...
2017-12-07 Eric Liu[Index] Add setPreprocessor member to IndexDataConsumer.
2017-12-07 Sjoerd Meijer[ARM] ACLE parallel arithmetic and DSP style multiplica...
2017-12-07 Roger Ferrer... Ignore pointers to incomplete types when diagnosing...
2017-12-07 Zhihao YuanAllow conditions to be decomposed with structured bindings
2017-12-07 Zhihao YuanTest commit access
2017-12-07 Yaxun LiuCodeGen: Fix invalid bitcasts for memcpy
2017-12-07 Hubert TongRemove old concepts parsing code
2017-12-06 Eugene Zelenko[Lex] Fix some Clang-tidy modernize and Include What...
2017-12-06 Shoaib Meenai[clang] Add PRIVATE to target_link_libraries
2017-12-06 Shoaib Meenai[clang] Use PRIVATE in target_link_libraries
2017-12-06 Matt Morehouse[CMake] Use PRIVATE in target_link_libraries for fuzzers.
2017-12-06 Richard SmithDelete special-case "out-of-range" handling for bools...
2017-12-06 Jonas HahnfeldFix PR35542: Correct adjusting of private reduction...
2017-12-06 Artem Belevich[NVPTX,CUDA] Added llvm.nvvm.fns intrinsic and matching...
2017-12-06 Artem Belevich[CUDA] Added overloads for '[unsigned] long' variants...
2017-12-06 Taewook OhStringizing raw string literals containing newline
2017-12-06 Alexey Bataev[OPENMP] Improve error message for mapping union members.
2017-12-06 Alexey Bataev[OPENMP] Initial codegen for `teams distribute simd...
2017-12-06 Sven van Haastregt[OpenCL] Fix layering violation by getOpenCLTypeAddrSpace
2017-12-06 Erik Verbruggen[libclang] Add function to get the buffer for a file
2017-12-06 Richard SmithFix a bunch of wrong "tautological unsigned enum compar...
2017-12-05 Richard SmithP0722R2: The first parameter in an implicit call to...
2017-12-05 Douglas YungFix another record-parsing-invocation.c test issue...
2017-12-05 Shoaib Meenai[CMake] Use PRIVATE in target_link_libraries for execut...
2017-12-05 Alex LorenzFix one more record-parsing-invocation.c test issue...
2017-12-05 Richard SmithUse an even more precise triple to avoid errors on...
2017-12-05 George Karpenkov[analyzer] do not crash on cases where an array subscri...
2017-12-05 Richard SmithGive this test a triple to avoid failures on MS bots.
2017-12-05 Alexey Bataev[OPENMP] Fix implicit mapping analysis.
2017-12-05 Dan Gohman[WebAssembly] Don't use Wasm function sections for...
2017-12-05 Alexey Bataev[OPENMP] Remove non-required parameters for distribute...
2017-12-05 Artem Dergachev[analyzer] Mark heap-based symbolic regions in debug...
2017-12-05 Jina Nahias[x86][AVX512] Lowering kunpack intrinsics to LLVM IR
2017-12-05 Alexey Bataev[OPENMP] Fix assert fail after target implicit map...
2017-12-05 Sylvestre Ledru[clang-format] Releasenotes for rL319024 : Add option...
2017-12-05 Ed SchoutenAdd __WINT_MAX__.
2017-12-05 Matt ArsenaultAMDGPU: Don't add fp64 feature to r600 subtargets
2017-12-05 Alex Lorenz[libclang] Store unsaved file hashes when recording...
2017-12-05 Richard SmithGeneralize "static data member instantiated" notificati...
2017-12-05 Petr Hosek[CMake] Don't use comma as an alternate separator
2017-12-04 Eugene Zelenko[Lex] Fix lldb-x86_64-ubuntu-14.04-buildserver build...
2017-12-04 Alex LorenzFix record-parsing-invocation.c test on Windows
2017-12-04 Eugene Zelenko[Lex] Fix some Clang-tidy modernize and Include What...
2017-12-04 Hans WennborgCorrectly handle line table entries without filenames...
2017-12-04 Erich KeaneAdd _Float128 as alias to __float128 to enable compilat...
2017-12-04 Alex Lorenz[libclang] Record parsing invocation to a temporary...
2017-12-04 Alexey Bataev[OPENMP] Fix PR35486: crash when collapsing loops with...
2017-12-04 George Karpenkov[analyzer] [NFC] remove duplicated function
2017-12-04 Carlo Bertolli[OpenMP] Initial implementation of code generation...
2017-12-04 Aaron BallmanNow that C++17 is official (https://www.iso.org/standar...
2017-12-04 Kostya Serebryanydesign document for a hardware-assisted memory safety...
2017-12-04 Aaron BallmanChanging mixed CRLFs back to LFs; NFC.
2017-12-04 Alexey Bataev[OPENMP] Codegen for `distribute simd` directive.
2017-12-04 Sven van Haastregt[OpenCL] Define __IMAGE_SUPPORT__ macro for SPIR
2017-12-04 Manuel KlimekFix bug where we wouldn't break columns over the limit.
2017-12-04 Devin Coughlin[analyzer] Don't treat lambda-captures float constexprs...
2017-12-03 Aleksei Sidorin[ASTImporter] Add unit tests for UsingDecl and UsingSha...
2017-12-03 Hal FinkelRevert "[CodeGen] Add initial support for union members...
2017-12-02 Sam Clegg[WebAssembly] Pass through --undefined to Wasm LLD
2017-12-02 Philipp StephaniFix assume-filename handling in clang-format.el
2017-12-02 Sanjay Patel[CodeGen] fix mapping from fmod calls to frem instruction
2017-12-02 Sanjay Patel[CodeGen] remove stale comment; NFC
2017-12-02 Richard SmithPR35456: Track definedness of variable template special...
2017-12-02 Richard SmithMove comment back to being next to the code it's a...
2017-12-01 Eugene Zelenko[AST] Try to fix build bot with modules broken r319589...
2017-12-01 Sanjay Patel[CodeGen] convert math libcalls/builtins to equivalent...
2017-12-01 Eugene Zelenko[AST] Fix some Clang-tidy modernize and Include What...
2017-12-01 Alexey Bataev[OPENMP] Emit `__tgt_target_teams` for all teams direct...
2017-12-01 Richard Smith[c++17] When deducing the type of a non-type template...
next