| Commit message (Expand) | Author | Age | Files | Lines |
| * | reland "[DebugInfo] Support to emit debugInfo for extern variables" | Yonghong Song | 2019-12-22 | 1 | -1/+1 |
| * | Revert "[DebugInfo] Support to emit debugInfo for extern variables" | Reid Kleckner | 2019-12-22 | 1 | -1/+1 |
| * | Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysroot | Adrian Prantl | 2019-12-20 | 1 | -2/+2 |
| * | [DebugInfo] Support to emit debugInfo for extern variables | Yonghong Song | 2019-12-10 | 1 | -1/+1 |
| * | Recommit "[DWARF5]Addition of alignment atrribute in typedef DIE." | Sourabh Singh Tomar | 2019-12-03 | 1 | -4/+3 |
| * | Revert "[DWARF5]Addition of alignment atrribute in typedef DIE." | Sam McCall | 2019-11-18 | 1 | -3/+4 |
| * | [DWARF5]Addition of alignment atrribute in typedef DIE. | Sourabh Singh Tomar | 2019-11-16 | 1 | -4/+3 |
| * | Second attempt to add iterator_range::empty() | Jordan Rose | 2019-10-07 | 1 | -1/+1 |
| * | [LLVM-C] Add bindings to create macro debug info | whitequark | 2019-10-07 | 1 | -0/+20 |
| * | [DebugInfo] Delete TypedDINodeRef | Fangrui Song | 2019-05-07 | 1 | -13/+14 |
| * | [LLVM-C] Add DIFile Field Accesssors | Robert Widmann | 2019-04-17 | 1 | -0/+25 |
| * | [LLVM-C] Add Accessors For Global Variable Metadata Properties | Robert Widmann | 2019-04-16 | 1 | -0/+25 |
| * | [LLVM-C] Correct The Current Debug Location Accessors (Again) | Robert Widmann | 2019-04-10 | 1 | -0/+4 |
| * | [LLVM-C] Add Bindings to Access an Instruction's DebugLoc | Robert Widmann | 2019-04-09 | 1 | -0/+11 |
| * | [LLVM-C] Add bindings to create enumerators | Robert Widmann | 2019-02-17 | 1 | -0/+8 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | llvm-dwarfdump: Improve/fix pretty printing of array dimensions | David Blaikie | 2018-12-19 | 1 | -2/+3 |
| * | [DebugInfo] DISubprogram flags get their own flags word. NFC. | Paul Robinson | 2018-11-19 | 1 | -13/+16 |
| * | DebugInfo: Add a CU metadata attribute for use of DWARF ranges base address s... | David Blaikie | 2018-11-13 | 1 | -1/+2 |
| * | ADT/STLExtras: Introduce llvm::empty; NFC | Matthias Braun | 2018-10-31 | 1 | -1/+1 |
| * | Emit template type and value parameter DIEs for template variables. | Matthew Voss | 2018-10-03 | 1 | -33/+21 |
| * | [LLVM-C] Add an accessor for the kind of a Metadata Node | Robert Widmann | 2018-10-01 | 1 | -0/+11 |
| * | [C-API][DIBuilder] Use NameLen in LLVMDIBuilderCreateParameterVariable | Robert Widmann | 2018-08-25 | 1 | -1/+1 |
| * | DebugInfo: Improve debug location merging | David Blaikie | 2018-08-23 | 1 | -2/+1 |
| * | [C-API][DIBuilder] Added DIFlags in LLVMDIBuilderCreateBasicType | whitequark | 2018-08-19 | 1 | -2/+4 |
| * | DebugInfo: Add metadata support for disabling DWARF pub sections | David Blaikie | 2018-08-16 | 1 | -1/+1 |
| * | [IR] Strip trailing whitespace. NFC | Bjorn Pettersson | 2018-07-03 | 1 | -2/+2 |
| * | Extend the GlobalObject metadata interface | Benjamin Kramer | 2018-05-31 | 1 | -7/+2 |
| * | [LLVM-C] Add DIBuilder Bindings For ObjC Classes | Robert Widmann | 2018-05-21 | 1 | -0/+38 |
| * | [LLVM-C] Consolidate llgo's DIBuilder Bindings | Robert Widmann | 2018-05-10 | 1 | -0/+11 |
| * | [LLVM-C] Add Accessors for Common DIType and DILocation Properties | Robert Widmann | 2018-05-10 | 1 | -0/+42 |
| * | [LLVM-C] Move DIBuilder Bindings For Temporary MDNodes | Robert Widmann | 2018-05-10 | 1 | -0/+17 |
| * | [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label. | Shiva Chen | 2018-05-09 | 1 | -1/+1 |
| * | [LLVM-C] Add DIBuilder bindings to create import declarations | Robert Widmann | 2018-04-28 | 1 | -0/+49 |
| * | [LLVM-C] Miscellaneous Cleanups in DIBuilder Bindings | Robert Widmann | 2018-04-28 | 1 | -16/+52 |
| * | [LLVM-C] DIBuilder Bindings For Variable Expressions | Robert Widmann | 2018-04-23 | 1 | -0/+66 |
| * | [LLVM-C] DIBuilderBindings for Subrange and Arrays | Robert Widmann | 2018-04-23 | 1 | -0/+19 |
| * | [LLVM-C] Finish Up Scope Bindings | Robert Widmann | 2018-04-23 | 1 | -0/+33 |
| * | [LLVM-C] Add DIBuilder Bindings For Variable Creation | Robert Widmann | 2018-04-22 | 1 | -0/+44 |
| * | [DebugInfo] Follow-up bug fix on "Fixing a couple of DI duplication bugs of C... | Roman Tereshin | 2018-04-16 | 1 | -2/+0 |
| * | [DebugInfo][OPT] NFC follow-up on "Fixing a couple of DI duplication bugs of ... | Roman Tereshin | 2018-04-13 | 1 | -41/+16 |
| * | [DebugInfo][OPT] Fixing a couple of DI duplication bugs of CloneModule | Roman Tereshin | 2018-04-13 | 1 | -3/+50 |
| * | [DebugInfo] Create merged locations for instructions other than calls | Vedant Kumar | 2018-04-12 | 1 | -1/+2 |
| * | [LLVM-C] Move DIBuilder Bindings For Block Scopes | Robert Widmann | 2018-04-07 | 1 | -0/+40 |
| * | Fix header mismatch in DIBuilder Type APIs | Harlan Haskins | 2018-04-02 | 1 | -5/+5 |
| * | Add C API bindings for DIBuilder 'Type' APIs | Harlan Haskins | 2018-04-02 | 1 | -1/+190 |
| * | Remove redundant includes from lib/IR. | Michael Zolotukhin | 2017-12-13 | 1 | -1/+0 |
| * | [DebugInfo] Unify logic to merge DILocations. NFC. | Vedant Kumar | 2017-11-06 | 1 | -19/+1 |
| * | [LLVM-C] Expose functions to create debug locations via DIBuilder. | whitequark | 2017-11-01 | 1 | -1/+81 |
| * | Move the stripping of invalid debug info from the Verifier to AutoUpgrade. | Adrian Prantl | 2017-10-02 | 1 | -1/+1 |