]> granicus.if.org Git - clang/shortlog
clang
2007-12-04 Ted KremenekRemoved IntrusiveSPtr. There are no clients of this...
2007-12-04 Ted KremenekImplemented serialization of ObjCStringLiteral.
2007-12-04 Ted KremenekImplemented serialization for ObjcAtThrowStmt.
2007-12-04 Ted KremenekImplemented serialization of ObjcAtTryStmt.
2007-12-04 Ted KremenekImplemented serialization for ObjcAtFinallyStmt.
2007-12-04 Ted KremenekImplemented serialization for ObjcAtCatchStmt.
2007-12-03 Ted KremenekFixed order of operands to strstr call.
2007-12-03 Ted KremenekFor target processing, on non-Darwin systems instead...
2007-12-03 Fariborz JahanianChange <Objc/objc.h> to <objc/objc.h>
2007-12-03 Ted KremenekImplemented serialization of TargetInfo.
2007-12-03 Ted KremenekAdded some notes on the -triple and -arch options.
2007-12-03 Fariborz JahanianFixed a bug exposed by referencing an ivar field using...
2007-12-03 Ted KremenekFew cleanups to patch 44551:
2007-12-03 Ted KremenekImplemented initial support for "-triple" option to...
2007-12-03 Chris LattnerFix an ast-print/ast-dump bug.
2007-12-03 Fariborz JahanianSupport for rewriteing of messaging of methods which...
2007-12-03 Fariborz JahanianAdded support for messagings which return a structure...
2007-12-03 Ted KremenekAdded getTrueExpr() and getFalseExpr() to ConditionalOp...
2007-12-03 Bill WendlingFix for testcase that assigns a dereferenced reference...
2007-12-03 Seo SanghyeonIgnore typedefs in pointer arithmetic codegen.
2007-12-03 Anders CarlssonHandle initializing vector elements correctly. Emit...
2007-12-02 Chris Lattneradd a fixme
2007-12-02 Anders CarlssonImplement __builtin_bswap32 and __builtin_bswap64.
2007-12-02 Chris Lattnerfix logic for member expr codegen.
2007-12-02 Seo SanghyeonFix isStructureType and isUnionType to ignore typedefs...
2007-12-02 Christopher... Treat discarding array initializer elements as an extwa...
2007-12-02 Chris Lattnerrestore these lines, which fixes some regtest failures.
2007-12-02 Chris Lattnerall filevar's have static storage. Previously a global...
2007-12-02 Christopher... Commit test for CL 44440.
2007-12-02 Chris LattnerFix buggy test
2007-12-02 Chris Lattnerglobals can't be vla's
2007-12-02 Chris Lattneradd codegen support for global inits that require array...
2007-12-02 Chris Lattnerwarn about unhandled initializers instead of crashing...
2007-12-02 Chris LattnerHandle global variable definitions which change the...
2007-12-02 Chris Lattnerremove the alloca insertion point inst, which is an...
2007-12-02 Chris Lattnermerge the llvm global variable when there are multiple...
2007-12-02 Chris Lattnerimplement codegen for functions whose function body...
2007-12-02 Chris Lattnermerge functions with multiple function decls if they...
2007-12-02 Chris LattnerTeach clang the prototype for __builtin_alloca.
2007-12-02 Chris Lattnerconvert the rest of the stderr users in codegen to...
2007-12-02 Chris Lattnermove unsupported warning into a centralized place.
2007-12-02 Chris LattnerWarn about unsupported codegen with the diags machinery...
2007-12-02 Chris Lattnerregister clz and ctz builtins.
2007-12-02 Chris Lattnerfix a crash when the rewriter would scan off the beginn...
2007-12-02 Chris Lattneradd support for custom client-specific diagnostics...
2007-12-02 Oliver HuntAdd support for __builtin_expect which is needed for...
2007-12-02 Chris Lattnerimprove VC++ compatibility, patch by Cédric Venet.
2007-12-02 Oliver HuntSupport initalisers for more than just int-typed static...
2007-12-01 Fariborz JahanianCompute side-effect for conditional expression.
2007-12-01 Chris LattnerAdd #include, patch by Cédric Venet
2007-12-01 Christopher... Better match llvm-gcc's behavior for CodeGen naming...
2007-12-01 Christopher... When generating the CodeGen type name of a struct,...
2007-12-01 Seo SanghyeonTest commit
2007-12-01 Chris Lattnermake the unused expression warning less noisy by not...
2007-12-01 Chris Lattnersimplify some code, add support for functions without...
2007-12-01 Chris Lattnerfix a couple switch codegen problems Oliver reported.
2007-12-01 Ted KremenekFixed bug in the serialization of SelectorTable where...
2007-11-30 Chris Lattnerstart partitioning the diagnostics into two classes...
2007-11-30 Anders CarlssonString literals are always valid LValues.
2007-11-30 Ted KremenekImplemented serialization of SelectorTable and Selectors.
2007-11-30 Chris Lattnerpass diagnostics into the rewrite test client.
2007-11-30 Anders CarlssonInitialize CurMethodDecl to 0.
2007-11-30 Anders CarlssonGCC has an extension where the left hand side of the...
2007-11-30 Anders CarlssonInitialize LaxVectorConversions.
2007-11-30 Chris Lattnerfix a bug handling typedefs in member expr codegen...
2007-11-30 Chris LattnerFix a codegen crash on void ?: reported by Oliver
2007-11-30 Chris LattnerSupport fully general case expressions, patch by Sanghy...
2007-11-30 Christopher... Doh! Check in this long overdue test fix.
2007-11-30 Anders CarlssonSupport lax vector conversions.
2007-11-29 Steve NaroffYesterday, I simplified how we stream top-level decls.
2007-11-29 Ted KremenekAdded method "HandleTopLevelDeclaration" to ASTConsumer...
2007-11-29 Christopher... Update the initializer's type, in addition to the decl...
2007-11-29 Ted KremenekAdded "complex.c" (a copy of test/Codegen/complex....
2007-11-29 Ted KremenekOnly serialize top-level decls that appear at the head...
2007-11-29 Christopher... Support floating point literals of the form "1e-16f...
2007-11-29 Ted KremenekEnhanced serialization testing by also pretty-printing...
2007-11-29 Ted KremenekFixed test case to not expect a warning when one should...
2007-11-29 Ted KremenekAdded test cases for -Wfloat-equal to test comparisons...
2007-11-29 Ted KremenekEnhanced implementation of -Wfloat-equal to check for...
2007-11-29 Ted KremenekAdded "isExact" field to FloatingLiteral. This flag...
2007-11-29 Ted KremenekRemoved potential buffer overrun (spotted by Neil Booth...
2007-11-28 Steve NaroffSeveral fixes/simplifications surrounding how we stream...
2007-11-28 Ted KremenekConverted AST Pretty-Printer to use iostreams instead...
2007-11-28 Ted KremenekInlined test case to make it independent of the stmt_ex...
2007-11-28 Ted KremenekAdded the "Serialization" test directory to the set...
2007-11-28 Ted KremenekAdded initial test case for testing serialization of...
2007-11-28 Ted KremenekModified --test-pickling to perform an actual cross...
2007-11-28 Ted KremenekChanged TestRunner.sh to dump the output and generated...
2007-11-28 Ted KremenekAdded missing "RUN:" to comment for test case file...
2007-11-28 Chris LattnerFix a bug checking for 'int foo(void)' that didn't...
2007-11-28 Oliver HuntFix typo in writable string test
2007-11-28 Oliver HuntAdding code gen tests for writable and shared string...
2007-11-28 Anders CarlssonAdd correct types for the last remaining intrinsics.
2007-11-28 Chris LattnerImplement support for -fwritable-strings and make the...
2007-11-28 Anders CarlssonAdd more intrinsics. We can now correctly parse both...
2007-11-28 Chris Lattnerfix compilation error noticed by Nuno Lopes
2007-11-27 Ted KremenekMigrated static functions that print decls into a DeclP...
2007-11-27 Chris Lattneradd several cases that Expr::hasStaticStorage missed...
2007-11-27 Chris LattnerSet loc earlier in CheckSingleInitializer to avoid...
2007-11-27 Chris Lattnersizeof is defined by bitsin(char) not by units of 8...
next