]> granicus.if.org Git - clang/shortlog
clang
2009-08-21 Mike StumpTestcase for a recent checkin.
2009-08-21 Chris Lattnerremove a dead warning.
2009-08-21 Fariborz JahanianArray member construction in prologue of user-declared
2009-08-21 Fariborz JahanianIntroduce getConstantArrayElementCount API and use...
2009-08-21 Mike StumpFix typo.
2009-08-21 Zhongxing XuEagerly bind 'self' to SelfRegion. Thus we do not need...
2009-08-21 Daniel DunbarFix commentos
2009-08-21 Daniel DunbarFix refacto.
2009-08-21 Sanjiv GuptaReversing part of 79544.
2009-08-21 Zhongxing XuGet the code decl from the initial location context.
2009-08-21 Zhongxing XuGet the code decl from the initial location context.
2009-08-21 Daniel Dunbargcc told me to add these.
2009-08-21 Zhongxing XuTie the local check NSErrorCheck to a Decl to pave...
2009-08-21 Mike StumpWe now support overriding base functions in vtables...
2009-08-21 Daniel DunbarRemove comma at the end of enumerator list.
2009-08-21 Argyrios KyrtzidisRemove TypeSpecStartLocation from VarDecl/FunctionDecl...
2009-08-21 Douglas GregorMake the new Objective-C "id" and "Class" redefinition...
2009-08-21 Douglas GregorImplement support for calling member function templates...
2009-08-21 Ted KremenekCenter the dragon.
2009-08-20 Ted KremenekMake the dragon a link...
2009-08-20 Ted KremenekInclude LLVM logo ... because dragons are cool.
2009-08-20 Fariborz JahanianAdded member arrays to more tests now that ir-gen suppo...
2009-08-20 Fariborz JahanianPatch to ir-gen destruction of array member elements...
2009-08-20 Douglas GregorInitial support for parsing and representation of membe...
2009-08-20 Fariborz Jahanianir-gen patch to destruct array members. WIP.
2009-08-20 Ted KremenekUpdate checker build.
2009-08-20 Douglas GregorFix a typo in a variable name
2009-08-20 Daniel DunbarDon't install wpa or index-test tools.
2009-08-20 Sanjiv GuptaIssue an error if the user specifies parameters in...
2009-08-20 Fariborz JahanianUsing "ObjCImplicitSetterGetterRefExpr" instead of...
2009-08-20 Mike StumpRefine vbase offsets for the inductive case. Things...
2009-08-20 John McCallAdd syntax examples for the friend declaration types.
2009-08-20 Douglas GregorRefactor the instantiation of statements into a generic...
2009-08-20 Chris LattnerImprove the Getting Started and Hacking web pages...
2009-08-20 Ted Kremenekretain/release checker: Treat NSObject method '-awakeAf...
2009-08-20 Ted KremenekMake this test case more portable by removing its depen...
2009-08-20 Eli FriedmanFix bit-field promotion to be a bit closer to the behav...
2009-08-20 Zhongxing XuIf the 'while' has an empty body, set the body to the...
2009-08-20 Zhongxing XuIf the body of for loop is empty, set its body to the...
2009-08-20 Mike StumpEnsure we don't output repeated vbase offsets. I have...
2009-08-20 John McCallBasic nested-template implementation.
2009-08-20 Zhongxing XuRename: ProgramPoint::getContext() => ProgramPoint...
2009-08-20 Fariborz JahanianTest case for my last patch plus a minor clean up.
2009-08-20 Ted Kremenekretain/release checker: Special case handling of CFAttr...
2009-08-20 Fariborz Jahanianir-gen for multi-dimensional array construction. WIP.
2009-08-19 Ted KremenekEnhance diagnostics concerning attribute 'ns_returns_re...
2009-08-19 Argyrios KyrtzidisKeep track of the right paren ')' source location in...
2009-08-19 Fariborz JahanianRemoved unneeded code for break/continue statements in
2009-08-19 Fariborz Jahanianir-gen for constructing arrays as non-static data membe...
2009-08-19 Eli FriedmanAdd TCE target to clang; patch by Mikael Lepistö.
2009-08-19 Daniel DunbarRemove now unnecessary helper methods.
2009-08-19 Daniel DunbarTweak svn:ignore
2009-08-19 Daniel DunbarSwitch to SmallString::str from SmallString::c_str.
2009-08-19 Daniel DunbarConvert parts of Rewriter to StringRef based API.
2009-08-19 Daniel DunbarUse raw_svector_ostream for string concatenation.
2009-08-19 Mike StumpOne second thought, I think I want to limit this class...
2009-08-19 Mike StumpCleanup: fold IndirectPrimary into builder.
2009-08-19 Mike StumpWe don't want to confuse this layout with the BLayout...
2009-08-19 Mike StumpUpdate for recent improvements.
2009-08-19 Zhongxing XuGet the Decl from the current ExplodedNode. Eventually...
2009-08-19 Benjamin KramerUpdate CMakeLists.
2009-08-19 Eli FriedmanMake integer promotions work correctly on PIC16 and...
2009-08-19 Mike StumpRestore vbase offsets for classes without a primary.
2009-08-19 Mike StumpRefine vcalls a little.
2009-08-19 Argyrios KyrtzidisFix a comment and improve an assert message.
2009-08-19 Argyrios KyrtzidisStore/load type source info from/to PCH files.
2009-08-19 Argyrios KyrtzidisUse Sema's LocInfoType to pass and preserve type source...
2009-08-19 Argyrios KyrtzidisIntroduce LocInfoType which is a Sema-specific implemen...
2009-08-19 Argyrios KyrtzidisCreate and instantiate a DeclaratorInfo using a newly...
2009-08-19 Argyrios KyrtzidisIntroduce DeclaratorDecl and pass DeclaratorInfo throug...
2009-08-19 Argyrios KyrtzidisIntroduce DeclaratorInfo and TypeLoc, intended to be...
2009-08-19 Anders CarlssonUpdate Xcode project.
2009-08-18 Mike StumpCleanup.
2009-08-18 Mike StumpAdd some documentation.
2009-08-18 Mike StumpCleanups. Move GenerateRtti to CodeGenModule.
2009-08-18 Fariborz JahanianRenamed ClassProp data member of ObjCImplctSetterGetter...
2009-08-18 Mike StumpMove the rest of the vtable building code into the...
2009-08-18 Mike StumpSuck up method generation.
2009-08-18 Mike StumpSplit out vtable bulding code into a builder.
2009-08-18 Fariborz JahanianRenamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.
2009-08-18 Anders CarlssonChange ActOnReturnStmt to not take a FullExprArg. Inste...
2009-08-18 Zhongxing XuRemove unused parameter BugReporter due to previous...
2009-08-18 Zhongxing XuNow we can get the CFG from the ProgramPoint. No need...
2009-08-18 Daniel DunbarAdd test for finding bfin backend.
2009-08-18 Daniel DunbarConvert CreateTargetInfo to use a Triple instead of...
2009-08-18 Daniel DunbarFix some made up triples.
2009-08-18 Ted KremenekEnhance static analyzer diagnostics by introducing...
2009-08-18 John McCallTeach Sema how to pop out of friend function definition...
2009-08-17 David ChisnallFixed typo in last commit pointed out by Anton.
2009-08-17 David ChisnallChanges to TargetABIInfo to (hopefully) select the...
2009-08-17 Jakob Stoklund... Support compilation for the blackfin back-end
2009-08-17 Fariborz JahanianPatch to 1) synthesizing non-trivial default destructor...
2009-08-17 Anders CarlssonRemove an ErrorUnsupported call.
2009-08-17 Daniel DunbarXFAIL this test for now. David/Steve, please sort out...
2009-08-17 David ChisnallInitial patch to support definitions of id and Class...
2009-08-17 Zhongxing Xuadjust indentation.
2009-08-17 Zhongxing XuRemove unused variable.
2009-08-17 Zhongxing XuTo make the analysis independent on the locally stored...
2009-08-16 Erick TryzelaarUpdate lexer to work with the new APFloat string parsing.
2009-08-16 Anders CarlssonImprove handling of delete expressions.
next