summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't invoke getName() from Function::isIntrinsic().Justin Lebar2016-07-271-2/+2
* [codeview] Add DISubprogram::ThisAdjustmentReid Kleckner2016-07-011-0/+1
* Apply clang-tidy's modernize-loop-convert to most of lib/IR.Benjamin Kramer2016-06-261-8/+7
* IR: Introduce Module::global_objects().Peter Collingbourne2016-06-221-5/+2
* IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ...Peter Collingbourne2016-06-211-8/+13
* Add llvm_unreachable to silence a "not all control paths" false positive warn...Aaron Ballman2016-06-151-0/+1
* IR: Introduce local_unnamed_addr attribute.Peter Collingbourne2016-06-141-6/+20
* [DebugInfo] Add calling convention support for DWARF and CodeViewReid Kleckner2016-06-081-0/+1
* Add support for metadata attachments for global variables.Peter Collingbourne2016-05-311-2/+13
* Try to fix a msvc warning.Rafael Espindola2016-05-111-0/+1
* Replace PrintLinkage with getLinkagePrintName. NFC.Rafael Espindola2016-05-111-17/+25
* AMDGPU/SI: Add amdgpu_kernel calling convention. Part 1.Nikolay Haustov2016-05-061-0/+1
* IR: Avoid mallocs in constructor of ModuleSlotTrackerDuncan P. N. Exon Smith2016-04-201-4/+15
* IR: Use a single ModuleSlotTracker in the VerifierDuncan P. N. Exon Smith2016-04-201-0/+16
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-1/+1
* [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
OpenPOWER on IntegriCloud