]> granicus.if.org Git - clang/shortlog
clang
2015-06-24 Steven WuRemove environment variables from driver tests
2015-06-24 Jordan Rose[Preprocessor] Iterating over all macros should include...
2015-06-24 Daniel Jasperclang-format: [JS] Support regex literals containing...
2015-06-24 Douglas KatzmanExpress Driver::GetFilePath more concisely.
2015-06-24 Aaron BallmanSilencing some Sphinx warnings about duplicate explicit...
2015-06-24 Alexey Bataev[OPENMP] Codegen for 'depend' clause (OpenMP 4.0).
2015-06-24 Chandler CarruthRemove a limited and somewhat questionable DenseMapInfo...
2015-06-24 Bob WilsonMove the special-case check from r240462 into ARM-speci...
2015-06-24 Alexey BataevProper changing/restoring for CapturedStmtInfo, NFC.
2015-06-23 Richard SmithFix test failure if this value doesn't end up named %0.
2015-06-23 Douglas KatzmanUse range-based loops when handling OPT_print_search_dirs.
2015-06-23 Peter CollingbourneSafeStack documentation improvements
2015-06-23 Benjamin Kramer[Driver] Give GnuTool LLVM_LIBRARY_VISIBILITY.
2015-06-23 Bob WilsonImprove error handling for PR22560.
2015-06-23 Bob WilsonPR22560: Fix argument order for ARM _MoveToCoprocessor...
2015-06-23 Douglas KatzmanPedantically rename all Tool subclasses to be nouns...
2015-06-23 David Majnemer[MS ABI] Account for the virtual inheritance quirk...
2015-06-23 Justin BognerInstrProf: Fix a crash when an implicit def appears...
2015-06-23 Kaelyn TakataMake the typo resolution in r240441 apply to all functi...
2015-06-23 Kaelyn TakataEnsure delayed typos have been corrected in calls to...
2015-06-23 Ben LangmuirUse AddString/ReadString instead of doing it manually NFC
2015-06-23 Ben Langmuir[Modules] Consider -fmodule-feature in module hash...
2015-06-23 Jim GrosbachDriver: Pass -I options to cc1as for .include search...
2015-06-23 Aaron BallmanAdding a title to appease the sphinx build bot.
2015-06-23 Aaron BallmanAttributeReference.rst is automatically generated by...
2015-06-23 Alexey Bataev[OPENMP] Initial support for 'depend' clause (4.0).
2015-06-23 Rafael EspindolaUpdate for LLVM api change.
2015-06-23 Aaron BallmanMoving r215806, r215807, and r215808 into AttrDocs...
2015-06-23 Aaron BallmanFixing a build bot break from r240400.
2015-06-23 Aaron BallmanClarify pointer ownership semantics by hoisting the...
2015-06-23 NAKAMURA TakumiFix a warning. [-Wsign-compare]
2015-06-23 Yaron KerenSilence VC warning C4715: '`anonymous namespace'::getNa...
2015-06-23 Daniel JasperWrite output file to temp directory. The tests shouldn...
2015-06-23 NAKAMURA TakumiTweak clang/test/Modules/modules-with-same-name.m to...
2015-06-23 David Majnemer[MS ABI] Rework member pointer conversion
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.
next