]> granicus.if.org Git - clang/shortlog
clang
2011-05-02 Nick LewyckyRemove dead variable flagged by gcc's -Wunused-but...
2011-05-02 Nick LewyckyRemove a dead variable flagged by gcc's -Wunused-but...
2011-05-02 John McCallRevise the representation of parameter scope data so...
2011-05-01 Chandler CarruthAdd an optional field attached to a DeclRefExpr which...
2011-05-01 John McCallStore a parameter index and function prototype depth...
2011-05-01 Chandler CarruthRemove the NameQualifier struct, which was just a wrapp...
2011-05-01 Chandler CarruthSeveral cosmetic changes, no functionality changed.
2011-05-01 Chandler CarruthMove the state bits in DeclRefExpr out of the pointer...
2011-05-01 Chandler CarruthSwitch getAs to castAs (didn't know about this before...
2011-05-01 Chandler CarruthRemove a stale comment, it no longer applied after...
2011-05-01 Abramo BagnaraFixed source range for extern linkage specification...
2011-05-01 Rafael EspindolaAdd r130624 back now that ELF has been fixed to work...
2011-05-01 Chandler CarruthBased on the new information in the AST provided by...
2011-05-01 Chandler CarruthMove several more type traits' implementations into...
2011-05-01 Chandler CarruthSwitch __is_scalar to use the isScalarType predicate...
2011-05-01 Chandler CarruthHave the array type traits build an expression with...
2011-05-01 Chandler CarruthRemove an inapplicable and completely out of place...
2011-05-01 Chandler CarruthRemove more dead code for emitting diagnostics. The...
2011-05-01 Argyrios KyrtzidisImprove traversing of BlockExprs in RecursiveASTVisitor.
2011-05-01 Chandler CarruthSimplify the flow of some of the array type trait code.
2011-05-01 Chandler CarruthConvert the expression trait evaluation to a static...
2011-05-01 Chandler CarruthRemove the default case from the unary type trait evalu...
2011-05-01 Chandler CarruthRemove a few more bogus returns when the switch covers...
2011-05-01 Chandler CarruthRemove another default and a *completely* bogus return...
2011-05-01 Chandler CarruthMark that this function ends in a covering switch state...
2011-05-01 Chandler CarruthRemove the type traits UTT_IsLvalueExpr and UTT_IsRvalu...
2011-05-01 Sean HuntFully implement delegating constructors!
2011-05-01 Chandler CarruthMore cleanup of the type traits implementation.
2011-05-01 Chandler CarruthOrder the type traits according to the standard's listi...
2011-05-01 Chandler CarruthBegin cleaning up type trait expression implementations...
2011-05-01 Francois PichetAdd a triple to this test, otherwise it fails under...
2011-05-01 John McCallImprove the documentation for the two ObjCDeclQualifier...
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...
next