2010-05-05 |
Chris Lattner | Pass the globaldecl into GetOrCreateLLVMFunction so... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Douglas Gregor | When implicit definition of the copy-assignment operato... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Fariborz Jahanian | This patch deals with Sema Part of Setter/Getter synthesis |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Douglas Gregor | When we emit a non-constant initializer for a global... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
mike-m | Test commit. |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Douglas Gregor | For thread-safe static initialization of local statics... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Sean Hunt | Reapplying patch to change StmtNodes.def to StmtNodes... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Sean Hunt | Revert r103072; I accidentally ended up deleting a... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Douglas Gregor | Support for 'template' as a disambiguator (PR7030) |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Chris Lattner | add a new --print-diagnostic-categories option, which... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Douglas Gregor | Reimplement code generation for copying fields in the |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Anders Carlsson | Use a more appropriate LLVM type for the vtable pointer. |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Douglas Gregor | Unbreak CMake build. |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Chris Lattner | fit in 80 cols |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Sean Hunt | Add forgotten CMakeFiles.txt |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Sean Hunt | Change StmtNodes.def to StmtNodes.td in anticipation... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Chris Lattner | document -fdiagnostics-show-category |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Ted Kremenek | Rework clang_annotateTokens() to annotate tokens with... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Ted Kremenek | Map Objective-C keywords to CXToken_Keyword. |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Ted Kremenek | Move post-processing of token annotations to method... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Ted Kremenek | Refactor visitor logic for clang_annotateTokens() into... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Chris Lattner | add a new -fdiagnostics-show-category=none/id/name... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Chris Lattner | When -fdiagnostics-print-source-range-info is specified, |
commit | commitdiff | tree | snapshot |
2010-05-04 |
John McCall | Emit the globals, metadata, etc. associated with static... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Chris Lattner | add the ability to associate 'category' names with... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Fariborz Jahanian | Fixes a code gen. crash when ivar object has trivial... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Douglas Gregor | When instantiating a function that was declared via... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Fariborz Jahanian | Fixes a code gen crash when block is a reference type... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Douglas Gregor | Introduce a limit on the depth of the macro instantiati... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Douglas Gregor | When creating a call to a base subobject's operator... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Sebastian Redl | Let StmtDumper.cpp handle using declarations. |
commit | commitdiff | tree | snapshot |
2010-05-04 |
John McCall | An access is permitted if the current template instanti... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
John McCall | When inheriting a default argument expression, inherit... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Fariborz Jahanian | Fixes a Code Gen. Crash when calling destructor on... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Douglas Gregor | When computing the template arguments for the instantia... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
John McCall | Just bail out immediately when emitting an unreachable... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Fariborz Jahanian | Test for my last patch. |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Fariborz Jahanian | For the sake of Objective-c++ overload resolution, |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Douglas Gregor | When instantiating a function-local variable definition... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Ted Kremenek | Workaround: Don't add ObjCMethodDecls to the vector... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Douglas Gregor | If we're generating code to create a pointer-to-member... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Douglas Gregor | Diagnose unused exception parameters under a different... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Douglas Gregor | Complain when we try to initialize an object of Objecti... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Douglas Gregor | It's okay to reference an enum in a template definition... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Anders Carlsson | When computing the address of a virtual member function... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Douglas Gregor | Try to unbreak clang-i686-darawin10 builder |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Fariborz Jahanian | Do not issue warning on unimplemented property in the... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Anders Carlsson | Get rid of virt.cpp. |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Anders Carlsson | The array form of 'new' can never have initializers. |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Douglas Gregor | When creating the declaration reference for implicit... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Douglas Gregor | When declaring a namespace alias, ignore previous decla... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Douglas Gregor | When instantiating a member function declared via a... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Douglas Gregor | When a class contains a non-empty anonymous union or... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Anders Carlsson | Don't build an aggregate constructor loop when the... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Anders Carlsson | Add test case that I forgot to check in. |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Benjamin Kramer | Replace a char*/size pair with stringref. |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Anders Carlsson | Simplify. |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Anders Carlsson | Don't copy or initialize empty classes. Fixes PR7012. |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Anders Carlsson | Store the entire base subobject in SubVTTIndices. |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Anders Carlsson | Remove OldGetAddressOfBaseClass - bye bye ambiguities. |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Anders Carlsson | Get rid of the last caller of OldGetAddressOfBaseClass. |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Anders Carlsson | More work towards getting rid of OldGetAddressOfBaseClass. |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Anders Carlsson | Get rid of a call to GetAddressOfDirectBaseInCompleteClass. |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Anders Carlsson | Have getSubVTTIndex take a BaseSubobject instead of... |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Anders Carlsson | Change CXXConstructExpr::Create to take a ConstructionKind. |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Anders Carlsson | Pass ForVirtualBase all the way to GetVTTParameter. |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Anders Carlsson | Add the same 'ForVirtualBase' parameter to EmitCXXDestr... |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Anders Carlsson | Revert my last change and add a 'ForVirtualBase' parame... |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Anders Carlsson | Pass the construction kind down to EmitCXXConstructorCall. |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Anders Carlsson | Add an enum to CXXConstructExpr so we can determine... |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Anders Carlsson | Remove another unused function. |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Anders Carlsson | Remove an unused function. |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Benjamin Kramer | CodeGen: Shrink RValue. 4 words -> 2 words. |
commit | commitdiff | tree | snapshot |
2010-05-02 |
David Chisnall | As per Chris' request, return the Instruction from... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Douglas Gregor | Complete reimplementation of the synthesis for implicit... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Chris Lattner | fix a broken link, diagnostickinds.td was fissioned. |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Anders Carlsson | Simplify EmitCopyCtorCall. |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Anders Carlsson | Simplify EmitClassAggrMemberwiseCopy. |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Douglas Gregor | Bump default template instantiation depth to 1024,... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Anders Carlsson | Clean up EmitClassMemberwiseCopy further. |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Anders Carlsson | Get rid of a parameter from EmitClassMemberwiseCopy. |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Anders Carlsson | When defining implicit copy constructors, use SetBaseOr... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Douglas Gregor | Added an RAII object that helps set up/tear down the... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
David Chisnall | Attach message send metadata to the lookup as well... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
David Chisnall | Make super message lookups cacheable (GNUstep Runtime) |
commit | commitdiff | tree | snapshot |
2010-05-01 |
David Chisnall | Tweaked EmitCall() to permit the caller to provide... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Benjamin Kramer | Remove empty directory. |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Chris Lattner | with recent optimizer changes, these all get devirtualized. |
commit | commitdiff | tree | snapshot |
2010-05-01 |
John McCall | It turns out that basically every caller to RequireComp... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
Daniel Dunbar | Fix NON_ANSI_COMPILE_FLAGS setting, for MSVC. |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Ted Kremenek | Add null check in CFGBuilder::VisitStmt() to make CFG... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Daniel Dunbar | Rename 'CIndex' to 'libclang', since it has basically... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Ted Kremenek | Don't perform AnalysisBasedWarnings in Sema or run... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Douglas Gregor | After substituting a template argument for a non-type... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
John McCall | When synthesizing Objective C records, give the synthet... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Douglas Gregor | Fix a thinko that caused us not to compute __builtin_of... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Douglas Gregor | Teach clang_getLocation() to cope with a NULL file... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Anders Carlsson | Remove an unnecessary parameter from EmitClassCopyAssig... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Douglas Gregor | Clean up our handling of local instantiation scopes... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
Daniel Dunbar | Move include installation steps to better location... |
commit | commitdiff | tree | snapshot |
next |