summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Honor -fdebug-prefix-map when creating function names for the debug info.Adrian Prantl2018-12-051-0/+3
* Revert: Honor -fdebug-prefix-map when creating function names for the debug i...Renato Golin2018-12-051-3/+0
* Revert "Avoid emitting redundant or unusable directories in DIFile metadata e...Ilya Biryukov2018-12-041-38/+9
* Avoid emitting redundant or unusable directories in DIFile metadata entries.Adrian Prantl2018-12-031-9/+38
* Honor -fdebug-prefix-map when creating function names for the debug info.Adrian Prantl2018-12-011-0/+3
* Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""Fangrui Song2018-11-301-3/+3
* Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Fangrui Song2018-11-301-3/+3
* Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-281-3/+3
* Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-271-3/+3
* [AArch64] Add aarch64_vector_pcs function attribute to ClangSander de Smalen2018-11-261-0/+1
* Re-Reinstate 347294 with a fix for the failures.Bill Wendling2018-11-211-3/+3
* Revert r347364 again, the fix was incomplete.Nico Weber2018-11-211-3/+3
* Reinstate 347294 with a fix for the failures.Bill Wendling2018-11-201-3/+3
* [DebugInfo] DISubprogram flags get their own flags word. NFC.Paul Robinson2018-11-191-18/+30
OpenPOWER on IntegriCloud