2007-12-12 |
Chris Lattner | simplify some code, bump j. This fixes the remaining... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Ted Kremenek | Moved construction of TargetInfo objects out of the... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | handle the -1'ness of undefined lists |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | unbreak the build. I'm still working on test failures. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | more cleanups changing things like getInstanceVariables... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | resolve some fixmes and clean up some code by eliminati... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | start cleaning up interfaces for objc bits and pieces... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | split objc pieces of SemaDecl.cpp out into SemaDeclObjC.cpp |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Ted Kremenek | Added back VisitDeclStmt() to the StmtDumper, essential... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | move function to a more logical location, add its gramm... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | remove todo |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Ted Kremenek | Removed VisitDeclStmt(). The initializers of a DeclStmt... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | Unbreak -stats on cocoa.h |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | add run lines. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | add run line |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | add runline, make this test real. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | verify that tests contain RUN lines. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | simplify some code. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | implement correct semantic analysis for shifts. For: |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | Simplify some code, don't force the triple to a darwin... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | typo reported by Gabor Greif |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | Fix a codegen crash on test/CodeGen/cast.c, reported... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | fix typo pointed out by gordon |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | fix expected errors. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Fariborz Jahanian | Add -pedantic so test passes. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Chris Lattner | Add ObjC parser support for concatenated ObjC strings... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Fariborz Jahanian | Implemented type checking for pointer of objects of... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Ted Kremenek | Moved creation of SourceManager, HeaderSearch, TargetIn... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Chris Lattner | simplify code now that isConstantExpr really does always |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Chris Lattner | Fix a case where we'd return "is not a constant expr... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Fariborz Jahanian | 80-column please. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Ted Kremenek | Modified the internals of Diagnostic and DiagnosticClie... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Fariborz Jahanian | Implemented rewriting of protocol-qualified global... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Chris Lattner | gcc supports more targets. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Chris Lattner | update pch discussion |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Chris Lattner | improve title |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Chris Lattner | add a con of clang vs gcc |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Devang Patel | Match union field type when member expression is u->x |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Ted Kremenek | Mega-patch: ripped SourceManager out of Diagnostic... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Fariborz Jahanian | Refactor Rewritetest::RewriteObjcQualifiedInterfaceType... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Devang Patel | Refactor bit-field handling code into a separate method. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Fariborz Jahanian | For @optional unimplemented methods do not issue the... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Fariborz Jahanian | Fixed a parsing bug whereby @optional/@required keyword... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Chris Lattner | mention pork |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Chris Lattner | properly namespacify. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Chris Lattner | fix a build issue with non-apple-gcc-4.0 compilers. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Steve Naroff | Avoid the first person in a recently added comment. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Steve Naroff | - Tweak several tests to be compatible with my last... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Anders Carlsson | Generate more builtins. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Steve Naroff | Change err_undef_protocolref to warn_undef_protocolref... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Anders Carlsson | Generate code for some more intrinsics. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Chris Lattner | Reimplement support for strings that initialize global... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Devang Patel | Separate access field number is not required. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Devang Patel | Beautify comment. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Devang Patel | Add support to share llvm fields for bit-fields. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Steve Naroff | Explicitly set the string literal type from "char ... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Ted Kremenek | Fixed bug in CFG::PopulateBlkExprMap where the ordering |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Ted Kremenek | Added missing inclusion of stdarg.h. Now CGExprScalar.cpp |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Steve Naroff | Add support for initializing char arrays from string... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Ted Kremenek | Fixed off-by-one-error when resizing Bitvectors used for |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chris Lattner | add support for implicit cast from array to pointer... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Anders Carlsson | Revert change that broke the build. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chris Lattner | disable case that makes this fail. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Anders Carlsson | Add EmitShuffleVector helper method. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Anders Carlsson | Address comments from Chris. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chris Lattner | minor edits. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Devang Patel | Add assert to flag incomplete bit-field support. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Devang Patel | Use getABITypeSizeInBits() instead of getTypeSizeInBits... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Devang Patel | Use getABITypeSizeInBits() instead of getTypeSizeInBits... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Ted Kremenek | Added newline to end of file. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chris Lattner | be more clear about what we are comparing. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Anders Carlsson | Forgot this file. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chris Lattner | fixes, thanks to Nico Weber |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chris Lattner | clean up the TOC. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chris Lattner | finish the features description. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chris Lattner | now with hackability. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chris Lattner | reorganize features, expound on a couple more. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chris Lattner | incorporate suggestions from Joel Nelson. |
commit | commitdiff | tree | snapshot |
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 |
next |