summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "[CGDebugInfo] Simplify EmitFunctionDecl parameters, NFC"Vedant Kumar2019-07-111-13/+10
* [CGDebugInfo] Simplify EmitFunctionDecl parameters, NFCVedant Kumar2019-07-111-10/+13
* [CGDebugInfo] Fix -femit-debug-entry-values crash on os_log_helpersVedant Kumar2019-07-111-3/+6
* [clang] Add DISuprogram and DIE for a func declDjordje Todorovic2019-06-271-4/+34
* Fix formatting after r364479Aaron Puchert2019-06-261-4/+2
* [Clang] Remove unused -split-dwarf and obsolete -enable-split-dwarfAaron Puchert2019-06-261-3/+1
* [clang/DIVar] Emit the flag for params that have unmodified valueDjordje Todorovic2019-06-261-0/+39
* [CC1Option] Add the option to enable the debug entry valuesDjordje Todorovic2019-06-261-1/+4
* Store a pointer to the return value in a static alloca and let the debugger u...Amy Huang2019-06-201-3/+15
* PR42205: DebugInfio: Do not attempt to emit debug info metadata for static me...David Blaikie2019-06-171-0/+3
* [Clang] Harmonize Split DWARF options with llcAaron Puchert2019-06-151-1/+1
* [Clang] Rename -split-dwarf-file to -split-dwarf-outputAaron Puchert2019-06-151-1/+1
* Use fully qualified name when printing S_CONSTANT recordsAmy Huang2019-06-131-2/+7
* DebugInfo: Add support for 'nodebug' attribute on typedefs and alias templatesDavid Blaikie2019-06-081-8/+16
* Add enums as global variables in the IR metadata.Amy Huang2019-05-301-5/+7
* CodeView - add static data members to global variable debug info.Amy Huang2019-05-291-4/+14
* Fixed a -Wunused-variable warning when assertions are disabledDmitri Gribenko2019-05-221-0/+1
* Combine two if cases because the second one is never reached.Amy Huang2019-05-221-6/+4
* [DebugInfo] Don't emit checksums when compiling a preprocessed CPPAlexandre Ganea2019-05-211-1/+5
* Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...Leonard Chan2019-05-071-0/+4
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-031-4/+0
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-021-0/+4
* Use primary template parameter names for variable template debug infoReid Kleckner2019-05-021-22/+14
* Skip type units/type uniquing when we know we're only emitting the type once ...David Blaikie2019-04-251-0/+5
* [codeview] Fix symbol names for dynamic initializers and atexit stubsReid Kleckner2019-04-241-0/+57
* Revert "[MS] Emit S_HEAPALLOCSITE debug info" because of ToTWin64(db)Amy Huang2019-04-231-0/+1
* [MS] Emit S_HEAPALLOCSITE debug infoAmy Huang2019-04-191-1/+0
* Relanding r357928 with fixed debuginfo check.Amy Huang2019-04-121-0/+14
* [DebugInfo] Combine Trivial and NonTrivial flagsAaron Smith2019-04-111-4/+2
* Revert "[MS] Add metadata for __declspec(allocator)"Amy Huang2019-04-081-14/+0
* [MS] Add metadata for __declspec(allocator)Amy Huang2019-04-081-0/+14
* Make SourceManager::createFileID(UnownedTag, ...) take a const llvm::MemoryBu...Nico Weber2019-04-041-1/+1
* [CUDA][HIP][DebugInfo] Skip reference device functionMichael Liao2019-03-061-23/+29
* [CGDebugInfo] Set NonTrivial DIFlag to a c++ record if it's not trivialAaron Smith2019-02-261-0/+2
* Relax assertion to account for private framework modules, too.Adrian Prantl2019-02-151-2/+2
* -gmodules: Don't emit incomplete breadcrumbs pointing to nonexistant PCM files.Adrian Prantl2019-02-081-1/+9
* Fix a missing word in commentAdrian Prantl2019-02-051-2/+2
* [DEBUG_INFO][NVPTX] Generate correct data about variable address class.Alexey Bataev2019-02-051-0/+8
* Reland r345009 "[DebugInfo] Generate debug information for labels."Hsiangkai Wang2019-01-241-0/+26
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [AST] Remove ASTContext from getThisType (NFC)Brian Gesiak2019-01-111-3/+2
* Don't emit DW_AT_enum_class unless it's actually an 'enum class'.Paul Robinson2019-01-081-1/+1
* Reinstate DW_AT_comp_dir support after D55519.Adrian Prantl2018-12-131-7/+11
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-131-3/+3
* Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson2018-12-121-3/+3
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-121-3/+3
* Remove CGDebugInfo::getOrCreateFile() and use TheCU->getFile() directly.Adrian Prantl2018-12-111-23/+16
* Reuse code from CGDebugInfo::getOrCreateFile() when creating the fileAdrian Prantl2018-12-111-8/+9
* Move CodeGenOptions from Frontend to BasicRichard Trieu2018-12-111-1/+1
* Reapply "Avoid emitting redundant or unusable directories in DIFile metadata ...Adrian Prantl2018-12-061-9/+38
OpenPOWER on IntegriCloud