- 7323a62 String literals are always valid LValues. by Anders Carlsson · 17 years ago
- bdbb285 Implemented serialization of SelectorTable and Selectors. by Ted Kremenek · 17 years ago
- e365c50 pass diagnostics into the rewrite test client. by Chris Lattner · 17 years ago
- 6c19a04 Initialize CurMethodDecl to 0. by Anders Carlsson · 17 years ago
- 3907323 GCC has an extension where the left hand side of the ? : operator can be omitted. Handle this in a few more places. by Anders Carlsson · 17 years ago
- b0ff33a Initialize LaxVectorConversions. by Anders Carlsson · 17 years ago
- 3e47be5 fix a bug handling typedefs in member expr codegen. Patch by Seo Sanghyeon by Chris Lattner · 17 years ago
- 2202bce Fix a codegen crash on void ?: reported by Oliver by Chris Lattner · 17 years ago
- c69a581 Support fully general case expressions, patch by Sanghyeon Seo! by Chris Lattner · 17 years ago
- fbd9173 Doh! Check in this long overdue test fix. by Christopher Lamb · 17 years ago
- 695dbb6 Support lax vector conversions. by Anders Carlsson · 17 years ago
- 89307ff by Steve Naroff · 17 years ago
- 2ff3e69 Added method "HandleTopLevelDeclaration" to ASTConsumer. This will eventually by Ted Kremenek · 17 years ago
- 48b1239 Update the initializer's type, in addition to the decl, if we've changed the type of the decl based on it. by Christopher Lamb · 17 years ago
- 5026540 Added "complex.c" (a copy of test/Codegen/complex.) to the serialization by Ted Kremenek · 17 years ago
- 6127b12 Only serialize top-level decls that appear at the head of a decl chain. by Ted Kremenek · 17 years ago
- 016765e Support floating point literals of the form "1e-16f" which specify an exponent but no decimal point. by Christopher Lamb · 17 years ago
- 5656b78 Enhanced serialization testing by also pretty-printing CFGs constructed from ASTs by Ted Kremenek · 17 years ago
- b594a40 Fixed test case to not expect a warning when one should not be emitted. by Ted Kremenek · 17 years ago
- 9e7f0ec Added test cases for -Wfloat-equal to test comparisons against literals that can be by Ted Kremenek · 17 years ago
- 1b500bb Enhanced implementation of -Wfloat-equal to check for comparisons against by Ted Kremenek · 17 years ago
- 720c4ec Added "isExact" field to FloatingLiteral. This flag indicates whether or not by Ted Kremenek · 17 years ago
- 32e61bf Removed potential buffer overrun (spotted by Neil Booth) when NumericLiteralParser by Ted Kremenek · 17 years ago
- 1f64432 by Steve Naroff · 17 years ago
- ea75c55 Converted AST Pretty-Printer to use iostreams instead of FILE*. This fixes by Ted Kremenek · 17 years ago
- 251f732 Inlined test case to make it independent of the stmt_exprs test case in test/Sema. by Ted Kremenek · 17 years ago
- efb7153 Added the "Serialization" test directory to the set of tests executed. by Ted Kremenek · 17 years ago
- f387aeb Added initial test case for testing serialization of ASTs. This test by Ted Kremenek · 17 years ago
- 79a2a26 Modified --test-pickling to perform an actual cross-check of serialized ASTs: by Ted Kremenek · 17 years ago
- 6a18c76 Changed TestRunner.sh to dump the output and generated script files in by Ted Kremenek · 17 years ago
- 83c903f Added missing "RUN:" to comment for test case file. This fixed a bug where the test by Ted Kremenek · 17 years ago
- b751c28 Fix a bug checking for 'int foo(void)' that didn't look through typedefs of void. by Chris Lattner · 17 years ago
- 0d3b50e Fix typo in writable string test by Oliver Hunt · 17 years ago
- 01acb91 Adding code gen tests for writable and shared string literals. by Oliver Hunt · 17 years ago
- 5df6070 Add correct types for the last remaining intrinsics. by Anders Carlsson · 17 years ago
- 45e8cbd Implement support for -fwritable-strings and make the code generator by Chris Lattner · 17 years ago
- dd1b516 Add more intrinsics. We can now correctly parse both Carbon.h and Cocoa.h without having to do -arch ppc. by Anders Carlsson · 17 years ago
- fb70806 fix compilation error noticed by Nuno Lopes by Chris Lattner · 17 years ago
- 1b5a4bd Migrated static functions that print decls into a DeclPrinter class, by Ted Kremenek · 17 years ago
- 4cc6271 add several cases that Expr::hasStaticStorage missed, pointed out by Oliver Hunt by Chris Lattner · 17 years ago
- f471f2e Set loc earlier in CheckSingleInitializer to avoid emitting a by Chris Lattner · 17 years ago
- da5a6b6 sizeof is defined by bitsin(char) not by units of 8 bits. by Chris Lattner · 17 years ago
- 4ef9be7 update to match change in mainline llvm. by Chris Lattner · 17 years ago
- 529a4ad by Steve Naroff · 17 years ago
- 7ee261c handle __vector_size__ like vector_size by Chris Lattner · 17 years ago
- 142f36d Add builtin type signature support for vector types. Add correct type signatures for a bunch of MMX builtins. We now parse all the intrinsics in mmintrin.h by Anders Carlsson · 17 years ago
- 584b247 Add comment to CheckVectorCast.h by Anders Carlsson · 17 years ago
- 5c6a42a take an initial stab at setting function linkage right. Handle by Chris Lattner · 17 years ago
- a64db8f Report errors for invalid casts from/to vectors. by Anders Carlsson · 17 years ago
- d04c6e2 Add more semantic analysis for inline asm statements. by Anders Carlsson · 17 years ago
- 427d5af Added optional pass-by-reference argument "isExact" to by Ted Kremenek · 17 years ago
- 51221ec Removed dependence on #including iostream. by Ted Kremenek · 17 years ago
- 3f35148 Fixed #include of objc/objc.h so that it works on case-sensitive filesystems. by Ted Kremenek · 17 years ago
- d778f88 Reverted changed to getTagDeclType() introduced in patch 44089: by Ted Kremenek · 17 years ago
- ebe668f Fixed a rewrite bug in class synthesis (which I first thought was a rewrite API bug). by Fariborz Jahanian · 17 years ago
- 7905dd1 Removes link to status page till the info gets added. Someone put us on Reddit; Don't want it to look bad on the project. :) by Kevin · 17 years ago
- 2c7038b Patch to fix a regression caused by recent rewrite changes. by Fariborz Jahanian · 17 years ago
- 8e911c4 Fixed StmtPrinter to handle GCC extension to the ternary operator "?:" where by Ted Kremenek · 17 years ago
- ecc04c9 Fixed bug in CFG construction where we did not properly handle the GCC by Ted Kremenek · 17 years ago
- f5f20bd The checking for the delimiters of expected error/warning messages was by Bill Wendling · 17 years ago
- a21ddb3 Fix sema support for the gnu ?: expression with a by Chris Lattner · 17 years ago
- 09376fd this works. by Chris Lattner · 17 years ago
- 5d3f5a1 sizeof() return size in bytes, not bits, patch by Nuno Lopes! by Chris Lattner · 17 years ago
- 588e5eb Moved logic for -Wfloat-equal to SemaChecking.cpp. by Ted Kremenek · 17 years ago
- 6fa9086 Check that the clobber registers are valid. by Anders Carlsson · 17 years ago
- 646b261 Forgot some X86 registers by Anders Carlsson · 17 years ago
- 3346ae6 Add tables for GCC register names and aliases. This will be used for inline asm by Anders Carlsson · 17 years ago
- ca7aa1f Added more test cases for uninitialized values checker. by Ted Kremenek · 17 years ago
- ff7c538 Fixed bogus culling of uninitialized-values "taint" propagation during assignments. by Ted Kremenek · 17 years ago
- bfc5e50 Moved dead-stores test cast to a new test suite subdirectory: Analysis. by Ted Kremenek · 17 years ago
- 39c47b5 Keep track of whether the asm is volatile or not. by Anders Carlsson · 17 years ago
- 75cf288 improve codegen for global variable initializers, implementing by Chris Lattner · 17 years ago
- 04728b7 Check asm input and output expressions. by Anders Carlsson · 17 years ago
- 0c3eb29 Fix PR1820, an incredibly subtle macro expansion bug that Neil discovered. by Chris Lattner · 17 years ago
- b235fc2 Store output and input operands as well as clobber information in the AsmStmt. Ted, could you please review the serialization/deserialization code? by Anders Carlsson · 17 years ago
- eecf847 GCC fails if there is a trailing colon but no clobbers. by Anders Carlsson · 17 years ago
- 6a0ef4b Store inline asm code in the AST. by Anders Carlsson · 17 years ago
- c2251dc Add __builtin_abs by Anders Carlsson · 17 years ago
- 5519644 Improve function decl merging, patch by Oliver Hunt! by Chris Lattner · 17 years ago
- 74c43a0 Added another test case for the Dead Stores checker that tests that by Ted Kremenek · 17 years ago
- 9f9141c Updated CFGStmtVisitor and CFGRecStmtVisitor to have a notion of by Ted Kremenek · 17 years ago
- f57ef1f Removed PersistentMap. It is now superseded in every way by the ImmutableMap by Ted Kremenek · 17 years ago
- 8aefcbf Added test case for dead stores checker (live variables analysis) that tests by Ted Kremenek · 17 years ago
- 4e4d652 Fixed bug where LiveVariables was not properly propagating updates to liveness by Ted Kremenek · 17 years ago
- f06273f Put back the flags field in the constant CF string type. by Anders Carlsson · 17 years ago
- aa395ba Added test case for dead-stores checker. Test case provided by Nuno Lopes. by Ted Kremenek · 17 years ago
- d660322 Fixed bug in WalkaST_VisitDeclSubExprs where we failed to properly check if by Ted Kremenek · 17 years ago
- 9219928 by Steve Naroff · 17 years ago
- 91578f3 by Steve Naroff · 17 years ago
- c37bdf0 Added assertion in serialization of DeclRefExprs. DeclRefExprs can only by Ted Kremenek · 17 years ago
- da25685 Fixed bug in the serialization of FunctionDecls. We would incorrectly by Ted Kremenek · 17 years ago
- f82228f Tighten up address-of checking, implementing test/Sema/expr-address-of.c. by Chris Lattner · 17 years ago
- 825502a Fix transient failure on Lex/c90.c due to an uninit variable. by Chris Lattner · 17 years ago
- 25bfcb9 add header file I forgot to check in by Chris Lattner · 17 years ago
- b283298 fix a bug Steve noticed, where a #import of the main file itself would fail. by Chris Lattner · 17 years ago
- 767dd4b Added hack when serializing DeclRefExprs. This should probably be fixed. by Ted Kremenek · 17 years ago
- 378c151 Started separate section for method definitions for ObjC serialization. by Ted Kremenek · 17 years ago
- f624870 by Steve Naroff · 17 years ago
- 49f109c by Steve Naroff · 17 years ago
- 335eafa by Steve Naroff · 17 years ago