2007-10-30 |
Fariborz Jahanian | Revisited my last patch to be able to do encoding of... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Chris Lattner | update some comments. |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Chris Lattner | Avoid using macro expansions, which causes these to... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Fariborz Jahanian | Added type encoding for 'id' type. |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Steve Naroff | Rewrite protocols. |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Ted Kremenek | Added vector to ASTContext to store references to ... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Steve Naroff | - Add location info to category/protocol AST's |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Steve Naroff | Remove a couple FIXME's for rewriting ObjC interfaces... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Steve Naroff | More support for rewriting ObjC intefaces. Still some... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Anders Carlsson | Handle function types. |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Fariborz Jahanian | Assert if isObjcIdType is called before 'id' type is... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Ted Kremenek | VariableArrayTypes (VLAs) without a size expression... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Fariborz Jahanian | Encoding for objectiive-c methods. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Hartmut Kaiser | Updated VC++ build system |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Hartmut Kaiser | Added a missing #include. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Steve Naroff | Remove a bunch of TODO's that have been done for quite... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Steve Naroff | This commit contains lot's of small tweaks to how we... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Ted Kremenek | Added support for StmtIterators to iterate over the... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Ted Kremenek | Fixed deadcode bug where check for NULL decl occured... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Devang Patel | Add RecordOrganizer::layoutUnionFields() |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Ted Kremenek | Modified StmtIterator to support iteration over the... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Ted Kremenek | Modified CFG pretty-printing to directly use the (rever... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Ted Kremenek | Renamed internal variables of StmtIteratorBase to make... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Fariborz Jahanian | Do the encoding of ivar types in the ivar metadata. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Ted Kremenek | Added some comments. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Ted Kremenek | Added to test case for "self-comparison check" uses... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Ted Kremenek | For non-floating point types, added check for expressio... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Devang Patel | Insetead of assert() just emit an error message for |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Ted Kremenek | For floating point equality check, we now ignore parent... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Ted Kremenek | For checking for floating point comparison using =... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Anders Carlsson | Address Chris's comments. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Anders Carlsson | Fix logic error. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Chris Lattner | when checking for type equality, ignore typedefs. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Chris Lattner | improve error recovery handling broken 'then' or 'else... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Anders Carlsson | Add (partial) support for @encode. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Chris Lattner | The callers of ParseStructDeclaration are not expecting... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Chris Lattner | casting to void is ok for structs (C99 6.5.4p2), this... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Chris Lattner | Add prototype info for __builtin_memcpy, reducing ... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Chris Lattner | Fix a parser bug on labeled inline asm stmts, allowing us |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Chris Lattner | Implement *skeletal* support for representing GNU inlin... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Chris Lattner | Fix a major bug in the Type::getAs*Type methods: they... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Anders Carlsson | Generate code for __builtin_classify_type. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Anders Carlsson | Add BuiltinType::Char_S to Type::isCharType |
commit | commitdiff | tree | snapshot |
2007-10-28 |
Ted Kremenek | Implemented serialization for TypedefType. |
commit | commitdiff | tree | snapshot |
2007-10-28 |
Ted Kremenek | Implemented serialization of FunctionTypeProto. |
commit | commitdiff | tree | snapshot |
2007-10-27 |
Ted Kremenek | Implemented serialization of FunctionTypeNoProto. |
commit | commitdiff | tree | snapshot |
2007-10-27 |
Ted Kremenek | Implemented serialization for VectorType. |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Ted Kremenek | More work on type serialization: added support for... |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Fariborz Jahanian | Path to synthesize 'instance' size field of _objc_class... |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Ted Kremenek | Completed serialization of ConstantArrayTypes (now... |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Steve Naroff | Start rewriting ObjC interfaces. As a start, we comment... |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Fariborz Jahanian | This patch allows synthesis generation of ivar offset... |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Ted Kremenek | Added skeleton implementation of serialization for... |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Fariborz Jahanian | Patch to synthesize computation of Ivar offset in rewri... |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Devang Patel | Codegen union member references. |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Devang Patel | Handle non LValue base expressions. |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Devang Patel | Code gen static initializer. |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Devang Patel | Codegen array initializers. |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Devang Patel | Codegen global array initializers. |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Fariborz Jahanian | Pretty printing for ivar list of an interface block. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Hartmut Kaiser | Disambiguated variable name to comply with VC++'s archa... |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Hartmut Kaiser | Updated VC++ build system |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Ted Kremenek | Modified StmtIterator to now include visiting the initi... |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Devang Patel | Fix "strbuf += stufflen;" crash. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Devang Patel | Document ConvertNewType() method and make it a private... |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Ted Kremenek | Added DeclSerialization.cpp to XCode project. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Ted Kremenek | Added skeleton for Decl serialization. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Fariborz Jahanian | Refactored several meta data for reusability. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Devang Patel | Cache llvm::Type through PATypeHolder. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Ted Kremenek | changed #include of Serialization.h to SerializationFwd... |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Chris Lattner | Fix a recovery bug Fariborz and I noticed yesterday... |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Chris Lattner | simplify change. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Chris Lattner | Fix a bug steve noticed when handling nested rewrites... |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Chris Lattner | Convert one type of metadata to use std::string instead of |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Ted Kremenek | Added SourceLocation.cpp to XCode project. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Ted Kremenek | Implemented serialization of SourceLocation and SourceR... |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Ted Kremenek | Added constness to accessors in CompoundStmt. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Chris Lattner | Add a new ChooseExpr::isConditionTrue method to unify |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Fariborz Jahanian | Refactored RewriteObjcMethodsMetaData to better rewrite |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Ted Kremenek | Added accessors to CompoundStmt to retrieve the source... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Devang Patel | Remove unused #includes |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Steve Naroff | More work on translating message expressions. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Devang Patel | Handle |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Fariborz Jahanian | Remove explicit use of size of known structs in metadat... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Fariborz Jahanian | Couple of minor changes. 1) Metaclass metadata also... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Devang Patel | Move RecordOrganizer into CodeGenTypes.cpp |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Fariborz Jahanian | Refactord instance and class metadata emission. Refacto... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Ted Kremenek | Modified current clients of Bitcode-Object serializatio... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Devang Patel | Handle non-constant initializers. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Devang Patel | Visit CompoundLiteralExpr and InitListExpr |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Chris Lattner | Fix some long lines, move code around into logical... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Chris Lattner | Use Ted's new mutable child iterators to update the... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Ted Kremenek | Modified operator* for StmtIterator to return Stmt... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Steve Naroff | Incorporate some feedback from Chris... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Devang Patel | Constify methods and reuse RecordOrganizer object. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Devang Patel | check base type. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Devang Patel | Add notes. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Devang Patel | Use isUnionType() predicate. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Devang Patel | untabify |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Hartmut Kaiser | Fixed a strange construct, please review. |
commit | commitdiff | tree | snapshot |
next |