summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* IR: Use format_hex instead of handrolling the conversion. NFCJustin Bogner2015-12-041-47/+17
* IR: Update a comment and a bool that've been out of date since 2012Justin Bogner2015-12-041-3/+2
* [IR] Add support for empty tokensDavid Majnemer2015-11-111-0/+5
* [OperandBundles] Identify operand bundles with both their names and IDsSanjoy Das2015-11-101-1/+1
* [OperandBundles] Rename accessor, NFCSanjoy Das2015-11-071-1/+1
* Add 'notail' marker for call instructions.Akira Hatanaka2015-11-061-0/+2
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-051-1/+0
* IR: Remove implicit iterator conversions from lib/IR, NFCDuncan P. N. Exon Smith2015-10-081-2/+2
* HHVM calling conventions.Maksim Panchenko2015-09-291-0/+2
* AsmWriter: Print the argument names in declarations while debuggingJustin Bogner2015-09-271-23/+31
* [Bitcode][Asm] Teach LLVM to read and write operand bundles.Sanjoy Das2015-09-241-0/+43
* [IR] Print the label operands of a catchpad like an invokeReid Kleckner2015-09-111-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie2015-09-111-0/+4
* AsmWriter: Avoid O(N^2) processing of metadataDuncan P. N. Exon Smith2015-09-111-6/+8
* [WinEH] Add cleanupendpad instructionJoseph Tremoulet2015-09-031-0/+9
* IR: Remove an unused AssemblyWriter constructor. NFCJustin Bogner2015-09-021-29/+5
* IR: Remove a redundant function. NFCJustin Bogner2015-09-021-7/+0
* IR: Invert a condition to make it more legible. NFCJustin Bogner2015-09-021-18/+16
* [WinEH] Require token linkage in EH pad/ret signaturesJoseph Tremoulet2015-08-231-18/+4
* [IR] Give catchret an optional 'return value' operandDavid Majnemer2015-08-151-0/+10
* [IR] Add token typesDavid Majnemer2015-08-141-0/+1
* Fix some comment typos.Benjamin Kramer2015-08-081-1/+1
* DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith2015-07-311-4/+1
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-311-0/+58
* [opaque pointers] Remove use of PointerType::getElementType in favor of GEPOp...David Blaikie2015-07-291-4/+1
* IR: Expose the method 'getLocalSlot' in the module slot tracker.Alex Lorenz2015-07-271-0/+5
* Use make_range(rbegin(), rend()) to allow foreach loops. NFC.Pete Cooper2015-07-241-2/+1
* IR: Extract a function 'printLLVMNameWithoutPrefix' from 'PrintLLVMName'. NFC.Alex Lorenz2015-07-211-14/+26
* Revert the new EH instructionsDavid Majnemer2015-07-101-58/+0
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-101-0/+58
* Add a DIModule metadata node to the IR.Adrian Prantl2015-06-291-0/+14
* IR: Expose ModuleSlotTracker in Value::print()Duncan P. N. Exon Smith2015-06-271-10/+29
* Plug a leak introduced by r240848Duncan P. N. Exon Smith2015-06-271-2/+5
* CodeGen: Push the ModuleSlotTracker through MetadataDuncan P. N. Exon Smith2015-06-261-11/+19
* CodeGen: Use a single SlotTracker in MachineFunction::print()Duncan P. N. Exon Smith2015-06-261-20/+72
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-2/+10
* Allow aliases to be unnamed.Rafael Espindola2015-06-171-7/+8
* Use a range loop. NFC.Rafael Espindola2015-06-171-16/+11
* C++11 Rangify loops in AssemblyWriter::printModule, NFC.Yaron Keren2015-06-131-11/+8
* Prefer copy init over direct init. NFC.Benjamin Kramer2015-06-081-1/+1
* [AsmWriter] Rewrite module asm printing using StringRef::split.Benjamin Kramer2015-06-071-16/+9
* [IR/AsmWriter] Output escape sequences if the first character isdigit()Filipe Cabecinhas2015-06-021-6/+11
* clang-format a few functions. NFCFilipe Cabecinhas2015-06-021-6/+4
* IR / debug info: Add a DWOId field to DICompileUnit,Adrian Prantl2015-05-211-0/+1
* [Statepoint] Clean up Statepoint.h: accessor names.Sanjoy Das2015-05-061-2/+2
* Emit comment for gc.relocate showing base and derived pointers in human reada...Igor Laevsky2015-05-051-0/+21
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-53/+53
* IR: Add assembly/bitcode support for function metadata attachmentsDuncan P. N. Exon Smith2015-04-241-3/+13
OpenPOWER on IntegriCloud