- df77233 as it turns out, frameworks and headermaps are orthogonal. Make this so in by Chris Lattner · 17 years ago
- 60e4e2b add a portability fixme. by Chris Lattner · 17 years ago
- b94c707 teach RemoveDuplicates about header maps. by Chris Lattner · 17 years ago
- 822da61 Step #1 in adding headermap support to clang. by Chris Lattner · 17 years ago
- d665527 rearrange some code and make it more efficient. by Chris Lattner · 17 years ago
- 8f3dab8 swtich to smallptrset, which is more efficient than std::set. by Chris Lattner · 17 years ago
- 80e1715 make clang -v output more similar to gcc's -v output. by Chris Lattner · 17 years ago
- dee7359 simplify the interfaces to ProcessInputFile and InitializePreprocessor by Chris Lattner · 17 years ago
- 58dbdeb by Steve Naroff · 17 years ago
- fe4e015 Add check in the driver to see if a serialized AST file has been successfully by Ted Kremenek · 17 years ago
- cc92709 Changed set of top-level decls from a list to a vector. by Ted Kremenek · 17 years ago
- 3821d40 Changed -serialize-ast to not create a temporary directory, but instead by Ted Kremenek · 17 years ago
- 0404cd8 Set target data layout info in module. by Chris Lattner · 17 years ago
- a1fa3a1 Implemented -serialize-ast option for the driver. This is not really tested by Ted Kremenek · 17 years ago
- 20e9748 Implemented prototype mode where the driver can operate on serialized ASTs by Ted Kremenek · 17 years ago
- 9c728dc TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 17 years ago
- bbced58 Moved construction of TargetInfo objects out of the Driver by Ted Kremenek · 17 years ago
- be6df08 more cleanups changing things like getInstanceVariables to iterators. by Chris Lattner · 17 years ago
- ab4c4d5 resolve some fixmes and clean up some code by eliminating the get*Vars apis to some classes and use iterators instead. by Chris Lattner · 17 years ago
- 6590d21 Simplify some code, don't force the triple to a darwin triple if non-darwin. by Chris Lattner · 17 years ago
- 31e703b Moved creation of SourceManager, HeaderSearch, TargetInfo, and LangOptions by Ted Kremenek · 17 years ago
- 291e04b 80-column please. by Fariborz Jahanian · 17 years ago
- 2eefd86 Modified the internals of Diagnostic and DiagnosticClient to use by Ted Kremenek · 17 years ago
- 61477f7 Implemented rewriting of protocol-qualified global variable types. by Fariborz Jahanian · 17 years ago
- 7a9d49f Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 17 years ago
- e66894c Refactor Rewritetest::RewriteObjcQualifiedInterfaceTypes in preparation for more by Fariborz Jahanian · 17 years ago
- fb344d3 properly namespacify. by Chris Lattner · 17 years ago
- 564f1de Move target specific builtin IDs to TargetBuiltins.h so that they can be used by CGBuiltin.cpp by Anders Carlsson · 17 years ago
- 5f18032 The flags on tokens indicate whether they are the start of a *physical* line, by Chris Lattner · 17 years ago
- 5c0887c Fix a pretty big but subtle bug counting the number of newlines to emit. by Chris Lattner · 17 years ago
- b3de9e7 avoid ///usr/include/foo.h, patch by Sean Middleditch by Chris Lattner · 17 years ago
- 44fe49c Add getTargetPrefix to TargetInfo, to be used with target specific intrinsics. by Anders Carlsson · 17 years ago
- 75ae776 by Steve Naroff · 17 years ago
- 7dd8283 Implemented when static typing is combined with protocols and use as receiver by Fariborz Jahanian · 17 years ago
- 36ee2cb Patch for rewriting of @protocol. by Fariborz Jahanian · 17 years ago
- 9bcb5fc by Steve Naroff · 17 years ago
- d0ee6f9 On Steve's suggestion, moved handling of use of undeclared method in a message by Fariborz Jahanian · 17 years ago
- 8904f15 Subdivided the function InitializeBaseLanguage into InitializeBaseLanguage, by Ted Kremenek · 17 years ago
- 4f03783 Avoid passing Diags into InitializeIncludePaths. by Chris Lattner · 17 years ago
- 3553766 Converted SerializationTest (--test-pickling) to use the new TranslationUnit by Ted Kremenek · 17 years ago
- b26d713 by Steve Naroff · 17 years ago
- 2f74359 Added "TranslationUnit" class that will be used to provide an interface by Ted Kremenek · 17 years ago
- acc9f33 Modified: CreateTargetInfo(). Now takes Diagnostic* instead of Diagnostic&. by Ted Kremenek · 17 years ago
- 82817ba I'm apparently the only sad lonely ppc user left :) by Chris Lattner · 17 years ago
- db094a2 Moved creation of ASTConsumers that can operate on both freshly-parsed and by Ted Kremenek · 17 years ago
- 7127431 Changed type-cast of "struct objc_super"'s 2nd initializer to match definition of by Fariborz Jahanian · 17 years ago
- dca2466 Added serialization support of SourceManager to the clang driver. by Ted Kremenek · 17 years ago
- 3cadd03 by Steve Naroff · 17 years ago
- ceee3e8 Type-cast initializers for "struct objc_super" parameter to avoid warning. by Fariborz Jahanian · 17 years ago
- a70711b Don't assert if objc.h not declared when rewriting. by Fariborz Jahanian · 17 years ago
- 04b3824 Removed a "TODO" comment as objc1 runtime does not need to do the "TODO". by Fariborz Jahanian · 17 years ago
- 8448d38 Removed searching for "darwin" keyword in target triple. We don't really support by Ted Kremenek · 17 years ago
- 05ca599 Fixed order of operands to strstr call. by Ted Kremenek · 17 years ago
- aead472 For target processing, on non-Darwin systems instead of using the host triple, by Ted Kremenek · 17 years ago
- 2c1e9c7 Change <Objc/objc.h> to <objc/objc.h> by Fariborz Jahanian · 17 years ago
- c4ca288 Implemented serialization of TargetInfo. by Ted Kremenek · 17 years ago
- 87ce5d1 Fixed a bug exposed by referencing an ivar field using component reference syntax. by Fariborz Jahanian · 17 years ago
- 9b4ebc2 Few cleanups to patch 44551: by Ted Kremenek · 17 years ago
- ae36076 Implemented initial support for "-triple" option to the clang driver. This by Ted Kremenek · 17 years ago
- 0d6ca11 Fix an ast-print/ast-dump bug. by Chris Lattner · 17 years ago
- acb4977 Support for rewriteing of messaging of methods which return float. by Fariborz Jahanian · 17 years ago
- 80a6a5a Added support for messagings which return a structure-value. by Fariborz Jahanian · 17 years ago
- fb97b03 Warn about unsupported codegen with the diags machinery, giving us: by Chris Lattner · 17 years ago
- 26de465 fix a crash when the rewriter would scan off the beginning of the file. by Chris Lattner · 17 years ago
- 182745a add support for custom client-specific diagnostics. As a testcase, make the by Chris Lattner · 17 years ago
- 0750618 start partitioning the diagnostics into two classes: those by Chris Lattner · 17 years ago
- bdbb285 Implemented serialization of SelectorTable and Selectors. by Ted Kremenek · 17 years ago
- e365c50 pass diagnostics into the rewrite test client. by Chris Lattner · 17 years ago
- 695dbb6 Support lax vector conversions. by Anders Carlsson · 17 years ago
- 6127b12 Only serialize top-level decls that appear at the head of a decl chain. by Ted Kremenek · 17 years ago
- 5656b78 Enhanced serialization testing by also pretty-printing CFGs constructed from ASTs by Ted Kremenek · 17 years ago
- 1f64432 by Steve Naroff · 17 years ago
- ea75c55 Converted AST Pretty-Printer to use iostreams instead of FILE*. This fixes by Ted Kremenek · 17 years ago
- 79a2a26 Modified --test-pickling to perform an actual cross-check of serialized ASTs: by Ted Kremenek · 17 years ago
- 5df6070 Add correct types for the last remaining intrinsics. by Anders Carlsson · 17 years ago
- 45e8cbd Implement support for -fwritable-strings and make the code generator by Chris Lattner · 17 years ago
- dd1b516 Add more intrinsics. We can now correctly parse both Carbon.h and Cocoa.h without having to do -arch ppc. by Anders Carlsson · 17 years ago
- 1b5a4bd Migrated static functions that print decls into a DeclPrinter class, by Ted Kremenek · 17 years ago
- 142f36d Add builtin type signature support for vector types. Add correct type signatures for a bunch of MMX builtins. We now parse all the intrinsics in mmintrin.h by Anders Carlsson · 17 years ago
- d04c6e2 Add more semantic analysis for inline asm statements. by Anders Carlsson · 17 years ago
- ebe668f Fixed a rewrite bug in class synthesis (which I first thought was a rewrite API bug). by Fariborz Jahanian · 17 years ago
- 2c7038b Patch to fix a regression caused by recent rewrite changes. by Fariborz Jahanian · 17 years ago
- f5f20bd The checking for the delimiters of expected error/warning messages was by Bill Wendling · 17 years ago
- 646b261 Forgot some X86 registers by Anders Carlsson · 17 years ago
- 3346ae6 Add tables for GCC register names and aliases. This will be used for inline asm by Anders Carlsson · 17 years ago
- 91578f3 by Steve Naroff · 17 years ago
- f624870 by Steve Naroff · 17 years ago
- 335eafa by Steve Naroff · 17 years ago
- c2a689b by Steve Naroff · 17 years ago
- c3a438c by Steve Naroff · 17 years ago
- 874e232 by Steve Naroff · 17 years ago
- 8aebcb7 Break out bool/true/false support into a LangOption by Nate Begeman · 17 years ago
- 7e3411b by Steve Naroff · 17 years ago
- 322f4d3 by Steve Naroff · 17 years ago
- 6568d4d by Steve Naroff · 17 years ago
- 5086a8d by Steve Naroff · 17 years ago
- df6a51b Fix a rewriter bug that steve noticed. Don't skip arbitrary things by Chris Lattner · 17 years ago
- 9567392 Patch to comment out use of protocol qualifiers when rewriting ivars. by Fariborz Jahanian · 17 years ago
- fea763e8 by Steve Naroff · 17 years ago
- b899ad2 SourceManager, IdentifierTable, Selectors are now serialized in their own by Ted Kremenek · 17 years ago