summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add -fdebug-info-for-profiling to emit more debug info for sample pgo profile...Dehao Chen2017-01-191-1/+2
* DebugInfo: Don't include size/alignment on class declarationsDavid Blaikie2016-12-271-6/+0
* [DebugInfo] Added support for Checksum debug info feature.Amjad Aboud2016-12-251-5/+44
* Update for LLVM global variable debug info API change.Adrian Prantl2016-12-201-17/+25
* IRGen: Fix assertion failure when creating debug info for an integer constant...Peter Collingbourne2016-12-161-6/+9
* Revert "Update for LLVM global variable debug info API change."Adrian Prantl2016-12-161-25/+17
* Update for LLVM global variable debug info API change.Adrian Prantl2016-12-161-17/+25
* Revert "Update for LLVM global variable debug info API change."Adrian Prantl2016-12-161-25/+17
* Update for LLVM global variable debug info API change.Adrian Prantl2016-12-161-17/+25
* [DebugInfo] Changed DIBuilder::createCompileUnit() to take DIFile instead of ...Amjad Aboud2016-12-141-5/+7
* [DebugInfo] Add support for __fp16, float, and double constants.David Gross2016-12-081-0/+3
* Accept nullability qualifiers on array parameters.Jordan Rose2016-11-101-6/+9
* Add the loop end location to the loop metadata. This additional informationAmara Emerson2016-11-101-0/+9
* Use an artificial debug location for non-virtual thunks.Adrian Prantl2016-11-091-3/+2
* Emit debug info for global constants whose address is taken exactly once.Adrian Prantl2016-11-091-0/+7
* Add debug info support for C++11 inline namespaces.Adrian Prantl2016-11-031-2/+2
* regcall: Implement regcall Calling Conv in clangErich Keane2016-11-021-0/+1
* DebugInfo: support for DW_TAG_atomic_typeVictor Leschuk2016-10-311-3/+2
* [codeview] emit debug info for indirect virtual base classesBob Haarman2016-10-251-8/+29
* DebugInfo: pass alignment value only if it was forcedVictor Leschuk2016-10-201-50/+74
* Don't crash generating debug info for VLA in function prototype.Eli Friedman2016-10-191-3/+5
* DebugInfo: use uint32_t for alignment variables.Victor Leschuk2016-10-191-17/+17
* ObjectiveC generics: Add ObjCTypeParamType in the type system.Manman Ren2016-09-131-0/+14
* Update Clang for D20147 ("DebugInfo: New metadata representation for global v...Peter Collingbourne2016-09-131-6/+10
* [DebugInfo] Deduplicate debug info limiting logicReid Kleckner2016-09-131-21/+10
* [DebugInfo] Ensure complete type is emitted with -fstandalone-debugReid Kleckner2016-09-091-3/+7
* [codeview] Extend the heuristic for detecting classes imported from DLLsReid Kleckner2016-09-091-3/+15
* CodeGen: Clean up implementation of vtable initializer builder. NFC.Peter Collingbourne2016-09-081-1/+1
* Formatting with clang-format patch r280701Leny Kholodov2016-09-061-23/+24
* DebugInfo: use llvm::DINode::DIFlags type for debug info flagsLeny Kholodov2016-09-061-33/+39
* [codeview] Don't emit vshape info for classes without vfptrsReid Kleckner2016-08-311-1/+8
* [codeview] Pass through vftable shape informationReid Kleckner2016-08-311-10/+37
* DebugInfo: Add flag to CU to disable emission of inline debug info into the s...David Blaikie2016-08-241-1/+2
* Add comments. NFCAdrian Prantl2016-08-221-0/+2
* Module debug info: Don't assert when encountering an incomplete definitionAdrian Prantl2016-08-221-1/+2
* PR29086: DebugInfo: Improve support for fixed array dimensions in variable le...David Blaikie2016-08-221-0/+5
* Module debug info: Fix a bug in handling record decls without fields.Adrian Prantl2016-08-171-5/+8
* Debug info: Mark noreturn functions with DIFlagNoReturn.Adrian Prantl2016-08-171-0/+3
* Emit debug info for dynamic classes if they are imported from a DLL.Adrian McCarthy2016-08-161-1/+6
* PR26423: Assert on valid use of using declaration of a function with an unded...David Blaikie2016-08-051-0/+10
* [codeview] Skip injected class names in nested record emissionReid Kleckner2016-08-011-0/+3
* [OpenCL] Generate opaque type for sampler_t and function call for the initial...Yaxun Liu2016-07-281-3/+2
* Reroll "Include unreferenced nested types in member list only for CodeView"Adrian McCarthy2016-07-211-3/+18
* Revert "Include unreferenced nested types in member list only for CodeView"Adrian McCarthy2016-07-211-18/+3
* Include unreferenced nested types in member list only for CodeViewAdrian McCarthy2016-07-211-3/+18
* [CodeGen] Some assorted cleanupsDavid Majnemer2016-07-171-69/+58
* [AST] Use ArrayRef in more interfacesDavid Majnemer2016-07-071-4/+2
* Revert "Retry "Include debug info for nested structs and classes""Adrian McCarthy2016-07-061-12/+2
* Retry "Include debug info for nested structs and classes"Adrian McCarthy2016-07-061-2/+12
* [CodeGen, DebugInfo] Use hasLocalLinkage instead of hasInternalLinkageDavid Majnemer2016-07-061-3/+3