]> granicus.if.org Git - clang/shortlog
clang
2013-10-07 Manuel KlimekFix incorrect detection of class definitions with align...
2013-10-07 Richard SmithWhen merging class definitions across modules in C...
2013-10-07 David MajnemerDriver: Use the canonical command line arguments.
2013-10-07 Faisal ValiRefactor tryCaptureVar using ExtractMethod. No functio...
2013-10-06 Timur IskhodzhanovFix PR17382 - properly group virtual method overloads...
2013-10-06 Daniel Jasperclang-format: Remove empty lines after visibility modif...
2013-10-06 Sylvestre Ledruremove a dead assignment. The variables are set just...
2013-10-06 Mark LaceyPass CGCXXABIs around directly.
2013-10-05 Aaron BallmanSwitching the CallableWhen attribute over to using...
2013-10-05 Nick LewyckyAdd support for -mcx16, and predefine __GCC_HAVE_SYNC_C...
2013-10-05 Aaron BallmanSilencing an MSVC warning; SmallSet::count returns...
2013-10-05 Craig TopperUse logical/arithmetic operations instead of builtins...
2013-10-05 Simon AtanasyanRemove unused param from Linux::computeSysRoot().
2013-10-05 Benjamin KramerSema: Cleanup redundant variable NumArgsToCheck
2013-10-05 Jiangning LiuImplement aarch64 neon instruction set AdvSIMD (Across).
2013-10-05 Alp TokerRemove unused Sema::DelayedDestructorExceptionSpecs
2013-10-05 Manman RenDebug Info: update testing cases when the derived-from...
2013-10-04 DeLesley HutchinsConsumed Analysis: Change callable_when so that it...
2013-10-04 Fariborz JahanianObjectiveC. Allow readonly properties without an explic...
2013-10-04 Eric ChristopherTemporarily revert r191801 due to conflicts with the...
2013-10-04 Rafael EspindolaDon't assume instruction names in the output.
2013-10-04 Rafael EspindolaAdd test from pr17476.
2013-10-04 Rafael EspindolaRevert "Teach TreeTransform and family how to transform...
2013-10-04 Amaury de la... Do not emit undefined lsrh/ashr for NEON shifts
2013-10-04 Simon AtanasyanRevert r191947. The problem is not MIPS-specific and...
2013-10-04 Timur IskhodzhanovSimplify MicrosoftCXXNameMangler::mangleFunctionType
2013-10-04 Simon Atanasyan[Mips] For MIPS '-fPIC -static' means to compile as...
2013-10-04 Jiangning LiuImplement aarch64 neon instruction set AdvSIMD (3V...
2013-10-04 Jordan Rose[analyzer] Replace bug category magic strings with...
2013-10-03 Richard SmithTemporarily revert r191910 until the layering violation...
2013-10-03 Nico WeberDon't complain about -fuse-ld=gold (cf r191429).
2013-10-03 Rafael EspindolaFix the test in clang_f_opts.c to fail on unknown options.
2013-10-03 Rafael EspindolaFix test.
2013-10-03 Eric ChristopherMake this use -### instead of a temporary output.
2013-10-03 Eric ChristopherGive this a temporary output so it is cleaned up.
2013-10-03 Rafael EspindolaIgnore -mieee-fp.
2013-10-03 Jordan Rose[analyzer] Replace bug category magic strings with...
2013-10-03 Jordan Rose[analyzer] Add new debug helper clang_analyzer_warnIfRe...
2013-10-03 Argyrios Kyrtzidis[libclang] python: expose a few functions, patch by...
2013-10-03 Argyrios Kyrtzidis[libclang] Introduce clang_Type_getClassType which...
2013-10-03 Tim NorthoverFix test to work on Linux hosts by specifying triple.
2013-10-03 Tim NorthoverARM: *-*-darwin-eabi triples should use AAPCS.
2013-10-03 Matthew CurtisGracefully (and correctly) handle init of multiple...
2013-10-03 Faisal ValiTeach TreeTransform and family how to transform generic...
2013-10-03 Timur IskhodzhanovExtract ABI-specific parts of MangleContext into separa...
2013-10-03 Faisal ValiRevert changes from the nested lambdas commit till...
2013-10-03 Faisal ValiTeach TreeTransform and family how to transform generic...
2013-10-03 Craig TopperChange __builtin_ia32_bextri_u64 to take an i64imm...
2013-10-02 Fariborz JahanianObjectiveC migrator: Add individual options and
2013-10-02 Fariborz JahanianObjectiveC migrator: Add more options one for each
2013-10-02 Fariborz JahanianObjectiveC migrator. Starting distiguising different
2013-10-02 Mark LaceyUse the CGCXXABI member on CodeGenTypes.
2013-10-02 Kaelyn UhrainSpeed up CorrectTypo by avoiding lookups on unreasonabl...
2013-10-02 Fariborz JahanianObjective-C migrator. Simplify migrator option
2013-10-02 Timur IskhodzhanovFix crashes when creating global instances of polymorph...
2013-10-02 Reid KlecknerAccept #pragma warning(push, 0) without warning
2013-10-02 Daniel Jasperclang-format: Fix clang-format-diff.py according to...
2013-10-02 Patrik HagglundFix gcc -Wunused-but-set-variable warning in r191634.
2013-10-02 Joey Gouly[ARM] Add a builtin to allow you to use the 'sevl'...
2013-10-02 Nick LewyckyFix build breakage, missed committing a chunk of a...
2013-10-02 Nick LewyckyThread a SourceLocation into the EmitCheck for "load_in...
2013-10-02 Jordan Rose[analyzer] Add missing return after function pointer...
2013-10-01 Manman RenDebug Info: update testing cases when the derived-from...
2013-10-01 Kaelyn UhrainFix a typo suggestion regression introduced by r191544.
2013-10-01 Nick LewyckyNo functionality change. Reflow lines that could fit...
2013-10-01 Fariborz JahanianObjectiveC migrator: When doing migration, migrator...
2013-10-01 Rafael EspindolaRevert commits r190613, r190560 and r190557.
2013-10-01 Warren HuntFixing implementation of bittestandset in Intrin.h.
2013-10-01 Ariel J. BernalFixed replacements for files with relative paths are...
2013-10-01 Alexander KornienkoRefactoring: split addTokenToState into two methods.
2013-10-01 Tim NorthoverTypo in ARM __attribute__((interrupt)) documentation
2013-10-01 Tim NorthoverImplement ARM GNU-style interrupt attribute
2013-10-01 Tim NorthoverMove checkStringLiteralArgument into Sema class
2013-10-01 Timur IskhodzhanovRun the -cxx-abi test in 32-bit mode as the 64-bit...
2013-10-01 Timur IskhodzhanovAuthor a FIXME in a test now that PR12784 is fixed
2013-10-01 Amara Emerson[ARM] Add -mfpu=none option to the driver.
2013-10-01 Alexey Bataev[OpenMP] Added parsing and semantic analysis for firstp...
2013-10-01 Faisal ValiFix computation of linkage within nested lambdas.
2013-10-01 Eli FriedmanFix typo correction usage of SemaAccess.cpp.
2013-10-01 Richard SmithRevert r191586 and r191695. They cause crashes when...
2013-10-01 Eli FriedmanTweak changes in r186464 to avoid a crash.
2013-10-01 Richard SmithRemove support for arrays of runtime bound in C++1y...
2013-09-30 Weiming ZhaoFix PR 12730: Add _GCC_HAVE_SYNC_COMPARE_AND_SWAP macro...
2013-09-30 Warren HuntChanging __X86_64__ to __x86_64__ in Intrin.h.
2013-09-30 Manman RenTurn struct-path aware TBAA on by default.
2013-09-30 David BlaikieRemove unused variable introduced in 191666
2013-09-30 Yunzhong GaoAdding intrinsics to the clang front end for the x86...
2013-09-30 Edwin VaneMoving style option formatting to libFormat
2013-09-30 Manuel KlimekFix use-after-free.
2013-09-30 Daniel Jasperclang-format: Improve alignment after 'return'.
2013-09-30 Chandler CarruthAdd a bunch of other GCC '-f' options and ignore them...
2013-09-30 Chandler CarruthSwitch one of the ignored boolean flag multiclasses...
2013-09-30 NAKAMURA TakumiSemaTemplateDeduction.cpp: Suppress a warning. [-Wunuse...
2013-09-29 Faisal ValiRevert the linkage fix.
2013-09-29 Faisal ValiRemove an unnecessary overload from ASTLambda.h
2013-09-29 Faisal ValiFix computation of linkage within nested lambdas.
2013-09-29 Manuel KlimekAdd section on VS integration to the ClangFormat docume...
2013-09-29 Faisal ValiFix windows newlines :(
2013-09-29 Daniel JasperFix misspelling of -fmodules-decluse.
2013-09-29 Daniel Jasperclang-format: Fix assertion on incomplete string literals.
next