]> granicus.if.org Git - clang/shortlog
clang
2015-03-07 Hans WennborgRevert r231508 "CodeGen: Emit constant temporaries...
2015-03-07 Anton Yartsev[analyzer] Revert changes from r229593; an enhancement...
2015-03-07 Richard SmithReplace Sema's map of locally-scoped extern "C" declara...
2015-03-06 David MajnemerUnbreak build bots
2015-03-06 David MajnemerMS ABI: Stick throw-related data into the .xdata section
2015-03-06 David MajnemerMS ABI: Correctly generate throw-info for pointer to...
2015-03-06 Benjamin KramerCodeGen: Emit constant temporaries into read-only globals.
2015-03-06 David MajnemerMS ABI: Insert copy-constructors into the CatchableType
2015-03-06 David MajnemerSema: The i8 suffix should yield a literal of type...
2015-03-06 Benjamin KramerSema: We can use delegating ctors now. NFC.
2015-03-06 Samuel BenzaquenFix isOverride() for the case of a dependent typed...
2015-03-06 Aaron BallmanRemoving code that is unused after r231424; NFC.
2015-03-06 Benjamin KramerUse delegating ctors to reduce code duplication. NFC.
2015-03-06 Daniel Jasperclang-format: Slightly change indentation rules in...
2015-03-06 Yaron KerenSilence C4715 'not all control paths return a value...
2015-03-06 Nico WeberDon't crash on non-public referenced dtors in toplevel...
2015-03-06 Hans WennborgAdd a download link to the web page (PR22764)
2015-03-05 Richard Smith[modules] Rework merging of redeclaration chains on...
2015-03-05 Fariborz Jahanian[PATCH] Patch to fix the AST for vector splat from any
2015-03-05 Alexey SamsonovRevert "[UBSan] Split -fsanitize=shift into -fsanitize...
2015-03-05 Zachary TurnerClang side change following r231392.
2015-03-05 Toma TabacuRecommit "[IAS] Teach -cc1as about the 'target-abi...
2015-03-05 Argyrios Kyrtzidis[test] Expand a bit on the test case from r231251....
2015-03-05 Hans WennborgFix msvc-link.c test for environments with link.exe...
2015-03-05 David MajnemerMS ABI: Implement support for throwing a C++ exception
2015-03-05 Reid KlecknerGive some obj-c rewriter tests that use MS pragmas...
2015-03-04 Rick FoosTemporary XFAILs for Hexagon
2015-03-04 Reid KlecknerImplement section pragma feedback on r205810
2015-03-04 Anton Yartsev[analyzer] Bug fix: do not report leaks for alloca()
2015-03-04 Hans WennborgPass -dll to link.exe when building with -shared (PR22697)
2015-03-04 David BlaikieFix the clang self-host -Werror build
2015-03-04 Nemanja IvanovicAdd Clang support for PPC cryptography builtins
2015-03-04 Reid KlecknerFix test/CodeGen/builtins.c for platforms that don...
2015-03-04 Reid KlecknerTry to fix the build after removing DataLayoutPass
2015-03-04 Gabor Horvath[analyzer] Individual configuration options can be...
2015-03-04 Alex DenisovNew ObjC warning: circular containers.
2015-03-04 Argyrios Kyrtzidis[Modules] Fix crash in Preprocessor::getLastMacroWithSp...
2015-03-04 Daniel JasperRevert "[IAS] Teach -cc1as about the 'target-abi' option."
2015-03-04 Daniel JasperPrevent test from writing files.
2015-03-04 Joerg SonnenbergerAdjust the changes from r230255 to bail out if the...
2015-03-04 Toma Tabacu[IAS] Teach -cc1as about the 'target-abi' option.
2015-03-04 Daniel JasperMove one more diagnostic into the new -Wformat-pedantic...
2015-03-04 Seth CantrellAT.isValid() should come before AT.matchesType()
2015-03-04 Seth CantrellAdd a format warning for "%p" with non-void* args
2015-03-03 Jacques PienaarTypePrinter print __restrict if not in C99 mode
2015-03-03 Filipe CabecinhasTry to unbreak the Windows buildbots.
2015-03-03 Anton Yartsev[analyzer] unix.Malloc: preserve AllocaRegion bound...
2015-03-03 Duncan P. N... DebugInfo: Remove useless test
2015-03-03 Alexey Samsonov[UBSan] Split -fsanitize=shift into -fsanitize=shift...
2015-03-03 Alexey Samsonov[Sanitizers] Use uint64_t for bitmask of enabled saniti...
2015-03-03 Sumanth GundapaneniFix program name in "clang -help"
2015-03-03 Bill Seurer[PowerPC]Activate "vector bool long long" (and alternat...
2015-03-03 Reid KlecknerSplit catch IRgen into ItaniumCXXABI and MicrosoftCXXABI
2015-03-03 Reid KlecknerDisable the right RUN line
2015-03-03 Filipe CabecinhasDisabled the other test from r231086 (like in r231087...
2015-03-03 Dan AlbertSupport __attribute__((availability)) on Android.
2015-03-03 Dan AlbertDon't force -pie for Android.
2015-03-03 Reid KlecknerDisable a Clang test until the begincatch change lands
2015-03-03 Hans WennborgMigrate clang-format-vs plugin project to VS 2013
2015-03-03 Duncan P. N... DebugInfo: Move new hierarchy into place (clang)
2015-03-03 Juergen RibutzkaLower _mm256_broadcastsi128_si256 directly to a vector...
2015-03-03 Fariborz Jahanian[SDK modernizer]. Patch fixes driver's lack of
2015-03-03 Manuel KlimekMake -Wuninitialized warn on pointer-to-member and...
2015-03-03 Manuel KlimekMake sure we initialize all values in WhitespaceManager...
2015-03-03 Daniel Jasperclang-format: Fix access to uninitialized memory.
2015-03-03 Daniel JasperRevert r231008 (and dependent r231019).
2015-03-03 Argyrios Kyrtzidis[ASTUnit] Fix crash when trying to load a module file...
2015-03-03 David MajnemerSema: Caught exception objects should be unqualified
2015-03-03 Nico WeberRemove obsolete FIXME. override on definitions is fine.
2015-03-03 David MajnemerSema: Properly initialize the thrown exception object
2015-03-03 Alexey Samsonov[Sanitizers] Remove duplication in sanitizer group...
2015-03-03 Matthias BraunFix typo in my last commit.
2015-03-02 Fariborz Jahanian[SDK modernizer] Patch to fix type of the typed enums...
2015-03-02 Reid KlecknerRemove shell requirement from test/Modules/explicit...
2015-03-02 Reid KlecknerRevert bad change from r231029
2015-03-02 Reid KlecknerRemove shell requirements from tests that use 'cd'
2015-03-02 Hans Wennborgclang-cl: Correctly ignore /openmp- (PR22748)
2015-03-02 Sanjoy DasFix test case.
2015-03-02 Fariborz JahanianAttempt to fix buildbot.
2015-03-02 Matthias BraunImprove robustness of dependency-generation-crash.c...
2015-03-02 Fariborz Jahanian[SDK modernizer]. Patch fixes driver's lack of
2015-03-02 Filipe CabecinhasAdd -fexceptions for targets where it isn't the default.
2015-03-02 Bob WilsonAdd clang support for Objective-C application extensions.
2015-03-02 Filipe CabecinhasAdd -frtti and -fexceptions to tests that assume these...
2015-03-02 Benjamin KramerCodeGen: Fix passing of classes with only one AVX vecto...
2015-03-02 Benjamin KramerReplace loop with equivalent ArrayRef function. NFC.
2015-03-02 Daniel Jasperclang-format: Prefer wrapping a lambda's body over...
2015-03-02 Nico WeberFix ObjCInterfaceDecl::getCategoryMethod() and give...
2015-03-01 Peter CollingbourneDebugInfo: Give externally defined types a size and...
2015-03-01 Benjamin KramerAdd missing include.
2015-03-01 Daniel Jasperclang-format: Always align */& in multi-var DeclStmts.
2015-03-01 Benjamin KramerSema: Remove stray static
2015-02-28 Richard SmithAdd change accidentally missed from r230840.
2015-02-28 Filipe CabecinhasAdd PS4's autolink syntax to autolink.m's CHECK lines.
2015-02-28 Richard Smith[modules] Avoid adding a redecl chain to the 'pending...
2015-02-28 Richard SmithGive better diagnostics when -fmodule-file= finds a...
2015-02-28 Richard Smith[modules] Deduplicate when merging lists of template...
2015-02-28 Richard SmithRework our handling of key functions. We used to track...
2015-02-28 Saleem AbdulrasoolDebugInfo: hoist definition into global context when...
2015-02-27 Richard Smith[modules] When writing out a list of specializations...
next