2007-11-01 |
Chris Lattner | add support for vector type compatibility checking... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Steve Naroff | Tweak RewriteInterfaceDecl() to generate a typedef... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Chris Lattner | Implement test/Sema/init.c by treating functions as... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Anders Carlsson | Put constant CFStrings in the __DATA,__cfstring section. |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Anders Carlsson | Stub out codegen for __builtin_constant_p. Remove any... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Devang Patel | Remove unnecessary method. |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Devang Patel | start adding pading fields. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Fariborz Jahanian | 1) More additions for objective-c's qualifier type. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Anders Carlsson | Fix a typo that prevented pointer-to-int conversions... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Devang Patel | Refactor code into a separate method. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Fariborz Jahanian | Fixed a bug exposed by fixing the assert in previous... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Fariborz Jahanian | Changed direction of assert. Added more comments. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Ted Kremenek | Implemented more of serialization/deserialization for... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Steve Naroff | Fix two rewriter bugs: |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Anders Carlsson | Handle function calls that return aggregate expressions. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Fariborz Jahanian | More infrastructure to recognize objective-c's type... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Devang Patel | New test to verify llvm struct layout. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Devang Patel | Check whether next slot meets field type's alignment... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Steve Naroff | Implement ObjC built-in types in MinimalAction. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Ted Kremenek | Implemented short-circuited version of Builtin::Info... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Devang Patel | Keep track of field offsets during structure layout. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Devang Patel | Take 2. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Ted Kremenek | Adjusted QualType deserialization to reflect updated... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Devang Patel | Initialize MemCpyFn |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Fariborz Jahanian | Fixed problem with rewriting stand-alone @implementatio... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Steve Naroff | Implement a more sensible strategy for ObjC built-in... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Ted Kremenek | Preliminary support for serializing statements. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Ted Kremenek | Updated path to clang.cpp in build documentation. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Ted Kremenek | Updated build instructions to not include an absolute... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Ted Kremenek | Updated a comment to hopefully silence a Lattner warning. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Ted Kremenek | Implemented serialization of Variable Array Types ... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Fariborz Jahanian | Rewriteing of ivars changed to just copy directly from... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Ted Kremenek | Renamed ivar "ArrayTypes" in ASTContext to "ComplexArra... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Steve Naroff | Checking in some code that is still under construction. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Fariborz Jahanian | After Anders check-in, we can now encode 'Class' type. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Ted Kremenek | Added a few clarifying steps the the "building clang... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Chris Lattner | temporarily revert devang's patch to link in the llvm... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Steve Naroff | Add some plumbing to help cope with rewriting "id<p... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Anders Carlsson | Encode Class, SEL and Objective-C objects. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Devang Patel | Keep track of field offsets during structure layout. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Devang Patel | Make target info available to clang code generator. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Fariborz Jahanian | Added new type and bitfield fields in some decl types... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Devang Patel | Avoid unnecessary PATypeHolder copy. |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Steve Naroff | Stop pre-defining objc_msgSend/objc_getClass in the... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Ted Kremenek | Updated some comments. |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Chris Lattner | __real__ and __imag__ can be lvalues. Add support... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Ted Kremenek | Refactored CFG construction code that processes DeclStm... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Devang Patel | Refactor code into a separate method. |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Ted Kremenek | Removed SrcMgr::FileInfo and SrcMgr::InfoRec and replac... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Ted Kremenek | Tightened IgnoreParen. |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Devang Patel | Fix 80 col violations. |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Chris Lattner | minor tweaks |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Devang Patel | Use |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Fariborz Jahanian | Fixed tests. |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Chris Lattner | minor code cleanup |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Chris Lattner | shrinkify storage class to a bitfield, add a fixme... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Devang Patel | Remove commented out line. |
commit | commitdiff | tree | snapshot |
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 |
next |