]> granicus.if.org Git - clang/shortlog
clang
2015-06-23 David Majnemer[MS ABI] Refactor member pointer generation
2015-06-23 David Majnemer[CodeGen] Rename EmitMemberPointer to EmitMemberFunctio...
2015-06-23 Alexey Bataev[OPENMP] Do not emit references to original variables...
2015-06-23 Douglas KatzmanEliminate "enumeration value not handled in switch...
2015-06-23 Douglas KatzmanChange some if/else chains to 'switch' statements. NFC
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Richard Smith[modules] When building a module, if there are multiple...
2015-06-22 David BlaikieUpdate for LLVM API change to return by InputArgList...
2015-06-22 Ahmed Bougacha[CodeGen] Teach X86_64ABIInfo about AVX512.
2015-06-22 Ahmed Bougacha[CodeGen] Use enum for AVX level in X86*TargetCodeGenIn...
2015-06-22 Richard Smith[modules] Add a flag to disable the feature that permit...
2015-06-22 Douglas KatzmanAdd comment about the importance of being adjacent...
2015-06-22 Justin Bognertest: Set lit features appropriately when using asan...
2015-06-22 Richard Smith[modules] Include merged definition information in...
2015-06-22 Douglas GregorMisc. cleanups suggested by Aaron Ballman
2015-06-22 Douglas GregorDocument the nullability attributes.
2015-06-22 Aaron BallmanDon't use &* when get() will suffice; NFC.
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-22 Davide ItalianoRemove incomplete comment.
2015-06-21 Saleem AbdulrasoolSema: add a helper for enumerating the TST id (NFC)
2015-06-21 Nico WeberClean up CLCompatOptions.td a bit.
2015-06-21 Justin BognerASTReader: Treat InputFileOffsets as unaligned to avoid UB
2015-06-21 Justin BognerRevert "ASTReader: Copy input file offset data to avoid...
2015-06-21 Saleem AbdulrasoolSema: convert decl + while loop into for loop (NFC)
2015-06-21 Davide Italiano[Codegen] Don't crash if destructor is not accessible.
2015-06-21 David BlaikieArrayRef-ify ParseArgs
2015-06-20 Justin BognerASTReader: Copy input file offset data to avoid unalign...
2015-06-20 Adrian PrantlIntroduce a PCHContainerOperations interface (NFC).
2015-06-20 Yaron KerenAvoid clearing an empty PrioritizedCXXGlobalInits, NFC
2015-06-20 NAKAMURA TakumiASTContext.h: Fix utf8 chars in comments.
2015-06-20 NAKAMURA TakumiSemaDeclObjC.cpp: Escape '@' in the comment. [-Wdocumen...
2015-06-20 Richard Smith[modules] When determining whether a definition of...
2015-06-20 Richard Smith[modules] Refactor and slightly simplify class definiti...
2015-06-20 Nico WeberSuppress bogus gcc -Wreturn-type warnings.
2015-06-19 Douglas GregorYet another MSVC-related fix.
2015-06-19 Douglas GregorTry to fix the MSVC build
2015-06-19 Douglas GregorStop moving attributes off of a block literal's decl...
2015-06-19 Douglas GregorHandle 'instancetype' in ParseDeclarationSpecifiers.
2015-06-19 Douglas GregorMake -Wnullability-completeness work with -Wsystem...
2015-06-19 Douglas GregorCF_RETURNS_[NOT_]RETAINED on a param makes the inner...
2015-06-19 Douglas GregorAllow the cf_returns_[not_]retained attributes to appea...
2015-06-19 Alexey Samsonov[Sanitizers] Provide better diagnostic for sanitizers...
2015-06-19 Douglas GregorFix a use of err_nullability_conflicting that's trigger...
2015-06-19 Alexey Samsonov[CFI] Require -flto instead of implying it.
2015-06-19 Douglas GregorCode completion for nullability type specifiers.
2015-06-19 Douglas GregorCheck for consistent use of nullability type specifiers...
2015-06-19 Douglas GregorIntroduced pragmas for audited nullability regions.
2015-06-19 Douglas GregorImplement the 'null_resettable' attribute for Objective...
2015-06-19 Douglas GregorExtend type nullability qualifiers for Objective-C.
2015-06-19 Douglas GregorDiagnose unsafe uses of nil and __nonnull pointers.
2015-06-19 Eric ChristopherAdd a comment and FIXME based on the commit message...
2015-06-19 Matt ArsenaultAMDGPU: Fix renamed file that was somehow dropped from...
2015-06-19 Matt ArsenaultAMDGPU: Fix places missed in rename
2015-06-19 Douglas GregorIntroduce type nullability specifiers for C/C++.
2015-06-19 Douglas KatzmanFix typo in comment.
2015-06-19 Douglas KatzmanAdd nominal support for 'shave' target.
2015-06-19 Alexander Potapenko[ASan] Initial support for Kernel AddressSanitizer
2015-06-19 Daniel Jasperclang-format: Make exception to AlwaysBreakBeforeMultil...
2015-06-19 Daniel Jasperclang-format: Add TypeScript detection to git-clang...
2015-06-19 Daniel Jasperclang-format: Better fix to detect elaborated enum...
2015-06-19 Alexey Bataev[ATTRIBUTE] Fixed test compatibility.
2015-06-19 Alexey Bataev[ATTRIBUTE] Support base vector types of __attribute__...
2015-06-19 Peter CollingbourneCFI: Implement bitset emission for the Microsoft ABI.
2015-06-19 Peter CollingbourneFix Windows test failure.
2015-06-19 Eric ChristopherFix "the the" in comments/documentation/etc.
2015-06-19 Peter CollingbourneImplement diagnostic mode for -fsanitize=cfi*, -fsaniti...
2015-06-19 Peter CollingbourneFix hexagon test failure.
2015-06-18 Peter CollingbourneIntroduce -fsanitize-trap= flag.
2015-06-18 Richard Smith[modules] Merging support for enums with a local defini...
2015-06-18 Alexey Samsonov[Driver] Compute MacOS/iOS version from triple if/when...
2015-06-18 Tom StellardAMDGPU: Add missing GK_VOLCANIC_ISLANDS to switch statement
2015-06-18 Richard Smith[modules] This debugging option doesn't need to match...
2015-06-18 Nico WeberAdd -Winfinite-recursion to -Wmost (and -Wall), PR23789.
2015-06-18 David MajnemerForgot to update to a test in r240043
2015-06-18 David Majnemer[MS ABI] Initialize "most general" member pointers...
2015-06-18 Nico WeberWrap to 80 columns, no behavior change.
2015-06-18 Tom StellardR600: Add Volcanic Islands targets
2015-06-18 Adrian PrantlAdd missing overrides to MultiplexConsumer. Test covera...
2015-06-18 Adrian PrantlFix a typo.
2015-06-18 Daniel Jasperclang-format: Row back on the AlwaysBreakBeforeMultilin...
2015-06-18 Daniel Jasperclang-format: Better support functions with elaborated...
2015-06-18 Gabor BallabasAllow case-insensitive values for -march for AArch64...
2015-06-18 Alexey Bataev[OPENMP] Codegen for 'proc_bind' clause (4.0).
2015-06-18 Daniel Jasperclang-format: [JS] Add a special case for indenting...
2015-06-18 Alexey Bataev[OPENMP] Support for '#pragma omp taskgroup' directive.
2015-06-18 Alexey Bataev[OPENMP] Fixed test for '#pragma omp parallel for simd'.
2015-06-18 Daniel Marjamaki[clang] Refactoring of conditions so they use isOneOf...
2015-06-18 Alexey Bataev[OPENMP] Add support for 'omp parallel for' directive.
2015-06-18 Daniel Jasperclang-format: Make AlwaysBreakBeforeMultilineStrings...
2015-06-18 Alexey Bataev[OPENMP] Add support for 'omp for simd' directive.
2015-06-18 Alexey Samsonov[Driver] Remove unused class member. NFC.
2015-06-18 Alexey Samsonov[Driver] Simplify code choosing between MacOS and iOS...
2015-06-17 Anton Yartsev[analyzer] Cleanup: $Status is always 0 here.
2015-06-17 Anton Yartsev[analyzer] Close file handle before output to file...
2015-06-17 Richard Smith[modules] Ensure that if we merge the definitions of...
2015-06-17 Alexey Samsonov[Driver] Add an assert to Darwin::isTargetMacOS() for...
2015-06-17 Alexey SamsonovRevert "[Sanitizers] Provide better diagnostic for...
2015-06-17 Richard Smith[modules] Fix typo in default argument merging.
2015-06-17 Alexey Samsonov[Sanitizers] Provide better diagnostic for sanitizers...
2015-06-17 David MajnemerUpdate clang to take into account the changes to person...
next