]> granicus.if.org Git - clang/shortlog
clang
2014-06-05 Alp TokerImplement -Wframe-larger-than backend diagnostic
2014-06-05 Joey GoulyWhen an inline-asm diagnostic is reported by the backen...
2014-06-05 Alexey SamsonovMangle predefined string constants names to merge them...
2014-06-05 Richard SmithCleanup, and always create a DecltypeType for a decltyp...
2014-06-05 Bill Schmidt[PPC64LE] Implement little-endian semantics for vec_perm
2014-06-05 Samuel BenzaquenAdd hasLocalStorage/hasGlobalStorage matchers.
2014-06-05 Renato GolinFix bot for named register test
2014-06-05 Renato GolinAdd pointer types to global named register
2014-06-05 Matheus Almeida[mips] Add macros _MIPS_ISA and __mips_isa_rev (same...
2014-06-05 Samuel BenzaquenFix equalsNode() to accept pointers to derived types.
2014-06-05 Evgeniy StepanovFix driver warning about -pthread on Android.
2014-06-05 Evgeniy StepanovFix driver warning about -shared-libasan on Android.
2014-06-05 Robert LyttonXCore target: Fix 'typestring' binding qualifier to...
2014-06-05 Puyan LotfiChanging this line of code back to the way it was befor...
2014-06-05 Richard SmithBugfix: don't assert if someone manages to declare...
2014-06-05 Reid KlecknerFlush C stdio streams upon process termination
2014-06-04 Richard Smith[ubsan] Don't add a --dynamic-list for ubsan symbols...
2014-06-04 Richard SmithFormatting cleanup.
2014-06-04 Hans WennborgDon't dynamically initialize dllimport vars (PR19933)
2014-06-04 Alexey SamsonovRemove the overload of GetAddrOfConstantString method
2014-06-04 Alexey SamsonovRefactor and generalize GetAddrOfConstantString and...
2014-06-04 Rafael EspindolaThis cast is not necessary any more (llvm api change).
2014-06-04 Rafael EspindolaUpdate for llvm api change.
2014-06-04 David MajnemerMS-ABI: Mangle empty template parameter packs correctly
2014-06-04 David MajnemerMS-ABI: Implement user defined literals
2014-06-04 Alexander Musman[OPENMP] Parsing/Sema for OMPLasprivateClause.
2014-06-04 Daniel Jasperclang-format: Leave empty lines within UnwrappedLines.
2014-06-04 Alexander Musman[OPENMP] Small comment and reformatting fixes.
2014-06-04 Alp TokerRemove the last remaining llvm/Config/config.h includes
2014-06-04 Hans WennborgDowngrade "definition of dllimport static field" error...
2014-06-03 Richard SmithAdd __builtin_operator_new and __builtin_operator_delet...
2014-06-03 Richard SmithUpdate DR page for latest revision of CWG issues list.
2014-06-03 Alp TokerFix leak from r210059
2014-06-03 Rafael EspindolaUse IntrusiveRefCntPtr's == and != nullptr operators.
2014-06-03 Daniel Jasperclang-format: Refactor indentation behavior for multipl...
2014-06-03 Kostya Serebryanytemporary disable part of a test because it causes...
2014-06-03 Alexander Musman[OPENMP] Loop canonical form analysis (Sema)
2014-06-03 Richard SmithRemove incorrect assertion.
2014-06-03 Richard SmithImplement DR990 and DR1070. Aggregate initialization...
2014-06-03 Richard SmithTeach AST dumper to dump the array filler in an initial...
2014-06-03 Richard SmithPR11410: Extend diagnostic to cover all cases of aggreg...
2014-06-03 Nikola SmiljanicList DR532 as implemented on the defect report status...
2014-06-03 Richard SmithWhen emitting a multidimensional array new, emit the...
2014-06-03 Rafael EspindolaDon't assume an implicit IntrusiveRefCntPtr -> bool...
2014-06-03 Nikola SmiljanicMove DR532 test where it belongs.
2014-06-03 Rafael EspindolaUpdate for llvm API change.
2014-06-03 Alp TokerFix -emit-codegen-only to not generate binaries
2014-06-03 Alp TokerEliminate redundant MangleBuffer class
2014-06-02 Hans WennborgItanium ABI: Update getAddrOfVTable to set the DLL...
2014-06-02 Will Schmidtallow optional signext attribute
2014-06-02 Alexey SamsonovDelete apparently unused method
2014-06-02 Michael J.... [CodeGen] Don't use SizeTy for EmitNeonSplat.
2014-06-02 Alexey SamsonovRemove unused variable
2014-06-02 Hans WennborgFix comment vs function name mismatch
2014-06-02 Alexey SamsonovRemove sanitizer blacklist from ASan/TSan/MSan function...
2014-06-02 David BlaikieCGDebugInfo: Simplify/invert createLexicalBlock paramet...
2014-06-02 Aaron BallmanThe exception-declaration for a function-try-block...
2014-06-02 Daniel Jasperclang-format: Fix special case of binary operator detec...
2014-06-02 Daniel Jasperclang-format: No space between ")" and braced init...
2014-06-02 Daniel Jasperclang-format: Fix Allman brace breaking of enums.
2014-06-02 Daniel Jasperclang-format: Fix trailing const (etc.) with Allman...
2014-06-01 Alp TokerRevert "Fix the undefined-but-used odr-use marker ...
2014-06-01 Alp TokerFix the undefined-but-used odr-use marker (DR48)
2014-06-01 Rafael EspindolaDon't compare an error_code with nullptr.
2014-06-01 Faisal ValiFix PR18498: Support explicit template arguments with...
2014-06-01 Rafael EspindolaTest fixes and improvements.
2014-06-01 Alp TokerDon't add examples to the check-clang dependencies...
2014-05-31 Alp TokerPreprocessor: make C++ operator names as macro identifi...
2014-05-31 Benjamin KramerFix test on platforms where size_t is not 'unsigned...
2014-05-31 Alp TokerSupport C++11 scoped enums in NamedDecl::isCXXClassMember()
2014-05-31 Alp TokerRename utility function templates
2014-05-31 Jordan RoseFormat strings: check against an enum's underlying...
2014-05-31 Hans WennborgAST Dump: print the Inherited flag on attributes
2014-05-31 Alp TokerPreprocessor: recover gracefully when C++ operator...
2014-05-31 Alp TokerPreprocessor: don't exit early in CheckMacroName()
2014-05-31 Rafael EspindolaThere is no std::errc:success, remove the llvm one.
2014-05-31 Rafael EspindolaUse make_error_code in preparation for making errc...
2014-05-31 Nikola SmiljanicPR12961 - Extend DR532 to cover C++98/03.
2014-05-31 Hans WennborgDiagnose dll attribute on member of class that already...
2014-05-31 Hans WennborgMake Attr::Clone() also clone the Inherited, IsPackExpa...
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-05-31 Michael J.... [CodeGen] Don't cast and use SizeTy instead of Int32Ty...
2014-05-31 Richard SmithRefactor: use the DeclarationNameInfo form of BuildMemb...
2014-05-31 Alp Tokercc1as: invert return bool to indicate failure
2014-05-31 Alp Tokercc1as: fix a potential leak and unremoved output file...
2014-05-30 Richard SmithTake PrintingPolicy::SuppressUnwrittenScope into accoun...
2014-05-30 Ben LangmuirInvalidate the file system cache entries for files...
2014-05-30 Alp TokerRemove unused struct from test
2014-05-30 Richard SmithAdd a FIXME for a bug Doug pointed out in code review.
2014-05-30 DeLesley HutchinsThread Safety Analysis: fix handling of string and...
2014-05-30 Ben LangmuirRevert "Invalidate the file system cache entries for...
2014-05-30 Ben LangmuirInvalidate the file system cache entries for files...
2014-05-30 Hans WennborgStart adding support for dllimport/dllexport on classes...
2014-05-30 Fariborz JahanianObjective-C. Diagnose assigning a block pointer type to
2014-05-30 DeLesley HutchinsThread Safety Analysis: fix uninitialized member in...
2014-05-30 Tim NorthoverAArch64: combine arm64 & aarch64 cases in switch
2014-05-30 Diego NovilloRemove unnecessary test.
2014-05-30 Aaron BallmanThis test is no longer relevant. It is covered already...
2014-05-30 Aaron BallmanThis test should no longer be XFAILed; the standard...
2014-05-30 Aaron BallmanSetting a heading for the section/allocate attribute...
next