]> granicus.if.org Git - clang/shortlog
clang
2018-12-13 David GreenFix CodeCompleteTest.cpp for older gcc plus ccache...
2018-12-13 Sylvestre LedruMake -Wstring-plus-int warns even if when the result...
2018-12-13 Ilya Biryukov[CodeComplete] Fill preferred type on binary expressions
2018-12-13 Ilya Biryukov[CodeComplete] Set preferred type to bool on conditions
2018-12-13 Mikael Nilsson[OpenCL] Add generic AS to 'this' pointer
2018-12-13 Vitaly Buka[asan] Don't check ODR violations for particular types...
2018-12-13 Serge GueltonPortable Python script across Python version
2018-12-13 Serge GueltonPortable Python script across Python version
2018-12-13 Serge GueltonPortable Python script across Python version
2018-12-13 Stephane Moore[clang] Add AST matcher for block expressions 🔍
2018-12-13 Reid KlecknerRemove unused Args parameter from EmitFunctionBody...
2018-12-13 Artem Dergachev[analyzer] RunLoopAutoreleaseLeakChecker: Come up with...
2018-12-12 Reid KlecknerEmit a proper diagnostic when attempting to forward...
2018-12-12 Haibo HuangRevert "Declares __cpu_model as dso local"
2018-12-12 Haibo HuangDeclares __cpu_model as dso local
2018-12-12 Eric Fiselier[AST] Store "UsesADL" information in CallExpr.
2018-12-12 Erich KeaneTeach __builtin_unpredictable to work through implicit...
2018-12-12 Erich KeaneChange CallGraph print to show the fully qualified...
2018-12-12 Michael Kruse[Unroll/UnrollAndJam/Vectorizer/Distribute] Add followu...
2018-12-12 Steven Wu[Driver] Add support for -fembed-bitcode for assembly...
2018-12-12 Erich KeaneMake clang::CallGraph look into template instantiations
2018-12-12 Saleem AbdulrasoolBasic: make `int_least64_t` and `int_fast64_t` match...
2018-12-12 Hubert Tong[ExprConstant] Improve memchr/memcmp for type mismatch...
2018-12-12 Simon Atanasyan[mips] Enable using of integrated assembler in all...
2018-12-12 Erich KeaneRemove TODO leftover from my devleopment branch
2018-12-12 Mikael NilssonRevert "[OpenCL] Add generic AS to 'this' pointer"
2018-12-12 Alexey Bataev[CUDA][OPENMP][NVPTX]Improve logic of the debug info...
2018-12-12 Alex Bradbury[clang-fuzzer] Add explicit dependency on clangSerializ...
2018-12-12 Mikael Nilsson[OpenCL] Add generic AS to 'this' pointer
2018-12-12 Gabor Marton[ASTImporter] Remove import of definition from GetAlrea...
2018-12-12 Andrew Savonichev[OpenCL] Fix for TBAA information of pointer after...
2018-12-12 Fangrui SongAdd explicit dependency on clangSerialization for a...
2018-12-12 Fangrui Song[CodeGen] Fix -DBUILD_SHARED_LIBS=on build after rC348907
2018-12-12 Richard TrieuMove PCHContainerOperations from Frontend to Serialization
2018-12-11 Erich KeaneReplace Const-Member checking with non-recursive version.
2018-12-11 Aaron BallmanRevert r348889; it fails some tests.
2018-12-11 Aaron BallmanStop stripping comments from AST matcher example code.
2018-12-11 Aaron BallmanEmit -Wformat properly for bit-field promotions.
2018-12-11 David Carlier[analyzer][CStringChecker] evaluate explicit_bzero
2018-12-11 Adrian PrantlRemove CGDebugInfo::getOrCreateFile() and use TheCU...
2018-12-11 Adrian PrantlReuse code from CGDebugInfo::getOrCreateFile() when...
2018-12-11 Eric FiselierPass PartialOverloading argument to the correct corresp...
2018-12-11 Max Moroz[ASan] Minor documentation fix: clarify static linking...
2018-12-11 Aaron BallmanAdding tests for -ast-dump; NFC.
2018-12-11 Stefan PintilieRevert "[PowerPC] Make no-PIC default to match GCC...
2018-12-11 Gabor Horvath[analyzer] Fix a minor typo.
2018-12-11 Clement CourbetReland r348741 "[Sema] Further improvements to to stati...
2018-12-11 Clement CourbetRevert r348830 "[Sema]improve static_assert(!expr)"
2018-12-11 Clement Courbet[Sema]improve static_assert(!expr)
2018-12-11 Richard TrieuMove CodeGenOptions from Frontend to Basic
2018-12-11 George Karpenkov[analyzer] Remove memoization from RunLoopAutoreleaseLe...
2018-12-11 George Karpenkov[analyzer] Hack for backwards compatibility for options...
2018-12-11 George Karpenkov[analyzer] Display a diagnostics when an inlined functi...
2018-12-11 George Karpenkov[analyzer] Resolve another bug where the name of the...
2018-12-10 Matt ArsenaultUpdate test for instcombine change
2018-12-10 Stephen KellyRevert "Change InitListExpr dump to label and pointer"
2018-12-10 Stephen KellyFix nits
2018-12-10 Stephen KellyRe-order content of template parameter dumps
2018-12-10 Stephen KellyRe-order content in OMPDeclareReductionDecl dump
2018-12-10 Stephen KellyChange InitListExpr dump to label and pointer
2018-12-10 Aaron BallmanAdd an explicit triple to this test to fix failing...
2018-12-10 Bruno Cardoso... [constexpr][c++2a] Try-catch blocks in constexpr functions
2018-12-10 Aaron BallmanAdding tests for -ast-dump; NFC.
2018-12-10 Fangrui SongComputeLineNumbers: delete SSE2 vectorization
2018-12-10 Ivan Donchevskii[libclang] Revert removal of tidy plugin support from...
2018-12-10 Michael KruseUse zip_longest for iterator range comparisons. NFC.
2018-12-10 Raphael IsemannMisc typos fixes in ./lib folder
2018-12-10 Andrew Savonichev[OpenCL][CodeGen] Fix replacing memcpy with addrspacecast
2018-12-10 Clement CourbetRevert r348741 "[Sema] Further improvements to to stati...
2018-12-10 Clement Courbet[Sema] Further improvements to to static_assert diagnos...
2018-12-10 Craig Topper[X86] Remove the addcarry builtins. Leaving only the...
2018-12-09 Aaron BallmanMove the make_const_ptr trait into STLExtras; use add_p...
2018-12-09 Stephen KellyNFC: Rename TemplateDecl dump utilities
2018-12-09 Stephen KellyNFC: Move dump of individual comment nodes to NodeDumper
2018-12-09 Stephen KellyRevert "Introduce optional labels to dumpStmt"
2018-12-09 Stephen KellyIntroduce optional labels to dumpStmt
2018-12-09 Stephen KellyInline hasNodes into only caller
2018-12-09 Stephen KellyInline dumpFullComment into callers
2018-12-09 Stephen KellyRe-order content from InitListExpr
2018-12-09 Stephen KellyFix InitListExpr test
2018-12-09 Fangrui SongSourceManager: insert(make_pair(..)) -> try_emplace...
2018-12-08 Pete CooperConvert some ObjC msgSends to runtime calls.
2018-12-08 Richard TrieuMove diagnostic enums into Basic.
2018-12-08 George KarpenkovStop tracking retain count of OSObject after escape...
2018-12-07 Stella Stamenova[tests] Fix the FileManagerTest getVirtualFile test...
2018-12-07 Artem Belevich[CUDA] Added missing 'inline' for functions defined...
2018-12-07 Volodymyr Sapsai[Preprocessor] Don't avoid entering included files...
2018-12-07 George Karpenkov[analyzer] Move out tracking retain count for OSObjects...
2018-12-07 George Karpenkov[analyzer] RetainCountChecker: remove untested, unused...
2018-12-07 Adrian PrantlMake testcase more robust for bots actually building...
2018-12-07 Gabor Marton[CTU] test/Analysis/ctu-main.cpp Attempt to fix failing...
2018-12-07 Aaron BallmanAdding an AST dump test for statement expressions;...
2018-12-07 Adrian PrantlMake testcase more robust for completely-out-of-tree...
2018-12-07 Gabor Marton[CTU] Add triple/lang mismatch handling
2018-12-07 Gabor Marton[CTU] test/Analysis/ctu-main.cpp Attempt to fix failing...
2018-12-07 Gabor Marton[CTU] Add more lit tests and better error handling
2018-12-07 Hamza Sood[unittests] Add C++17 and C++2a support to the tooling...
2018-12-07 Erich KeaneMake CPUDispatch resolver emit dependent functions.
2018-12-07 Aaron BallmanAdd an explicit triple to this test to prevent failures...
2018-12-07 Erich KeaneFix spelling of WINDOWS in a test
next