summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Enhance synchscope representationKonstantin Zhuravlyov2017-07-111-23/+43
* [IR] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).Eugene Zelenko2017-06-191-54/+93
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* [IR] Allow attributes with global variablesJaved Absar2017-05-111-0/+7
* AMDGPU: Add AMDGPU_HS calling conventionMarek Olsak2017-05-021-0/+1
* Remove line and file from DINamespace.Adrian Prantl2017-04-281-2/+0
* Use Argument::hasAttribute and AttributeList::ReturnIndex moreReid Kleckner2017-04-281-17/+15
* Add support for DW_TAG_thrown_type.Adrian Prantl2017-04-261-0/+1
* [AsmWriter] Eliminate warning. NFCSerguei Katkov2017-04-211-4/+4
* [AsmWriter/APFloat] FP constant printing: Avoid usage of locale dependent snp...Serguei Katkov2017-04-211-23/+22
* [IR] Redesign the case iterator in SwitchInst to actually be an iteratorChandler Carruth2017-04-121-4/+3
* [IR] Add AttributeSet to hide AttributeSetNode* again, NFCReid Kleckner2017-04-121-25/+19
* Reland "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"Reid Kleckner2017-04-101-28/+22
* Allow DataLayout to specify addrspace for allocas.Matt Arsenault2017-04-101-0/+6
* Revert "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"Reid Kleckner2017-04-101-22/+28
* [IR] Make AttributeSetNode public, avoid temporary AttributeList copiesReid Kleckner2017-04-101-28/+22
* [IR] Add AllowContract to FastMathFlagsAdam Nemet2017-03-281-0/+2
* Rename AttributeSet to AttributeListReid Kleckner2017-03-211-40/+41
* [DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...Konstantin Zhuravlyov2017-03-081-0/+3
* Change debug-info-for-profiling from a TargetOption to a function attribute.Dehao Chen2017-02-011-0/+2
* Cleanup dump() functions.Matthias Braun2017-01-281-0/+2
* [DebugInfo] Added support for Checksum debug info feature.Amjad Aboud2016-12-251-0/+10
* [AsmWriter] Remove redundant cast<>s. NFC.Ahmed Bougacha2016-12-211-2/+2
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-201-1/+12
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-12/+1
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-1/+12
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-12/+1
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-1/+12
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-9/+9
* Fix -Werror build with clang-cl.Zachary Turner2016-11-111-1/+1
OpenPOWER on IntegriCloud