summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] IR/Bitcode changes for DISubprogram flags.Paul Robinson2018-11-281-5/+26
* [ThinLTO] Assembly representation of ReadOnly attributeEugene Leviant2018-11-231-1/+3
* DebugInfo: Add a CU metadata attribute for use of DWARF ranges base address s...David Blaikie2018-11-131-0/+1
* [ThinLTO] Split NotEligibleToImport into legality and inlinability flagsTeresa Johnson2018-11-061-0/+1
* Emit template type and value parameter DIEs for template variables.Matthew Voss2018-10-031-0/+1
* IR: Move AtomicRMW string names into classMatt Arsenault2018-10-021-19/+1
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-1/+1
* [ThinLTO] Efficiency fix for writing type id records in per-module indexesTeresa Johnson2018-09-251-20/+62
* [IR] Add a boolean field in DILocation to know if a line must covered or notCalixte Denizet2018-09-201-0/+2
* [AArch64] Add parsing of aarch64_vector_pcs attribute.Sander de Smalen2018-09-121-0/+1
* Allow creating llvm::Function in non-zero address spacesAlexander Richardson2018-08-231-0/+30
* [ThinLTO] Add option for printing import failure reasonsTeresa Johnson2018-08-171-16/+0
* DebugInfo: Add metadata support for disabling DWARF pub sectionsDavid Blaikie2018-08-161-1/+10
* [DebugInfoMetadata] Added DIFlags interface in DIBasicType.Adrian Prantl2018-08-141-0/+1
* [ThinLTO] Handle optional args in assembly format for ConstVCallsTeresa Johnson2018-08-141-0/+2
* [ThinLTO] Escape module paths when printingAndrew Ng2018-07-121-2/+3
* [IR] Fix inconsistent declaration parameter nameFangrui Song2018-07-061-1/+1
* Rename lazy initialization functions to reflect behavior (NFC)Teresa Johnson2018-07-031-12/+12
* [ThinLTO] Fix printing of aliases for distributed backend indexesTeresa Johnson2018-07-031-2/+8
* [ThinLTO] Fix printing of module paths for distributed backend indexesTeresa Johnson2018-07-021-17/+41
* [ADT] Make escaping fn conform to coding guidelinesJonas Devlieghere2018-05-311-12/+12
* [ThinLTO] Fix bot failures from r333335Teresa Johnson2018-05-261-1/+1
* [ThinLTO] Print module summary index to assemblyTeresa Johnson2018-05-261-3/+486
* [NFC] Restructure linkage name printing in AsmWriterTeresa Johnson2018-05-251-31/+40
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-1/+13
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-3/+3
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* Update stale comment in AsmWriter.cppVlad Tsyrklevich2018-04-261-1/+3
* [IR] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-051-1/+1
* [MIR] Making MIR Printing, opt -dot-cfg, and -debug printing fasterRoman Tereshin2018-03-221-41/+73
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-231-0/+2
* [DebugInfo] Unify ChecksumKind and Checksum value in DIFileScott Linder2018-02-121-8/+8
* Re-commit r324489: [DebugInfo] Improvements to representation of enumeration ...Momchil Velikov2018-02-121-1/+7
* Revert "[DebugInfo] Improvements to representation of enumeration types (PR36...Momchil Velikov2018-02-071-7/+1
* [DebugInfo] Improvements to representation of enumeration types (PR36168)Momchil Velikov2018-02-071-1/+7
* Add DWARF for discriminated unionsAdrian Prantl2018-02-061-0/+1
* [Support] Move PrintEscapedString into the library its declaration is inBenjamin Kramer2018-01-261-10/+0
* [Metadata] Extend 'count' field of DISubrange to take a metadata nodeSander de Smalen2018-01-241-3/+8
* Make GlobalValues with non-default visibilility dso_local.Rafael Espindola2018-01-181-2/+5
* Make internal/private GVs implicitly dso_local.Rafael Espindola2018-01-111-5/+7
* [IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...Sanjay Patel2017-11-061-2/+6
* Represent runtime preemption in the IR.Sean Fertile2017-10-261-0/+8
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-1/+1
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-1/+1
* [AMDGPU] calling conventions for AMDPAL OS typeTim Renouf2017-09-291-0/+2
* IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.Peter Collingbourne2017-09-121-0/+1
* [IR] Don't print "!DIExpression() = !DIExpression()" when dumpingReid Kleckner2017-08-301-1/+1
* Parse and print DIExpressions inline to ease IR and MIR testingReid Kleckner2017-08-231-1/+21
* Debug Info: Add a file: field to DIImportedEntity.Adrian Prantl2017-07-191-0/+1
* [AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as wellMartin Storsjo2017-07-171-1/+1
OpenPOWER on IntegriCloud