summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/DebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* reland "[DebugInfo] Support to emit debugInfo for extern variables"Yonghong Song2019-12-221-1/+1
* Revert "[DebugInfo] Support to emit debugInfo for extern variables"Reid Kleckner2019-12-221-1/+1
* Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysrootAdrian Prantl2019-12-201-2/+2
* [DebugInfo] Support to emit debugInfo for extern variablesYonghong Song2019-12-101-1/+1
* Recommit "[DWARF5]Addition of alignment atrribute in typedef DIE."Sourabh Singh Tomar2019-12-031-4/+3
* Revert "[DWARF5]Addition of alignment atrribute in typedef DIE."Sam McCall2019-11-181-3/+4
* [DWARF5]Addition of alignment atrribute in typedef DIE.Sourabh Singh Tomar2019-11-161-4/+3
* Second attempt to add iterator_range::empty()Jordan Rose2019-10-071-1/+1
* [LLVM-C] Add bindings to create macro debug infowhitequark2019-10-071-0/+20
* [DebugInfo] Delete TypedDINodeRefFangrui Song2019-05-071-13/+14
* [LLVM-C] Add DIFile Field AccesssorsRobert Widmann2019-04-171-0/+25
* [LLVM-C] Add Accessors For Global Variable Metadata PropertiesRobert Widmann2019-04-161-0/+25
* [LLVM-C] Correct The Current Debug Location Accessors (Again)Robert Widmann2019-04-101-0/+4
* [LLVM-C] Add Bindings to Access an Instruction's DebugLocRobert Widmann2019-04-091-0/+11
* [LLVM-C] Add bindings to create enumeratorsRobert Widmann2019-02-171-0/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* llvm-dwarfdump: Improve/fix pretty printing of array dimensionsDavid Blaikie2018-12-191-2/+3
* [DebugInfo] DISubprogram flags get their own flags word. NFC.Paul Robinson2018-11-191-13/+16
* DebugInfo: Add a CU metadata attribute for use of DWARF ranges base address s...David Blaikie2018-11-131-1/+2
* ADT/STLExtras: Introduce llvm::empty; NFCMatthias Braun2018-10-311-1/+1
* Emit template type and value parameter DIEs for template variables.Matthew Voss2018-10-031-33/+21
* [LLVM-C] Add an accessor for the kind of a Metadata NodeRobert Widmann2018-10-011-0/+11
* [C-API][DIBuilder] Use NameLen in LLVMDIBuilderCreateParameterVariableRobert Widmann2018-08-251-1/+1
* DebugInfo: Improve debug location mergingDavid Blaikie2018-08-231-2/+1
* [C-API][DIBuilder] Added DIFlags in LLVMDIBuilderCreateBasicTypewhitequark2018-08-191-2/+4
* DebugInfo: Add metadata support for disabling DWARF pub sectionsDavid Blaikie2018-08-161-1/+1
* [IR] Strip trailing whitespace. NFCBjorn Pettersson2018-07-031-2/+2
* Extend the GlobalObject metadata interfaceBenjamin Kramer2018-05-311-7/+2
* [LLVM-C] Add DIBuilder Bindings For ObjC ClassesRobert Widmann2018-05-211-0/+38
* [LLVM-C] Consolidate llgo's DIBuilder BindingsRobert Widmann2018-05-101-0/+11
* [LLVM-C] Add Accessors for Common DIType and DILocation PropertiesRobert Widmann2018-05-101-0/+42
* [LLVM-C] Move DIBuilder Bindings For Temporary MDNodesRobert Widmann2018-05-101-0/+17
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-1/+1
* [LLVM-C] Add DIBuilder bindings to create import declarationsRobert Widmann2018-04-281-0/+49
* [LLVM-C] Miscellaneous Cleanups in DIBuilder BindingsRobert Widmann2018-04-281-16/+52
* [LLVM-C] DIBuilder Bindings For Variable ExpressionsRobert Widmann2018-04-231-0/+66
* [LLVM-C] DIBuilderBindings for Subrange and ArraysRobert Widmann2018-04-231-0/+19
* [LLVM-C] Finish Up Scope BindingsRobert Widmann2018-04-231-0/+33
* [LLVM-C] Add DIBuilder Bindings For Variable CreationRobert Widmann2018-04-221-0/+44
* [DebugInfo] Follow-up bug fix on "Fixing a couple of DI duplication bugs of C...Roman Tereshin2018-04-161-2/+0
* [DebugInfo][OPT] NFC follow-up on "Fixing a couple of DI duplication bugs of ...Roman Tereshin2018-04-131-41/+16
* [DebugInfo][OPT] Fixing a couple of DI duplication bugs of CloneModuleRoman Tereshin2018-04-131-3/+50
* [DebugInfo] Create merged locations for instructions other than callsVedant Kumar2018-04-121-1/+2
* [LLVM-C] Move DIBuilder Bindings For Block ScopesRobert Widmann2018-04-071-0/+40
* Fix header mismatch in DIBuilder Type APIsHarlan Haskins2018-04-021-5/+5
* Add C API bindings for DIBuilder 'Type' APIsHarlan Haskins2018-04-021-1/+190
* Remove redundant includes from lib/IR.Michael Zolotukhin2017-12-131-1/+0
* [DebugInfo] Unify logic to merge DILocations. NFC.Vedant Kumar2017-11-061-19/+1
* [LLVM-C] Expose functions to create debug locations via DIBuilder.whitequark2017-11-011-1/+81
* Move the stripping of invalid debug info from the Verifier to AutoUpgrade.Adrian Prantl2017-10-021-1/+1
OpenPOWER on IntegriCloud