summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix -Werror build with clang-cl.Zachary Turner2016-11-111-1/+1
* IR: Introduce inrange attribute on getelementptr indices.Peter Collingbourne2016-11-101-0/+6
* Add DWARF debug info support for C++11 inline namespaces.Adrian Prantl2016-11-031-0/+1
* DebugInfo: preparation to implement DW_AT_alignmentVictor Leschuk2016-10-201-0/+2
* [X86] Basic additions to support RegCall Calling Convention.Oren Ben Simhon2016-10-131-0/+1
* Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-5/+8
* Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)""Mehdi Amini2016-10-051-8/+5
* Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-5/+8
* Revert "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-8/+5
* Use StringRef in Support/Darf APIs (NFC)Mehdi Amini2016-10-041-5/+8
* DIFlags: use StringRef instead of raw pointer (NFC)Mehdi Amini2016-10-011-2/+2
* DebugInfo: New metadata representation for global variables.Peter Collingbourne2016-09-131-1/+1
* DebugInfo: use strongly typed enum for debug info flagsLeny Kholodov2016-09-061-5/+5
* Revert "DebugInfo: use strongly typed enum for debug info flags"Mehdi Amini2016-09-061-5/+5
* DebugInfo: use strongly typed enum for debug info flagsMehdi Amini2016-09-061-5/+5
* [IR] Properly handle escape characters in Attribute::getAsString()Honggyu Kim2016-09-011-3/+1
* DebugInfo: Add flag to CU to disable emission of inline debug info into the s...David Blaikie2016-08-241-2/+6
* GlobalISel: support irtranslation of icmp instructions.Tim Northover2016-08-171-35/+4
* Revert "Don't invoke getName() from Function::isIntrinsic().", rL276942.Justin Lebar2016-07-281-2/+2
* 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
OpenPOWER on IntegriCloud