summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* [Remarks] Add support for serializing metadata for every remark streamerFrancis Visoiu Mistrih2019-07-241-48/+13
* [Remarks][NFC] Rename remarks::Serializer to remarks::RemarkSerializerFrancis Visoiu Mistrih2019-07-241-3/+3
* Revert "Use the MachineBasicBlock symbol for a callbr target"Nick Desaulniers2019-07-191-7/+2
* Use the MachineBasicBlock symbol for a callbr targetBill Wendling2019-07-191-2/+7
* [COFF] Change a variable type to be const in the HeapAllocSite map.Amy Huang2019-07-182-2/+3
* Changes to display code view debug info type records in hex formatNilanjana Basu2019-07-171-1/+1
* Adding inline comments to code view type record directives for better readabi...Nilanjana Basu2019-07-171-2/+15
* [AsmPrinter] Make the encoding of call sites in .gcc_except_table configurabl...Alex Bradbury2019-07-172-6/+26
* DWARF: Skip zero column for inline call sitesDavid Blaikie2019-07-161-1/+2
* [Remarks][NFC] Combine ParserFormat and SerializerFormatFrancis Visoiu Mistrih2019-07-161-0/+1
* [DebugInfo] Add column info for inline sitesJonas Devlieghere2019-07-121-0/+1
* Revert "[DwarfDebug] Dump call site debug info"Djordje Todorovic2019-07-128-339/+43
* OpaquePtr: switch to GlobalValue::getValueType in a few places. NFC.Tim Northover2019-07-111-2/+2
* [CodeGen] AccelTable - remove non-constexpr (MSVC) Atom defsSimon Pilgrim2019-07-091-20/+0
* [NFC][AsmPrinter] Fix the formatting for the rL365467Djordje Todorovic2019-07-092-23/+21
* [DwarfDebug] Dump call site debug infoDjordje Todorovic2019-07-098-38/+336
* Reland "[LiveDebugValues] Emit the debug entry values"Djordje Todorovic2019-07-091-0/+6
* Changing CodeView debug info type record representation in assembly files to ...Nilanjana Basu2019-07-091-13/+52
* Standardize on MSVC behavior for triples with no environmentReid Kleckner2019-07-081-1/+1
* Revert Changing CodeView debug info type record representation in assembly fi...Nilanjana Basu2019-07-031-41/+8
* Changing CodeView debug info type record representation in assembly files to ...Nilanjana Basu2019-07-031-8/+41
* Testing commit access through minor formatting changeNilanjana Basu2019-07-011-2/+3
* [DWARF] Handle the DW_OP_entry_value operandDjordje Todorovic2019-06-276-5/+53
* [IR] Add DISuprogram and DIE for a func declDjordje Todorovic2019-06-271-0/+5
* CodeGen: Introduce a class for registersMatt Arsenault2019-06-241-2/+2
* Store a pointer to the return value in a static alloca and let the debugger u...Amy Huang2019-06-201-2/+12
* hwasan: Add a tag_offset DWARF attribute to instrumented stack variables.Peter Collingbourne2019-06-173-0/+8
* DebugInfo: Include enumerators in pubnamesDavid Blaikie2019-06-141-0/+5
* Use fully qualified name when printing S_CONSTANT recordsAmy Huang2019-06-131-4/+5
* [DebugInfo] Move Value struct out of DebugLocEntry as DbgValueLoc (NFC)Nikola Prica2019-06-133-106/+102
* [DebugInfo] Use FrameDestroy to extend stack locations to end-of-functionJeremy Morse2019-06-131-2/+5
* [DebugInfo] Terminate all location-lists at end of blockJeremy Morse2019-06-101-105/+63
* [DebugInfo] More strict debug range for stack variablesNikola Prica2019-06-106-128/+174
* [Remarks][NFC] Move the serialization to lib/RemarksFrancis Visoiu Mistrih2019-05-301-10/+16
* CodeView - add static data members to global variable debug info.Amy Huang2019-05-291-1/+6
* Add IR support, ELF section and user documentation for partitioning feature.Peter Collingbourne2019-05-291-0/+18
* Stop undef fragments from closing non-overlapping fragmentsDavid Stenberg2019-05-282-14/+17
* [AsmPrinter] Treat a narrowing PtrToInt like TruncShoaib Meenai2019-05-231-1/+4
* [DwarfExpression] Refactor dwarf expression (NFC)Petar Jovanovic2019-05-232-23/+44
* Emit global variables as S_CONSTANT records for codeview debug info.Amy Huang2019-05-162-34/+72
* [codeview] Fix SDNode representation of annotation labelsReid Kleckner2019-05-151-0/+1
* [IR] Disallow llvm.global_ctors and llvm.global_dtors of the 2-field form in ...Fangrui Song2019-05-151-8/+6
* DWARF v5: emit DW_AT_addr_base if DW_AT_low_pc references .debug_addrFangrui Song2019-05-141-7/+7
* DebugInfo: Only move types out of type units if they're named or type unitedDavid Blaikie2019-05-101-1/+2
* Temporarily Revert "[DebugInfo] Terminate more location-list ranges at the en...Eric Christopher2019-05-081-35/+9
* Debug Info: Support address space attributes on rvalue references.Adrian Prantl2019-05-071-4/+4
* [DebugInfo] Delete TypedDINodeRefFangrui Song2019-05-078-105/+72
* Fix bug in getCompleteTypeIndex in codeview debug infoAmy Huang2019-05-061-4/+7
* [AArch64][Windows] Compute function length correctly in unwind tables.Eli Friedman2019-05-032-3/+19
* [AsmPrinter] Make AsmPrinter::HandlerInfo::Handler a unique_ptrFangrui Song2019-04-301-13/+13
OpenPOWER on IntegriCloud