2007-12-10 |
Chris Lattner | start making features be a more detailed description... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chris Lattner | add toc |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chris Lattner | don't duplicate goals on the features page. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chris Lattner | update status |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chris Lattner | edits, switch the goals/why section. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chris Lattner | minor edits |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chris Lattner | add link to comparison page. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chris Lattner | Be more positive! Add to sidebar. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chris Lattner | updates. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chris Lattner | minor edits |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chris Lattner | make more positive. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chris Lattner | Add a "comparing clang to other compilers" page, to... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chris Lattner | lots of this is done. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chris Lattner | abort when we lower an initializer to the wrong type... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chris Lattner | extend or truncate the initializer for a string initial... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Chris Lattner | Implement codegen support for: |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Anders Carlsson | Address Chris's comments. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Anders Carlsson | Move target specific builtin IDs to TargetBuiltins... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Chris Lattner | Implement correct semantic analysis of subtractions... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Anders Carlsson | Implement __builtin_ia32_mulps. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Anders Carlsson | Generate code for target specific intrinsics. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Chris Lattner | The flags on tokens indicate whether they are the start... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Chris Lattner | Fix a pretty big but subtle bug counting the number... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Chris Lattner | Add dumping support for locations, make -dumptokens... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Chris Lattner | Fix typo noticed by Nico Weber |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Chris Lattner | many edits to the main page, add a prominant 'status... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Chris Lattner | unindent, don't zap whitespace before/after paragraphs. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Chris Lattner | simplify the menu css, make it a bit more attractive. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Chris Lattner | cleanup some markup, e.g. & -> & |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Chris Lattner | avoid ///usr/include/foo.h, patch by Sean Middleditch |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Chris Lattner | implement support for functions that initialize globals. |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Anders Carlsson | Add getTargetPrefix to TargetInfo, to be used with... |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Fariborz Jahanian | Test case for my last patch for implementation of stati... |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Steve Naroff | Omit the field name when including the super class... |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Fariborz Jahanian | Implemented when static typing is combined with protoco... |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Steve Naroff | Have Sema::CheckConstantInitList skip semantic analysis... |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Steve Naroff | Lookup methods in the global pool even when a staticall... |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Fariborz Jahanian | Patch for rewriting of @protocol. |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Steve Naroff | Rewrite 'super' within a class method. This required... |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Fariborz Jahanian | Patch to implement "Protocol" as a built-in type declar... |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Anders Carlsson | Add workaround to get test/Parser/compound_literal... |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Fariborz Jahanian | On Steve's suggestion, moved handling of use of undecla... |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Devang Patel | More struct bitfields layout work. Now handle, |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Fariborz Jahanian | test case for my very last patch. |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Chris Lattner | Fix a bug handling typedefs of functions, patch by... |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Chris Lattner | make it more clear what 'foo' is |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Fariborz Jahanian | A missing method in a messaging expression issues a... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Ted Kremenek | Subdivided the function InitializeBaseLanguage into... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Chris Lattner | Avoid passing Diags into InitializeIncludePaths. |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Steve Naroff | Make sure Parser::ParseObjCSelectorExpression() handles... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Ted Kremenek | Removed dependence on including iostream (use llvm... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Ted Kremenek | Converted SerializationTest (--test-pickling) to use... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Steve Naroff | Make sure the class methods get attached to the metacla... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Ted Kremenek | Added Driver/TranslationUnit.h and Driver/TranslationUn... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Ted Kremenek | Added "TranslationUnit" class that will be used to... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Ted Kremenek | Modified: CreateTargetInfo(). Now takes Diagnostic... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Ted Kremenek | Added Basic/LangOptions.cpp to XCode project. |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Ted Kremenek | Implemented serialization of LangOptions. |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Chris Lattner | I'm apparently the only sad lonely ppc user left :) |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Ted Kremenek | Moved creation of ASTConsumers that can operate on... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Fariborz Jahanian | Patch to prevent crash on use of objc2 syntax. |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Fariborz Jahanian | Changed type-cast of "struct objc_super"'s 2nd initiali... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Chris Lattner | fix some bogus code noticed by Kevin Andre |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Anders Carlsson | Implement CodeGen for vectors. Don't create unnecessary... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Anders Carlsson | Add sema checking for compound literal expressions. |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Anders Carlsson | Implement codegen for builtin infinity functions. |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Anders Carlsson | Revert DidWarn change - It won't catch all cases anyway... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Steve Naroff | Recognize CompoundLiteralExpr's as valid lvalue's. |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Ted Kremenek | Implemented serialization of: ObjCEncodeExpr, ObjCSelec... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Ted Kremenek | Added serialization support of SourceManager to the... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Ted Kremenek | Renamed SourceManager::Read to SourceManager::CreateAnd... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Ted Kremenek | Implemented initial serialization support for SourceMan... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Steve Naroff | Add the definition of objc_super... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Ted Kremenek | Removed serialization of FileEntry and DirectoryEntry... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Fariborz Jahanian | Type-cast initializers for "struct objc_super" paramete... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Fariborz Jahanian | Test case for my last patch. |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Fariborz Jahanian | Don't assert if objc.h not declared when rewriting. |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Ted Kremenek | Implemented serialization of SrcMgr::ContentCache. |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Fariborz Jahanian | Removed a "TODO" comment as objc1 runtime does not... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Fariborz Jahanian | Simplified setting up Method's scope before generating... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Ted Kremenek | Fixed a few more comments to change "FileInfo" to ... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Ted Kremenek | Implemented serialization of FileEntry and DirectoryEntry. |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Ted Kremenek | Removed searching for "darwin" keyword in target triple... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Ted Kremenek | Removed IntrusiveSPtr. There are no clients of this... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Ted Kremenek | Implemented serialization of ObjCStringLiteral. |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Ted Kremenek | Implemented serialization for ObjcAtThrowStmt. |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Ted Kremenek | Implemented serialization of ObjcAtTryStmt. |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Ted Kremenek | Implemented serialization for ObjcAtFinallyStmt. |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Ted Kremenek | Implemented serialization for ObjcAtCatchStmt. |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Ted Kremenek | Fixed order of operands to strstr call. |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Ted Kremenek | For target processing, on non-Darwin systems instead... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Fariborz Jahanian | Change <Objc/objc.h> to <objc/objc.h> |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Ted Kremenek | Implemented serialization of TargetInfo. |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Ted Kremenek | Added some notes on the -triple and -arch options. |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Fariborz Jahanian | Fixed a bug exposed by referencing an ivar field using... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Ted Kremenek | Few cleanups to patch 44551: |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Ted Kremenek | Implemented initial support for "-triple" option to... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Chris Lattner | Fix an ast-print/ast-dump bug. |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Fariborz Jahanian | Support for rewriteing of messaging of methods which... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Fariborz Jahanian | Added support for messagings which return a structure... |
commit | commitdiff | tree | snapshot |
next |