summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
...
* [XRay] Create an Index of sleds per functionDean Michael Berris2017-05-041-13/+39
* DebugInfo: elide type index entries for synthetic typesSaleem Abdulrasool2017-05-031-4/+6
* [PDB/CodeView] Read/write codeview inlinee line information.Zachary Turner2017-05-021-0/+1
* Remove line and file from DINamespace.Adrian Prantl2017-04-282-6/+0
* Rename some PDB classes.Zachary Turner2017-04-272-8/+9
* Turn DISubprogram into a variable-length node.Adrian Prantl2017-04-262-5/+5
* Revert "Turn DISubprogram into a variable-length node."Adrian Prantl2017-04-262-5/+5
* Turn DISubprogram into a variable-length node.Adrian Prantl2017-04-262-5/+5
* Add support for DW_TAG_thrown_type.Adrian Prantl2017-04-262-0/+13
* PR31007 and PR27884 will be closed: a possibility to compile constants like 0...Andrew V. Tischenko2017-04-261-0/+3
* Fix an assertion when skipping stack values in DWARF2 mode.Adrian Prantl2017-04-251-1/+5
* Print complete DIExpressions in the assembler output DEBUG_VALUE comments.Adrian Prantl2017-04-251-34/+16
* Bring back the ability opt out of padding zero-byte functions by not providin...Daniel Sanders2017-04-251-2/+7
* Move size and alignment information of regclass to TargetRegisterInfoKrzysztof Parzyszek2017-04-241-2/+3
* Don't emit CFI instructions at the end of a functionAdrian Prantl2017-04-241-0/+10
* Add a testcase for DIExpression(DW_OP_stack_value)Adrian Prantl2017-04-242-1/+2
* Avoid using relocations for ref_addr in .dwo filesDavid Blaikie2017-04-223-13/+14
* Remove the unnecessary virtual dtor from the DIEUnit hierarchy (in favor of p...David Blaikie2017-04-222-4/+4
* Move Split DWARF handling to an MC option/command line argument rather than u...David Blaikie2017-04-211-15/+4
* Re-commit r301040 "X86: Don't emit zero-byte functions on Windows"Hans Wennborg2017-04-211-7/+10
* Revert r301040 "X86: Don't emit zero-byte functions on Windows"Hans Wennborg2017-04-211-9/+7
* X86: Don't emit zero-byte functions on WindowsHans Wennborg2017-04-211-7/+9
* Don't emit locations that need a DW_OP_stack_value in DWARF 2 & 3.Adrian Prantl2017-04-202-1/+10
* [DWARF] Versioning for DWARF constants; verify FORMsPaul Robinson2017-04-201-4/+13
* Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locationsAdrian Prantl2017-04-195-19/+27
* Revert "Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locat...Adrian Prantl2017-04-195-27/+19
* Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locationsAdrian Prantl2017-04-195-19/+27
* [APInt] Use lshrInPlace to replace lshr where possibleCraig Topper2017-04-181-1/+1
* PR32382: Fix emitting complex DWARF expressions.Adrian Prantl2017-04-186-86/+122
* Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...Konstantin Zhuravlyov2017-04-175-17/+19
* This patch closes PR#32216: Better testing of schedule model instruction late...Andrew V. Tischenko2017-04-141-10/+36
* Move llvm::canBeOmittedFromSymbolTable() to Analysis.Peter Collingbourne2017-03-311-0/+1
* If the DIUnit has flags passed on it then have DW_AT_producer be a combinatio...Eric Christopher2017-03-291-1/+8
* Remove redundant check for nullptr.Adrian Prantl2017-03-271-2/+2
* Remove unneccessary virtual destructor from DwarfExpression.Adrian Prantl2017-03-271-3/+3
* [codeview] Don't assert when the user violates the ODRReid Kleckner2017-03-241-28/+2
* Refactor code to reduce indentation and improve readability. (NFC)Adrian Prantl2017-03-231-43/+53
* Fix a bug when emitting debug info for partially constant global variables.Adrian Prantl2017-03-231-7/+2
* Zero-Initialize PrevInstBB when entering a new MachineFunction.Adrian Prantl2017-03-231-0/+1
* Rename helper functions in DwarfExpression to be less misleading (NFC)Adrian Prantl2017-03-222-6/+6
* Fix PR32298 by adding an early exit to getFrameIndexExprs().Adrian Prantl2017-03-221-0/+6
* Don't compose DWARF expressions with multiple subregisters.Adrian Prantl2017-03-221-0/+9
* DwarfExpression: Defer emitting DWARF register operationsAdrian Prantl2017-03-222-47/+76
* Revert 298388 and 298389 because they broke some AMDGPU tests.Adrian Prantl2017-03-212-64/+23
* Don't compose DWARF expressions with multiple subregisters.Adrian Prantl2017-03-211-0/+9
* DwarfExpression: Defer emitting DWARF register operationsAdrian Prantl2017-03-212-23/+55
* Add a function to MD5 a file's contents.Zachary Turner2017-03-202-10/+9
* Replace uses of DwarfExpression::addMachineReg* with addMachineRegExpressionAdrian Prantl2017-03-204-81/+96
* Make implementation details in DwarfExpression protected. (NFC)Adrian Prantl2017-03-201-13/+12
* [WinEH] Adjust decision to emit SEH moves for leaf functionsReid Kleckner2017-03-201-2/+2
OpenPOWER on IntegriCloud