]> granicus.if.org Git - clang/shortlog
clang
2014-06-10 Daniel Jasperclang-format: Handle multiline strings inside ternary...
2014-06-10 Alp TokerShow -Wdate-time in system headers
2014-06-10 Alp TokerImplement -Wdate-time preprocessor warning
2014-06-10 Alp TokerImprove specificity in the diag-mapping2.c test
2014-06-10 Hans WennborgImprove checking for dynamic initializers of dllimport...
2014-06-09 Alp TokerMake '-Werror=frame-larger-than=' and associated diagno...
2014-06-09 Reid KlecknerReduce indentation in ActOnIdExpression, NFC
2014-06-09 Richard TrieuRemoving an "if (this == nullptr)" check from two print...
2014-06-09 Fariborz JahanianObjective-C. Consider block pointer as NSObject as...
2014-06-09 Alp TokerDisallow multiple inclusion of clang/Config/config.h
2014-06-09 Hans WennborgAllow definition of dllimport static fields in partial...
2014-06-09 Evgeniy StepanovFix line numbers for code inlined from __nodebug__...
2014-06-09 Bill Schmidt[PPC64LE] Implement little-endian semantics for vec_sums
2014-06-09 Craig Topper[C++11] Use 'nullptr'.
2014-06-08 Joey GoulyConvert tests I recently add to use -verify instead...
2014-06-08 Craig Topper[C++11] Use 'nullptr'. Unittests edition.
2014-06-08 Craig Topper[C++11] Use 'nullptr'. Tools edition.
2014-06-08 Alp TokerSplit out inline asm parsing into ParseStmtAsm.cpp
2014-06-08 Alp TokerDon't include llvm/MC/MCParser throughout all of Sema
2014-06-08 David MajnemerMS ABI: Simplify microsoft mangling of template instant...
2014-06-07 Alp TokerDeclObjC: Fix comments about bad API
2014-06-07 Alp TokerAvoid dubious IdentifierInfo::getNameStart() uses
2014-06-07 Alp TokerStringRefize TargetInfo::getABI()
2014-06-07 Saleem AbdulrasoolDriver: add -m{,no-}long-calls support
2014-06-07 Arnold SchwaighoferUnbreak release builds.
2014-06-07 Bill Schmidt[PPC64LE] Implement little-endian semantics for vec_unp...
2014-06-07 Bill Schmidt[PPC64LE] Update test for vec_sum2s interface
2014-06-07 Nick LewyckyFix crash declaring global allocation function with...
2014-06-06 Richard TrieuFix my poor grammar from r210372
2014-06-06 Bill Schmidt[PPC64LE] Update builtins-ppc-altivec.c for PPC64 and...
2014-06-06 Reid KlecknerDelay lookup of simple default template arguments under...
2014-06-06 Warren Hunt[MS-ABI] Implement dynamic_cast
2014-06-06 Richard TrieuAdd -Wtautological-undefined-compare and -Wundefined...
2014-06-06 Eli BenderskyFix DOS-style newlines.
2014-06-06 Hans WennborgMS ABI: Update the thunk linkage computation
2014-06-06 Hans Wennborgtest/SemaCXX/undefined-internal.cpp: Remove target...
2014-06-06 Hans WennborgDefer codegen of inline method definitions to the end...
2014-06-06 Richard SmithRetain an expression pack expansion when the parameter...
2014-06-06 Richard SmithPR14841: If partial substitution of explicitly-specifie...
2014-06-06 Bill Schmidt[PPC64LE] Implement little-endian semantics for vec_pac...
2014-06-06 Alp TokerFix RecursiveASTVisitor to visit types in ObjCPropertyDecl
2014-06-06 Aaron BallmanReplacing r210333 with an improved solution; we should...
2014-06-06 Bill Schmidt[PPC64LE] Implement little-endian semantics for vec_mul[eo]
2014-06-06 Daniel Jasperclang-format: Fix incorrect indentation.
2014-06-06 Aaron BallmanQuieting a false-positive which was causing the sanitiz...
2014-06-06 Aaron BallmanAdding a new #pragma for the vectorize and interleave...
2014-06-06 Alp TokerFix typos
2014-06-06 Alp TokerDon't generate assembly in backend diagnostic tests
2014-06-06 Timur IskhodzhanovFix C++ style // comments in a couple of C files
2014-06-06 Timur IskhodzhanovRemove an unused variable
2014-06-06 Timur IskhodzhanovAdd -o /dev/null to one of the tests as it fails when...
2014-06-06 Alp TokerRevert "Revert "Devise a package-private means to deter...
2014-06-06 Alp TokerRevert "Devise a package-private means to determine...
2014-06-06 Alp TokerDevise a package-private means to determine the LLVM...
2014-06-06 Alp TokerAlways check for libxml2 in CMake
2014-06-06 Nikola SmiljanicAdd first set of tests for FriendDecl source range...
2014-06-06 Alexey BataevRnamed Class to TestClass
2014-06-06 Nikola SmiljanicPR11306 - Variadic template fix-it suggestion. Recover...
2014-06-06 Rafael EspindolaUpdate for llvm api change.
2014-06-05 Richard SmithPR19936: Fix a really dumb bug where we would profile...
2014-06-05 Alp TokerRemove old proposal notices
2014-06-05 Alp TokerProvide fallback locations for backend remarks
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.
next