- Nov 07, 2007
-
-
Chris Lattner authored
llvm-svn: 43811
-
Chris Lattner authored
llvm-svn: 43810
-
Steve Naroff authored
Teach ASTContext::tagTypesAreCompatible() about the built-in ObjC types (Class and id), removing a bogus warning. llvm-svn: 43809
-
Chris Lattner authored
llvm-svn: 43808
-
Chris Lattner authored
llvm-svn: 43807
-
Ted Kremenek authored
and ParenExpr. llvm-svn: 43806
-
Owen Anderson authored
llvm-svn: 43805
-
Chris Lattner authored
llvm-svn: 43804
-
Steve Naroff authored
Rewrite ObjC @try/@catch/@finally. Some minor tweaks to the AST nodes... Still need to rewrite @throw (and do more testing)... llvm-svn: 43803
-
Fariborz Jahanian authored
llvm-svn: 43802
-
Devang Patel authored
This is far from complete. llvm-svn: 43801
-
Ted Kremenek authored
llvm-svn: 43800
-
Ted Kremenek authored
by value. This version prohibits backpatching of pointers, so it useful when a pointee is always known to be deserialized beforehand. llvm-svn: 43799
-
Fariborz Jahanian authored
llvm-svn: 43798
-
Ted Kremenek authored
llvm-svn: 43797
-
Ted Kremenek authored
Reordered stmt serialization method implementations to be in alphabetical order. llvm-svn: 43796
-
Ted Kremenek authored
non-random value. llvm-svn: 43795
-
Dale Johannesen authored
Much improvement in exception handling. llvm-svn: 43794
-
Ted Kremenek authored
but methods in Stmt (like other objects we are serializing). Full serialization of all statements is not yet complete. llvm-svn: 43793
-
Ted Kremenek authored
deserialization code of objects containing QualTypes. llvm-svn: 43792
-
Fariborz Jahanian authored
llvm-svn: 43791
-
Ted Kremenek authored
llvm-svn: 43790
-
Fariborz Jahanian authored
--chris llvm-svn: 43789
-
- Nov 06, 2007
-
-
Tanya Lattner authored
This will mark a test as PASS for all targets specified. It will override whatever is in XFAIL. llvm-svn: 43788
-
Ted Kremenek authored
serialize Type objects in the order they are serialized in the Types vector. We also now rely on the methods within ASTContext to unique Type objects and handle the actual creation of Type objects (these are now called by the deserialization code). This approach solves some hairy issues with ownership of objects and allows us to naturally handle recursive types. llvm-svn: 43787
-
Ted Kremenek authored
must be deserialized without requiring backpatching. llvm-svn: 43786
-
Ted Kremenek authored
file had the correct preamble. llvm-svn: 43785
-
Ted Kremenek authored
llvm-svn: 43784
-
Ted Kremenek authored
or can be registered with the deserializer to backpatch other pointers. llvm-svn: 43783
-
Chris Lattner authored
minor bugs. llvm-svn: 43782
-
Dan Gohman authored
llvm-svn: 43781
-
Chris Lattner authored
llvm-svn: 43780
-
Chris Lattner authored
llvm-svn: 43779
-
Fariborz Jahanian authored
llvm-svn: 43778
-
Chris Lattner authored
all compute the same value. llvm-svn: 43777
-
Evan Cheng authored
When the allocator rewrite a spill register with new virtual register, it replaces other operands of the same register. Watch out for situations where only some of the operands are sub-register uses. llvm-svn: 43776
-
Duncan Sands authored
type of SV has changed from what it originally was. However we need the store width of the original. llvm-svn: 43775
-
Ted Kremenek authored
for ASTContext is still rapidly evolving. llvm-svn: 43774
-
Ted Kremenek authored
Revampled Serialization Tester to serialize and deserialize out an entire ASTContext and top-level decls. llvm-svn: 43773
-
Ted Kremenek authored
llvm-svn: 43772
-