summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [GCC] Attribute ifunc support in llvmDmitry Polukhin2016-04-071-3/+28
* NFC: make AtomicOrdering an enum classJF Bastien2016-04-061-30/+6
* AMDGPU: Add a shader calling conventionNicolai Haehnle2016-04-061-0/+4
* Swift Calling Convention: add swiftcc.Manman Ren2016-04-051-0/+1
* [IFUNC] Use GlobalIndirectSymbol when aliases and ifuncs have something similarDmitry Polukhin2016-04-051-18/+21
* Swift Calling Convention: add swifterror attribute.Manman Ren2016-04-011-0/+2
* Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl2016-03-311-2/+8
* Use existing PrintEscapedString in AssemblyWriterTeresa Johnson2016-03-301-19/+3
* Restore "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly"Teresa Johnson2016-03-301-0/+22
* Revert "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly"Teresa Johnson2016-03-301-3/+0
* [ThinLTO] Serialize the Module SourceFileName to/from LLVM assemblyTeresa Johnson2016-03-301-0/+3
* DebugInfo: Add ability to not emit DW_AT_vtable_elem_location for virtual fun...Peter Collingbourne2016-03-171-1/+3
* [IR] Provide an API to skip the details of a structured type when printed.Quentin Colombet2016-03-071-1/+4
* [AVR] Add calling convention parser tokensDylan McKay2016-03-031-0/+2
* 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
OpenPOWER on IntegriCloud