]> granicus.if.org Git - clang/shortlog
clang
2013-11-20 Fariborz JahanianObjectiveC ARC. validate toll free bridge casting
2013-11-20 Dmitri GribenkoComment parsing tests: introduce a little more structur...
2013-11-20 Anna Zaks[analyzer] Fix an infinite recursion in region invalida...
2013-11-19 Reid KlecknerAdd a mangler entry point for TBAA rather than using...
2013-11-19 Richard SmithPR9547: If we're parsing a simple-declaration that...
2013-11-19 Aaron BallmanSwitching some string literals to be generated by the...
2013-11-19 Warren HuntMicrosoft Record Layout: zero sized base after base...
2013-11-19 Rafael EspindolaFurther fixes when thiscall is the default for methods.
2013-11-19 Jim GrosbachARM: embedded v7 'darwin' doesn't get min-version defines.
2013-11-19 Dmitri GribenkoRemove full path from CHECK line
2013-11-19 Fariborz JahanianObjectiveC ARC. Removes a bogus warning when a weak
2013-11-19 Dmitri GribenkoDocumentation parsing: in HeaderDoc, \abstract is equiv...
2013-11-19 Fariborz JahanianObjectiveC migrator. Do not migrate categories with
2013-11-19 Fariborz JahanianbjectiveC. Use a uniform diagnostic for
2013-11-19 John ThompsonYAML I/O - Added default trait support for std:string...
2013-11-19 Alexander KornienkoRefactoring: replaced (*(I + x)) with I[x].
2013-11-19 Samuel BenzaquenChange VariadicOperatorMatcherInterface<> to take an...
2013-11-19 Joerg SonnenbergerRevert r194540, it breaks various C++ programs.
2013-11-19 Simon Atanasyan[Mips] Do not adjust float-abi flags in case of MIPS16...
2013-11-19 Aaron BallmanGiving this test a triple since it uses a calling conve...
2013-11-19 Aaron BallmanImproving calling convention test coverage by adding...
2013-11-19 Aaron BallmanAdding subjects to calling convention attributes. No...
2013-11-19 Richard SmithRename an extension warning to ext_...
2013-11-19 Bill WendlingDisable this check temporarily.
2013-11-19 Hao LiuImplement AArch64 neon instructions class SIMD lsone...
2013-11-19 Jiangning LiuImplement AArch64 SISD intrinsics for vget_high and...
2013-11-19 Fariborz JahanianObjectiveC objc_bridge. Minor refactoring.
2013-11-19 Jiangning LiuAdd predicate for AArch64 crypto instructions.
2013-11-19 Jiangning LiuClean up predefined macros for AArch64 to follow ACLE...
2013-11-19 Fariborz JahanianObjectiveC 'objc_bridging'. Assorment of improvements
2013-11-19 Fariborz JahanianObjectiveC ARC. Adopt objc_bridge attribute
2013-11-18 David BlaikieDebugInfo: Update caller based on DIType's MDNode*...
2013-11-18 Kevin EnderbyChange the clang driver with the use of -no-integrated...
2013-11-18 Rafael EspindolaThe attached patch is a follow up from my previous...
2013-11-18 Hans WennborgRemove period at end of "optimization level is unsuppor...
2013-11-18 Hans WennborgMake test/Driver/clang_f_opts.c not write to the test dir
2013-11-18 Aaron BallmanThe code using the StmtPrinterHelper object failed...
2013-11-18 Rafael EspindolaUse the default method CC in GetFullTypeForDeclarator.
2013-11-18 Ted KremenekRemove clang man page reference to --analyze, and point...
2013-11-18 Aaron BallmanAdding an assert to help catch possible buffer underruns.
2013-11-18 Benjamin KramerMake helper function static.
2013-11-18 Samuel BenzaquenAdd partial support for the hasDeclaration() matcher...
2013-11-18 Sylvestre LedruUsing an invalid -O falls back on -O3 instead of an...
2013-11-18 NAKAMURA Takumiclang/test/CXX/drs/dr2xx.cpp: Suppress this for targeti...
2013-11-18 NAKAMURA Takumiclang/Parse/Parser.h: Fix annotations properly in SkipU...
2013-11-18 Alexey BataevReplaced bool parameters in SkipUntil function with...
2013-11-18 NAKAMURA Takumiclang/test/Tooling/multi-jobs.cpp: Mark this as XFAIL...
2013-11-18 Hao LiuImplement the newly added AArch64 ACLE functions for...
2013-11-18 Richard SmithTests for core issues 251-270.
2013-11-17 Rafael EspindolaRemove method that always returns true.
2013-11-17 Rafael EspindolaRemove two unused #ifdefs.
2013-11-17 Alp TokerRewriteBuffer::write(): Add a doc comment about non...
2013-11-17 NAKAMURA TakumiTooling/CompilationDatabase.cpp: Use \return here inste...
2013-11-17 Alp TokerRemove a bad string compare from r194968
2013-11-17 Edwin VaneRelax some preconditions for using FixedCompilationData...
2013-11-17 Hal FinkelAdd -freroll-loops to enable loop rerolling
2013-11-17 Sylvestre LedruFixes a typo and changes references to the function...
2013-11-17 Hao LiuImplement vreinterpret ACLE functions in Clang.
2013-11-17 Anton Yartsev[analyzer] Better modeling of memcpy by the CStringChec...
2013-11-17 Hao LiuFix the problem that the arm_neon.h can't be used in...
2013-11-17 Richard SmithTests for core issue 241-250.
2013-11-17 Richard SmithTests for core issues 224-240.
2013-11-16 Fariborz JahanianObjectiveC ARC. More validation of toll-free bridging of
2013-11-16 Fariborz JahanianObjectiveC ARC. Validate toll free bridge casting
2013-11-16 Benjamin KramerRemove unused but set variable.
2013-11-16 Alp TokerMove remaining %clang_cc1 tests out of test/Driver
2013-11-16 Richard SmithIf a replaceable global operator new/delete is marked...
2013-11-16 Fariborz JahanianObjetiveC ARC. Start diagnosing invalid toll free bridging.
2013-11-16 Jim GrosbachX86: Make specifying avx2 simpler on Darwin with '...
2013-11-16 Richard SmithDowngrade the Error on an 'inline' operator new or...
2013-11-16 DeLesley HutchinsConsumed analysis: track state of temporary objects.
2013-11-16 John ThompsonCorrected comment about MS prgama warning.
2013-11-15 Ana PazosImplemented aarch64 Neon scalar vmulx_lane intrinsics
2013-11-15 Ana PazosUpdated comment - testing commit rights
2013-11-15 Fariborz JahanianObjectiveC ARC. Only briding of pointer to struct CF...
2013-11-15 Tim NorthoverDarwin(ish): enable embedded compiler-rt builds on...
2013-11-15 Richard SmithPR17949: Fix crash if someone puts a namespace inside...
2013-11-15 Richard SmithPR8455: Handle an attribute between a goto label and...
2013-11-15 Fariborz JahanianObjectiveC ARG. A positive test of my previous patch.
2013-11-15 Hans WennborgFix typo in CGRecordLayoutBuilder.cpp: s/Field/Fields...
2013-11-15 Fariborz JahanianObjectiveC ARC. Lookup type associated with objc_bridage at
2013-11-15 Chad RosierThese ACLE tests no longer need to cast the return...
2013-11-15 Richard SmithDiagnose C++11 attributes before fp_contract pragmas.
2013-11-15 Richard SmithFix bogus diagnostic wording. There's no such thing...
2013-11-15 Alp TokerRevert "Using an invalid -O falls back on -O3 instead...
2013-11-15 Hans Wennborgclang-cl: Make the driver parse all(?) msvc flags
2013-11-15 Alp TokerRemove an unused local from r194827
2013-11-15 Justin BognerDarwin: Look for libc++ headers in include/, rather...
2013-11-15 Justin Bognerlibc++: Install headers in include/, rather than lib/
2013-11-15 Fariborz JahanianObjectiveC. Fixes a bogus warning of unused backing
2013-11-15 Chad RosierUpdate contact information.
2013-11-15 Hans Wennborg[-cxx-abi microsoft] Emit thunks for pointers to virtua...
2013-11-15 Alexander Potapenko[ASan] Fix darwin-sanitizer-ld.c for iossim, which...
2013-11-15 Alexander Potapenko[ASan] Link with libclang_rt.asan_iossim_dynamic.dylib...
2013-11-15 Sylvestre LedruUsing an invalid -O falls back on -O3 instead of an...
2013-11-15 Alexander Potapenko[ASan] If the iOS Simulator SDK is available, build...
2013-11-15 Alp TokerIgnore test Inputs globally and remove redundant lit...
2013-11-15 Richard SmithTests for core issue 216-223.
2013-11-15 Richard SmithWhen we hit a #include directive that maps to a module...
2013-11-15 Richard SmithPR17533 and duplicates: don't compute the return type...
next