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 |
2010-04-20 |
John McCall | Don't bother looking for (or diagnosing problems with... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Douglas Gregor | Do not diagnose unused-parameter errors in template... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Douglas Gregor | Keep track of the actual storage specifier written... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Douglas Gregor | Only suppress the "extern variable has an initializer... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Douglas Gregor | Disable the "'extern' variable has an initializer"... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Daniel Dunbar | AST: Dump ASTRecordLayout objects when they are created... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Daniel Dunbar | IRgen: Kill unused function and move the type match... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Chris Lattner | add a PPCallback handler for a skipped #include, patch by |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Douglas Gregor | When normal name lookup to disambiguiate an Objective... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Douglas Gregor | More tests for Objective-C-related name lookup weirdnes... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Eric Christopher | Add a testcase for PR6501 (too many/too few arguments... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Fariborz Jahanian | Check for darwin befoer cheking for version. |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Fariborz Jahanian | Make this test darwin10 specific. |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Eric Christopher | Temporarily XFAIL this test on windows. |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Eric Christopher | Remove the argument number from the constant integer... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Fariborz Jahanian | Some renaming of methods, fixes typo |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Douglas Gregor | When searching for code-completion and typo-correction... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Fariborz Jahanian | Force clang to produce legacy api for messaging |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Rafael Espindola | Add comment explaning the use of c99 inline in c++. |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Dan Gohman | Fix -Wcast-qual warnings. |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Zhongxing Xu | Move all C++ expression evaluation logic into its own... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Zhongxing Xu | Analyzer: add support for CXXNewExpr. |
commit | commitdiff | tree | snapshot |
2010-04-19 |
David Chisnall | Don't just emit ivar metadata - emit CORRECT ivar metad... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
David Chisnall | Fix emitting ivar metadata for synthesized ivars and... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Rafael Espindola | If a method is virtual and the class key function is... |
commit | commitdiff | tree | snapshot |
next |