summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] -fpatchable-function-entry=N,0: place patch label after BTIFangrui Song2020-02-031-1/+7
* Revert "Reland: [DWARF] Allow cross-CU references of subprogram definitions"Vedant Kumar2020-01-294-28/+12
* Add function attribute "patchable-function-prefix" to support -fpatchable-fun...Fangrui Song2020-01-241-4/+29
* [AsmPrinter] Don't emit __patchable_function_entries entry if "patchable-func...Fangrui Song2020-01-241-1/+5
* Revert "[DWARF5][DebugInfo]: Added support for DebugInfo generation for auto ...Amy Huang2020-01-131-8/+0
* [DWARF5][DebugInfo]: Added support for DebugInfo generation for auto return t...Awanish Pandey2020-01-131-0/+8
* __patchable_function_entries: don't use linkage field 'unique' with -no-integ...Fangrui Song2020-01-121-18/+21
* [AArch64] Add function attribute "patchable-function-entry" to add NOPs at fu...Fangrui Song2020-01-101-2/+37
* Don't rely on 'l'(ell) modifiers to indicate a label referenceBill Wendling2020-01-061-19/+16
* DebugInfo: Correct the form of DW_AT_macro_info in .dwo files (sec_offset, ra...David Blaikie2019-12-241-1/+1
* DebugInfo: Add {} to address -Wdangling-else warning.David Blaikie2019-12-241-1/+2
* [DebugInfo] Fix v4 macinfo for dwo files.Sourabh Singh Tomar2019-12-241-4/+9
* [ms] [X86] Use "P" modifier on operands to call instructions in inline X86 as...Eric Astor2019-12-221-4/+33
* DebugInfo: Remove out of date commentDavid Blaikie2019-12-211-4/+0
* [DWARF] Defer creating declaration DIEs until we prepare call site infoVedant Kumar2019-12-201-7/+0
* Reland: [DWARF] Allow cross-CU references of subprogram definitionsVedant Kumar2019-12-204-7/+30
* [WebAssembly] Use TargetIndex operands in DbgValue to track WebAssembly opera...Yury Delendik2019-12-205-3/+61
* Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysrootAdrian Prantl2019-12-201-2/+2
* [OPT-DBG] Teach DbgEntityHistoryCalculator about meta-instructions.Tom Weaver2019-12-201-1/+3
* DebugInfo: Include DW_AT_base_addr even in gmlt with no inline functionsDavid Blaikie2019-12-181-1/+1
* Reapply "NFC: DebugInfo: Refactor RangeSpanList to be a struct, like DebugLoc...David Blaikie2019-12-184-19/+11
* Recommit "[DebugInfo] Refactored macro related generation,Sourabh Singh Tomar2019-12-182-19/+9
* [ObjC][DWARF] Emit DW_AT_APPLE_objc_direct for methods marked as __attribute_...Raphael Isemann2019-12-171-0/+3
* Temporarily revert "NFC: DebugInfo: Refactor RangeSpanList to be a struct, li...Eric Christopher2019-12-124-11/+19
* NFC: DebugInfo: Refactor RangeSpanList to be a struct, like DebugLocStream::ListDavid Blaikie2019-12-124-19/+11
* NFC: DebugInfo: Refactor debug_loc/loclist emission into a common functionDavid Blaikie2019-12-122-21/+15
* hwasan: add tag_offset DWARF attribute to optimized debug infoEvgenii Stepanov2019-12-125-1/+32
* Revert "[DWARF] Allow cross-CU references of subprogram definitions"Vedant Kumar2019-12-114-26/+7
* Revert "[DebugInfo] Refactored macro related generation, added a test case fo...Nico Weber2019-12-102-9/+19
* DebugInfo: Clarify some more reasons v4 loc.dwo can't share much implementati...David Blaikie2019-12-101-0/+2
* [DWARF] Allow cross-CU references of subprogram definitionsVedant Kumar2019-12-104-7/+26
* [DebugInfo] Refactored macro related generation, added a test case for macinf...Sourabh Singh Tomar2019-12-112-19/+9
* Recommit "[DWARF5] Start emitting DW_AT_dwo_name when -gdwarf-5 is specified."Sourabh Singh Tomar2019-12-111-5/+11
* Revert "[DWARF5] Start emitting DW_AT_dwo_name when -gdwarf-5 is specified."Sourabh Singh Tomar2019-12-111-11/+5
* [DWARF5] Start emitting DW_AT_dwo_name when -gdwarf-5 is specified.Sourabh Singh Tomar2019-12-111-5/+11
* [MC] Delete MCCodePadderFangrui Song2019-12-091-24/+1
* [PGO][PGSO] Instrument the code gen / target passes.Hiroshi Yamauchi2019-12-091-1/+16
* [DebugInfo] Make describeLoadedValue() reg awareDavid Stenberg2019-12-091-33/+26
* Revert "[DebugInfo] Make describeLoadedValue() reg aware"David Stenberg2019-12-091-26/+33
* [DebugInfo] Make describeLoadedValue() reg awareDavid Stenberg2019-12-091-33/+26
* Revert "[PGO][PGSO] Instrument the code gen / target passes."Hiroshi Yamauchi2019-12-061-13/+1
* [PGO][PGSO] Instrument the code gen / target passes.Hiroshi Yamauchi2019-12-061-1/+13
* DebugInfo: Pull out a common expression.David Blaikie2019-12-051-3/+5
* DebugInfo: Fix LTO+DWARFv5 loclistsDavid Blaikie2019-12-051-1/+1
* [DebugInfo] Handle call site values for instructions before call bundleDavid Stenberg2019-12-051-0/+4
* [DWARF5][Debuginfo] Compilation unit type (DW_UT_skeleton) and root DIE (DW_T...Alexey Lapshin2019-12-054-5/+24
* [NFCI][DebugInfo] Corrected a comment.Sourabh Singh Tomar2019-12-031-2/+2
* Recommit "[DWARF5]Addition of alignment atrribute in typedef DIE."Sourabh Singh Tomar2019-12-031-0/+9
* [DebugInfo] Support for debug_macinfo.dwo section in llvm and llvm-dwarfdump.Sourabh Singh Tomar2019-12-032-2/+26
* Recommit "[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump."Sourabh Singh Tomar2019-11-231-18/+37
OpenPOWER on IntegriCloud