summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86
Commit message (Expand)AuthorAgeFilesLines
* [DWARF v5] Fix DWARF emitter and consumer to produce/expect a uleb for a loca...Wolfgang Pieb2019-02-011-4/+4
* [DebugInfo][DAG] Process FrameIndex dbg.values unconditionallyJeremy Morse2019-01-291-0/+79
* Fix an incorrectly configured test.Jeremy Morse2019-01-291-0/+2
* [DebugInfo][DAG] Avoid re-ordering of DBG_VALUEsJeremy Morse2019-01-282-7/+55
* [MBP] Don't move bottom block before header if it can't reduce taken branchesGuozhi Wei2019-01-251-9/+8
* DebugInfo: Use assembly label arithmetic for address pool size for easier rea...David Blaikie2019-01-241-6/+8
* [DebugInfo] Allow creation of DBG_VALUEs in blocks where the operand is not usedJeremy Morse2019-01-161-0/+60
* Remove irrelevant references to legacy git repositories fromJames Y Knight2019-01-1513-25/+25
* Replace "no-frame-pointer-*" function attributes with "frame-pointer"Francis Visoiu Mistrih2019-01-141-1/+1
* [DebugInfo] Omit location list entries with empty rangesDavid Stenberg2019-01-092-12/+5
* Rename DIFlagFixedEnum to DIFlagEnumClass. NFCPaul Robinson2019-01-081-2/+2
* Revert rL350048 and rL350050Max Kazantsev2018-12-241-9/+7
* DebugInfo: Use assembly label arithmetic for address pool size for easier rea...David Blaikie2018-12-241-7/+9
* DebugInfo: Add assembly comments for debug_addr contribution header fieldsDavid Blaikie2018-12-241-0/+33
* llvm-dwarfdump: Dump the section name/number for addr attributesDavid Blaikie2018-12-222-3/+3
* llvm-dwarfdump: Remove extraneous space between '(' and 'indexed'David Blaikie2018-12-229-60/+60
* llvm-dwarfdump: Print the section name/number for addr_index attributesDavid Blaikie2018-12-221-1/+1
* DebugInfo: Fix for missing comp_dir handling with r349207David Blaikie2018-12-201-0/+32
* DebugInfo: Fix missing local imported entities after r349207David Blaikie2018-12-181-0/+33
* Recommit r348806: DebugInfo: Use symbol difference for CU length to simplify ...David Blaikie2018-12-181-0/+30
* DebugInfo: Avoid using split DWARF when the split unit would be empty.David Blaikie2018-12-144-35/+35
* Revert "debuginfo: Use symbol difference for CU length to simplify assembly ...Jordan Rupprecht2018-12-111-9/+2
* debuginfo: Use symbol difference for CU length to simplify assembly reading/e...David Blaikie2018-12-101-2/+9
* [DebugInfo] Don't drop dbg.value's of nullptrJeremy Morse2018-12-101-6/+3
* [DebugInfo] Emit undef DBG_VALUEs when SDNodes are optimised outJeremy Morse2018-12-102-5/+6
* Bias physical register immediate assignmentsNirav Dave2018-11-141-1/+1
* [AsmPrinter] Fix DebugInfo/X86/gnu-public-names.ll after rL346790Fangrui Song2018-11-131-1/+1
* [AsmPrinter] Rename a comment of .debug_gnu_pubnames entryFangrui Song2018-11-131-1/+1
* DebugInfo: Add a CU metadata attribute for use of DWARF ranges base address s...David Blaikie2018-11-131-67/+103
* [DWARF] Change pubnames to use DWARFSection instead of StringRefFangrui Song2018-11-111-0/+35
* [DWARFv5] Emit normal type units in .debug_info comdats.Paul Robinson2018-11-091-27/+28
* [DWARFv5] Read and dump multiple .debug_info sections.Paul Robinson2018-11-071-28/+32
* [DWARF v5] Verifier: Add checks for DW_FORM_strx* forms.Wolfgang Pieb2018-11-031-4/+27
* test/DebugInfo: Convert some tests to MIRMatthias Braun2018-11-028-585/+965
* MachineOperand/MIParser: Do not print debug-use flag, infer itMatthias Braun2018-10-3014-73/+73
* Relax fast register allocator related test cases; NFCMatthias Braun2018-10-294-11/+9
* [X86] Enable the MachineVerifier by defaultFrancis Visoiu Mistrih2018-10-291-1/+2
* llvm-dwarfdump: loclists: Don't expect an (albeit empty) expression for LLE_b...David Blaikie2018-10-251-2/+1
* DebugInfo: Reuse common addresses for rnglist base address selectionsDavid Blaikie2018-10-241-3/+3
* llvm-dwarfdump: Account for skeleton addr_base when dumping addresses in spli...David Blaikie2018-10-241-2/+2
* [llvm-dwarfdump] - Fix win10 build bot failture.George Rimar2018-10-221-6/+6
* [llvm-dwarfdump] - Add the support of parsing .debug_loclists.George Rimar2018-10-221-0/+168
* DebugInfo: Use base address specifiers more aggressivelyDavid Blaikie2018-10-201-11/+22
* DebugInfo: Use DW_OP_addrx in DWARFv5David Blaikie2018-10-201-0/+27
* DebugInfo: Implement debug_rnglists.dwoDavid Blaikie2018-10-201-0/+78
* DebugInfo: Use address pool forms in debug_rnglistsDavid Blaikie2018-10-203-14/+17
* DebugInfo: Use debug_addr for non-dwo addresses in DWARF 5David Blaikie2018-10-202-1/+3
* [DWARF] Make llvm-dwarfdump display location lists in a .dwp file correctly. ...Wolfgang Pieb2018-10-191-0/+62
* [dwarfdump] Hide ranges in diff-mode.Jonas Devlieghere2018-10-191-0/+10
* Revert "DwarfDebug: Pick next location in case of missing location at block b...Matthias Braun2018-10-112-79/+6
OpenPOWER on IntegriCloud