]> granicus.if.org Git - clang/shortlog
clang
2013-12-03 Alp TokerDocumentation typo corrections
2013-12-03 Alp TokerFix method/variable name typos
2013-12-03 Daniel Jasperclang-format: Explicitly set fallback style that is...
2013-12-03 Alp TokerEmit an extension warning when changing system header...
2013-12-03 Hao Liu[AArch64]Add missing floating point convert, round...
2013-12-03 Hao LiuAArch64: add missing ACLE intrinsics mapping to general...
2013-12-03 Jiangning LiuPatch by Ana Pazos.
2013-12-03 Hao Liurevert r196152.
2013-12-03 Alp TokerTest to ensure no old-style-cast warning is emitted...
2013-12-03 Hao LiuAArch64: Add missing scalar pair intrinsics.
2013-12-03 Jiangning LiuAdd some missing AArch64 Neon intrinsics like vuqadd_s6...
2013-12-03 Jiangning LiuAdd some missing AArch64 Neon intrinsics like vmull_hig...
2013-12-03 Dmitri GribenkoMS inline asm: When LLVM called back to Clang to parse...
2013-12-02 Aaron BallmanRefactored the work group-related attributes to use...
2013-12-02 Aaron BallmanSimplifying a test for duplicate vec_type_hint attribut...
2013-12-02 Aaron BallmanThe CUDA device attribute doesn't need custom logic...
2013-12-02 Chad Rosier[AArch64] Implemented vcopy_lane patterns using scalar...
2013-12-02 Chad Rosier[AArch64] Add missing NEON scalar floating-point to...
2013-12-02 Manman RenDebug Info: Move the constant for Debug Info Version...
2013-12-02 Manman RenExpand comments for Debug Info Version.
2013-12-02 Aaron BallmanRectifying style issues with generated code. No functio...
2013-12-02 Aaron BallmanAutomate attribute language option checking by specifyi...
2013-12-02 Hans WennborgClangFormatPackage.cs: fix inconsistent line endings
2013-12-02 Aaron BallmanFactored attribute mutual exclusion code into a helper...
2013-12-02 Hans Wennborgclang-format vs plugin: use Alp's suggestion for gettin...
2013-12-02 James DennettFix a typo in a comment: expasion -> expansion
2013-12-02 Hans Wennborgclang-format vs plugin: bake clang-format.exe into...
2013-12-02 Aaron BallmanRe-enabled support for the Subjects for the weak attrib...
2013-12-02 Alp TokerRewriter: Output RewriteRope contents efficiently
2013-12-02 Aaron BallmanThe __w64 attribute handler was more generically named...
2013-12-02 Joerg SonnenbergerAssume ARMv6 for NetBSD for now for strex/ldrex.
2013-12-02 Joerg SonnenbergerNetBSD uses long derived size_t / ssize_t in all ARM...
2013-12-02 Aaron BallmanThe FieldDecl is already covered by the ValueDecl case...
2013-12-02 Alexander KornienkoAdded an option to specify fallback style.
2013-12-02 Aaron BallmanSwitching the ibaction attribute handler to the general...
2013-12-02 Aaron BallmanReplacing custom subject application logic with table...
2013-12-02 Aaron BallmanUsing the proper set key when determining whether a...
2013-12-02 Alp TokerDriver: Factor gold support out into a function
2013-12-02 Daniel Jasperclang-format: Fix excessive formatting caused by r195954.
2013-12-02 Alp TokerCorrect a user-visible static analyzer message typo
2013-12-02 Alp TokerFix inconsistent diag name
2013-12-02 Alp TokerCorrect test to target 'unknown'
2013-12-01 Rafael EspindolaHandle CC and NoReturn when instantiating members of...
2013-12-01 Benjamin KramerCommentLexer: When proceeding with a typo corrected...
2013-12-01 Benjamin KramerReenable ms inline asm test.
2013-11-30 Alp TokerFix typo: s/Occurence/Occurrence/
2013-11-30 Sergey MatveevUpdate the LeakSanitizer documentation with a proper...
2013-11-30 Saleem Abdulrasooladd an additional test case for generic attributes
2013-11-30 Joerg SonnenbergerNetBSD uses signed wchar_t on ARM platforms.
2013-11-29 Aaron BallmanRefactored the tls_model attribute to use a custom...
2013-11-29 Aaron BallmanUsing a custom subject to reenable the Subjects line...
2013-11-29 Aaron BallmanFixes a possible assert in the custom SubsetSubject...
2013-11-29 Alexander KornienkoAdded LanguageStandard::LS_JavaScript to gate all JS...
2013-11-29 Aaron BallmanEnables support for custom subject lists for attributes...
2013-11-29 Daniel Jasperclang-format: Extends formatted ranges to subsequent...
2013-11-29 Daniel Jasperclang-format: Correctly handle Qt's Q_SLOTS.
2013-11-29 Daniel Jasperclang-format: Fix bad indentation of nested blocks.
2013-11-29 Hao LiuAArch64: Two intrinsics are expected to return float64...
2013-11-29 Hao LiuFix the problem that the range check for scalar narrow...
2013-11-29 Jiangning LiuAdd missing intrinsic function vbsl_f64 for AArch64...
2013-11-29 Jiangning LiuAdd missing intrinsic function vcombine_f64 for AArch64...
2013-11-28 Daniel Jasperclang-format: Improve selective formatting of nested...
2013-11-28 Alp TokerInclusionRewriter: Avoid duplicated BOM check
2013-11-28 Alp TokerFix test on Windows
2013-11-28 David MajnemerSema: Assert that there are no pending local instantiat...
2013-11-28 Alp TokerEnsure that the output BOM test check is run
2013-11-28 Kaelyn UhrainAdd a return statement to the func with an int return...
2013-11-27 Alp TokerOne last portability fix attempt for r195886
2013-11-27 Alp TokerAttempt to make test from r195886 portable with differe...
2013-11-27 Richard SmithAdd support for C++'s SD6 feature test macros.
2013-11-27 David MajnemerSema: Instantiation of variable definitions weren't...
2013-11-27 Alp TokerImprove BOM test from r195877
2013-11-27 Lubos Lunakstrip UTF-8 BOM in -frewrite-includes (PR#15664)
2013-11-27 Benjamin KramerRemove unused diagnostic.
2013-11-27 Aaron BallmanRenaming Struct to GenericRecord for clarity; could...
2013-11-27 Alp TokerBring back a StringRef used in some build configurations
2013-11-27 Aaron BallmanConverts the lockable attributes to use the simple...
2013-11-27 Aaron BallmanAutomated checking for C++ when determining what argume...
2013-11-27 Aaron BallmanAdding the Subjects entry back for the noreturn attribu...
2013-11-27 Aaron BallmanEnabling the subject list for the warn_unused attribute...
2013-11-27 Aaron BallmanAdding in the subject for the init_priority attribute.
2013-11-27 Aaron BallmanRefactored semantic handlers that would unilaterally...
2013-11-27 Alexander KornienkoTrivial fix: remove unused variable
2013-11-27 Jiangning LiuFix the AArch64 NEON bug exposed by checking constant...
2013-11-27 Aaron BallmanRemoving the description part of a subset subject....
2013-11-27 Aaron BallmanLaying the basic groundwork for table generating the...
2013-11-27 Argyrios Kyrtzidis[libclang] Check for LIBCLANG_DISABLE_CRASH_RECOVERY...
2013-11-27 Argyrios Kyrtzidis[Sema] Don't look for the instantiation of a local...
2013-11-27 David MajnemerSema: Instantiate local class and their members appropr...
2013-11-27 Argyrios Kyrtzidis[libclang] Make sure we don't access past the tokens...
2013-11-27 Alp TokerRemove a whole lot of unused variables
2013-11-27 Alp TokerAdd a triple to fix this test on Windows
2013-11-27 Richard SmithUnify lookup from within not-yet-defined defaulted...
2013-11-27 Alp TokerImplement -Wold-style-cast
2013-11-27 Richard SmithRemove 'DistinctSpellings' support from Attr.td and...
2013-11-27 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-11-27 Chandler CarruthFix the build break introduced by r195799 by restoring...
2013-11-27 James DennettDocumentation cleanup: Doxygen-ification, typo fixes...
2013-11-26 Richard SmithRemove unused entity from .td file.
2013-11-26 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
next