]> granicus.if.org Git - clang/shortlog
clang
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...
2018-12-05 Aaron BallmanDo not check for parameters shadowing fields in functio...
2018-12-05 Aaron BallmanAdding tests for -ast-dump; NFC.
2018-12-05 Adrian PrantlHonor -fdebug-prefix-map when creating function names...
2018-12-05 George Karpenkov[analyzer] Attribute for RetainCountChecker for OSObjec...
2018-12-05 Ilya BiryukovMention changes to libc++ include dir lookup in release...
2018-12-05 Erik PilkingtonAddress a post-commit review comment on r348325.
2018-12-05 Ilya Biryukov[CodeComplete] Fix a crash in access checks of inner...
2018-12-05 Bruno Ricci[Basic] Cleanups in IdentifierInfo following the remova...
2018-12-05 Anastasia Stulova[OpenCL] Diagnose conflicting address spaces in templates.
2018-12-05 Jan Korous[NFC] Use clang-format on PrintingPolicy::PrintingPolic...
2018-12-05 Kristina Brooks[Haiku] Support __float128 for x86 and x86_64
2018-12-05 Ilya BiryukovMove detection of libc++ include dirs to Driver on...
2018-12-05 Renato GolinRevert: Honor -fdebug-prefix-map when creating function...
2018-12-05 Michal Gorny[test] Disable Modules/prune.m on NetBSD as it requires...
2018-12-05 George Rimar[clang] - Simplify tools::SplitDebugName.
2018-12-05 Vitaly Buka[asan] Add clang flag -fsanitize-address-use-odr-indicator
2018-12-05 Erik Pilkington[Sema] Remove some conditions of a failing assert
2018-12-04 Richard SmithFix crash if an in-class explicit function specializati...
2018-12-04 Aaron BallmanAdding tests for -ast-dump; NFC.
2018-12-04 Aaron BallmanAdd tests for dumping base classes; NFC.
2018-12-04 Stefan Pintilie[PowerPC] Make no-PIC default to match GCC - CLANG
2018-12-04 Bruno Ricci[AST] Assert that no type class is polymorphic
2018-12-04 Ilya BiryukovRevert "Avoid emitting redundant or unusable directorie...
next