Age | Commit message (Expand) | Author |
2012-02-15 | Revert "Add a completed/incomplete type difference. This allows us to have" | Eric Christopher |
2012-02-15 | Add a completed/incomplete type difference. This allows us to have | Eric Christopher |
2012-02-13 | Add back in the code to create forward decls using temporary mdnodes. | Eric Christopher |
2012-02-13 | Temporarily walk back a few of my recent debug info limiting changes | Eric Christopher |
2012-02-09 | Don't cache the artificial type for the this pointer, there's no | Eric Christopher |
2012-02-08 | Constify the getClassName routine and variables that come out of it, | Eric Christopher |
2012-02-08 | Use the new forward declaration scheme for records. Also add more | Eric Christopher |
2012-02-08 | Remove tabs. | Devang Patel |
2012-02-07 | Revert my patches which removed Diagnostic.h includes by moving some operator... | Benjamin Kramer |
2012-02-07 | Remove tabs. | Devang Patel |
2012-02-07 | Emit debug info for properites that are not backed by an ivar. | Devang Patel |
2012-02-07 | simplify a bunch of code to use the well-known LLVM IR types computed by Code... | Chris Lattner |
2012-02-06 | Relax valid location check. This fixes a clang crash while emitting debug inf... | Devang Patel |
2012-02-06 | Let an ivar directly refer property TAG. | Devang Patel |
2012-02-05 | Basic: import SmallString<> into clang namespace | Dylan Noblesmith |
2012-02-04 | Move various diagnostic operator<< overloads out of line and remove includes ... | Benjamin Kramer |
2012-02-04 | Create new tag for the property. This is a work in progress. | Devang Patel |
2012-02-02 | unnecessary include of TargetMachine.h? | Andrew Trick |
2012-02-01 | r149474 went a bit too far when combined with type caching. If we want | Eric Christopher |
2012-02-01 | Remove duplicated comment. | Eric Christopher |
2012-02-01 | For pass-by-value record arguments to functions emit a forward decl | Eric Christopher |
2012-01-26 | Use createRecordFwdDecl here since that's what we're doing. | Eric Christopher |
2012-01-26 | Revert previous patch unifying all of the C++ record prep in one area, | Eric Christopher |
2012-01-26 | Remove another duplicated variable. | Eric Christopher |
2012-01-26 | Tidy and remove some unused variables. | Eric Christopher |
2012-01-26 | Collect this information together. No reason to have it split. | Eric Christopher |
2012-01-26 | Refactor into its own function. | Eric Christopher |
2012-01-25 | Clean up comment. | Eric Christopher |
2012-01-25 | Refactor the record decl forward declaration code a bit. | Eric Christopher |
2012-01-20 | When adding types to the context chain for record types, just emit | Eric Christopher |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
2012-01-14 | constexpr irgen: Add irgen support for APValue::Struct, APValue::Union, | Richard Smith |
2012-01-12 | Formatting. | Eric Christopher |
2012-01-12 | Formatting. | Eric Christopher |
2011-12-28 | Small refactoring and simplification of constant evaluation and some of its | Richard Smith |
2011-12-16 | When in a limited debug information situation if we can find the original | Eric Christopher |
2011-12-16 | Start down the path of getting clang to internally agree on structs versus | Eric Christopher |
2011-12-15 | When generating debug info for an ObjCInterfaceDecl, try to dig out the defin... | Douglas Gregor |
2011-12-15 | Keep track of all declarations of an Objective-C class (both forward | Douglas Gregor |
2011-11-29 | Make sure that forward declarations are marked as such in the debug info | Eric Christopher |
2011-11-17 | Use the canonical decl to index so that we can really find it later. | Eric Christopher |
2011-11-14 | Fixup comment. | Eric Christopher |
2011-11-10 | Reflow lines, remove else-if after returns, rename variable "TydefContext" to | Nick Lewycky |
2011-11-09 | Reflow one line I missed in previous cleanup commit. No functionality change. | Nick Lewycky |
2011-11-09 | Minor cleanup, mostly reindenting. Remove one helper function that just called | Nick Lewycky |
2011-10-29 | Rename Expr::Evaluate to Expr::EvaluateAsRValue to make it clear that it will | Richard Smith |
2011-10-28 | In case of template specialization, do not try to delay emitting debug info f... | Devang Patel |
2011-10-24 | Do not drop type qualifiers in -flimit-debug-info mode. | Devang Patel |
2011-10-21 | Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This is | Nick Lewycky |
2011-10-18 | Macro metaprogramming for builtin types. | John McCall |