summaryrefslogtreecommitdiff
path: root/Driver
Commit message (Expand)AuthorAgeFilesLines
* avoid ///usr/include/foo.h, patch by Sean MiddleditchChris Lattner2007-12-091-3/+10
* Add getTargetPrefix to TargetInfo, to be used with target specific intrinsics.Anders Carlsson2007-12-081-0/+23
* Omit the field name when including the super class structure template.Steve Naroff2007-12-071-4/+10
* Implemented when static typing is combined with protocols and use as receiverFariborz Jahanian2007-12-071-0/+4
* Patch for rewriting of @protocol.Fariborz Jahanian2007-12-071-4/+52
* Rewrite 'super' within a class method. This required some minor tweaks to the...Steve Naroff2007-12-071-14/+79
* On Steve's suggestion, moved handling of use of undeclared method in a messageFariborz Jahanian2007-12-061-4/+4
* Subdivided the function InitializeBaseLanguage into InitializeBaseLanguage,Ted Kremenek2007-12-051-43/+51
* Avoid passing Diags into InitializeIncludePaths.Chris Lattner2007-12-051-10/+13
* Converted SerializationTest (--test-pickling) to use the new TranslationUnitTed Kremenek2007-12-052-267/+48
* Make sure the class methods get attached to the metaclass object.Steve Naroff2007-12-051-2/+2
* Added "TranslationUnit" class that will be used to provide an interfaceTed Kremenek2007-12-052-0/+304
* Modified: CreateTargetInfo(). Now takes Diagnostic* instead of Diagnostic&.Ted Kremenek2007-12-055-11/+14
* I'm apparently the only sad lonely ppc user left :)Chris Lattner2007-12-051-2/+2
* Moved creation of ASTConsumers that can operate on both freshly-parsed andTed Kremenek2007-12-051-44/+51
* Changed type-cast of "struct objc_super"'s 2nd initializer to match definitio...Fariborz Jahanian2007-12-051-2/+2
* Added serialization support of SourceManager to the clang driver.Ted Kremenek2007-12-053-10/+17
* Add the definition of objc_super...Steve Naroff2007-12-041-1/+5
* Type-cast initializers for "struct objc_super" parameter to avoid warning.Fariborz Jahanian2007-12-041-3/+9
* Don't assert if objc.h not declared when rewriting.Fariborz Jahanian2007-12-041-1/+17
* Removed a "TODO" comment as objc1 runtime does not need to do the "TODO".Fariborz Jahanian2007-12-041-1/+1
* Removed searching for "darwin" keyword in target triple. We don't really supportTed Kremenek2007-12-041-15/+13
* Fixed order of operands to strstr call.Ted Kremenek2007-12-031-1/+1
* For target processing, on non-Darwin systems instead of using the host triple,Ted Kremenek2007-12-032-21/+31
* Change <Objc/objc.h> to <objc/objc.h>Fariborz Jahanian2007-12-031-1/+1
* Implemented serialization of TargetInfo.Ted Kremenek2007-12-033-12/+24
* Fixed a bug exposed by referencing an ivar field using component reference sy...Fariborz Jahanian2007-12-031-1/+3
* Few cleanups to patch 44551:Ted Kremenek2007-12-031-9/+13
* Implemented initial support for "-triple" option to the clang driver. ThisTed Kremenek2007-12-033-52/+130
* Fix an ast-print/ast-dump bug.Chris Lattner2007-12-031-2/+2
* Support for rewriteing of messaging of methods which return float.Fariborz Jahanian2007-12-031-0/+27
* Added support for messagings which return a structure-value.Fariborz Jahanian2007-12-031-9/+122
* Warn about unsupported codegen with the diags machinery, giving us:Chris Lattner2007-12-021-1/+1
* fix a crash when the rewriter would scan off the beginning of the file.Chris Lattner2007-12-021-3/+11
* add support for custom client-specific diagnostics. As a testcase, make the Chris Lattner2007-12-021-0/+5
* start partitioning the diagnostics into two classes: thoseChris Lattner2007-11-308-17/+21
* Implemented serialization of SelectorTable and Selectors.Ted Kremenek2007-11-301-14/+24
* pass diagnostics into the rewrite test client.Chris Lattner2007-11-303-4/+12
* Support lax vector conversions.Anders Carlsson2007-11-301-0/+7
* Only serialize top-level decls that appear at the head of a decl chain.Ted Kremenek2007-11-291-12/+17
* Enhanced serialization testing by also pretty-printing CFGs constructed from ...Ted Kremenek2007-11-291-0/+16
* Several fixes/simplifications surrounding how we stream top-level decl AST's.Steve Naroff2007-11-281-0/+2
* Converted AST Pretty-Printer to use iostreams instead of FILE*. This fixesTed Kremenek2007-11-283-129/+120
* Modified --test-pickling to perform an actual cross-check of serialized ASTs:Ted Kremenek2007-11-281-48/+144
* Add correct types for the last remaining intrinsics.Anders Carlsson2007-11-281-87/+79
* Implement support for -fwritable-strings and make the code generatorChris Lattner2007-11-283-6/+15
* Add more intrinsics. We can now correctly parse both Carbon.h and Cocoa.h wit...Anders Carlsson2007-11-281-237/+237
* Migrated static functions that print decls into a DeclPrinter class,Ted Kremenek2007-11-272-77/+115
* Add builtin type signature support for vector types. Add correct type signatu...Anders Carlsson2007-11-271-60/+63
* Add more semantic analysis for inline asm statements.Anders Carlsson2007-11-271-1/+76