]> granicus.if.org Git - clang/shortlog
clang
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...
2007-11-27 Chris Lattnerupdate to match change in mainline llvm.
2007-11-27 Steve NaroffMove the null pointer constant check from Sema::CheckSi...
2007-11-27 Chris Lattnerhandle __vector_size__ like vector_size
2007-11-27 Anders CarlssonAdd builtin type signature support for vector types...
2007-11-27 Anders CarlssonAdd comment to CheckVectorCast.h
2007-11-27 Chris Lattnertake an initial stab at setting function linkage right...
2007-11-27 Anders CarlssonReport errors for invalid casts from/to vectors.
2007-11-27 Anders CarlssonAdd more semantic analysis for inline asm statements.
2007-11-26 Ted KremenekAdded optional pass-by-reference argument "isExact" to
2007-11-26 Ted KremenekRemoved dependence on #including iostream.
2007-11-26 Ted KremenekFixed #include of objc/objc.h so that it works on case...
2007-11-26 Ted KremenekReverted changed to getTagDeclType() introduced in...
2007-11-26 Fariborz JahanianFixed a rewrite bug in class synthesis (which I first...
2007-11-26 KevinRemoves link to status page till the info gets added...
2007-11-26 Fariborz JahanianPatch to fix a regression caused by recent rewrite...
2007-11-26 Ted KremenekFixed StmtPrinter to handle GCC extension to the ternar...
2007-11-26 Ted KremenekFixed bug in CFG construction where we did not properly...
2007-11-26 Bill WendlingThe checking for the delimiters of expected error/warni...
2007-11-26 Chris LattnerFix sema support for the gnu ?: expression with a
2007-11-26 Chris Lattnerthis works.
2007-11-25 Chris Lattnersizeof() return size in bytes, not bits, patch by Nuno...
2007-11-25 Ted KremenekMoved logic for -Wfloat-equal to SemaChecking.cpp.
2007-11-25 Anders CarlssonCheck that the clobber registers are valid.
2007-11-25 Anders CarlssonForgot some X86 registers
2007-11-24 Anders CarlssonAdd tables for GCC register names and aliases. This...
2007-11-24 Ted KremenekAdded more test cases for uninitialized values checker.
2007-11-24 Ted KremenekFixed bogus culling of uninitialized-values "taint...
2007-11-24 Ted KremenekMoved dead-stores test cast to a new test suite subdire...
2007-11-23 Anders CarlssonKeep track of whether the asm is volatile or not.
2007-11-23 Chris Lattnerimprove codegen for global variable initializers, imple...
2007-11-23 Anders CarlssonCheck asm input and output expressions.
2007-11-23 Chris LattnerFix PR1820, an incredibly subtle macro expansion bug...
2007-11-22 Anders CarlssonStore output and input operands as well as clobber...
2007-11-21 Anders CarlssonGCC fails if there is a trailing colon but no clobbers.
2007-11-20 Anders CarlssonStore inline asm code in the AST.
2007-11-20 Anders CarlssonAdd __builtin_abs
2007-11-20 Chris LattnerImprove function decl merging, patch by Oliver Hunt!
2007-11-20 Ted KremenekAdded another test case for the Dead Stores checker...
2007-11-20 Ted KremenekUpdated CFGStmtVisitor and CFGRecStmtVisitor to have...
2007-11-19 Ted KremenekRemoved PersistentMap. It is now superseded in every...
next