]> granicus.if.org Git - clang/shortlog
clang
2015-04-13 Alexey Bataev[OPENMP] Initial codegen for 'parallel for' directive.
2015-04-13 NAKAMURA TakumiSuppress clang/test/PCH/emit-pth.c on win32, for now...
2015-04-12 Hans Wennborgclang-cl: Expose -f[no-]diagnostics-color
2015-04-11 Nico WeberRevert r234581, it might have caused a few miscompiles...
2015-04-11 Duncan P. N... DebugInfo: Switch from replaceAllUsesWith() to replaceT...
2015-04-11 Benjamin KramerRemove empty non-virtual destructors or mark them ...
2015-04-11 NAKAMURA Takumiclang/test/CodeGenCXX/static-data-member-single-emissio...
2015-04-11 Hans Wennborgclang-cl: support -fno-color-diagnostics (PR23109)
2015-04-11 Hans Wennborgclang-cl: support -fmacro-backtrace-limit
2015-04-11 Nemanja IvanovicAdd Clang support for -mdirect-move on PPC
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-11 Richard TrieuImprove the error message for assigning to read-only...
2015-04-11 Reid KlecknerOnly notify consumers about static data members of...
2015-04-11 Ahmed Bougacha[Driver] Properly support -mglobal-merge using explicit...
2015-04-10 Derek SchuffNaCl ARM: fix assembler float abi flags
2015-04-10 Ben LangmuirWorkaround a performance issue with modules + PCH
2015-04-10 Fariborz Jahanian[Objective-C Sema] Fixes a typo which did not allow
2015-04-10 Benjamin Kramer[tblgen] Use StringRef::trim
2015-04-10 Joerg SonnenbergerCreate the correct profiling symbol on NetBSD.
2015-04-10 Joerg SonnenbergerCreate correct platform-specific target for NetBSD...
2015-04-10 Kaelyn TakataDon't eagerly typo-correct to a keyword if the next...
2015-04-10 Rafael EspindolaTestcase for the previous commit.
2015-04-10 Rafael EspindolaActually check if lseek works instead of using a filena...
2015-04-10 Reid Kleckner[SEH] Add test for inline functions using SEH helpers
2015-04-10 Reid KlecknerReally fix exceptions-seh-finally.c
2015-04-10 Reid KlecknerTry to fix exceptions-seh-finally.c
2015-04-10 Reid Kleckner[SEH] Re-land r234532, but use internal linkage for...
2015-04-10 Reid Kleckner[Frontend] Close open file handles before renaming...
2015-04-10 Benjamin KramerDon't rely on implicit CallSite construction.
2015-04-10 Rafael EspindolaTry to make MSVC happy.
2015-04-10 Rafael EspindolaReturn std::unique_ptr to avoid a release and recreate.
2015-04-10 Rafael EspindolaUse a std::unique_ptr to make it easier to see who...
2015-04-10 Rafael EspindolaReturn a pointer instead of having a pointer outparam...
2015-04-10 Aaron BallmanInitializing an uninitialized data member; should be...
2015-04-10 Rafael EspindolaReturn a pointer instead of having a pointer outparam...
2015-04-10 Benjamin KramerReduce dyn_cast<> to isa<> or cast<> where possible...
2015-04-10 Alexey Bataev[OPENMP] Codegen for 'reduction' clause in 'parallel...
2015-04-10 Arnaud A. de... Remove threshold for inserting lifetime markers for...
2015-04-10 Szabolcs SiposReverting test commit.
2015-04-10 Szabolcs SiposTest commit.
2015-04-10 Alexey Bataev[OPENMP] Fixed cleanup of OpenMP code.
2015-04-10 Nick LewyckyFix typo in test. There is no %clangcxx, but there...
2015-04-10 Alexey Bataev[OPENMP] Fixing troubles with lambdas in cleanups.
2015-04-10 Alexey Bataev[OPENMP] Fixed incompatibility with MSVC, NFC.
2015-04-10 David Majnemer[Sema] Don't assume that an initializer list has an...
2015-04-10 Alexey Bataev[OPENMP] Refactoring of codegen for OpenMP directives.
2015-04-10 Nico WeberRevert r234532 for a bit, it very likely caused http...
2015-04-10 Ekaterina Romanova_mm256_blend_epi16 is being cast to __m256d instead...
2015-04-10 Richard Smith[modules] Remove unused MACRO_TABLE record.
2015-04-09 Nemanja IvanovicAdd Clang support for remaining integer divide and...
2015-04-09 Fariborz Jahanian[Objective-C Sema] It is permissable to bridge cast...
2015-04-09 Benjamin KramerUpdate test case for r234543.
2015-04-09 Benjamin Kramer[CodeGen] Do a more principled fix for PR231653, always...
2015-04-09 Rafael EspindolaPropagate usage of std:unique_ptr a bit. NFC.
2015-04-09 Rafael EspindolaUpdate for LLVM api changes.
2015-04-09 Reid KlecknerUse Linux sysroot in Driver test case from r234521
2015-04-09 Reid Kleckner[SEH] Outline finally blocks using the new variable...
2015-04-09 David Majnemer[Sema] Diagnose references to unbound arrays in functio...
2015-04-09 Kaelyn TakataProperly implement warn_unused_result checking for...
2015-04-09 Hans Wennborg[ASan] Don't link against libc++abi when not using...
2015-04-09 Fariborz Jahanian[Objective-C modern translation]. Patch to fix type of
2015-04-09 Olivier SallenaveAdded flag to disable isel instruction on PPC target...
2015-04-09 Benjamin Kramer[CodeGen] When promoting a reference temporary to a...
2015-04-09 Sanjay PatelProcess the -freciprocal-math optimization flag (PR20912)
2015-04-09 Javed Absar[ARM] add support for Cortex-R4/R4F
2015-04-08 Hans Wennborgclang-cl: Support the /fp options (PR23112)
2015-04-08 Reid Kleckner[WinEH] Don't wrap cleanups in terminate actions
2015-04-08 Reid KlecknerReland "[SEH] Implement filter capturing in CodeGen"
2015-04-08 Fariborz Jahanian[Objective-C Sema] Use canonical type of properties...
2015-04-08 David BlaikieRemove redundant virtual on member functions marked...
2015-04-08 Alexey Bataev[OPENMP] Allow redeclaration of variables as threadprivate.
2015-04-08 Aaron BallmanAppease build bots that cannot find a viable conversion...
2015-04-08 Aaron BallmanGenerate a diagnostic when a catch handler cannot execu...
2015-04-08 Reid KlecknerUse the most recent previous decl to check if inline...
2015-04-07 David Majnemer[Sema] Correctly recurse when looking for [*] in functi...
2015-04-07 Reid KlecknerRevert "Mark instantiated function decls as inline...
2015-04-07 Duncan P. N... Revert "Fix a compiler error under MSVC"
2015-04-07 Sanjay Patelfix typo; NFC
2015-04-07 Fariborz Jahanian[Objective-C Sema] Patch to not issue unavailbility...
2015-04-07 Duncan P. N... DebugInfo: LLVM API change in r234326 for array-like...
2015-04-07 Daniel Jasperclang-format: Fix regression formatting QT's "signals...
2015-04-07 Daniel Jasperclang-format: Don't allow labels when expecting declara...
2015-04-07 Timur IskhodzhanovFix a compiler error under MSVC
2015-04-07 Daniel JasperRevert "[SEH] Implement filter capturing in CodeGen"
2015-04-07 Daniel Jasperclang-format: Improve nested block formatting.
2015-04-07 Daniel Jasperclang-format: Indent relative to the ./-> and not the...
2015-04-07 David Majnemer[Sema] Don't crash when __attribute__((nonnull)) is...
2015-04-07 Duncan P. N... DebugInfo: Update for LLVM change in r234290
2015-04-07 David Majnemer[Sema] Don't permit dependent alignments on non-depende...
2015-04-07 Bob WilsonReport an error when -m<os>-version-min= does not speci...
2015-04-07 Reid Kleckner[WinEH] Don't create an alloca for unnamed catch parameters
2015-04-06 Reid Kleckner[SEH] Implement filter capturing in CodeGen
2015-04-06 Duncan P. N... CGDebugInfo: Stop using DIDescriptor::is*() and auto...
2015-04-06 Duncan P. N... DebugInfo: Use DILexicalBlockFile::getContext() over...
2015-04-06 James DennettFix a call to std::unique to actually discard the trail...
2015-04-06 Benjamin KramerMSan told me that we actually dump the entire scratch...
2015-04-06 Benjamin KramerPrefer uninitialized memory for scratch space.
2015-04-06 Fariborz Jahanian[Objective-C patch] Patch to fix a crash in IRGen because
2015-04-06 David BlaikieFix this test so it doesn't try to open a file to write...
2015-04-06 Aaron BallmanGating clang-fuzzer on the same conditions required...
next