summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r331843 "[DebugInfo] Generate debug information for labels."Hans Wennborg2018-05-091-26/+0
* [DebugInfo] Generate debug information for labels.Shiva Chen2018-05-091-0/+26
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-011-0/+1
* [CodeGen] Reland r330442: Add an option to suppress output of llvm.identMikhail Maltsev2018-04-231-1/+2
* Revert r330442, CodeGen/no-ident-version.c is failing on PPCMikhail Maltsev2018-04-201-2/+1
* [CodeGen] Add an option to suppress output of llvm.identMikhail Maltsev2018-04-201-1/+2
* [CodeView] Initial support for emitting S_THUNK32 symbols for compiler...Brock Wyma2018-04-161-1/+6
* Fix typos in clangAlexander Kornienko2018-04-061-4/+4
* Revert "Set calling convention for CUDA kernel"Artem Belevich2018-04-031-3/+0
* Fix some DenseMap use-after-rehash bugs and hoist MethodVFTableLocationReid Kleckner2018-04-021-1/+1
* Revert r328845, it caused crbug.com/827810.Nico Weber2018-03-311-1/+1
* Hoist MethodVFTableLocation out of MicrosoftVTableContext, NFCReid Kleckner2018-03-291-1/+1
* Set calling convention for CUDA kernelYaxun Liu2018-03-291-0/+3
* [CodeGen] Emit DWARF "constructor" calling conventionJonas Devlieghere2018-03-221-3/+11
* Remove redundant casts. NFCGeorge Burgess IV2018-03-011-2/+2
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-261-5/+24
* [CodeGen][DebugInfo] Refactor duplicated code, NFCScott Linder2018-02-261-6/+2
* Implement function attribute artificialErich Keane2018-02-141-1/+1
* [DebugInfo] Update Checksum handling in CGDebugInfoScott Linder2018-02-121-10/+14
* Re-commit r324490: [DebugInfo] Improvements to representation of enumeration ...Momchil Velikov2018-02-121-5/+7
* Revert [DebugInfo] Improvements to representation of enumeration types (PR361...Momchil Velikov2018-02-071-7/+5
* [DebugInfo] Improvements to representation of enumeration types (PR36168)Momchil Velikov2018-02-071-5/+7
* Recommit rL323952: [DebugInfo] Enable debug information for C99 VLA types.Sander de Smalen2018-02-031-16/+25
* Reverting patch rL323952 due to build errors that ISander de Smalen2018-02-011-25/+16
* [DebugInfo] Enable debug information for C99 VLA typesSander de Smalen2018-02-011-16/+25
* [DWARFv5] Have -gdwarf-5 generate MD5 checksumsPaul Robinson2018-01-121-1/+2
* Debug Info: Support DW_AT_calling_convention on composite types.Adrian Prantl2018-01-051-1/+10
* Delete dead code.Adrian Prantl2017-12-211-1/+0
* Refactor overridden methods iteration to avoid double lookups.Benjamin Kramer2017-12-171-1/+1
* Refactor functions PrintTemplateArgumentListSerge Pavlov2017-11-281-7/+3
* Simplify codegen and debug info generation for block context parameters.Adrian Prantl2017-10-261-12/+4
* Revert "Simplify codegen and debug info generation for block context paramete...Adrian Prantl2017-10-261-4/+12
* Simplify codegen and debug info generation for block context parameters.Adrian Prantl2017-10-261-12/+4
* [DWARF] Allow forward declarations of a class template instantiationPaul Robinson2017-09-281-0/+4
* Mark static member functions as static in CodeViewDebugAdrian McCarthy2017-09-131-0/+2
* IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.Peter Collingbourne2017-09-121-1/+2
* [codeview] omit debug locations for nested exprs unless column info enabledBob Haarman2017-09-111-0/+4
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-0/+1
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-1/+0
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-081-0/+1
* Fix a bug in CGDebugInfo::EmitInlineFunctionStart causing DILocations to beAdrian Prantl2017-08-231-1/+1
* Use the file name from linemarker for debug info if an input is preprocessed ...Taewook Oh2017-08-161-0/+11
* Extract IRGen's constant-emitter into its own helper class and clean upJohn McCall2017-08-151-1/+2
* [codeview] Emit nested enums and typedefs from classesReid Kleckner2017-08-081-10/+12
* [codeview] Fix class name formattingReid Kleckner2017-08-081-8/+18
* Debug Info: Set the DICompileUnit's isOptimized flag when compiling with LTO.Adrian Prantl2017-08-041-6/+5
* Adopt to LLVM API change (llvm.dbg.value no longer has an offset)Adrian Prantl2017-07-281-1/+1
* Debug Info: Avoid completing class types when a definition is in a module.Adrian Prantl2017-07-241-23/+27
* Update for LLVM IR metadata changes (DIImportedEntity now needs a DIFile).Adrian Prantl2017-07-191-9/+13
* [AArch64] Add support for __builtin_ms_va_list on aarch64Martin Storsjo2017-07-171-1/+1
OpenPOWER on IntegriCloud