summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Include debug info for nested structs and classes"Adrian McCarthy2016-07-061-12/+2
* Include debug info for nested structs and classesAdrian McCarthy2016-07-061-2/+12
* [CodeView] Include MSVC style names for unnamed typesDavid Majnemer2016-07-011-9/+45
* [DebugInfo] Set DISubprogram ThisAdjustment in the MS ABIReid Kleckner2016-07-011-6/+10
* [codeview] Emit qualified display names if -gline-tables-only is onReid Kleckner2016-06-301-4/+14
* AMDGPU: Set amdgpu_kernel calling convention for OpenCL kernels.Nikolay Haustov2016-06-301-1/+1
* [CodeView] Implement support for bitfields in ClangDavid Majnemer2016-06-301-34/+55
* Use more ArrayRefsDavid Majnemer2016-06-241-1/+1
* [codeview] Set the new IntroducedVirtual debug info flagReid Kleckner2016-06-221-0/+9
* Emit the DWARF tag for the RenderScript languagePirama Arumuga Nainar2016-06-211-0/+2
* [MS] Put member pointer representation flags in our debug infoReid Kleckner2016-06-171-5/+28
* [codeview] Stop emitting fully qualified subprogram display namesReid Kleckner2016-06-171-18/+12
* [DebugInfo] Put the vftable index in the debug infoReid Kleckner2016-06-161-8/+17
* [DebugInfo] Enable generation of unique identifiers for externally visible MS...Reid Kleckner2016-06-161-4/+0
* Allow 'nodebug' on local variables.Paul Robinson2016-06-161-0/+4
* [DebugInfo] Add calling conventions to DISubroutineTypeReid Kleckner2016-06-081-7/+46
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-0/+6
* [modules][debuginfo] Only include imported modules when targeting LLDBDavid Blaikie2016-05-031-0/+2
* Reverting 268055 as it caused PR27579.Amjad Aboud2016-04-301-34/+7
* Recommitted r264281 "Supporting all entities declared in lexical scope in LLV...Amjad Aboud2016-04-291-7/+34
* PR21823: 'nodebug' attribute on global/static variables.Paul Robinson2016-04-271-0/+6
* Module debugging: Add an assertion.Adrian Prantl2016-04-261-1/+3
* Module debugging: Also correctly handle typedef'd foward-declared members.Adrian Prantl2016-04-261-7/+6
* Module debugging: Use the definition to determine module-defined types.Adrian Prantl2016-04-261-4/+2
* Module Debugging: Fix the condition for determining whether a templateAdrian Prantl2016-04-251-3/+19
* DebugInfo: Adapt to loss of DITypeRef in LLVM r267296Duncan P. N. Exon Smith2016-04-231-5/+3
* Module Debugging: Emit the canonical debug info for Objective-C classesAdrian Prantl2016-04-201-2/+5
* [ObjC++] Fix crash when emitting debug info for a block member capturing this.Adrian Prantl2016-04-181-3/+8
OpenPOWER on IntegriCloud