2010-04-28 |
Fariborz Jahanian | Support for construct/destruct of ivar array |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Douglas Gregor | Completely reimplement __builtin_offsetof, based on... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Fariborz Jahanian | IRGen for initialization/destruction of |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Chris Lattner | add regex support for -verify mode. You can now do... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
David Chisnall | Changed signature of GenerateMessageSend() function... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Nate Begeman | Stub out NEON support, more to come. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Daniel Dunbar | Revert "Fix for PR6953: per gcc, regparm and noreturn... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Fariborz Jahanian | More of Sema to implement initialization of |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Benjamin Kramer | Remove unused function. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Benjamin Kramer | Reduce string trashing in getQualifiedNameAsString. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
David Chisnall | Emit the correct symbol name for the class (GNU runtime). |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Abramo Bagnara | Written storage class for declarations inside linkage... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Douglas Gregor | When the qualifier of a id-expression is non-dependent... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Douglas Gregor | Improve name mangling for dependent template names... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Douglas Gregor | When instantiating a function template specialization... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
John McCall | Properly pass the address of a lazily-generated functio... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Douglas Gregor | It's okay to refer to non-type template parameters... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Abramo Bagnara | Removed spaces at end of line. (Test commit.) |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Eli Friedman | Fix for PR6953: per gcc, regparm and noreturn affect... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Douglas Gregor | When explicitly building a temporary object (CXXTempora... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
David Chisnall | Fixed message send to void (broken by my last commit... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Douglas Gregor | Diagnose the use of abstract types as array element... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Douglas Gregor | During template instantiation, set the naming class of |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Benjamin Kramer | More simplifications. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Fariborz Jahanian | Move CollectIvarsToConstructOrDestruct to Sema |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Benjamin Kramer | Simplify some code. No change in functionality. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Douglas Gregor | When checking the redeclaration context of a typedef... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Douglas Gregor | Don't look into incomplete types when trying to warn... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Douglas Gregor | CMake: Fix DESTDIR-related installation problem on... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Douglas Gregor | When instantiating UnresolvedLookupExpr and UnresolvedM... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Daniel Dunbar | Add Driver support for -fno-constant-cfstrings. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
David Chisnall | Ensure return from a message to nil is always 0 (GNU... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Daniel Dunbar | Fix comments. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Enea Zaffanella | Wrap a couple of long lines. (Test commit.) |
commit | commitdiff | tree | snapshot |
2010-04-27 |
John McCall | Improve the diagnostic you get when making a qualified... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
John McCall | Make the InjectedClassNameType the canonical type of... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Fariborz Jahanian | New method to construct/destruct ivars that have non... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Devang Patel | Enable debug info for local variables at -O1+. |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Douglas Gregor | Improve source-location information in a C++ typeid... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Chris Lattner | fix PR6936: don't generate line marker directives when... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Fariborz Jahanian | Diagnose declaration of reference typed ivars. |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Chris Lattner | wordsmith an objc warning, rdar://7900756 |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Douglas Gregor | Introduce Type::isStructureOrClassType(), which does... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Fariborz Jahanian | Cleanup error recovery for a missing '-'|'+' |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Douglas Gregor | Implement template instantiation for implicit property... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Douglas Gregor | Implement template instantiation for ObjCPropertyRefExpr. |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Chris Lattner | emit dtors with the right calling convention in -fno... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Douglas Gregor | Implement template instantiation for value-dependent... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Chris Lattner | remove alignment specifier on this. CAn't this test... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Fariborz Jahanian | Test case for NeXt's -fno-constant-cfstrings option. |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Douglas Gregor | Implement template instantiation for Objective-C @catch |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Douglas Gregor | Refactor Objective-C @catch parameter checking by detan... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Douglas Gregor | Make the static type of the exception variable in an... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Douglas Gregor | Ensure that we have completed a type before attempting... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Daniel Dunbar | tests: Force a triple. |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Douglas Gregor | When name lookup finds a single declaration that was... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Douglas Gregor | Improve the diagnostic when we find something we did... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Daniel Dunbar | IRgen/NeXT: Fix several alignment issues with Objective... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Daniel Dunbar | tests: Convert test to FileCheck. |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Daniel Dunbar | IRgen/NeXT: Reuse EmitImageInfo for both fragile and... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Douglas Gregor | When performing name lookup for an operator name, be... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Chris Lattner | exclude cmake build directories from being installed |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Anders Carlsson | Land another cleanup patch. |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Anders Carlsson | Land this test. |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Douglas Gregor | Tweak test for destruction of copied temporary objects |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Douglas Gregor | When copying a temporary object to initialize an entity... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Anders Carlsson | Revert enough of my patches to fix self-host again :( |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Douglas Gregor | When we create a temporary of class type that we don... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Anders Carlsson | Cleanup SynthesizeCXXCopyConstructor. |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Anders Carlsson | Clean up SynthesizeCXXCopyAssignment a little. |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Anders Carlsson | RenameGetAddressOfBaseOfCompleteClass to GetAddressOfDi... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Anders Carlsson | Add an explicit UsuallyTinyPtrVector that takes a singl... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Anders Carlsson | More cleanup. |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Anders Carlsson | Simplify EmitClassMemberwiseCopy now that it's only... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Nick Lewycky | Switch this to new API. |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Anders Carlsson | DefineImplicitCopyConstructor now uses SetBaseOrMemberI... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Anders Carlsson | When building implicit base initializers, add a derived... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Anders Carlsson | Rename GetAddressOfBaseClass to OldGetAddressOfBaseClass. |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Anders Carlsson | Get rid of the old GetNonVirtualBaseClassOffset and... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Anders Carlsson | Change CodeGenFunction::GetAddressOfDerivedClass to... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Anders Carlsson | Convert more call sites over to the new GetAddressOfBas... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Douglas Gregor | When we attempt to create a temporary object of class... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Anders Carlsson | Add a new GetAddressOfBaseClass overload that takes... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Douglas Gregor | When we are performing copy initialization of a class... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Daniel Dunbar | Headers: Hide intptr_t and uintptr_t definitions behind... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Benjamin Kramer | Fix pasto, add a comment. |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Benjamin Kramer | Factor code. No functionality change. |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Anders Carlsson | Add base paths for CK_BaseToDerived and CK_BaseToDerive... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Anders Carlsson | Add base paths to CK_UncheckedDerivedToBase and CK_Deri... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Anders Carlsson | Actually produce base paths for CastExprs of kind CK_De... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Anders Carlsson | Add BasePath arguments to all cast expr constructors. |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Daniel Dunbar | Driver/Darwin: Fix Objective-C non-fragile ABI and... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Douglas Gregor | When we take the address of a declaration to bind it... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Daniel Dunbar | NeXT: Clean up dispatch method policy selection. |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Anders Carlsson | Pass the base specifiers through to CheckDerivedToBaseC... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Anders Carlsson | CastExpr should not hold a pointer to the base path... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Douglas Gregor | Tweak test case slightly |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Douglas Gregor | Be more careful around dependent nested-name-specifiers... |
commit | commitdiff | tree | snapshot |
next |