| Commit message (Expand) | Author | Age | Files | Lines |
| * | DebugInfo: Avoid unnecessarily looking up the context when the declaration is... | David Blaikie | 2014-02-18 | 1 | -3/+2 |
| * | Debug info: fix a crasher when when emitting debug info for | Adrian Prantl | 2014-02-04 | 1 | -3/+4 |
| * | Rename getResultType() on function and method declarations to getReturnType() | Alp Toker | 2014-01-25 | 1 | -2/+2 |
| * | Debug info: use the file a typedef is defined in as its decl_file instead | Adrian Prantl | 2014-01-21 | 1 | -2/+4 |
| * | revert 199757 for buildbot breakage. | Adrian Prantl | 2014-01-21 | 1 | -4/+2 |
| * | Debug info: use the file a typedef is defined in as its decl_file instead | Adrian Prantl | 2014-01-21 | 1 | -2/+4 |
| * | Rename FunctionProtoType accessors from 'arguments' to 'parameters' | Alp Toker | 2014-01-20 | 1 | -2/+2 |
| * | Debug info: Refactor NoLocation and ArtificialLocation to use a common base | Adrian Prantl | 2014-01-17 | 1 | -13/+16 |
| * | Revert "Debug info: Ensure that the last stop point in a function is still wi... | Adrian Prantl | 2014-01-07 | 1 | -3/+2 |
| * | Revert "Debug info: Implement a cleaner version of r198461. For symmetry with" | Adrian Prantl | 2014-01-07 | 1 | -2/+3 |
| * | Debug info: Implement a cleaner version of r198461. For symmetry with | Adrian Prantl | 2014-01-07 | 1 | -3/+2 |
| * | update comment. | Adrian Prantl | 2014-01-07 | 1 | -1/+1 |
| * | Implement a new -fstandalone-debug option. rdar://problem/15685848 | Adrian Prantl | 2014-01-07 | 1 | -6/+6 |
| * | Debug info: Ensure that the last stop point in a function is still within | Adrian Prantl | 2014-01-03 | 1 | -2/+3 |
| * | remove dead code. | Adrian Prantl | 2013-12-23 | 1 | -1/+1 |
| * | DebugInfo: Do not include implicit members (implicit special members, templat... | David Blaikie | 2013-12-20 | 1 | -2/+0 |
| * | Debug info: (Bugfix) emit CRV qualifiers for pointers to member functions. | Adrian Prantl | 2013-12-19 | 1 | -4/+6 |
| * | Debug info: Implement (rvalue) reference qualifiers for C++11 non-static | Adrian Prantl | 2013-12-18 | 1 | -2/+12 |
| * | Correct hyphenations in comments and assert messages | Alp Toker | 2013-12-05 | 1 | -1/+1 |
| * | Add an AdjustedType sugar node for adjusting calling conventions | Reid Kleckner | 2013-12-05 | 1 | -2/+3 |
| * | DebugInfo: Update caller based on DIType's MDNode* ctor becoming explicit in ... | David Blaikie | 2013-11-18 | 1 | -1/+2 |
| * | Fix vbtable indices when a class shares the vbptr with a non-virtual base | Timur Iskhodzhanov | 2013-11-05 | 1 | -2/+2 |
| * | Fix string assignment, David Blaikie suggestion. | Yaron Keren | 2013-10-21 | 1 | -2/+6 |
| * | Add the context that a function was created in as the context for the | Eric Christopher | 2013-10-17 | 1 | -8/+10 |
| * | Reflow slightly. | Eric Christopher | 2013-10-15 | 1 | -2/+2 |
| * | Remove extra braces. | Eric Christopher | 2013-10-11 | 1 | -2/+1 |
| * | Abstract out the emission of vtables, add basic support for vtable emission w... | Timur Iskhodzhanov | 2013-09-27 | 1 | -1/+5 |
| * | Debug info: Fix a crash when trying to construct a type with redundant | Adrian Prantl | 2013-09-26 | 1 | -1/+5 |
| * | get rid of extra parentheses. | Adrian Prantl | 2013-09-18 | 1 | -2/+1 |
| * | Debug info: Explicitly set the DIVariable::isIndirect() flag for VLAs. | Adrian Prantl | 2013-09-18 | 1 | -0/+2 |
| * | DebugInfo: omit debug info for friends | David Blaikie | 2013-09-13 | 1 | -18/+0 |
| * | CGDebugInfo: Hoist string allocation in a helper function. No functionality c... | Benjamin Kramer | 2013-09-09 | 1 | -32/+9 |
| * | Fix constructor-related typos. | Benjamin Kramer | 2013-09-09 | 1 | -1/+1 |
| * | Debug Info: pass in DIScope instead of DIDescriptor in createFieldType. | Manman Ren | 2013-09-08 | 1 | -1/+1 |
| * | PR17046, PR17092: Debug Info assert-on-valid due to member loss when context ... | David Blaikie | 2013-09-06 | 1 | -41/+15 |
| * | Reapply r189013 (reverted in r189906) now that the underlying issue is fixed ... | David Blaikie | 2013-09-04 | 1 | -37/+27 |
| * | Revert "DebugInfo: Remove explicit declaration-emissiong handling now that we... | David Blaikie | 2013-09-04 | 1 | -27/+37 |
| * | Revert r189649 because it was breaking sanitizer bots. | Yunzhong Gao | 2013-08-30 | 1 | -30/+30 |
| * | Fixing a bug where debug info for a local variable gets emitted at file scope. | Yunzhong Gao | 2013-08-30 | 1 | -30/+30 |
| * | Debug Info: generate a unique identifier for C++ struct, class, union, and enum. | Manman Ren | 2013-08-29 | 1 | -6/+37 |
| * | Debug Info: this reverts commit r189600. | Manman Ren | 2013-08-29 | 1 | -60/+7 |
| * | Debug Info: generate a unique identifier for C++ struct, class, union, and enum. | Manman Ren | 2013-08-29 | 1 | -7/+60 |
| * | 80-col. | Eric Christopher | 2013-08-28 | 1 | -4/+9 |
| * | DebugInfo: Further fix/improvements to r189494 (and LLVM r189495). | David Blaikie | 2013-08-28 | 1 | -0/+10 |
| * | Format. Thanks David for pointing it out. | Manman Ren | 2013-08-28 | 1 | -1/+1 |
| * | Debug Info: update interface for CreateEnumType and getOrCreateRecordFwdDecl. | Manman Ren | 2013-08-28 | 1 | -5/+7 |
| * | More comments for r189494. | David Blaikie | 2013-08-28 | 1 | -1/+4 |
| * | Comments for r189494 | David Blaikie | 2013-08-28 | 1 | -0/+5 |
| * | PR16995: Failing to associate static members with their enclosing class | David Blaikie | 2013-08-28 | 1 | -8/+5 |
| * | Revert "PR14569: Omit debug info for thunks" | David Blaikie | 2013-08-27 | 1 | -1/+1 |