]> granicus.if.org Git - clang/shortlog
clang
2011-05-01 John McCallCompress some bits. Only matters for MSVC, or if we...
2011-05-01 Chandler CarruthSwitch the interface name for both TemplateTypeParmType and
2011-05-01 Chandler CarruthRe-applies the patch first applied way back in r106099...
2011-04-30 Rafael EspindolaRevert the previous patch while I figure out how to...
2011-04-30 Rafael EspindolaUpdate for cfi.
2011-04-30 Benjamin KramerRemove unused function.
2011-04-30 Benjamin KramerRemove noisy semicolons.
2011-04-30 Eli FriedmanPR9792: Make sure to use the right definition of wchar_...
2011-04-30 Eli FriedmanSome small improvements to the builtin (-ffreestanding...
2011-04-30 Rafael EspindolaPass -fno-dwarf2-cfi-asm and use FileCheck.
2011-04-30 Rafael EspindolaImplement -fno-dwarf2-cfi-asm.
2011-04-30 Douglas GregorWhen comparing parameters of reference-to-qualified...
2011-04-30 Ken DyckReplace a literal 8 with Context->getCharWidth() in
2011-04-30 Chandler CarruthMake type-traits reflect that Clang's vectors act like...
2011-04-30 Chandler CarruthSwitch the type-trait like APIs on the AST to only...
2011-04-30 Chandler CarruthExtract a function to impose the completeness requireme...
2011-04-30 Chandler CarruthRename the last '[hH]asStandardLayout' entites to ...
2011-04-30 Chandler CarruthHoist all of the type-specific trait logic for __is_sta...
2011-04-30 Chandler CarruthCompletely re-implement the core logic behind the __is_...
2011-04-30 Benjamin KramerInitialize HasStandardLayout.
2011-04-30 Ted KremenekMove the SelfInit checker to the 'cocoa.experimental...
2011-04-30 Daniel DunbarDriver/Darwin: Don't link -lgcc_s.1 when compiling...
2011-04-30 Daniel DunbarDriver/Darwin: When using -mios-simulator-version-min...
2011-04-30 Daniel DunbarDriver/Darwin: Reject invalid arch combinations with
2011-04-30 Daniel DunbarDriver/Darwin: Change Darwin toolchain to explicitly...
2011-04-30 Daniel DunbarDriver/Darwin: Sketch initial support for a -mios-simul...
2011-04-30 Rafael EspindolaUpdate API.
2011-04-30 Nico WeberFix gcc 'warning: multi-line comment'.
2011-04-30 Nico WeberAdd lib/Tooling to the Makefile build.
2011-04-30 Nico WeberAdd a Makefile to examples/Tooling for people who do...
2011-04-30 Nico WeberFix Makefile build of examples/clang-interpreter.
2011-04-30 Argyrios KyrtzidisAdd a couple of assertions to make sure the bitfields...
2011-04-30 Chad RosierDocumentation for -Oz; Updated synopsis and item.
2011-04-30 Chad RosierAdd documentation for -Oz flag.
2011-04-30 Chad RosierRemoved redundant case statements
2011-04-29 Devang PatelTie constructor defintion with its declaration using...
2011-04-29 Ted KremenekAdjust test/Analysis/retain-release.m to also test...
2011-04-29 Bob WilsonAdd -Oz option and use it to set the inline threshold...
2011-04-29 Fariborz Jahanianremoves a meaningless comment.
2011-04-29 Fariborz Jahanianblock variables on lhs need be ir-gen'ed after the
2011-04-29 Ted KremenekGuard in USRGenerator::GenLoc() against null Decl*...
2011-04-29 Chandler CarruthDisable -Wnon-pod-memset for now while I try to reduce...
2011-04-29 Ted KremenekChange -Wparentheses to not imply -Widiomatic-parenthes...
2011-04-29 Anders CarlssonSerialize/deserialize the HasStandardLayout bit when...
2011-04-29 Daniel DunbarDriver/cc1as: Forward -mllvm arguments when compiling...
2011-04-29 Charles DavisRemove comments about __int8 and friends from the mangl...
2011-04-29 Douglas GregorWhite-list yet more type trait names, since they're...
2011-04-29 David ChisnallDon't crash if the AST doesn't have a sensible ObjC...
2011-04-29 Chandler CarruthRelax the non-POD memset warning to use the less restri...
2011-04-29 Francois Pichetr130381 follow up: accept __uuidof expression for templ...
2011-04-29 Sebastian RedlAdd a decl update when a static data member of a class...
2011-04-29 Sebastian RedlUse std::vector for ASTReader's ASTBuffers, instead...
2011-04-29 Sebastian RedlUse -emit-llvm-only as suggested by Argyrios.
2011-04-29 Chandler CarruthDon't assume that the AST methods will only be invoked...
2011-04-29 Douglas GregorOops
2011-04-29 Douglas Gregorlibstdc++ 4.2 also uses __is_same as a struct name...
2011-04-29 Douglas GregorUse DirectoryLookup::getName() rather than getDir(...
2011-04-28 Ted KremenekEnhance clang_getCXTUResourceUsage() to report the...
2011-04-28 Fariborz JahanianFixes debug info generation problem for ms_struct structs.
2011-04-28 Argyrios KyrtzidisCut down unnecessary zero'ing when value-initializing...
2011-04-28 Fariborz Jahanianms_struct patch for initialization and field access...
2011-04-28 Stuart HastingsRaise ARM byval minimum size from 32 to 64, addressing...
2011-04-28 Daniel DunbarDriver/Darwin/ld: Set the deployment target following...
2011-04-28 Daniel Dunbartests: Tweak test to not write to the same temporary...
2011-04-28 Ted KremenekEnhance clang_getCXTUResourceUsage() to report how...
2011-04-28 Argyrios KyrtzidisGet the base element type even in multidimensional...
2011-04-28 Lenny MaioraniUse StringRef::substr() and unbounded StringRef::compar...
2011-04-28 Ted KremenekMake the top-level driver ignore -fobjc-default-synthes...
2011-04-28 Stuart HastingsReplace unitary array with scalar. rdar://problem...
2011-04-28 Lenny MaioraniEliminates an assert in the strncpy/strncat checker...
2011-04-28 Argyrios KyrtzidisWhen value-initializing the elements of an array not...
2011-04-28 Argyrios KyrtzidisDon't waste memory if the initializer expression is...
2011-04-28 Stuart HastingsReplace SmallVector with an array, as suggested by...
2011-04-28 Douglas GregorWhen determining whether two types are reference-compat...
2011-04-28 Manuel KlimekFixes ArrayTypeTraitExpr (-Wnon-virtual-dtor).
2011-04-28 Douglas GregorOnly call the MacroExpands callback when we're actually...
2011-04-28 Douglas Gregorlibstdc++ 4.4 uses __is_signed as an identifier, while...
2011-04-28 Lenny MaioraniImplements strcasecmp() checker in Static Analyzer.
2011-04-28 Chandler CarruthSilence more -Wnon-pod-memset given its current impleme...
2011-04-28 Ted KremenekAdd comment to CFGBlock suggested by Jiri Slaby.
2011-04-28 Francois PichetUpdate r130381 to check for UO_AddrOf.
2011-04-28 Ted KremenekEnhance clang_getCXTUResourceUsage() to report the...
2011-04-28 Francois PichetSupport &__uuidof(type) as a non type template argument.
2011-04-28 Ted KremenekEnhance clang_getCXTUResourceUsage() to report the...
2011-04-28 Francois PichetSEH was crashing under -fms-extensions.
2011-04-28 John McCallImplement the mangling for non-ADL call expressions...
2011-04-28 John McCallWhen block-capturing a variable with a non-trivial...
2011-04-28 John WiegleyA few corrections to type traits that missed the last...
2011-04-28 Francois PichetBecause of r130359 this test no longer fail on Windows.
2011-04-28 Francois PichetUpgrade Microsoft's __int8, __int16, __int32 and __int6...
2011-04-28 Ted KremenekConvert assertion in memset checking to a runtime check...
2011-04-28 John WiegleyRemoved test that depended on ast-test
2011-04-28 John WiegleyParsing/AST support for Structured Exception Handling
2011-04-28 Douglas GregorMore cleanup of template argument deduction and its...
2011-04-28 Matt Beaumont-GayFix modified-header-crash.c for read-only source trees
2011-04-28 John WiegleyImplementation of Embarcadero array type traits
2011-04-27 Ted KremenekUpdate regex in scan-build for parsing statistics.
2011-04-27 Douglas GregorClean up the handling of non-CVR qualifiers in template...
2011-04-27 John Wiegleyt/clang/type-traits
2011-04-27 Ted KremenekRemove unused method CFGBlock::hasBinaryBranchTerminator().
next