]> granicus.if.org Git - clang/shortlog
clang
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...
2018-12-04 Bruno Ricci[AST] Assert that no statement/expression class is...
2018-12-04 Bruno Ricci[AST][NFC] Make ArrayTypeTraitExpr non polymorphic
2018-12-04 Krzysztof Parzyszek[Hexagon] Update builtin definitions
2018-12-04 Alexey Bataev[OPENMP][NVPTX]Fixed emission of the critical region.
2018-12-04 Alexey Bataev[OPENMP][NVPTX]Mark __kmpc_barrier functions as convergent.
2018-12-04 Erich KeaneRemove reference to recently removed PTH Documentation.
2018-12-04 Erich KeanePTH-- Remove feature entirely-
2018-12-04 Ulrich Weigand[SystemZ] Do not support __float128
2018-12-04 Adam Balogh[Analyzer] Iterator Checker - Forbid decrements past...
2018-12-04 Adam Balogh[Analyzer] Iterator Checkers - Use the region of the...
2018-12-04 Stephen KellyExtend test for DependentSizedArrayType
2018-12-04 Clement Courbet[WIP][Sema] Improve static_assert diagnostics for type...
2018-12-04 Richard TrieuRemove unnecessary include.
2018-12-04 Artem Dergachev[analyzer] MoveChecker: Add more common state resetting...
2018-12-04 Petr Hosek[Sema] Provide -fvisibility-global-new-delete-hidden...
2018-12-04 Richard SmithFix -Wmismatched-tags to not warn on redeclarations...
2018-12-04 Artem Dergachev[analyzer] MoveChecker: Improve warning and note messages.
2018-12-04 Erik PilkingtonNFC: Make this test kinder on downstream forks
2018-12-03 Krzysztof Parzyszek[Hexagon] Fix intrinsic test
2018-12-03 Adrian PrantlRelax test even more for Windows
2018-12-03 Adrian PrantlRelax tests to also work on Windows
2018-12-03 Artem Dergachev[analyzer] MoveChecker: Restrict to locals and std...
2018-12-03 Gor NishanovNFC: Add .vscode to .gitignore
2018-12-03 Artem Dergachev[analyzer] MoveChecker: NFC: Remove the workaround...
2018-12-03 Artem Dergachev[analyzer] Rename MisusedMovedObjectChecker to MoveChecker
2018-12-03 Artem Dergachev[analyzer] Dump stable identifiers for objects under...
2018-12-03 Artem Dergachev[AST] [analyzer] NFC: Reuse code in stable ID dumping...
2018-12-03 Artem Dergachev[AST] Generate unique identifiers for CXXCtorInitialize...
2018-12-03 Aaron BallmanTypo correction; NFC.
2018-12-03 Stephen KellyNFC: Simplify dumpStmt child handling
2018-12-03 Artem DergachevRe-apply r347954 "[analyzer] Nullability: Don't detect...
2018-12-03 Vedant Kumar[gcov/Darwin] Ensure external symbols are exported...
2018-12-03 Serge GueltonPortable Python script across Python version
2018-12-03 Serge GueltonPortable Python script across Python version
2018-12-03 Aaron BallmanAdding tests for -ast-dump; NFC.
2018-12-03 Adrian PrantlAvoid emitting redundant or unusable directories in...
2018-12-03 Bruno Ricci[Serialization][NFC] Remove pointless "+ 0" in ASTReader
next