]> granicus.if.org Git - clang/shortlog
clang
2015-06-25 Diego NovilloDisplay profile file name when emitting a file not...
2015-06-25 Chris BienemanThis should actually fix the broken bots.
2015-06-25 Meador Inge[Parse] Allow 'constexpr' in condition declarations
2015-06-25 Richard Smith[modules] Properly merge visibility of class definition...
2015-06-25 Peter Collingbournedocs: Fix bad link in SafeStack.rst.
2015-06-25 Chris BienemanSpeculative fix for the broken bots.
2015-06-25 Richard Smith[modules] Fix findDirectiveAtLoc to not call a member...
2015-06-25 Chris BienemanAdd -miphonesimulator-version-min as alias to -ios...
2015-06-25 Alexey Samsonov[clang-fuzzer] Update clang-fuzzer to API change in...
2015-06-25 Douglas KatzmanRename local variable CCCPrintActions -> CCCPrintPhases.
2015-06-25 Douglas KatzmanUse more range-based for loops
2015-06-25 Artem Belevich[CUDA] Implemented __nvvm_atom_*_gen_* builtins.
2015-06-25 Paul RobinsonOmit 'nodebug' methods from the class description.
2015-06-25 Artem Belevich[NVPTX] Fixed a typo in __nvvm_atom_min_gen_l() type...
2015-06-25 Aaron BallmanFix #pragma redefine_extname when there is a local...
2015-06-25 Daniel MarjamakiFix a crash by division by zero in analyzer
2015-06-25 Jay FoadTeach Clang about the PPC64 memory sanitizer implementa...
2015-06-25 Daniel Jasperclang-format: [Proto] Don't treat "operator" as keyword.
2015-06-25 Steven WuUpdate darwin SDK version parsing to support OSX and...
2015-06-25 Alexey Samsonov[UBSan] Allow to use -fsanitize=vptr only on Mac OS...
2015-06-25 Hubert TongConsolidate and unify initializer list deduction
2015-06-25 Hubert Tong[Concepts] Parsing of requires-clause in template-decla...
2015-06-24 Ranjeet Singh[ARM] The bits set in the variable HW_FP could get...
2015-06-24 Derek Schuffupdate comment
2015-06-24 Derek SchuffRelax assertion in x86_64 byval argument handling for...
2015-06-24 Douglas GregorAdd __nonnull/__nullable/__null_unspecified predefines...
2015-06-24 Douglas GregorReplace __double_underscored type nullability qualifier...
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.
next