summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* DebugInfo: Make DICompositeTypes distinct most of the timeDuncan P. N. Exon Smith2016-04-171-0/+24
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-6/+0
* Update to match LLVM changes for PR27284.Adrian Prantl2016-04-151-5/+5
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-0/+6
* [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader2016-04-131-1/+1
* Add a fixme for an old patch I had lying around that I'm not going to finish ...David Blaikie2016-04-121-0/+5
* Use NoDebug compile units to mark debug metadata used only for sample-basedAdrian Prantl2016-04-081-5/+16
* revert SVN r265702, r265640Saleem Abdulrasool2016-04-081-1/+1
* [OpenCL] Complete image types support.Alexey Bader2016-04-081-33/+5
OpenPOWER on IntegriCloud