]> granicus.if.org Git - clang/shortlog
clang
2015-03-10 Renato GolinAllow -target= and --target options
2015-03-10 Yaron KerenTeach raw_ostream to accept SmallString.
2015-03-10 Alexey Bataev[OPENMP] Initial codegen for 'omp task' directive.
2015-03-10 Alexey Bataev[OPENMP] Fixed tests for non-debug builds. NFC.
2015-03-10 Alexey Bataev[OPENMP] Improved code for generating debug info +...
2015-03-10 Rafael EspindolaRevert "[OPENMP] Improved code for generating debug...
2015-03-10 Alexey Bataev[OPENMP] Improved code for generating debug info +...
2015-03-10 Richard Smith[modules] Don't bother looking up a declaration to...
2015-03-10 Mehdi AminiUpdate for LLVM API change: getOrEnforceKnownAlignment...
2015-03-10 Richard SmithPR21687: when adding a redeclaration of a function...
2015-03-10 Richard Smith[modules] Don't clobber a destructor's operator delete...
2015-03-10 Richard Smith[modules] This check is run before we resolve the heade...
2015-03-09 Richard Smith[modules] Don't assert if the same header is named...
2015-03-09 NAKAMURA TakumiSuppress a couple of tests, clang/test/CodeGen/catch...
2015-03-09 Alexey Samsonov[UBSan] Split -fsanitize=shift into -fsanitize=shift...
2015-03-09 Tim NorthoverARM: use ABI-specified alignment for byval parameters.
2015-03-09 Fariborz Jahanian[PATCH Sema Objective-C]. Patch to warn on missing...
2015-03-09 Benjamin KramerRoll functions back into namespaces, msvc has problems...
2015-03-09 Alexander KornienkoCorrect doxygen for matcher macros that require a body...
2015-03-09 Benjamin KramerMake helper functions static. NFC.
2015-03-09 Benjamin KramerMake helper functions static
2015-03-09 Benjamin KramerTooling: Hide implementation details
2015-03-09 Benjamin KramerInheritViz: Hide implementation details
2015-03-09 Benjamin KramerHide away implementation details of the ThreadSafetyAna...
2015-03-09 Sylvestre LedruFix a menu issue. patch by Vassil Vassilev
2015-03-09 Daniel Jasperclang-format: Don't remove newline if macro ends in...
2015-03-09 Nico WeberWarn when jumping out of a __finally block via goto.
2015-03-09 Nico WeberFix a theoretical bug when ParseCompoundStatement(...
2015-03-09 Nico WeberWarn when jumping out of a __finally block via continue...
2015-03-09 Nico WeberFix typo in comment.
2015-03-09 Nico WeberWrap to 80 columns. No behavior change.
2015-03-09 David BlaikieSimplify boolean expressions in clang with clang-tidy
2015-03-08 Benjamin KramerProperly initialize the parser_crash debug token.
2015-03-08 Benjamin KramerFix the MSVC build.
2015-03-08 Benjamin KramerMake Token a real POD type.
2015-03-08 Benjamin KramerMake constant static variables const so they can go...
2015-03-08 Argyrios Kyrtzidis[Rewrite] Make RewriteBuffer accessible on its own...
2015-03-08 Argyrios Kyrtzidis[Rewrite] Move RewriteBuffer into its own header.
2015-03-07 Benjamin KramerASTMatchers: Make AST_POLYMORPHIC_SUPPORTED_TYPES a...
2015-03-07 Nico WeberWrap to 80 columns. No behavior change.
2015-03-07 Benjamin KramerReapply r231508 "CodeGen: Emit constant temporaries...
2015-03-07 Chandler CarruthMuch like we silence warnings about -flto in many cases...
2015-03-07 Jordan Rose[analyzer] RetainCountChecker: CF properties are always...
2015-03-07 Anton Yartsev[analyzer] Remove unused type (addition to r231540...
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.
next