]> granicus.if.org Git - clang/shortlog
clang
2015-09-11 Gabor Horvath[Static Analyzer] Lambda support.
2015-09-11 Reid Kleckner[SEH] Port __try / __leave test to new IR
2015-09-11 Gabor Horvath[Static Analyzer] Minor cleanups for the nullability...
2015-09-11 Vedant Kumar[CodeGen] Teach SimplifyPersonality about the updated...
2015-09-11 Yaron KerenThis test requires UTF-8 output to print the UT-8 chara...
2015-09-11 Aaron BallmanFixed HasDeclarationMatcher to properly convert all...
2015-09-11 Alexey Bataev[OPENMP] Preserve alignment of the original variables...
2015-09-11 NAKAMURA Takumiclang/test/Modules/ExtDebugInfo.cpp: Use %itanium_abi_t...
2015-09-11 NAKAMURA Takumiclang/test/Modules/ExtDebugInfo.cpp: Use [[@LINE]].
2015-09-11 NAKAMURA TakumiFix \param in r247251. [-Wdocumentation]
2015-09-11 Alexey Bataev[OPENMP] Fix printing of array section with single...
2015-09-11 Richard Smith[modules] Don't load files specified by -fmodule-file...
2015-09-11 David Blaikie[opaque pointer type] update test cases for explicit...
2015-09-11 Richard Smith[modules] Slightly defang an assert that produces false...
2015-09-11 Michael ZolotukhinDocs: Document __builtin_nontemporal_load and __builtin...
2015-09-11 Argyrios Kyrtzidis[sema] Fix assertion hit when using libclang to index...
2015-09-11 Adrian PrantlModule Debugging: Emit forward declarations for types...
2015-09-11 Adrian PrantlCleanup: Let CGDebugInfo::ModuleRefCache use a Tracking...
2015-09-11 David Majnemer[MS ABI] Remove another call to RequireCompleteType
2015-09-11 Reid Kleckner[Driver] Use UniversalCRT on Windows if available
2015-09-10 Michael ZolotukhinDocs: Add missing new line before a list.
2015-09-10 Reid KlecknerHandle '-r' option properly
2015-09-10 John McCallSupport noreturn in limited contexts on Objective-C...
2015-09-10 Reid Kleckner[SEH] Use cleanupendpad so that WinEHPrepare gets the...
2015-09-10 David Majnemer[MS ABI] Make member pointers return true for isIncompl...
2015-09-10 Piotr PadlewskiRevert "Generating assumption loads of vptr after ctor...
2015-09-10 Nico WeberMove sel-address.mm from test/CodeGenCXX to test/SemaOb...
2015-09-10 Peter CollingbourneDriver: Support cfi-icall on all OSs when targeting...
2015-09-10 Adrian PrantlAdd a getDeclContextDescriptor() helper function to...
2015-09-10 Reid Kleckner[SEH] Use catchret in the new EH IR like we do for C++
2015-09-10 Artem Belevich[CUDA] Postprocess bitcode linked in during device...
2015-09-10 Artem Belevich[CUDA] Allow trivial constructors as initializer for...
2015-09-10 Adrian PrantlDebug Info: Remove an unnecessary debug type visitor.
2015-09-10 Hans WennborgRe-commit r247218: "Fix Clang-tidy misc-use-override...
2015-09-10 Aaron BallmanProperly close documentation /code blocks with /endcode.
2015-09-10 Igor BregerAVX-512: Changed nidx parameter in extractf64/32 intrin...
2015-09-10 Alexey Bataev[OPENMP] Generate threadprivates as TLS variables by...
2015-09-10 Alexey Bataev[OPENMP] Fix test incompatibility with Windows.
2015-09-10 Alexey Bataev[OPENMP] Fix test incompatibility with Windows codegen.
2015-09-10 Alexey Bataev[OPENMP] Propagate alignment from original variables...
2015-09-10 Alexey Bataev[OPENMP] Fix test incompatibility with 32-bit platforms
2015-09-10 Alexey Bataev[OPENMP] Outlined function for parallel and other regio...
2015-09-10 David Majnemer[MS ABI] Select a pointer to member representation...
2015-09-10 Peter CollingbourneCFI: Introduce -fsanitize=cfi-icall flag.
2015-09-10 Mehdi AminiEmitRecord* API change: accepts ArrayRef instead of...
2015-09-10 John McCallDon't crash when emitting a block under returns_nonnull.
2015-09-10 Hans WennborgRevert r247218: "Fix Clang-tidy misc-use-override warni...
2015-09-10 Hans WennborgFix Clang-tidy misc-use-override warnings, other minor...
2015-09-09 John McCallARC: Fix the precise-lifetime suppression of returns_in...
2015-09-09 John McCallFix access control for lookups using the Microsoft...
2015-09-09 NAKAMURA Takumithread_local is not implemented for targeting cygwin...
2015-09-09 Sanjay Patelconvert builtin_unpredictable on a switch into metadata...
2015-09-09 Piotr PadlewskiGenerating assumption loads of vptr after ctor call...
2015-09-09 Nathan Wilson[Concepts] Add diagnostic; invalid specifier on functio...
2015-09-09 David Majnemer[MS ABI] Don't crash on references to pointers to membe...
2015-09-09 Mehdi AminiRevert "EmitRecordWith* API change: takes an ArrayRef...
2015-09-09 Mehdi AminiEmitRecordWith* API change: takes an ArrayRef instead...
2015-09-09 Argyrios Kyrtzidis[libclang] Add missing clang_CompileCommand_* functions...
2015-09-09 Argyrios KyrtzidisFix a small bug in clang where generating some temporar...
2015-09-09 Rafael Espindola[Solaris] Use the GCC Installation detector to add...
2015-09-09 Alexandros... [ARM] "cortex-r5f" and "cortex-m4f" are unknown names...
2015-09-09 Steven WuFix vld1_lane intrinsic generation
2015-09-09 Peter CollingbourneCodeGen: Add CFI unrelated cast checks to the new point...
2015-09-08 Michael ZolotukhinIntroduce __builtin_nontemporal_store and __builtin_non...
2015-09-08 Devin CoughlinRevert "[Static Analyzer] BugReporter.cpp:2869: Asserti...
2015-09-08 Peter CollingbourneCodeGen: Introduce CodeGenModule::CreateMetadataIdentif...
2015-09-08 NAKAMURA Takumiclang/test/Modules/ModuleDebugInfo.cpp: Add -triple...
2015-09-08 Adrian PrantlRemove unneeded #include.
2015-09-08 John McCallCollect SEH captures in a set instead of a vector to...
2015-09-08 Gabor Horvath[Static Analyzer] Objective-C Generics Checker improvem...
2015-09-08 Adrian PrantlModule Debugging: Emit debug type information into...
2015-09-08 Richard Smith[modules] Write the options records to a separate subbl...
2015-09-08 Douglas Katzman[Shave]: add a -MT option to moviCompile if there wasn...
2015-09-08 Adrian PrantlModule Debugging: Emit debug type information into...
2015-09-08 Naomi MusgraveFailing test highlighting no poisoning if dtor undeclared.
2015-09-08 Manuel KlimekFix performance regression when running clang tools.
2015-09-08 NAKAMURA Takumiclang/test/CodeGen/complex-convert.c: Appease for targe...
2015-09-08 Jakub KuderskifindDominatingStoreToReturn in CGCall.cpp didn't check...
2015-09-08 Manuel KlimekUpdate code owners for AST matchers / libtooling.
2015-09-08 Manuel KlimekFix documentation of numSelectorArgs.
2015-09-08 NAKAMURA TakumiclangCodeGen: Fix comments. [-Wdocumentation]
2015-09-08 NAKAMURA TakumiFix clang/test/CodeGen/mips-varargs.c for -Asserts...
2015-09-08 John McCallAnother fix to this test, this one apparently working by
2015-09-08 NAKAMURA TakumiFix clang/test/CodeGenCXX/alignment.cpp for -Asserts.
2015-09-08 John McCallWhen building the alloca for a local variable, set...
2015-09-08 John McCallRemove unnecessary braces; this resolves against a
2015-09-08 John McCallMove BlockByrefHelpers back to CodeGenModule.h to placa...
2015-09-08 John McCallCompute and preserve alignment more faithfully in IR...
2015-09-08 Ted Kremenek[analyzer] Apply whitespace cleanups by Honggyu Kim.
2015-09-07 Simon Pilgrim[X86][SSE4A] Added SSE4A IR + assembly codegen builtin...
2015-09-06 Simon Pilgrim[X86][SSSE3] Added SSSE3 IR + assembly codegen builtin...
2015-09-06 Simon Pilgrim[X86]][SSE3] Added SSE41 IR + assembly codegen builtin...
2015-09-06 Alexandros... Refactoring of how ARMTargetInfo handles default target...
2015-09-06 Simon Pilgrim[X86]][SSE3] Added SSE3 IR + assembly codegen builtin...
2015-09-06 Simon Pilgrim[X86]][SSE42] Added SSE42 IR + assembly codegen builtin...
2015-09-05 Saleem AbdulrasoolIndex: expose visibility attribute
2015-09-04 George Burgess IVFix a bug in __builtin_object_size cast removal
2015-09-04 Reid KlecknerRelax partial-init test case for ARM
2015-09-04 Hal FinkelDon't crash on a self-alias declaration
2015-09-04 Richard SmithFix crash on invalid if we can't find a suitable PCH...
next