]> granicus.if.org Git - clang/shortlog
clang
2018-07-26 Emmett NeymanUpdated llvm-proto-fuzzer to execute the compiled code
2018-07-26 Sanjin Sijaric[ARM64] [Windows] Follow MS X86_64 C++ ABI when passing...
2018-07-26 Simon Marchi[VirtualFileSystem] InMemoryFileSystem::status: Return...
2018-07-26 Richard SmithRefactor checking of switch conditions and case values.
2018-07-26 Alexey Bataev[OPENMP, DOCS] Fixed typo, NFC.
2018-07-26 Mandeep Singh... [COFF, ARM64] Decide when to mark struct returns as...
2018-07-26 Alexey Bataev[OPENMP] What's new for OpenMP in clang.
2018-07-26 Akira Hatanaka[Sema][ObjC] Do not propagate the nullability specifier...
2018-07-26 Ana Pazos [RISCV] Add support for interrupt attribute
2018-07-26 Akira Hatanaka[CodeGen][ObjC] Make block copy/dispose helper function...
2018-07-26 Alexey Bataev[OPENMP] Force OpenMP 4.5 when compiling for offloading.
2018-07-26 Aaron BallmanAllow thread safety annotation lock upgrading and downg...
2018-07-26 Jonas Toth[ASTMatchers] fix the missing documentation for new...
2018-07-26 Mikhail R.... [analyzer] Fixed method to get APSInt model
2018-07-25 Richard Trieu[ODRHash] Support hashing enums.
2018-07-25 Alexey Bataev[OPENMP] ThreadId in serialized parallel regions is 0.
2018-07-25 Mikhail R.... [analyzer] Update SMT API documentation and methods
2018-07-25 Volodymyr Sapsai[Preprocessor] Stop entering included files after hitti...
2018-07-25 Mikhail R.... [analyzer] Fix compilation when LLVM_ENABLE_MODULES=ON
2018-07-25 Nick Desaulniers[clang:sema] de-duplicate getDepthAndIndex helpers
2018-07-25 Alexey Bataev[OPENMP] Exclude service expressions/statements from...
2018-07-25 Alexey Bataev[OPENMP] Fix PR38256: Fix locations of the artificial...
2018-07-25 David CarlierFix tsan doc
2018-07-25 David Carlier[Docs] Update supported oses for safestack, ubsan,...
2018-07-25 Mikhail R.... [analyzer] Use the macro REGISTER_TRAIT_WITH_PROGRAMSTA...
2018-07-25 Mikhail R.... [analyzer] Removed API used by the Refutation Manager...
2018-07-25 Mikhail R.... [analyzer] Moved code from SMTConstraintManager to...
2018-07-25 Mikhail R.... [analyzer] Try to minimize the number of equivalent...
2018-07-25 Mikhail R.... [analyzer] Moved non solver specific code from Z3Constr...
2018-07-25 Mikhail R.... [analyzer] Implemented SMT generic API
2018-07-25 Mikhail R.... [analyzer] Create generic SMT Expr class
2018-07-25 Mikhail R.... [analyzer] Create generic SMT Sort Class
2018-07-25 Mikhail R.... [analyzer] Moved static Context to class member
2018-07-25 Mikhail R.... [analyzer] Create generic SMT Context class
2018-07-25 Krasimir Georgiev[clang-format ]Extend IncludeCategories regex documentation
2018-07-25 Balazs Keri[ASTImporter] Add support for import of CXXInheritedCto...
2018-07-25 Fangrui Songcc1_main: fix -Wsign-compare on FreeBSD
2018-07-25 JF BastienCodeGen: use non-zero memset when possible for automati...
2018-07-25 Petr Hosek[profile] Support profiling runtime on Fuchsia
2018-07-25 Petr Hosek[CMake] Link static libunwind and libc++abi into libc...
2018-07-25 George Karpenkov[analyzer] Syntactic matcher for leaks associated with...
2018-07-24 George KarpenkovRevert "[analyzer] Extend NoStoreFuncVisitor to insert...
2018-07-24 George Karpenkov[analyzer] Extend NoStoreFuncVisitor to insert a note...
2018-07-24 Benjamin Kramer[Sema] Destroy tokens in DeclaratorChunk params
2018-07-24 Richard SmithDon't lifetime-extend or track lifetime problems throug...
2018-07-24 Jordan RupprechtRevert "[VFS] Cleanups to VFS interfaces."
2018-07-24 Erich KeaneRemove stale documentation from InternalsManual.rst
2018-07-24 Sam McCall[VFS] Cleanups to VFS interfaces.
2018-07-24 Roman Lebedev[Sema] Mark implicitly-inserted ICE's as being part...
2018-07-24 Jiading GaiAdd a .keep file to prevent svn from skipping over...
2018-07-24 Jiading GaiFor x86_64, gcc 7.2 under Amazon Linux AMI sets its...
2018-07-24 Jiading Gai[Test commit] Fix a spelling error.
2018-07-24 Shiva ChenRevert "[DebugInfo] Generate debug information for...
2018-07-24 Shiva Chen[DebugInfo] Generate debug information for labels....
2018-07-24 Yaxun LiuAttempt to fix regression due to r337791
2018-07-24 George Burgess IVFix unused variable warnings; NFC
2018-07-24 Yaxun Liu[HIP] pass -target-cpu when running the device-mode...
2018-07-24 Richard SmithAdd missing testcase update for r337790.
2018-07-24 Yaxun LiuEnable .hip files for test/Driver
2018-07-24 Richard SmithWarn if a local variable's initializer retains a pointe...
2018-07-24 Thomas AndersonBorrow visibility from __fundamental_type_info for...
2018-07-24 Dan Gohman[WebAssembly] Change size_t to `unsigned long`.
2018-07-24 Erik PilkingtonNFC: Add the emacs c++ mode hint "-*- C++ -*-" to the...
2018-07-23 Artem Dergachev[analyzer] Add a no-crash to a recently added test.
2018-07-23 Artem Dergachev[analyzer] pr38273: Legalize Loc<>NonLoc comparison...
2018-07-23 Richard SmithSupport lifetime-extension of conditional temporaries.
2018-07-23 Erik Pilkington[Sema] Fix crash on BlockExprs in a default member...
2018-07-23 George Karpenkov[ASTMatchers] Add an isMain() matcher
2018-07-23 George Karpenkov[ASTMatchers] [NFC] Regenerate HTML docs.
2018-07-23 Reid Kleckner[clang-cl] Expose -fblocks and -fno-builtin as driver...
2018-07-23 Richard SmithDo not try to perform lifetime-extension through condit...
2018-07-23 Richard SmithFold -Wreturn-stack-address into general initialization...
2018-07-23 Erich KeaneUpdate to -r337585, allow scoped enum inits in -pedantic
2018-07-23 Aaron Smith[CodeGen] Record if a C++ record is a trivial type
2018-07-23 Nico Weber[ms] Fix mangling of vector types in QMM_Result contexts.
2018-07-23 Richard SmithSeparate out the initialization kind for a statement...
2018-07-23 Richard SmithFold dangling-field warning into general initialization...
2018-07-23 Jonas HahnfeldRevert "[OPENMP] Fix PR38026: Link -latomic when -fopen...
2018-07-23 David Carlier[CStringSyntaxChecker] Improvements of strlcpy check
2018-07-23 Jonas Devlieghere[DebugInfo] Error out when enabling -fdebug-types-secti...
2018-07-23 Reid Kleckner[MS] Update _MSVC_LANG values for C++17 and C++2a
2018-07-23 Erik Pilkington[Sema] Don't emit -Wmemset-transposed-args for memset...
2018-07-23 Ivan A. Kosarev[NEON] Define half-precision vmaxnm intrinsics only...
2018-07-23 Jonas Toth[ASTMatchers] add matcher for decltypeType and its...
2018-07-23 Ivan A. Kosarev[NEON] Define half-precision vrnd intrinsics only when...
2018-07-23 Ivan A. Kosarev[NEON] Fix support for vrndi_f32(), vrndiq_f32() and...
2018-07-23 Benjamin Kramer[AST] Use llvm::TrailingObjects in CXXTryStmt
2018-07-23 Sam McCall[Tooling] Use UniqueStringSaver. NFC
2018-07-23 Adam BaloghFix for last commit: adding new test file forgotten.
2018-07-23 Adam Balogh[Analyzer] Quick Fix for exponential execution time...
2018-07-23 Ilya BiryukovRevert "Fold dangling-field warning into general initia...
2018-07-22 Brad SmithFix the test
2018-07-22 Brad SmithOpenBSD/arm has switched to float ABI SoftFP.
2018-07-22 Richard SmithPR38257: don't perform ADL when instantiating a unary...
2018-07-21 Yaxun Liu[HIP] Support -fcuda-flush-denormals-to-zero for amdgcn
2018-07-20 JF Bastien[NFC] CodeGen: rename memset to bzero
2018-07-20 George Karpenkov[Driver] Sanitizer support based on runtime library...
2018-07-20 Yaxun Liu[HIP] Register/unregister device fat binary only once
2018-07-20 Reid KlecknerDisable clang crash-report-modules.m test on Windows...
2018-07-20 Richard SmithFold dangling-field warning into general initialization...
next