]> granicus.if.org Git - clang/shortlog
clang
2013-11-12 Richard SmithTests for core issue 201-215.
2013-11-12 Rafael EspindolaKeep the old function order in CodeGenModule::applyRepl...
2013-11-12 Rafael EspindolaThis reverts commit r194435 and r194434.
2013-11-12 Faisal ValiCOSMETIC: Fix 80 column overflow in some comments intro...
2013-11-12 Faisal ValiA quick fix to PR17877 that was introduced by r194188...
2013-11-12 Richard SmithRemove C++11ism.
2013-11-12 Richard SmithExtra test for r194444.
2013-11-12 Richard SmithRather than duplicating extension diagnostics to allow...
2013-11-12 Reid Kleckner-fms-compatibility: Use C++98 null pointer constant...
2013-11-12 Faisal ValiCOSMETIC: Right justify an asterix in the previous...
2013-11-12 Faisal ValiREFACTOR: Have PushLambdaScope return the LambdaScopeIn...
2013-11-12 Fariborz JahanianObjectiveC. Try to unbreak buildbot.
2013-11-11 Fariborz JahanianObjectiveC. By default allow array/dictionary subscript...
2013-11-11 Rafael EspindolaAdd a testcase where we replace a destructor with an...
2013-11-11 Akira Hatanaka[mips] Partially revert r193640. Stack alignment should...
2013-11-11 Sylvestre LedruRevert "Using an invalid -O falls back on -O3 instead...
2013-11-11 Sylvestre LedruRevert "Remove -### from the -O20 test, it was failing...
2013-11-11 Sylvestre LedruRemove -### from the -O20 test, it was failing the...
2013-11-11 Sylvestre LedruImprove the documentation (bis) with Arthur and Chandle...
2013-11-11 Rafael EspindolaFix pr17875.
2013-11-11 Tim NorthoverDarwin(ish): we don't want __ARM_EABI__ even on v7a...
2013-11-11 Chad Rosier[AArch64] The shift right/left and insert immediate...
2013-11-11 Sylvestre LedruImprove the documentation of the optimization flags
2013-11-11 Sylvestre LedruUsing an invalid -O falls back on -O3 instead of an...
2013-11-11 Fariborz JahanianObjectiveC migrator. More testing of instancetype migra...
2013-11-11 Roman DivackyAdd test for r194350.
2013-11-11 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-11-11 Joerg SonnenbergerNetBSD 6.99.26 switched to default rounding mode, so...
2013-11-11 Erik SchnetterDescribe OpenCL C changes
2013-11-11 Rafael EspindolaRevert "Keep the old function order in CodeGenModule...
2013-11-10 Rafael EspindolaKeep the old function order in CodeGenModule::applyRepl...
2013-11-10 Benjamin KramerAvoid double StringMap lookups. No functionality change.
2013-11-10 Benjamin KramerCommentSema: Factor code better. No functionality change.
2013-11-10 Roman DivackyAdd gold plugin support to the FreeBSD link driver.
2013-11-09 Rafael EspindolaAdd -mconstructor aliases to some tests.
2013-11-09 Rafael EspindolaThis reverts commit r194330, r194329 and r194328.
2013-11-09 David ChisnallCommit the changes to make libc++ the default on FreeBS...
2013-11-09 David ChisnallFreeBSD 10 ships with only libc++, make sure it's the...
2013-11-09 David ChisnallCorrectly set the target in fuse_ld.c correctly...
2013-11-09 David ChisnallAdd explicit target to the fuse_ld.c test.
2013-11-09 David ChisnallAdd support for -fuse-ld=.
2013-11-09 Richard SmithTry to recover a bit better if a close brace is missing...
2013-11-09 Dmitri GribenkoComment parsing: recognize \def (but processing is...
2013-11-09 Daniel Jasperclang-format: Fix alignment of ObjC string literals.
2013-11-09 Rafael EspindolaDon't emit an internal destructor that is identical...
2013-11-09 Bill WendlingUse a StringRef. Saves 0.00000000000001s on execution...
2013-11-08 Hans WennborgUpdate macro expansion diagnostic examples to say ...
2013-11-08 Rafael EspindolaUse rauw for all discardable aliases, not just linkonce...
2013-11-08 Daniel Jasperclang-format: Improve clang-format's detection about...
2013-11-08 Rafael EspindolaFix name in test.
2013-11-08 Nick LewyckyRemove an incorrect optimization inside Clang's IRGen...
2013-11-08 Rafael EspindolaIf a linkonce_odr dtor/ctor is identical to another...
2013-11-08 Sean SilvaPy3k compat for clang-format Sublime Text extension.
2013-11-08 Bill WendlingFix grammar-o.
2013-11-08 Richard SmithFix %select numbering confusion between diagnostic...
2013-11-08 Reid KlecknerMake -fdump-vtable-layouts print to stdout, not stderr
2013-11-08 Daniel Jasperclang-format: Improve formatting of operators forced...
2013-11-08 DeLesley HutchinsThread-safety analysis: check guarded_by and pt_guarded...
2013-11-08 Richard SmithUntabify.
2013-11-08 Richard SmithIssue a diagnostic if we see a templated friend declara...
2013-11-08 Daniel Jasperclang-format: Don't auto-break short macros in WebKit...
2013-11-08 Daniel Jasperclang-format: Improve linebreaking and indentation...
2013-11-08 Jordan RoseRevert 'Tweak ContainerNonEmptyMap with "int" instead...
2013-11-08 Timur IskhodzhanovThread the info about vbptr sharing through ASTRecordLayout
2013-11-08 Benjamin KramerRemove diagnostic leftover from the ancient times when...
2013-11-08 Alp Tokerclang-format: Write files atomically
2013-11-08 Alp TokerImprove the missing ASM parser test for MS-style assembly
2013-11-08 Daniel JasperAdd .clang-format without column limit to subdirectory...
2013-11-08 NAKAMURA Takumiclang/test/CXX/drs/dr1xx.cpp: Add explicit triple x86_6...
2013-11-08 NAKAMURA TakumiStaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp...
2013-11-08 David MajnemerFix tests effected by r194221
2013-11-08 Douglas Gregors/DebugPrint/dump/g
2013-11-08 Daniel Jasperclang-format: Properly indent ObjC calls wrapped before...
2013-11-08 Richard SmithTests for core issue 170-200.
2013-11-08 Douglas GregorObjective-C++ ARC: Improve the conversion to a const...
2013-11-08 Fariborz JahanianObjectiveC migrator. Added a dropped check in my
2013-11-08 Douglas GregorFix a bogus assert I introduced in r194224
2013-11-08 Jordan Rose[analyzer] Add IdenticalExprChecker, to find copy-paste...
2013-11-08 Jordan Rose[analyzer] Track whether an ObjC for-in loop had zero...
2013-11-08 Jordan Rose[analyzer] Specialize "loop executed 0 times" for for...
2013-11-08 Fariborz JahanianObjectiveC migrator. Fixes an obscure bug where
2013-11-08 Will Dietzubsan: Only emit constants for filenames and type descr...
2013-11-08 Daniel Jasperclang-format: Make breaking before ternary operators...
2013-11-08 Douglas GregorEliminate an unnecessary .c_str()
2013-11-07 Manuel Klimek Adds the ability to inject a DiagnosticConsumer into...
2013-11-07 Douglas GregorModules: Teach the preprocessor to recognize 'import...
2013-11-07 Douglas GregorRe-instate contextual conversion to Objective-C pointer...
2013-11-07 Peter CollingbourneIntroduce MatchFinder::matchAST.
2013-11-07 Peter CollingbourneRe-introduce MatchFinder::addDynamicMatcher.
2013-11-07 Richard SmithPR17800: When performing pack expansion, we must always...
2013-11-07 Daniel Jasperclang-format: Improve binary operator detection in...
2013-11-07 Richard SmithTests for CWG issue 165-170.
2013-11-07 Daniel Jasperclang-format: Improve ObjC variadic and binary expressi...
2013-11-07 Richard SmithPR17615: A delegating constructor initializer is a...
2013-11-07 Chris WailesAdded a test case for the fix to bug 17632 in r193751
2013-11-07 Richard BartonXFAIL the test for non-x86 targets for which this messa...
2013-11-07 Daniel Jasperclang-format: Improve formatting of constructor initial...
2013-11-07 Daniel Jasperclang-format: Remove old hack that mainly made incorrec...
2013-11-07 Faisal ValiRemove an unnecessary condition that I added hastily...
2013-11-07 Daniel Jasperclang-format: Fix corner case for brace alignment.
next