]> granicus.if.org Git - clang/shortlog
clang
2011-04-24 Ken DyckConvert AccessInfo::AccessAlignment to CharUnits. No...
2011-04-24 Jay FoadPR9214: Convert the DIBuilder API to use ArrayRef.
2011-04-24 Ken DyckConvert CGBitFieldInfo::FieldByteOffset to CharUnits...
2011-04-24 John McCallGCC seems to create address-of expression manglings...
2011-04-24 John McCallUpdate the mangler for some of the "new" unresolved...
2011-04-24 Douglas GregorImplement a new identifier-classification scheme where...
2011-04-24 John McCallThe ABI settled on mangling float literals with lowerca...
2011-04-24 Argyrios KyrtzidisPut -Wunneeded-internal-declaration under UnusedFunctio...
2011-04-24 Chandler CarruthImplement most of the remaining logic in __is_literal...
2011-04-24 Chandler CarruthAdd support for '__is_literal_type' spelling of the...
2011-04-23 Chandler CarruthBegin tracking trivialness of move constructors and...
2011-04-23 Chandler CarruthFlesh out these tests just a tad more. This provides...
2011-04-23 Chandler CarruthTest POD and trivial type traits given a class derived...
2011-04-23 Chandler CarruthUse a more precise name for some of the types here...
2011-04-23 Chandler CarruthMechanical change moving all of the test statements...
2011-04-23 Chandler CarruthTeach the AST reader and writer to preserve the __DEPRE...
2011-04-23 Jay FoadRemove unused STL header includes.
2011-04-23 Chandler CarruthMove all of the logic for __DEPRECATED to the driver...
2011-04-23 Fariborz Jahanian"note" location of forward class used as receiver of
2011-04-23 Francois PichetRemove unnecessary const away cast in LateTemplateParse...
2011-04-23 Chandler CarruthImplement basic __is_trivial type-trait support, enough...
2011-04-23 Chandler CarruthSort the type traits in a few places where they weren...
2011-04-23 Chandler CarruthFix Clang's __DEPRECATED define to be controled by...
2011-04-23 Jay FoadLike the coding standards say, do not use "using namesp...
2011-04-23 Chandler CarruthGCC overloads -Wwrite-strings just to make it extra...
2011-04-23 Chandler CarruthThere were some frustrating problems with the implement...
2011-04-23 John McCallDiagnose C++ abstract parameters for Objective-C methods.
2011-04-23 Argyrios KyrtzidisExhaust the cases.
2011-04-23 Argyrios KyrtzidisFix an assertion when code-completing, rdar://9288730...
2011-04-23 Devang PatelTie debug information for method declaration with debug...
2011-04-22 Argyrios KyrtzidisDon't allow reinterpret_cast to reference of vector...
2011-04-22 Douglas GregorTeach libclang to be more careful around BlockDecls...
2011-04-22 Chris Lattnerdon't warn about empty macro arguments in c++'0x mode...
2011-04-22 Francois PichetCorrectly emit a diagnostic for multiple templated...
2011-04-22 Argyrios Kyrtzidisreinterpret_cast to reference of a bit-field is not...
2011-04-22 Douglas GregorAt the end of the translation unit, defining a vtable...
2011-04-22 Francois PichetAdd -fdelayed-template-parsing option. Using this optio...
2011-04-22 Fariborz JahanianFixes an instance method meta-data generation bug in
2011-04-22 Bob WilsonWorkaround buildbot failure by hacking up this test...
2011-04-22 Francois PichetDo not return true from MergeFunctionDecl for a warn_st...
2011-04-22 Argyrios KyrtzidisFor -Wlogical-op-parentheses, point at '&&', not '...
2011-04-22 Chandler CarruthI concur with DPG here. This does indeed apply in 0x...
2011-04-22 Argyrios KyrtzidisDon't enter a qualified scope for an invalid decl.
2011-04-22 Ted KremenekAdd static analyzer support for C++'0X nullptr. Patch...
2011-04-22 Ken DyckReplace a couple of literal 8s with ASTContext::getChar...
2011-04-22 Ken DyckEliminate some literal 8s from EmitNullInitialization...
2011-04-22 Argyrios KyrtzidisIn IsUserDefinedConversion try to recover from RequireC...
2011-04-22 Ken DyckEliminate some literal 8s from EmitDeclare by convertin...
2011-04-22 Ken DyckUse CharUnits to eliminate some literal 8s in
2011-04-22 Ken DyckReplace some literal 8s with char width and char align...
2011-04-22 Justin HolewinskiPTX: Add default PTX calling conventions
2011-04-22 Francois PichetFor consistency, change suffix from war_ to warn_ for...
2011-04-22 Francois PichetDowngrade error "static declaration of 'foo' follows...
2011-04-22 Argyrios KyrtzidisFor
2011-04-22 Francois Pichet_declspec is an alias for __declspec.
2011-04-22 Bob WilsonAdd a testcase for svn r129964 (Neon load/store intrins...
2011-04-22 Argyrios KyrtzidisFix crashing rdar://9122854 & http://llvm.org/PR9461.
2011-04-21 Nick LewyckyWire up the -ftest-coverage and -fprofile-arcs flags...
2011-04-21 Nick LewyckyFix indentation. No functional change.
2011-04-21 Argyrios KyrtzidisDon't hide #warnings in a system header, same as gcc...
2011-04-21 Argyrios KyrtzidisMove the check whether a diagnostic must be ignored...
2011-04-21 Richard SmithFix gcc warning. Add parens to this assert, incidentall...
2011-04-21 Richard TrieuAdd a fixit suggest for missing case keywords inside...
2011-04-21 Nick LewyckyAlphabetize this one flag, just to pull it out of my...
2011-04-21 Daniel DunbarDriver/Darwin: Allow OS X deployment targets like 10...
2011-04-21 Argyrios KyrtzidisUse the ArrayFiller to fill out "holes" in the array...
2011-04-21 Jay FoadPR9214: Convert Metadata API to use ArrayRef.
2011-04-21 Manuel KlimekAdds a function to run FrontendActions over in-memory...
2011-04-21 Daniel DunbarDriver: Tweak -Xarch diags a bit more, we can't actuall...
2011-04-21 Daniel DunbarDriver: Improve -Xarch argument diagnostics a bit.
2011-04-21 Argyrios KyrtzidisFixit suggestion for adding missing tag name should...
2011-04-21 Argyrios KyrtzidisHave #pragma message not turn into error by -Werror...
2011-04-21 Eli FriedmanPR9772: Fix the definition of WINT_MIN and WINT_MAX...
2011-04-21 John McCallThe 0.98 revision of the x86-64 ABI clarified a lot...
2011-04-21 Argyrios KyrtzidisFor
2011-04-20 Anders CarlssonDon't add type names for enums; they're never used...
2011-04-20 Chris Lattnerfix a crash on code that uses the result value of __bui...
2011-04-20 Bill WendlingRemove __builtin_ia32_loadup[sd] since clang can repres...
2011-04-20 Douglas GregorWhen translating a Clang source range into a libclang...
2011-04-20 Justin HolewinskiPTX: Add PTX intrinsics as builtins and add ptx32 and...
2011-04-20 Douglas GregorImprove test case from prior commit ever so slightly
2011-04-20 Douglas GregorFix a crash-on-invalid involving non-identifier names...
2011-04-20 Douglas GregorGive invalid tag types 8-bit size and alignment, rather...
2011-04-20 Douglas GregorEliminate an uninteresting assertion; invalid code...
2011-04-20 Ted KremenekRename 'CXTUMemoryUsage…' to 'CXTUResourceUsage…'.
2011-04-20 Fariborz JahanianUse S.str() to force a flush.
2011-04-20 Daniel DunbarDriver: Suppress some additional warnings with -Qunused...
2011-04-20 Douglas GregorBe sure to flush raw_string_ostream objects in the...
2011-04-20 Douglas GregorTeach SourceManager::getSLocEntry() that it can fail...
2011-04-19 Daniel DunbarTWEAK
2011-04-19 Daniel DunbarDriver/Darwin: Switch to using -macosx for OS name...
2011-04-19 Daniel DunbarIRgen/ARM: Fix a think-o in conversion-to-null for...
2011-04-19 Chris Lattnersome cleanups to use IRBuilder methods instead of llvm...
2011-04-19 Daniel DunbarDriver/Darwin: Switch to using new style triples.
2011-04-19 Daniel DunbarADT/Triple: Switch to using .isOSDarwin() predicate.
2011-04-19 Fariborz JahanianAvoid superfluous warning after an error is detcted...
2011-04-19 Daniel DunbarBasic/Darwin: Add support for new -osx and -ios style...
2011-04-19 Chris Lattneruse the newly introduced IRBuilder getInt() method...
2011-04-19 Argyrios KyrtzidisWe regard a function as 'unused' from the codegen persp...
2011-04-19 Peter CollingbourneAdd a new expression classification, CL_AddressableVoid
next