]> granicus.if.org Git - clang/shortlog
clang
2015-03-12 Peter Collingbournedocs: Document byte arrays.
2015-03-12 Justin BognerDriver: Print the clang version and original command...
2015-03-11 Joerg SonnenbergerUnder duress, move check for target support of __builti...
2015-03-11 Alexey SamsonovAdd deprecation notice for -f(no-)sanitize-recover...
2015-03-11 Anton Yartsev[analyzer] www: +progress for undefbehavior.ZeroAllocDe...
2015-03-11 David MajnemerDon't overconstrain a FileCheck pattern
2015-03-11 Hal Finkel[PowerPC] ABI support for the QPX vector instruction set
2015-03-11 David MajnemerMS ABI: Mark 'throw' as implemented in the compatibilit...
2015-03-11 David MajnemerMS ABI: Implement copy-ctor closures, finish implementi...
2015-03-11 Richard Smith[modules] When merging the pattern of a class template...
2015-03-11 Anastasia StulovaReverted OpenCL2.0 atomic type commits r231932, r231935
2015-03-11 Fariborz Jahanianrevert r231700 (designated initializer patch) which...
2015-03-11 Anastasia StulovaOpenCL: CL2.0 atomic type diagnostics
2015-03-11 Anastasia StulovaOpenCL: CL2.0 atomic types
2015-03-11 Kit BartonAdd builtins for the 64-bit vector integer arithmetic...
2015-03-11 Daniel Jasperclang-format: Recognize the .ts (TypeScript) extension...
2015-03-11 Daniel Jasperclang-format: Fix incorrect && recognition.
2015-03-11 Ed SchoutenEnable security checks for arc4random() on CloudABI...
2015-03-11 Ed SchoutenFix up default header paths for CloudABI.
2015-03-11 Ed SchoutenAdd target information for CloudABI on x86-64.
2015-03-11 David MajnemerSema: Properly track mangling number/name for linkage...
2015-03-11 Daniel JasperPrevent test from accessing files.
2015-03-11 Alexey Bataev[OPENMP] Fix for ExprWithCleanups in 'omp atomic' const...
2015-03-11 NAKAMURA TakumiCGOpenMPRuntime.h: Fix an incorrect \param on emitTaskO...
2015-03-11 Richard Smith[modules] Avoid accidentally completing the redeclarati...
2015-03-11 Richard SmithFix test to specify an Itanium triple.
2015-03-11 Rafael EspindolaRemove a bugus test.
2015-03-11 Richard SmithFor PR22870: produce an error rather than asserting...
2015-03-11 Nico WeberGender-neutralize a comment.
2015-03-11 Richard Smith[modules] Fix iterator invalidation issue with names...
2015-03-10 Anton Yartsev[analyzer] Make getCheckIfTracked() return either leak...
2015-03-10 Eric ChristopherUpdate clang for llvm r231861.
2015-03-10 Fariborz Jahanian[Objective-C Sema]. Remove -Wreceiver-is-weak warning.
2015-03-10 David MajnemerMS ABI: Mangle the location of the catchable type into...
2015-03-10 John McCallRecognize objc_bridge(id) on bridged casts to CF types.
2015-03-10 Benjamin KramerMake helper functions static. NFC.
2015-03-10 Aaron BallmanThe semantic spelling enumeration should retain values...
2015-03-10 Sanjay Patel[X86, AVX] Replace vinsertf128 intrinsics with generic...
2015-03-10 Ben LangmuirDocument __has_feature(modules) in LanguageExtensions
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)
next