summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* DebugInfo: Prepare for DIDescriptor to be gutted in LLVMDuncan P. N. Exon Smith2015-04-161-28/+28
* DebugInfo: Prepare for DIScope to be gutted in LLVMDuncan P. N. Exon Smith2015-04-161-2/+2
* DebugInfo: Prepare for DIType to be guttedDuncan P. N. Exon Smith2015-04-161-17/+14
* DebugInfo: Prepare for LLVM change removing DIType::isValid()Duncan P. N. Exon Smith2015-04-151-3/+3
* DebugInfo: Prepare for LLVM gutting DICompileUnit/DIFileDuncan P. N. Exon Smith2015-04-151-9/+10
* DebugInfo: Pass DebugLocs when creating intrinsicsDuncan P. N. Exon Smith2015-04-151-24/+21
* DebugInfo: Prepare for DISubprogram/DILexicalBlock* to be guttedDuncan P. N. Exon Smith2015-04-141-9/+8
* DebugInfo: Switch from replaceAllUsesWith() to replaceTemporary()Duncan P. N. Exon Smith2015-04-111-8/+8
* Revert "Fix a compiler error under MSVC"Duncan P. N. Exon Smith2015-04-071-1/+1
* DebugInfo: LLVM API change in r234326 for array-like tuple wrappersDuncan P. N. Exon Smith2015-04-071-9/+7
* Fix a compiler error under MSVCTimur Iskhodzhanov2015-04-071-1/+1
* DebugInfo: Update for LLVM change in r234290Duncan P. N. Exon Smith2015-04-071-4/+4
* CGDebugInfo: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith2015-04-061-41/+45
* DebugInfo: Use DILexicalBlockFile::getContext() over getScope()Duncan P. N. Exon Smith2015-04-061-1/+1
* DebugInfo: Use new LLVM API for DebugLocDuncan P. N. Exon Smith2015-03-301-1/+1
* DebugInfo: Don't call DIBuilder::retainType(nullptr)Duncan P. N. Exon Smith2015-03-271-3/+4
* DebugInfo: Check for null before using DITypeDuncan P. N. Exon Smith2015-03-201-1/+1
* DebugInfo: Give externally defined types a size and alignment wherePeter Collingbourne2015-03-011-1/+9
* DebugInfo: hoist definition into global context when neededSaleem Abdulrasool2015-02-281-3/+12
* CGDebugInfo: Use DIImportedEntity default constructor, NFCDuncan P. N. Exon Smith2015-02-261-2/+2
* Fix PR19351. While building up a composite type it is important to useAdrian Prantl2015-02-111-28/+29
* CodeGen: Move DebugLocs.Benjamin Kramer2015-02-071-2/+2
* DebugInfo: Attribute cleanup code to the end of the scope, not the end of the...David Blaikie2015-02-041-1/+0
* CodeGen: Update for LLVM API change in r228030Duncan P. N. Exon Smith2015-02-031-1/+1
* Address review feedback for r228003.Adrian Prantl2015-02-031-4/+4
* Merge ArtificialLocation into ApplyDebugLocation and make a clearAdrian Prantl2015-02-031-13/+19
* DebugInfo: Use the preferred location rather than the start location for expr...David Blaikie2015-01-251-0/+9
* DebugInfo: Remove forced column-info workaround for inlined callsDavid Blaikie2015-01-211-6/+4
* Migrate all uses of DIVariable's FlagIndirectVariable to use a DIExpressionAdrian Prantl2015-01-191-11/+12
* Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...David Blaikie2015-01-141-52/+31
* Revert "DebugInfo: Generalize debug info location handling" and related commitsDavid Blaikie2015-01-091-31/+52
* Debug info: pass in the correct size for a pointer to a member function.Adrian Prantl2015-01-071-2/+2
* DebugInfo: Provide a less subtle way to set the debug location of simple ret ...David Blaikie2015-01-021-0/+9
* DebugInfo: Fix cases where location failed to be updated after r225000David Blaikie2015-01-021-14/+0
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-301-40/+24
* Revert "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-291-21/+40
* Add an assertion to verify a container is non-empty before calling 'back()'David Blaikie2014-12-291-0/+1
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-291-40/+21
* Debug Info: Pass the pointer size into createMemberPointerType().Adrian Prantl2014-12-231-2/+3
* Fix a typo.Adrian Prantl2014-12-191-1/+1
* CGDebugInfo: Use DIBuilder API for self-referencing DICompositeTypesDuncan P. N. Exon Smith2014-12-181-9/+10
* Revert "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-171-21/+40
* DebugInfo: Generalize debug info location handlingDavid Blaikie2014-12-161-40/+21
* Fix a GCC error from r223803Duncan P. N. Exon Smith2014-12-091-3/+5
* IR: Update clang for Metadata/Value split in r223802Duncan P. N. Exon Smith2014-12-091-109/+98
* Debug info for blocks: Fix a bug caught by the Verifier.Adrian Prantl2014-11-211-3/+6
* DebugInfo: Fix another case of r222377 when we do have a definition of the va...David Blaikie2014-11-211-11/+7
* Remove now dead code.Frederic Riss2014-11-201-7/+0
* Prepare for the DIBuilder populating DISubprogram's Variables with null.Frederic Riss2014-11-201-1/+2
* DebugInfo: Don't emit a 'global variable' when a static member declaration is...David Blaikie2014-11-191-4/+18
OpenPOWER on IntegriCloud