2007-12-04 |
Ted Kremenek | Removed IntrusiveSPtr. There are no clients of this... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Ted Kremenek | Implemented serialization of ObjCStringLiteral. |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Ted Kremenek | Implemented serialization for ObjcAtThrowStmt. |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Ted Kremenek | Implemented serialization of ObjcAtTryStmt. |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Ted Kremenek | Implemented serialization for ObjcAtFinallyStmt. |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Ted Kremenek | Implemented serialization for ObjcAtCatchStmt. |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Ted Kremenek | Fixed order of operands to strstr call. |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Ted Kremenek | For target processing, on non-Darwin systems instead... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Fariborz Jahanian | Change <Objc/objc.h> to <objc/objc.h> |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Ted Kremenek | Implemented serialization of TargetInfo. |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Ted Kremenek | Added some notes on the -triple and -arch options. |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Fariborz Jahanian | Fixed a bug exposed by referencing an ivar field using... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Ted Kremenek | Few cleanups to patch 44551: |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Ted Kremenek | Implemented initial support for "-triple" option to... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Chris Lattner | Fix an ast-print/ast-dump bug. |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Fariborz Jahanian | Support for rewriteing of messaging of methods which... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Fariborz Jahanian | Added support for messagings which return a structure... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Ted Kremenek | Added getTrueExpr() and getFalseExpr() to ConditionalOp... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Bill Wendling | Fix for testcase that assigns a dereferenced reference... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Seo Sanghyeon | Ignore typedefs in pointer arithmetic codegen. |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Anders Carlsson | Handle initializing vector elements correctly. Emit... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Chris Lattner | add a fixme |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Anders Carlsson | Implement __builtin_bswap32 and __builtin_bswap64. |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Chris Lattner | fix logic for member expr codegen. |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Seo Sanghyeon | Fix isStructureType and isUnionType to ignore typedefs... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Christopher... | Treat discarding array initializer elements as an extwa... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Chris Lattner | restore these lines, which fixes some regtest failures. |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Chris Lattner | all filevar's have static storage. Previously a global... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Christopher... | Commit test for CL 44440. |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Chris Lattner | Fix buggy test |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Chris Lattner | globals can't be vla's |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Chris Lattner | add codegen support for global inits that require array... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Chris Lattner | warn about unhandled initializers instead of crashing... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Chris Lattner | Handle global variable definitions which change the... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Chris Lattner | remove the alloca insertion point inst, which is an... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Chris Lattner | merge the llvm global variable when there are multiple... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Chris Lattner | implement codegen for functions whose function body... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Chris Lattner | merge functions with multiple function decls if they... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Chris Lattner | Teach clang the prototype for __builtin_alloca. |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Chris Lattner | convert the rest of the stderr users in codegen to... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Chris Lattner | move unsupported warning into a centralized place. |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Chris Lattner | Warn about unsupported codegen with the diags machinery... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Chris Lattner | register clz and ctz builtins. |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Chris Lattner | fix a crash when the rewriter would scan off the beginn... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Chris Lattner | add support for custom client-specific diagnostics... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Oliver Hunt | Add support for __builtin_expect which is needed for... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Chris Lattner | improve VC++ compatibility, patch by Cédric Venet. |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Oliver Hunt | Support initalisers for more than just int-typed static... |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Fariborz Jahanian | Compute side-effect for conditional expression. |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Chris Lattner | Add #include, patch by Cédric Venet |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Christopher... | Better match llvm-gcc's behavior for CodeGen naming... |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Christopher... | When generating the CodeGen type name of a struct,... |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Seo Sanghyeon | Test commit |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Chris Lattner | make the unused expression warning less noisy by not... |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Chris Lattner | simplify some code, add support for functions without... |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Chris Lattner | fix a couple switch codegen problems Oliver reported. |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Ted Kremenek | Fixed bug in the serialization of SelectorTable where... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Chris Lattner | start partitioning the diagnostics into two classes... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Anders Carlsson | String literals are always valid LValues. |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Ted Kremenek | Implemented serialization of SelectorTable and Selectors. |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Chris Lattner | pass diagnostics into the rewrite test client. |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Anders Carlsson | Initialize CurMethodDecl to 0. |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Anders Carlsson | GCC has an extension where the left hand side of the... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Anders Carlsson | Initialize LaxVectorConversions. |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Chris Lattner | fix a bug handling typedefs in member expr codegen... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Chris Lattner | Fix a codegen crash on void ?: reported by Oliver |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Chris Lattner | Support fully general case expressions, patch by Sanghy... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Christopher... | Doh! Check in this long overdue test fix. |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Anders Carlsson | Support lax vector conversions. |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Steve Naroff | Yesterday, I simplified how we stream top-level decls. |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Ted Kremenek | Added method "HandleTopLevelDeclaration" to ASTConsumer... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Christopher... | Update the initializer's type, in addition to the decl... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Ted Kremenek | Added "complex.c" (a copy of test/Codegen/complex.... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Ted Kremenek | Only serialize top-level decls that appear at the head... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Christopher... | Support floating point literals of the form "1e-16f... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Ted Kremenek | Enhanced serialization testing by also pretty-printing... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Ted Kremenek | Fixed test case to not expect a warning when one should... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Ted Kremenek | Added test cases for -Wfloat-equal to test comparisons... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Ted Kremenek | Enhanced implementation of -Wfloat-equal to check for... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Ted Kremenek | Added "isExact" field to FloatingLiteral. This flag... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Ted Kremenek | Removed potential buffer overrun (spotted by Neil Booth... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Steve Naroff | Several fixes/simplifications surrounding how we stream... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Ted Kremenek | Converted AST Pretty-Printer to use iostreams instead... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Ted Kremenek | Inlined test case to make it independent of the stmt_ex... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Ted Kremenek | Added the "Serialization" test directory to the set... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Ted Kremenek | Added initial test case for testing serialization of... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Ted Kremenek | Modified --test-pickling to perform an actual cross... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Ted Kremenek | Changed TestRunner.sh to dump the output and generated... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Ted Kremenek | Added missing "RUN:" to comment for test case file... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Chris Lattner | Fix a bug checking for 'int foo(void)' that didn't... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Oliver Hunt | Fix typo in writable string test |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Oliver Hunt | Adding code gen tests for writable and shared string... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Anders Carlsson | Add correct types for the last remaining intrinsics. |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Chris Lattner | Implement support for -fwritable-strings and make the... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Anders Carlsson | Add more intrinsics. We can now correctly parse both... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Chris Lattner | fix compilation error noticed by Nuno Lopes |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Ted Kremenek | Migrated static functions that print decls into a DeclP... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Chris Lattner | add several cases that Expr::hasStaticStorage missed... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Chris Lattner | Set loc earlier in CheckSingleInitializer to avoid... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Chris Lattner | sizeof is defined by bitsin(char) not by units of 8... |
commit | commitdiff | tree | snapshot |
next |