]> granicus.if.org Git - clang/shortlog
clang
2009-06-02 Douglas GregorMore PCH documentation
2009-06-02 Daniel DunbarAdd clang-cc support for -disable-llvm-optzns.
2009-06-02 Fariborz JahanianDiagnose misuse of __strong attribute in a redeclaration.
2009-06-02 Fariborz JahanianIssue diagnostics on __weak attribute mismatch.
2009-06-02 Eli FriedmanMissing file for __builtin_unwind_init support.
2009-06-02 Eli FriedmanAdd support for __builtin_unwind_init.
2009-06-02 Eli FriedmanPR4142: Add %m format string specifier.
2009-06-02 Eli FriedmanA couple minor corrections to the "GCC extensions not...
2009-06-02 Eli FriedmanPR4288: Make -dD (dump macros with preprocessed source...
2009-06-02 Eli FriedmanFix a silly typo in my previous objc_gc merging patch.
2009-06-02 Eli FriedmanIf we recognize alloca, treat it as a builtin. This...
2009-06-02 Eli FriedmanAdd builtin declarations for the variants of sin and...
2009-06-02 Eli FriedmanAdd aliases for a couple of SSE intrinsics. Patch...
2009-06-02 Eli FriedmanAdd --shared option.
2009-06-02 Eli FriedmanCleaned-up version of gc attribute type merging. I...
2009-06-02 Eli FriedmanRemove test which doesn't pass with gcc.
2009-06-02 Sanjiv GuptaAdd floating point details to PIC16 Target.
2009-06-02 Fariborz JahanianThis patch attempts to fix the merging of __strong...
2009-06-01 Daniel DunbarFix rare failure of .ver-svn creation, it has a depende...
2009-06-01 Fariborz JahanianA corner case of objc2 gc's write-barrier generation
2009-06-01 Fariborz JahanianFixed a test case which I am to blame for making it
2009-06-01 Daniel DunbarUpdate test case.
2009-06-01 Anders CarlssonFix a bug in hasEmptyExceptionSpec. (Thanks Sebastian...
2009-06-01 Eli FriedmanPR4289: Make sure "&func" has the right LLVM type when...
2009-06-01 Eli FriedmanPR4287: allow a variadic prototype to make a subsequent...
2009-06-01 Eli FriedmanSimplify run line.
2009-06-01 Eli FriedmanPR4283: Don't truncate multibyte character constants...
2009-06-01 Eli FriedmanDisable type merging with gc attributes. This has...
2009-06-01 Zhongxing XuUnify coding style.
2009-06-01 Zhongxing XuUse a reference to modify the DeclIDs map.
2009-06-01 Anders CarlssonAfter spending 15 minutes trying to figure out why...
2009-06-01 Anders CarlssonFix a thinko.
2009-06-01 Anders CarlssonCheck for null correctly for new expressions.
2009-05-31 Anders CarlssonImprove irgen of 'new' further.
2009-05-31 Anders Carlsson...and aggregate POD types.
2009-05-31 Anders CarlssonSupport for complex types.
2009-05-31 Anders CarlssonBetter support for scalar POD types in 'new' expressions.
2009-05-31 Anders CarlssonMake sure to copy back arguments that can be changed...
2009-05-31 Anders CarlssonVery basic irgen support for new expressions.
2009-05-31 Anders CarlssonDon't try to call getFileCharacteristic if the function...
2009-05-31 Anders CarlssonFix an off by one error when trying to perform copy...
2009-05-31 Chris LattnerDowngrade an error about "return in a no-return functio...
2009-05-31 Sebastian RedlDisallow exception specs on typedefs.
2009-05-31 Eli FriedmanFix for PR4285: allow intializing a const wchar_t array...
2009-05-31 Douglas GregorInitial infrastructure for class template partial speci...
2009-05-31 Douglas GregorAdd a little FIXME for C++ class printing
2009-05-31 Duncan SandsUnbreak the clang build by applying the same temporary
2009-05-31 Anders CarlssonAdd a new function for emitting new functions.
2009-05-31 Anders CarlssonEmit destructors correctly for temporaries.
2009-05-31 Anders CarlssonWhen possible, don't emit the cleanup block. Instead...
2009-05-31 Anders CarlssonImplement VisitCXXExprWithTemporaries for complex expre...
2009-05-31 Anders CarlssonCall EmitCXXExprWithTemporaries.
2009-05-31 Anders CarlssonAdd more getters to the new AST nodes.
2009-05-30 Anders CarlssonAdd lvalue irgen support for CXXBindTemporaryExpr.
2009-05-30 Anders CarlssonMore temporary support.
2009-05-30 Anders CarlssonForgot the implementation. Thanks Eli.
2009-05-30 Anders CarlssonAdd RemoveOutermostTemporaryBinding. Not used yet.
2009-05-30 Anders CarlssonClean up the newly added C++ AST nodes.
2009-05-30 Anders CarlssonIt's OK for a full expr to be null. This fixes the...
2009-05-30 Anders CarlssonActOnReturnStmt should also take a FullExprArg.
2009-05-30 Anders CarlssonAddInitializerToDecl needs to take a full expression.
2009-05-30 Anders CarlssonUpdate Xcode project
2009-05-30 Anders CarlssonAdd the newly created temporary to the ExprTemporaries...
2009-05-30 Anders CarlssonGet rid of CXXTempVarDecl.
2009-05-30 Eli FriedmanSome small fixes for fields of reference type.
2009-05-30 Anders CarlssonStop using CXXTempVarDecl and use CXXTemporary instead.
2009-05-30 Anders CarlssonRemove VarDecl from CXXConstructExpr.
2009-05-30 Anders CarlssonBind temporaries correctly when instantiating expressions.
2009-05-30 Anders CarlssonRemove VarDecl from CheckInitializerTypes now that...
2009-05-30 Anders CarlssonAdd Sema::MaybeBindToTemporary which takes an expressio...
2009-05-30 Anders CarlssonSmall fixes to CXXTemporary and CXXBindTemporaryExpr.
2009-05-30 Anders CarlssonAdd a CXXBindTemporaryExpr.
2009-05-30 Anders CarlssonAdd a CXXTemporary class. Not used yet.
2009-05-30 Anders CarlssonReplace a cast with a dyn_cast as suggested by Doug.
2009-05-30 Mike StumpCleqnup ideas from Chris, thanks.
2009-05-30 Douglas GregorAST printing for C++ base classes
2009-05-30 Douglas GregorPretty printing and improved representation for namespa...
2009-05-30 Eli FriedmanAdd a hack to prevent us from printing out the __builti...
2009-05-30 Douglas GregorPrinting for using directives, e.g.,
2009-05-30 Douglas GregorNever suppress specifiers when printing the parameters...
2009-05-30 Eli FriedmanPass an ASTContext into Stmt::printPretty.
2009-05-30 Eli FriedmanPass an ASTContext into Stmt::printPretty.
2009-05-30 Eli FriedmanAdd a Stmt::printPretty overload which takes an ASTCont...
2009-05-30 Eli FriedmanExpose an API to print a group of decls (like "int...
2009-05-30 Mike StumpImprove __builtin_nanf support; we now can deal with...
2009-05-30 Eli FriedmanFix some test failures involving -ast-print.
2009-05-30 Douglas GregorClean up printing for Objective-C, designated initializers.
2009-05-30 Anders CarlssonAdd a member lookup criteria constructor for searching...
2009-05-30 Eli FriedmanSome enhancements to DeclStmt printing. Some of this...
2009-05-30 Eli FriedmanAdd support for PrintingPolicy::SuppressTypeSpecifiers...
2009-05-30 Douglas GregorRefactor and clean up the AST printer, so that it uses...
2009-05-29 Anders CarlssonMake the LookupBase boolean an enum instead.
2009-05-29 Anders CarlssonAdd code for emitting C++ destructors. Not used yet.
2009-05-29 Douglas GregorCreate a new PrintingPolicy class, which we pass down...
2009-05-29 Eli FriedmanMake sure we don't give the wrong warning, and make...
2009-05-29 Eli FriedmanAdd an assertion so that we don't accidentally build...
2009-05-29 Eli FriedmanRe-add a slightly more general version of the check...
2009-05-29 Mike StumpOops, the testcase I was thinking of is supposed to...
2009-05-29 Eli FriedmanAdd a couple missing ARM defines.
2009-05-29 Douglas GregorReduce the amount of stack space we use in SmallVectors...
next