]> granicus.if.org Git - clang/shortlog
clang
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
2018-12-07 Aaron BallmanAdding tests for -ast-dump; NFC.
2018-12-07 Erich KeaneRevert "Multiversioning- Ensure all MV functions are...
2018-12-07 Gabor Marton[CTU] Add DisplayCTUProgress analyzer switch
2018-12-07 Ilya Biryukov[CodeComplete] Fix assertion failure
2018-12-07 Hamza Sood[unittests] Merge the PrintedStmtCXX..Matches functions...
2018-12-07 Aaron BallmanAdding tests for -ast-dump; NFC.
2018-12-07 Gabor Marton[CTU] Eliminate race condition in CTU lit tests
2018-12-07 Gabor Marton[CTU] Add asserts to protect invariants
2018-12-07 Gabor Marton[CTU] Add statistics
2018-12-07 David GreenAdd a AArch64 triple to tiny codemodel test.
2018-12-07 Kang Zhang[PowerPC] VSX register support for inline assembly
2018-12-07 Hans WennborgFix thunks returning memptrs via sret by emitting also...
2018-12-07 Stephen KellyAdd test for InitListExpr
2018-12-06 Stephen KellyNFC: Move VisitExpr code to dumpStmt
2018-12-06 Stephen KellyNFC: Move VisitStmt code to dumpStmt
2018-12-06 Stephen KellyAdd more expected content to match in test
2018-12-06 Stephen KellyUse relative line offsets in test
2018-12-06 Alex Lorenz[frontend][darwin] warn_stdlibcxx_not_found: supress...
2018-12-06 George Karpenkov[analyzer] Rely on os_consumes_this attribute to signif...
2018-12-06 George Karpenkov[attributes] Add an attribute os_consumes_this, with...
2018-12-06 George Karpenkov[analyzer] Fix an infinite recursion bug while checking...
2018-12-06 Nico WeberAllow forwarding -fdebug-compilation-dir to cc1as
2018-12-06 Adrian PrantlReapply "Avoid emitting redundant or unusable directori...
2018-12-06 Joel E. Denny[CUDA] Fix nvidia-cuda-toolkit detection on Ubuntu
2018-12-06 Alexey Bataev[OPENMP][NVPTX] Fix globalization of the mapped array...
2018-12-06 Serge PavlovDiagnose friend function template redefinitions.
2018-12-06 Stephen KellyAdd test for ObjC generics
2018-12-06 Stephen KellyExtend OMP test
2018-12-06 Stephen KellyMake test resistant to line numbers changing
2018-12-06 Richard TrieuRemove unnecessary include.
2018-12-06 Richard TrieuRemove CodeGen dependencies on Sema.
2018-12-06 Saleem AbdulrasoolARM, AArch64: support `__attribute__((__swiftcall__))`
2018-12-06 Alex Lorenz[darwin] remove version number check when enabling...
2018-12-06 Douglas YungReapply fix from r348062 to fix test on Windows.
2018-12-06 George Karpenkov[attributes] Add more tests for os_returns_retained
2018-12-06 Leonard Chan[Sema/Attribute] Check for noderef attribute
2018-12-06 Leonard Chan[Sema] Push and Pop Expression Evaluation Context Recor...
2018-12-06 Pete CooperFix title underlines being too short after r348429
2018-12-05 Pete CooperUpdate ARC docs as objc_storeStrong returns void not id
2018-12-05 Douglas YungFix test change from r348365 to deal with Windows paths...
2018-12-05 Krzysztof Parzyszek[Hexagon] Add intrinsics for Hexagon V66
2018-12-05 Krzysztof Parzyszek[Hexagon] Add support for Hexagon V66
2018-12-05 Stephen KellyNFC: Extract TextNodeDumper class
2018-12-05 Stephen KellyNFC: Extract TextTreeStructure class
2018-12-05 Stephen KellyNFC: Inline handling of DependentSizedArrayType
2018-12-05 Stephen KellyAdd dump tests for inherited default template parameters
2018-12-05 Mandeep Singh... Revert "[RISCV] Mark unit tests as "requires: riscv...
next