summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Basic: move CodeGenOptions from FrontendSaleem Abdulrasool2016-04-071-1/+1
* Adapt to LLVM API change in r265077.Adrian Prantl2016-03-311-3/+3
* Revert "Recommitted r263425 "Supporting all entities declared in lexical scop...Reid Kleckner2016-03-241-34/+7
* Recommitted r263425 "Supporting all entities declared in lexical scope in LLV...Amjad Aboud2016-03-241-7/+34
* Revert "Recommitted r261634 "Supporting all entities declared in lexical scop...Benjamin Kramer2016-03-141-34/+7
* Recommitted r261634 "Supporting all entities declared in lexical scope in LLV...Amjad Aboud2016-03-141-7/+34
* Reapply r261657.Adrian Prantl2016-02-231-11/+9
* Revert r261634 "Supporting all entities declared in lexical scope in LLVM deb...Hans Wennborg2016-02-231-42/+17
* Remove an unnecessary workaround introduced in r259975. (NFC)Adrian Prantl2016-02-231-12/+9
* Supporting all entities declared in lexical scope in LLVM debug info.Amjad Aboud2016-02-231-7/+35
* Use llvm::TempDIScope instead of manually deleting a temporary MDNode.Adrian Prantl2016-02-081-5/+4
* Add a missing call to MDNode::deleteTemporary().Adrian Prantl2016-02-061-3/+4
* Fix a crash when emitting dbeug info for forward-declared scoped enums.Adrian Prantl2016-02-061-1/+13
* Move DebugInfoKind into its own header to cut the cyclic dependency edge from...Benjamin Kramer2016-02-021-33/+31
* Class Property: handle class properties.Manman Ren2016-01-271-2/+2
* Use instance_properties instead of properties. NFC.Manman Ren2016-01-261-2/+2
* Module debugging: Create a parent DIModule with the PCH name for typesAdrian Prantl2016-01-221-0/+4
* Fix the build by using the correct suffix for 64 bit literalsAdrian Prantl2016-01-221-1/+1
* Fix a typo in r258507 and change the PCH dwoid constant to ~1UL.Adrian Prantl2016-01-221-1/+1
* Module Debugging: Use a nonzero DWO id for precompiled headers.Adrian Prantl2016-01-221-1/+4
* Module Debugging: Fine-tune the condition that determines whether a typeAdrian Prantl2016-01-201-1/+1
* Module Debugging: Don't emit external type references to anonymous types.Adrian Prantl2016-01-191-2/+3
OpenPOWER on IntegriCloud