2010-04-23 |
Anders Carlsson | Remove calls to isDependentContext, since we handle... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Douglas Gregor | Template instantiation for @try and @finally (but not... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Douglas Gregor | Make TemplateDecl and ObjCContainerDecl abstract |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Douglas Gregor | Kill off IDNS_ObjCImplementation and IDNS_ObjCCategoryN... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Douglas Gregor | Template instantiation for the Objective-C "fast enumer... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Douglas Gregor | Template instantiation for Objective-C++ @synchronized... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Douglas Gregor | Implement template instantiation for Objective-C++... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Fariborz Jahanian | Check for -fno-constant-cfstrings consistency |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Fariborz Jahanian | Support for -fno-constant-cfstrings option - wip. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
John McCall | Use the naming class from the overloaded lookup when... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Chris Lattner | another tweak for haiku support, patch by Paul Davey! |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Douglas Gregor | Some Objective-C++ types and expressions will never... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Douglas Gregor | When a dependent Objective-C++ message send was able... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Douglas Gregor | Remove the SelectorLoc argument to Sema::BuildInstanceM... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Douglas Gregor | Expand the one use of TransformPointerLikeType and... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Douglas Gregor | Implement template instantiation for Objective-C++... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Daniel Dunbar | ARM/APCS: Don't respect bit-field types when laying... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Daniel Dunbar | IRgen: Fix another case where we generated an invalid... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Daniel Dunbar | IRgen: Fix case where we might generate an access compo... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Douglas Gregor | When checking whether to diagnose an initialized "exter... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Douglas Gregor | Record nested-name-specifiers of when we create |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Anders Carlsson | Re-land the patch that merges two diagnostics into... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
John McCall | Neuter this testcase a little. The way LLVM writes... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Daniel Dunbar | Suppress compiler warning. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Daniel Dunbar | IRgen: Set alignment correctly on bit-field accesses. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Daniel Dunbar | IRgen: Rewrite bit-field access policy to not access... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Daniel Dunbar | IRgen: Fix CGRecordLayout::print to print the bit-field... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Daniel Dunbar | Revert "Unify two diagnostics into one.", it breaks... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Anders Carlsson | Unify two diagnostics into one. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
John McCall | Call PerformCopyInitialization to properly initialize... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Douglas Gregor | Whenever we complain about a failed initialization... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Anders Carlsson | Remove an unused declaration. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Dan Gohman | When computing the alignof value for a vector type... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Douglas Gregor | Switch the initialization of Objective-C message parame... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Devang Patel | Encode field accessibility. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Douglas Gregor | Implement parsing for message sends in Objective-C... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Douglas Gregor | Migrate the responsibility for turning the receiver... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Anders Carlsson | Diagnose access to fields with private constructors. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Douglas Gregor | Eliminate unused code in Sema::ActOnSuperMessage and... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Douglas Gregor | Rework the Parser-Sema interaction for Objective-C... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Anders Carlsson | Keep tack of whether a base in an InitializedEntity... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Daniel Dunbar | ABI/x86-32 & x86-64: Alignment on 'byval' must be set... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Daniel Dunbar | Convert test to FileCheck. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Daniel Dunbar | Convert test to FileCheck. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Daniel Dunbar | IRgen/x86-32: Factor out getIndirectResult(), to match... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Daniel Dunbar | IRgen: Add checking that the LLVM and AST record layout... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Fariborz Jahanian | Improve on source location of diagnostic when default |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Anders Carlsson | Pass the InitializedEntity to Sema::CheckConstructorAcc... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Anders Carlsson | Comment out an assert for now. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Fariborz Jahanian | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Benjamin Kramer | Add more const to ConstExprIterator. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
John McCall | I failed to notice that my last patch wasn't doing... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
John McCall | Teach EmitBlock to put the target block immediately... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
John McCall | Miscellaneous codegen cleanups. Mostly, don't create... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Zhongxing Xu | CXXNamedCastExpr is actually an abstract expression. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Douglas Gregor | Sink the _GNU_SOURCE definition down into the target... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Douglas Gregor | Reword the note we emit when suppressing template insta... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Zhongxing Xu | The second check point in the old test case was invalid. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
John McCall | Use const_cast instead of a C cast. Safer, plus it... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Zhongxing Xu | Use the right predecessor. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Zhongxing Xu | Add initial support for C++ delete expr. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Douglas Gregor | Overhaul the AST representation of Objective-C message... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Anders Carlsson | Remove an unused parameter from isImplicitlyDefined. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
John Thompson | Fix comment to reflect recent code change. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Ted Kremenek | Fix USRs for 'extern' variables declaration in function... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Ted Kremenek | Specify linkage for Objective-C declarations. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Anders Carlsson | Factor some common code out into a separate function. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Fariborz Jahanian | Fixes a code gen. bug by removing an assert. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Chris Lattner | fix the ?: fixit that ted added to recover properly. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Ted Kremenek | Fix crash on invalid code where a @throw statement... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Chris Lattner | change FullSourceLoc to have a *const* SourceManager... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Chris Lattner | push some source location information down through... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Fariborz Jahanian | Patch to support transparent_union types on |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Chris Lattner | enhance sourcemgr to detect various UTF BOM's and emit... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Anders Carlsson | Back out r101911 and see if it makes the bots happy. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Benjamin Kramer | Remove dead code. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Daniel Dunbar | IRgen: Always use i8 arrays to access union bit-fields... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Chris Lattner | remove some extraneous qualifiers. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Anders Carlsson | Fix a bug which triggered the assertion I added yesterd... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Anders Carlsson | Move code to apply a non-virtual and virtual offset... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Douglas Gregor | Keep proper source location information for the type... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Benjamin Kramer | Tip of the day: save before commit. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Benjamin Kramer | Fix -Wcast-qual warnings. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Douglas Gregor | Introduce a limit on the depth of the template instanti... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Zhongxing Xu | Add test cases. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Chris Lattner | don't slap noalias attribute on stret result arguments. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Zhongxing Xu | Replace code with a method call. No functionality change. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Anders Carlsson | Pass the nearest virtual base decl to InitializeVTableP... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Chris Lattner | reapply john's patch, he broke mainline again by changi... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Anders Carlsson | Assert that the path from the derived to the base class... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
John Thompson | Altivec vector literal initializer count mismatch error... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Zhongxing Xu | Use GetState() to get the possible cleaned state. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Chris Lattner | grr, lit only hates me, not the rest of the world. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Chris Lattner | revert r101863, whcih is causing Sema/altivec-init... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
John Thompson | Altivec vector literal initializer count mismatch error... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Zhongxing Xu | Improve handling of CXXNewExpr. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
John McCall | Restore r101841 without modification. Also mark 'opera... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
John McCall | Revert r101841 and follow-up. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Chris Lattner | add __builtin_[r]index. Perhaps all LIBBUILTIN's shoul... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
John McCall | Use __SIZE_TYPE__ as suggested by dgregor. |
commit | commitdiff | tree | snapshot |
next |