- 17b80c1 Generate code for some more intrinsics. by Anders Carlsson · 17 years ago
- ff1ccb0 Reimplement support for strings that initialize global inits now that by Chris Lattner · 17 years ago
- 61d7c07 Separate access field number is not required. by Devang Patel · 17 years ago
- 36792d0 Beautify comment. by Devang Patel · 17 years ago
- 38bccd2 Add support to share llvm fields for bit-fields. by Devang Patel · 17 years ago
- 6a2c380 by Steve Naroff · 17 years ago
- 962212d Fixed bug in CFG::PopulateBlkExprMap where the ordering by Ted Kremenek · 17 years ago
- 03cf4df Added missing inclusion of stdarg.h. Now CGExprScalar.cpp by Ted Kremenek · 17 years ago
- cb69fb7 by Steve Naroff · 17 years ago
- c3ec0a7 Fixed off-by-one-error when resizing Bitvectors used for by Ted Kremenek · 17 years ago
- f67265f add support for implicit cast from array to pointer that is not the element by Chris Lattner · 17 years ago
- c55a288 Revert change that broke the build. by Anders Carlsson · 17 years ago
- d6d6d1f disable case that makes this fail. by Chris Lattner · 17 years ago
- a9234fe Add EmitShuffleVector helper method. by Anders Carlsson · 17 years ago
- e8b3607 Address comments from Chris. by Anders Carlsson · 17 years ago
- bcb16aa minor edits. by Chris Lattner · 17 years ago
- 691e9da Add assert to flag incomplete bit-field support. by Devang Patel · 17 years ago
- 4495626 Use getABITypeSizeInBits() instead of getTypeSizeInBits() during struct layout. by Devang Patel · 17 years ago
- 96fd042 Use getABITypeSizeInBits() instead of getTypeSizeInBits() during struct layout. by Devang Patel · 17 years ago
- 12206af Added newline to end of file. by Ted Kremenek · 17 years ago
- f4845dd be more clear about what we are comparing. by Chris Lattner · 17 years ago
- 7484e11 Forgot this file. by Anders Carlsson · 17 years ago
- c8f6452 fixes, thanks to Nico Weber by Chris Lattner · 17 years ago
- cfcef8a clean up the TOC. by Chris Lattner · 17 years ago
- 15fa57e finish the features description. by Chris Lattner · 17 years ago
- b0b39db now with hackability. by Chris Lattner · 17 years ago
- 7e47073 reorganize features, expound on a couple more. by Chris Lattner · 17 years ago
- 4196b8c incorporate suggestions from Joel Nelson. by Chris Lattner · 17 years ago
- ee79e8a start making features be a more detailed description of the features/goals section on the main page. by Chris Lattner · 17 years ago
- 045b828 add toc by Chris Lattner · 17 years ago
- ed3f5a2d don't duplicate goals on the features page. by Chris Lattner · 17 years ago
- 872ed36 update status by Chris Lattner · 17 years ago
- 6552b38 edits, switch the goals/why section. by Chris Lattner · 17 years ago
- e85d6ee minor edits by Chris Lattner · 17 years ago
- e769b8e add link to comparison page. by Chris Lattner · 17 years ago
- 4cd6d73 Be more positive! Add to sidebar. by Chris Lattner · 17 years ago
- ed44e0e updates. by Chris Lattner · 17 years ago
- 2b753b3 minor edits by Chris Lattner · 17 years ago
- d02589d make more positive. by Chris Lattner · 17 years ago
- 71d833e Add a "comparing clang to other compilers" page, to help resolve some FAQ's. by Chris Lattner · 17 years ago
- 60469f0 lots of this is done. by Chris Lattner · 17 years ago
- c7e4f67 abort when we lower an initializer to the wrong type, as we currently do for: by Chris Lattner · 17 years ago
- 23d853d extend or truncate the initializer for a string initializer to match its type. by Chris Lattner · 17 years ago
- 72c0973 Implement codegen support for: char text[8] = "string"; by Chris Lattner · 17 years ago
- 0a35a81 Address Chris's comments. by Anders Carlsson · 17 years ago
- e1449c1 Move target specific builtin IDs to TargetBuiltins.h so that they can be used by CGBuiltin.cpp by Anders Carlsson · 17 years ago
- f6da291 Implement correct semantic analysis of subtractions, implementing C99 6.5.6. by Chris Lattner · 17 years ago
- 9238e21 Implement __builtin_ia32_mulps. by Anders Carlsson · 17 years ago
- 6f6c648 Generate code for target specific intrinsics. by Anders Carlsson · 17 years ago
- 6c45129 The flags on tokens indicate whether they are the start of a *physical* line, by Chris Lattner · 17 years ago
- 45ac817 Fix a pretty big but subtle bug counting the number of newlines to emit. by Chris Lattner · 17 years ago
- c0f7c51 Add dumping support for locations, make -dumptokens print out the location by Chris Lattner · 17 years ago
- 43e8dde Fix typo noticed by Nico Weber by Chris Lattner · 17 years ago
- 3644f91 many edits to the main page, add a prominant 'status' section. by Chris Lattner · 17 years ago
- 9b78cc9 unindent, don't zap whitespace before/after paragraphs. by Chris Lattner · 17 years ago
- 4d02a99 simplify the menu css, make it a bit more attractive. by Chris Lattner · 17 years ago
- 16c9f85 cleanup some markup, e.g. & -> & by Chris Lattner · 17 years ago
- c8d80bb avoid ///usr/include/foo.h, patch by Sean Middleditch by Chris Lattner · 17 years ago
- 2ab28c9 implement support for functions that initialize globals. by Chris Lattner · 17 years ago
- 333052c Add getTargetPrefix to TargetInfo, to be used with target specific intrinsics. by Anders Carlsson · 17 years ago
- 22b3e27 Test case for my last patch for implementation of static protocoled type by Fariborz Jahanian · 17 years ago
- f2ee53f by Steve Naroff · 17 years ago
- be4283c Implemented when static typing is combined with protocols and use as receiver by Fariborz Jahanian · 17 years ago
- 4a4b206 by Steve Naroff · 17 years ago
- c479358 by Steve Naroff · 17 years ago
- 6ff57c6 Patch for rewriting of @protocol. by Fariborz Jahanian · 17 years ago
- 3b1caac by Steve Naroff · 17 years ago
- b4452ed Patch to implement "Protocol" as a built-in type declared as "@class Protocol;" by Fariborz Jahanian · 17 years ago
- 924109b Add workaround to get test/Parser/compound_literal.c working again. by Anders Carlsson · 17 years ago
- efba8c8 On Steve's suggestion, moved handling of use of undeclared method in a message by Fariborz Jahanian · 17 years ago
- 75027e6 More struct bitfields layout work. Now handle, by Devang Patel · 17 years ago
- d5e1b2f test case for my very last patch. by Fariborz Jahanian · 17 years ago
- 23d411b Fix a bug handling typedefs of functions, patch by Nuno Lopes! by Chris Lattner · 17 years ago
- a92a2b6 make it more clear what 'foo' is by Chris Lattner · 17 years ago
- 0fd410c A missing method in a messaging expression issues a warning, clients must not by Fariborz Jahanian · 17 years ago
- 11ad895 Subdivided the function InitializeBaseLanguage into InitializeBaseLanguage, by Ted Kremenek · 17 years ago
- 45a56e0 Avoid passing Diags into InitializeIncludePaths. by Chris Lattner · 17 years ago
- 6fd8927 by Steve Naroff · 17 years ago
- da29d8c Removed dependence on including iostream (use llvm/Support/Streams.h instead). by Ted Kremenek · 17 years ago
- 177c571 Converted SerializationTest (--test-pickling) to use the new TranslationUnit by Ted Kremenek · 17 years ago
- bde8104 by Steve Naroff · 17 years ago
- 78769a6 Added Driver/TranslationUnit.h and Driver/TranslationUnit.cpp to the by Ted Kremenek · 17 years ago
- 6f046da Added "TranslationUnit" class that will be used to provide an interface by Ted Kremenek · 17 years ago
- 2939b8a Modified: CreateTargetInfo(). Now takes Diagnostic* instead of Diagnostic&. by Ted Kremenek · 17 years ago
- 6100d61 Added Basic/LangOptions.cpp to XCode project. by Ted Kremenek · 17 years ago
- cb1262c Implemented serialization of LangOptions. by Ted Kremenek · 17 years ago
- 2c63b9f I'm apparently the only sad lonely ppc user left :) by Chris Lattner · 17 years ago
- a36aaef Moved creation of ASTConsumers that can operate on both freshly-parsed and by Ted Kremenek · 17 years ago
- 3102df9 Patch to prevent crash on use of objc2 syntax. by Fariborz Jahanian · 17 years ago
- fabf3bf Changed type-cast of "struct objc_super"'s 2nd initializer to match definition of by Fariborz Jahanian · 17 years ago
- 5e6e088 fix some bogus code noticed by Kevin Andre by Chris Lattner · 17 years ago
- 4513ecb Implement CodeGen for vectors. Don't create unnecessary conversion instructions if the value to be converted is a constant. by Anders Carlsson · 17 years ago
- 9374b85 Add sema checking for compound literal expressions. by Anders Carlsson · 17 years ago
- a8897f0 Implement codegen for builtin infinity functions. by Anders Carlsson · 17 years ago
- 463f7ce Revert DidWarn change - It won't catch all cases anyway and GCC warns for every excess element. Maybe later we can add back the limit and make it smarter. by Anders Carlsson · 17 years ago
- c7c6653 by Steve Naroff · 17 years ago
- 1defb8d Implemented serialization of: ObjCEncodeExpr, ObjCSelectorExpr. by Ted Kremenek · 17 years ago
- 923de59 Added serialization support of SourceManager to the clang driver. by Ted Kremenek · 17 years ago
- bc54abf Renamed SourceManager::Read to SourceManager::CreateAndRegister. by Ted Kremenek · 17 years ago
- 9c856e9 Implemented initial serialization support for SourceManager. by Ted Kremenek · 17 years ago