summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* This patch adds MemorySSA to LLVM.George Burgess IV2016-02-021-0/+11
* Tweak unnamed label syntax in textual IR for easier matching in tests.Evgeniy Stepanov2016-01-271-1/+1
* GlobalValue: use getValueType() instead of getType()->getPointerElementType().Manuel Jacob2016-01-161-1/+1
* Fix crash when printing instructions that have a metadata attached but no par...Mehdi Amini2016-01-071-1/+1
* [Statepoints] Refactor GCRelocateOperands into an intrinsic wrapper. NFC.Manuel Jacob2016-01-051-9/+6
* Implemented Support of IA interrupt and exception handlers:Amjad Aboud2015-12-211-0/+1
* Re-reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar2015-12-191-13/+5
* Revert "Reapply "[IR] Move optional data in llvm::Function into a hungoff use...Vedant Kumar2015-12-191-5/+13
* Reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar2015-12-191-13/+5
* Revert "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar2015-12-191-5/+13
* [IR] Move optional data in llvm::Function into a hungoff uselistVedant Kumar2015-12-191-13/+5
* [IR] Remove terminatepadDavid Majnemer2015-12-141-15/+0
* [IR] Reformulate LLVM's EH funclet IRDavid Majnemer2015-12-121-36/+30
* Macro debug info support in LLVM IRAmjad Aboud2015-12-101-0/+33
* [CXX TLS calling convention] Add CXX TLS calling convention.Manman Ren2015-12-041-0/+1
* 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
OpenPOWER on IntegriCloud