2009-04-15 |
Anders Carlsson | Simplify CodeGenFunction::GenerateCode. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Zhongxing Xu | remove dead code. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Daniel Dunbar | Tweaks to Objective-C metadata (32 & 64-bit) to match... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Daniel Dunbar | Driver: For clang, accept -fsigned-bitfields and reject |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Douglas Gregor | PCH support for CStyleCastExpr and BinaryOperator expre... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Daniel Dunbar | Improve "assignment to cast" diagnostic. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Douglas Gregor | PCH support for ParenExpr |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Douglas Gregor | Add PCH support for ImplicitCastExprs. This is the... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Daniel Dunbar | Strip paren expressions when trying to diagnose "cast... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | Change Lexer::MeasureTokenLength to take a LangOptions... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Fariborz Jahanian | Diagnose properties which have no implementations; |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Daniel Dunbar | Set alignment on __cstring metadata variables to 1... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Daniel Dunbar | Avoid use of magic \01 prefix when unneeded. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | add fixitrewriter to xcode proj |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Daniel Dunbar | Comment fix. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | Make the implicit-int handling error recovery stuff... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Douglas Gregor | Add PCH support for PredefinedExpr and FloatingLiteral... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | refactor "implicit int error recovery" code out of |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Douglas Gregor | PCH support for a few very, very simple kinds of expres... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | Fix a regression in a previous patch that broke implicit |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Steve Naroff | Fix <rdar://problem/6252084> [sema] jumps into Obj... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | add support for -W[no-]extra-tokens |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | remove dead enum |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | Fix PR3988: extern inline functions get strong symbol... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Fariborz Jahanian | Do not dead code strip global meta-data objects. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Mike Stump | Fixup whitespacing. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | temporarily revert r69046 |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Daniel Dunbar | Fix comment. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Douglas Gregor | Add a tricky, tricky test case for PCH that we currentl... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | implement some sema for gnuc_inline attribute. Reject... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Anders Carlsson | Support code generation of 'this' exprs |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Sanjiv Gupta | Literal value calculation isn't likely to overflow... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | implement codegen support for __attribute((__gnuc_inlin... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | recognize the gnuc_inline attribute. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Douglas Gregor | When building a PCH file, don't perform end-of-translat... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Steve Naroff | ASTContext::mergeTypes(): Loosen up the type checking... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Daniel Dunbar | Refactor how attributes are set on values. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Daniel Dunbar | Split SetGlobalValueAttributes into definition/declarat... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Daniel Dunbar | Rename (one) SetFunctionAttributes to SetLLVMFunctionAt... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Daniel Dunbar | Reduce indentation, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | defer emission of always_inline, extern_inline, and... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | give always_inline functions internal linkage. If... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | set the linkage of an inline function according to... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Daniel Dunbar | Add a comment on SetGlobalValueAttributes. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | add a new enum type for linkage, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Daniel Dunbar | Clean up handling of visibility. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | reduce indentation, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | do not set visibility on "private" or "available extern... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | Offer a fixit hint for our warning about tokens at... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | Fix the #import / #include_next "extra tokens at end... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Mike Stump | Use hasAttr instead of getAttr for conditionals. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Daniel Dunbar | Audit __private_extern__ handling. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Daniel Dunbar | Add VarDecl::getStorageClassSpecifierString (StorageCla... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Mike Stump | Fixup CodeGen for __weak __block variables. Radar... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Mike Stump | Fix build error. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Steve Naroff | Change dyn_cast<> to isa<>. Pointed out by Anders ... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Douglas Gregor | When writing a PCH file, keep track of all of the non... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Steve Naroff | Fix crasher in ASTContext::getObjCEncodingForMethodDecl(). |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Douglas Gregor | Partial PCH support for FileScopeAsmDecl and BlockDecl... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Douglas Gregor | PCH support for functions and their parameters. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Eli Friedman | Minor work related to removing the assumption that... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Eli Friedman | Minor simplification. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Eli Friedman | PR3461: reject initializer for incomplete type. Based... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Daniel Dunbar | Remove CheckBuiltinMacros script, obsoleted since we... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Daniel Dunbar | Ignore Output directory |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Douglas Gregor | PCH support for record decls/types and their fields... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Daniel Dunbar | Update to use hasAttr() instead of getAttr(). |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Douglas Gregor | Print the number (and percentage) of identifiers read... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Douglas Gregor | Introduce PCH (de-)serialization for most compound... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Daniel Dunbar | Reapply 68936, turned out to that clang's better debug... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Steve Naroff | Move/update recent FIXME (wrt UTF-8 checking for ObjC... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Chris Lattner | upgrade "extra tokens at end of directive" to warn... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Fariborz Jahanian | In objc2's None-Fragile ABI, one cannot use the super... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Steve Naroff | Fixed crasher in <rdar://problem/6780904> [irgen] Asser... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Douglas Gregor | Add PCH support for enumerations and enumerators. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Daniel Dunbar | Revert 68936, LLVM still isn't ready to handle debug... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Anders Carlsson | Use the new guard variable mangling function and get... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Anders Carlsson | Add support for mangling guard variables. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Steve Naroff | Change diagnostic as a result of researching <rdar... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Daniel Dunbar | Fix assertion failure in PTH when tokens followed a... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Douglas Gregor | Make the reading of the line table from a PCH file... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Douglas Gregor | Include the SourceManager's line table in the PCH file... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Douglas Gregor | Factor the internals of SourceManager (specially, LineT... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Douglas Gregor | Make the selection of type declarations in Sema::getTyp... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Chris Lattner | the driver caught up. This makes -msse3 correctly... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Chris Lattner | fix rdar://6774906, a crash handling implicit conversio... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Devang Patel | Enable debug info generation while optimizing. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Chris Lattner | mention the non-standard builtin macros we support. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Chris Lattner | implement the microsoft/gnu "__COUNTER__" macro: rdar... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Chris Lattner | Improve error recovery for calls, fixing: |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | fix PR3932: [ObjC]Type defined as 'id' is not recognize... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | add some more coverage. |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | clean up test. |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | if we already know that a decl is invalid in an @catch... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | fix some out of date comments pointed out by Sebastian |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | fix a comment typo Sebastian noticed. |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | add support for handling C++'0x unified initializer... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Chris Lattner | Fix some C++ error recovery problems in init declarator... |
commit | commitdiff | tree | snapshot |
next |