summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ThinLTO] Attempt to recommit r365188 after alignment fixEugene Leviant2019-07-051-1/+4
* Reverted r365188 due to alignment problems on i686-androidEugene Leviant2019-07-051-4/+1
* Scalable Vector IR Type with further LTO fixesGraham Hunter2019-07-051-1/+4
* [ThinLTO] Attempt to recommit r365040 after caching fixEugene Leviant2019-07-051-1/+4
* Revert [ThinLTO] Optimize writeonly globals outReid Kleckner2019-07-041-4/+1
* [ThinLTO] Optimize writeonly globals outEugene Leviant2019-07-031-1/+4
* [ThinLTO] Add summary entries for index-based WPDTeresa Johnson2019-07-021-0/+39
* Revert r363658 "[SVE][IR] Scalable Vector IR Type with pr42210 fix"Hans Wennborg2019-06-271-4/+1
* [SVE][IR] Scalable Vector IR Type with pr42210 fixGraham Hunter2019-06-181-1/+4
* Revert r361953 "[SVE][IR] Scalable Vector IR Type"Nico Weber2019-06-091-4/+1
* [SVE][IR] Scalable Vector IR TypeGraham Hunter2019-05-291-1/+4
* Add IR support, ELF section and user documentation for partitioning feature.Peter Collingbourne2019-05-291-0/+17
* [ThinLTO] Auto-hide prevailing linkonce_odr only when all copies eligibleTeresa Johnson2019-05-101-0/+1
* Add LLVM IR debug info support for Fortran COMMON blocksAdrian Prantl2019-04-081-0/+13
* IR: Support parsing numeric block ids, and emit them in textual output.James Y Knight2019-03-221-4/+5
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-2/+7
* Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin2019-03-191-7/+2
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-2/+7
* Implementation of asm-goto support in LLVMCraig Topper2019-02-081-0/+45
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Revert "[ThinLTO] Add summary entries for index-based WPD"Teresa Johnson2019-01-171-38/+0
* [ThinLTO] Add summary entries for index-based WPDTeresa Johnson2019-01-171-0/+38
* [CallSite removal] Move the rest of IR implementation code away fromChandler Carruth2019-01-071-8/+7
* [mir] Serialize DILocation inline when not possible to use a metadata referenceDaniel Sanders2018-12-131-2/+6
* [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
OpenPOWER on IntegriCloud