summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix faulty assertion in debug info"Adrian McCarthy2017-12-192-4/+2
* Fix faulty assertion in debug infoAdrian McCarthy2017-12-192-2/+4
* Silence a bunch of implicit fallthrough warningsAdrian Prantl2017-12-191-0/+1
* Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson2017-12-181-0/+2
* Revert "Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header.""Paul Robinson2017-12-151-2/+0
* Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson2017-12-151-0/+2
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-158-87/+87
* Revert "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson2017-12-151-2/+0
* [DWARFv5] Dump an MD5 checksum in the line-table header.Paul Robinson2017-12-151-0/+2
* Fix for bug PR35549 - Repeated schedule comments.Andrew V. Tischenko2017-12-151-8/+16
* MC/AsmPrinter: Reduce code duplication.Matthias Braun2017-12-141-22/+2
* [CodeView] Teach clang to emit the .debug$H COFF section.Zachary Turner2017-12-132-9/+48
* Remove redundant includes from lib/CodeGen.Michael Zolotukhin2017-12-134-19/+0
* [CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih2017-12-071-4/+2
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-1/+2
* Split TypeTableBuilder into two classes.Zachary Turner2017-11-301-2/+2
* [MC] Function stack size section.Sean Eveson2017-11-301-0/+28
* Revert r319423: [MC] Function stack size section.Sean Eveson2017-11-301-28/+0
* [MC] Function stack size section.Sean Eveson2017-11-301-0/+28
* [CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.Zachary Turner2017-11-281-45/+47
* [CodeGen] Rename functions PrintReg* to printReg*Francis Visoiu Mistrih2017-11-281-3/+3
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-1717-46/+46
* [DebugInfo] Fix potential CU mismatch for SubprogramScopeDIEs.Jonas Devlieghere2017-11-152-8/+17
* Add -print-schedule scheduling comments to inline asm.Andrew V. Tischenko2017-11-091-0/+1
* Let replaceVTableHolder accept any type.Adrian Prantl2017-11-081-2/+3
* Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-082-3/+3
* Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie2017-11-036-6/+6
* Modularize: Include some required headersDavid Blaikie2017-11-031-1/+1
* [AsmPrinterDwarf] Add support for .cfi_restore directiveFrancis Visoiu Mistrih2017-11-021-0/+3
* [codeview] Merge file checksum entries for DIFiles with the same absolute pathReid Kleckner2017-10-312-4/+5
* Add a few missing headers for modularization/IWYU/etcDavid Blaikie2017-10-271-1/+1
* [MC] Adding code padding for performance stability - infrastructure. NFC.Omer Paparo Bivas2017-10-241-4/+29
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-152-4/+4
* Deprecate DwarfUnit::addBlockByrefAddress().Adrian Prantl2017-10-121-0/+6
* [DWARF] Fix bad comparator in sortGlobalExprs.Eli Friedman2017-10-121-7/+12
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-122-4/+4
* Reinstantiate old/bad deduplication logic that was removed in r315279.Daniel Jasper2017-10-121-0/+10
* [codeview] Implement FPO data assembler directivesReid Kleckner2017-10-111-0/+4
* CodeGen: Minor cleanups to use MachineInstr::getMF. NFCJustin Bogner2017-10-102-3/+3
* [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-10-103-31/+42
* Convert condition to an early exit (NFC).Adrian Prantl2017-10-101-1/+3
* Ignore all duplicate frame index expressionBjorn Steinbrink2017-10-102-24/+26
* llvm-dwarfdump: implement --find for .apple_namesAdrian Prantl2017-09-281-8/+1
* [CodeGen] Emit necessary .note sections for -fsplit-stackThan McIntosh2017-09-271-0/+10
* Fixed reverted commit rL312318Strahinja Petrovic2017-09-211-0/+1
* Re-land "Fix Bug 30978 by emitting cv file checksums."Reid Kleckner2017-09-191-7/+13
* Revert "Fix Bug 30978 by emitting cv file checksums."Eric Beckmann2017-09-161-9/+7
* Change encodeU/SLEB128 to pad to certain number of bytesSam Clegg2017-09-152-8/+20
* Fix Bug 30978 by emitting cv file checksums.Eric Beckmann2017-09-151-7/+9
* [codeview] Use a type index of zero for static method "this" typesReid Kleckner2017-09-151-1/+1
OpenPOWER on IntegriCloud