summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [IR] Keep a double break between functions when printing a moduleReid Kleckner2020-01-271-1/+3
* OpaquePtr: print byval types containing anonymous types correctly.Tim Northover2020-01-071-6/+41
* Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysrootAdrian Prantl2019-12-201-1/+1
* [PassInstrumentation] Remove excess newline for the new pass managerFangrui Song2019-11-281-3/+0
* ThinLTO: Fix assembler to emit alwaysInline in the summaryTeresa Johnson2019-11-181-1/+1
* [AArch64][SVE] Spilling/filling of SVE callee-saves.Sander de Smalen2019-11-111-0/+3
* ThinLTO : Import always_inline functions irrespective of the thresholdTeresa Johnson2019-11-081-0/+1
* [AsmWritter] Fixed "null check after dereferencing" warningDávid Bolvanský2019-11-071-4/+2
* Add Windows Control Flow Guard checks (/guard:cf).Andrew Paverd2019-10-281-0/+1
* [ThinLTO] Fix printing of NoInline function summary flagTeresa Johnson2019-10-141-1/+1
* [X86] Add new calling convention that guarantees tail call optimizationReid Kleckner2019-10-071-0/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-2/+2
* IR: print value numbers for unnamed function argumentsTim Northover2019-08-031-0/+4
* [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
OpenPOWER on IntegriCloud