2007-12-05 |
Chris Lattner | fix some bogus code noticed by Kevin Andre |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Anders Carlsson | Implement CodeGen for vectors. Don't create unnecessary... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Anders Carlsson | Add sema checking for compound literal expressions. |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Anders Carlsson | Implement codegen for builtin infinity functions. |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Anders Carlsson | Revert DidWarn change - It won't catch all cases anyway... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Steve Naroff | Recognize CompoundLiteralExpr's as valid lvalue's. |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Ted Kremenek | Implemented serialization of: ObjCEncodeExpr, ObjCSelec... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Ted Kremenek | Added serialization support of SourceManager to the... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Ted Kremenek | Renamed SourceManager::Read to SourceManager::CreateAnd... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Ted Kremenek | Implemented initial serialization support for SourceMan... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Steve Naroff | Add the definition of objc_super... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Ted Kremenek | Removed serialization of FileEntry and DirectoryEntry... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Fariborz Jahanian | Type-cast initializers for "struct objc_super" paramete... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Fariborz Jahanian | Test case for my last patch. |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Fariborz Jahanian | Don't assert if objc.h not declared when rewriting. |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Ted Kremenek | Implemented serialization of SrcMgr::ContentCache. |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Fariborz Jahanian | Removed a "TODO" comment as objc1 runtime does not... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Fariborz Jahanian | Simplified setting up Method's scope before generating... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Ted Kremenek | Fixed a few more comments to change "FileInfo" to ... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Ted Kremenek | Implemented serialization of FileEntry and DirectoryEntry. |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Ted Kremenek | Removed searching for "darwin" keyword in target triple... |
commit | commitdiff | tree | snapshot |
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 |
next |