summaryrefslogtreecommitdiff
path: root/lib/AsmParser
AgeCommit message (Expand)Author
2017-12-09Hardware-assisted AddressSanitizer (llvm part).Evgeniy Stepanov
2017-11-06[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...Sanjay Patel
2017-10-26Represent runtime preemption in the IR.Sean Fertile
2017-10-14Fix assembler for alloca of multiple elements in non-zero addr spaceYaxun Liu
2017-10-08Remove unused variables. No functionality change.Benjamin Kramer
2017-10-06Bitcode: add an auto-upgrade for LTO section nameSaleem Abdulrasool
2017-10-02Move the stripping of invalid debug info from the Verifier to AutoUpgrade.Adrian Prantl
2017-09-29[AMDGPU] calling conventions for AMDPAL OS typeTim Renouf
2017-09-12IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.Peter Collingbourne
2017-08-30Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl
2017-08-23Parse and print DIExpressions inline to ease IR and MIR testingReid Kleckner
2017-08-14Add strictfp attribute to prevent unwanted optimizations of libm callsAndrew Kaylor
2017-07-19Debug Info: Add a file: field to DIImportedEntity.Adrian Prantl
2017-07-17[AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as wellMartin Storsjo
2017-07-11Enhance synchscope representationKonstantin Zhuravlyov
2017-07-09[IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVectorTy/isFPOrFPVectorTy...Craig Topper
2017-06-07Add dependency from AsmParser to BinaryFormat.Zachary Turner
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-05-18[IR] De-virtualize ~Value to save a vptrReid Kleckner
2017-05-11[IR] Allow attributes with global variablesJaved Absar
2017-05-02AMDGPU: Add AMDGPU_HS calling conventionMarek Olsak
2017-04-28Remove line and file from DINamespace.Adrian Prantl
2017-04-28Add speculatable function attributeMatt Arsenault
2017-04-26Add support for DW_TAG_thrown_type.Adrian Prantl
2017-04-19Prefer addAttr(Attribute::AttrKind) over the AttributeList overloadReid Kleckner
2017-04-13[IR] Take func, ret, and arg attrs separately in AttributeList::getReid Kleckner
2017-04-12[IR] Add AttributeSet to hide AttributeSetNode* again, NFCReid Kleckner
2017-04-10Reland "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"Reid Kleckner
2017-04-10Allow DataLayout to specify addrspace for allocas.Matt Arsenault
2017-04-10Revert "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"Reid Kleckner
2017-04-10[IR] Make AttributeSetNode public, avoid temporary AttributeList copiesReid Kleckner
2017-03-30getPristineRegs is not accurately considering shrink wrapping putsEric Christopher
2017-03-28[IR] Add AllowContract to FastMathFlagsAdam Nemet
2017-03-21Rename AttributeSet to AttributeListReid Kleckner
2017-03-08[DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...Konstantin Zhuravlyov
2017-02-01Change debug-info-for-profiling from a TargetOption to a function attribute.Dehao Chen
2016-12-27ASMParser: use range-based for loops (NFC)Saleem Abdulrasool
2016-12-25[DebugInfo] Added support for Checksum debug info feature.Amjad Aboud
2016-12-22[LLParser] Make the line field of DIMacro(File) optional.Adrian Prantl
2016-12-21[LLParser] Parse vector GEP constant expression correctlyMichael Kuperstein
2016-12-20[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-14Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann
2016-11-16[AsmParser] Avoid recursing when lexing ';'. NFC.Ahmed Bougacha
2016-11-10IR: Introduce inrange attribute on getelementptr indices.Peter Collingbourne
2016-11-03Add DWARF debug info support for C++11 inline namespaces.Adrian Prantl